Searched refs:caching (Results 1 - 25 of 37) sorted by relevance

12

/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/apps/comm/
H A Dget-regression.xotcl48 # SimpleRequest $r -caching 0 \
53 # SimpleRequest $r -caching 1 \
58 # SimpleRequest $r -caching 1 \
65 # SimpleRequest $r -caching 1 \
71 # SimpleRequest $r -caching 0 \
83 -caching 0]
98 test "caching $c" {
99 SimpleRequest $r -caching $::c \
108 SimpleRequest $r -caching 0 \
115 SimpleRequest $r -caching
[all...]
H A Dget-regression-nb.xotcl221 # SimpleRequest $r -caching 0 \
226 # SimpleRequest $r -caching 1 \
231 # SimpleRequest $r -caching 1 \
238 # SimpleRequest $r -caching 1 \
244 # SimpleRequest $r -caching 0 \
298 test "caching $c $doc" {
299 SimpleRequest $r -caching $::c -url $::doc
308 test "caching $c" {
309 SimpleRequest $r -caching $::c -url $::doc
318 SimpleRequest $r -caching
[all...]
/macosx-10.10/xnu-2782.1.97/tools/lldbmacros/core/
H A Dkernelcore.py9 import caching
288 self._zones_list = caching.GetDynamicCacheData("kern._zones_list", [])
293 caching.SaveDynamicCacheData("kern._zones_list", self._zones_list)
297 self._threads_list = caching.GetDynamicCacheData("kern._threads_list", [])
304 caching.SaveDynamicCacheData("kern._threads_list", self._threads_list)
308 self._tasks_list = caching.GetDynamicCacheData("kern._tasks_list", [])
315 caching.SaveDynamicCacheData("kern._tasks_list", self._tasks_list)
319 self._coalitions_list = caching.GetDynamicCacheData("kern._coalitions_list", [])
326 caching.SaveDynamicCacheData("kern._coalitions_list", self._coalitions_list)
330 self._terminated_tasks_list = caching
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libast/astsa/
H A Doptlib.h69 int caching; member in struct:Optcache_s
/macosx-10.10/ksh-23/ksh/src/lib/libast/misc/
H A Doptlib.h75 int caching; member in struct:Optcache_s
/macosx-10.10/bind9-45.101/
H A Dnamed.conf32 // a caching only nameserver config
/macosx-10.10/ruby-106/ruby/tool/
H A Deval.rb15 opt-stack-caching
/macosx-10.10/xnu-2782.1.97/tools/lldbmacros/
H A DMakefile23 core/caching.py \
H A Dxnu.py8 from core import caching
601 caching._GetDebuggerSessionID = GetDebuggerStopIDValue
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/ldaptcl/
H A DneoXldap.c109 int caching; /* flag 1/0 if caching is enabled */ member in struct:ldaptclobj
726 if (ldaptcl->caching)
938 /* value is set, disable/enable caching accordingly */
941 if (cacheThis >= 0 && ldaptcl->caching != cacheThis) {
970 /* Following the search, if we changed the caching behavior, change */
973 if (cacheThis >= 0 && ldaptcl->caching != cacheThis) {
1078 ldaptcl->caching = 1;
1088 ldaptcl->caching = 0;
1094 ldaptcl->caching
[all...]
/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/library/template/
H A Dtemplatevfs.tcl17 scalable, including file information caching and management of close callback errors.
28 being retrieved. Default is 2. Setting value of 0 will essentially disable caching. This
/macosx-10.10/xnu-2782.1.97/osfmk/mach/
H A Dmemory_object_types.h378 #define SET_MAP_MEM(caching, flags) \
379 ((flags) = ((((unsigned int)(caching)) << 24) \
383 #define MAP_MEM_ONLY 0x010000 /* change processor caching */
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dgnus-registry.el109 (defcustom gnus-registry-entry-caching t
235 (let ((caching gnus-registry-entry-caching))
236 ;; turn off entry caching, so mtime doesn't get recorded
237 (setq gnus-registry-entry-caching nil)
253 (setq gnus-registry-entry-caching caching)
505 ;; else, if there is no caching possible...
518 (when gnus-registry-entry-caching
531 (when gnus-registry-entry-caching
[all...]
/macosx-10.10/tcl-105/tcl_ext/tktable/tktable/
H A DREADME.txt25 * multiple data sources ((Tcl array || Tcl command) &| internal caching)
/macosx-10.10/tcl-105/tcl_ext/tktable/tktable/generic/
H A DtkTableCell.c465 * The value will be cached if caching is turned on.
490 if (tablePtr->caching) {
492 * If we are caching, let's see if we have the value cached.
525 if (tablePtr->caching && entryPtr != NULL) {
527 * If we are caching, make sure we cache the returned value
530 * someone didn't change caching during -command evaluation.
650 if (tablePtr->caching && !(tablePtr->dataSource & DATA_ARRAY)) {
H A DtkTable.h273 int caching; /* whether to cache values of table */ member in struct:__anon13236
H A DtkTable.c195 Tk_Offset(Table, caching), 0},
1050 oldCaching = tablePtr->caching;
1072 if (tablePtr->caching) {
1090 oldCaching = !(tablePtr->caching);
1142 } else if (oldCaching != tablePtr->caching) {
2806 * Creates/Updates entry in the cache if we are caching.
2889 if (tablePtr->caching) {
/macosx-10.10/IOPCIFamily-239.1.2/
H A Dvtd.c258 uint8_t caching:1; member in struct:vtd_unit_t
312 unit->caching = (1 & (unit->regs->capability >> 7));
317 unit->global, unit->selective, unit->caching,
320 // caching is only allowed for VMs
321 if (unit->caching
/macosx-10.10/bind9-45.101/bind9/bin/tests/
H A Dnamed.conf524 * ncache negative caching
/macosx-10.10/CPANInternal-159.1/Ima-DBI-0.35/lib/Ima/
H A DDBI.pm15 Ima::DBI - Database connection caching and organization
50 Ima::DBI attempts to organize and facilitate caching and more efficient
145 DBI's automatic handle caching system is relatively new, and some people
192 Ima::DBI's caching might prove to be an unecessary performance hog if
/macosx-10.10/libiconv-42/libiconv/libcharset/djgpp/
H A Dconfig.bat8 Rem if caching is wanted or not
/macosx-10.10/apache-793/httpd/
H A Dhttpd.spec108 object cache to use the distcache shared caching mechanism.
/macosx-10.10/libiconv-42/libiconv/djgpp/
H A Dconfig.bat13 Rem if caching is wanted or not
/macosx-10.10/vim-55/runtime/syntax/
H A Dpine.vim219 syn keyword pineOption disable-password-caching
/macosx-10.10/CPANInternal-159.1/Net-Daemon-0.48/lib/Net/
H A DDaemon.pm925 This is useful for caching inside the childs process (e.g.

Completed in 169 milliseconds

12