/external/chromium_org/chrome_frame/ |
bind_context_info.h | 50 void set_no_cache(bool no_cache) { 51 no_cache_ = no_cache; 54 bool no_cache() const { function
|
/external/chromium_org/third_party/android_platform/development/scripts/ |
symbol.py | 213 no_cache = filter(lambda x: x not in lib_cache, unique_addrs) 214 if no_cache: 215 lib_cache.update((k, None) for k in no_cache) 216 result = self.fn(lib, no_cache)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/ |
nis_tags.h | 32 #define NO_CACHE (1<<4) /* Do not return 'cached' results */
|
nislib.h | 36 * HARD_LOOKUP, [NO_CACHE], MASTER_ONLY, EXPAND_NAME) 70 * [FOLLOW_PATH], HARD_LOOKUP, [ALL_RESULTS], [NO_CACHE],
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
nis_tags.h | 32 #define NO_CACHE (1<<4) /* Do not return 'cached' results */
|
nislib.h | 36 * HARD_LOOKUP, [NO_CACHE], MASTER_ONLY, EXPAND_NAME) 70 * [FOLLOW_PATH], HARD_LOOKUP, [ALL_RESULTS], [NO_CACHE],
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
nis_tags.h | 32 #define NO_CACHE (1<<4) /* Do not return 'cached' results */
|
nislib.h | 36 * HARD_LOOKUP, [NO_CACHE], MASTER_ONLY, EXPAND_NAME) 70 * [FOLLOW_PATH], HARD_LOOKUP, [ALL_RESULTS], [NO_CACHE],
|
/external/chromium_org/media/tools/constrained_network_server/ |
cns.py | 196 new_port=False, no_cache=False, **kwargs): 210 no_cache: Set reponse's cache-control to no-cache. 212 if no_cache: 236 no_cache=no_cache, **kwargs)
|
/external/qemu/android/ |
cmdline-options.h | 76 CFG_FLAG ( no_cache, "disable the cache partition" )
|
main-common.c | 952 opts->no_cache = opts->nocache; 967 if (opts->no_cache) { [all...] |
main.c | 699 if (opts->no_cache) { [all...] |
/external/qemu/android/avd/ |
info.h | 86 /* use to wipe cache partition, ignored if NO_CACHE is set */
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
s_server.c | 958 int no_cache = 0; local [all...] |
/external/openssl/apps/ |
s_server.c | 958 int no_cache = 0; local [all...] |
/external/chromium_org/webkit/browser/appcache/ |
appcache_storage_impl.cc | 1496 scoped_refptr<AppCache> no_cache; local [all...] |