/external/eigen/bench/ |
check_cache_queries.cpp | 59 int cache_type = 0; local 63 cache_type = (abcd[0] & 0x0F) >> 0; 71 cout << "cache[" << cache_id << "].type = " << cache_type << "\n"; local 80 } while(cache_type>0 && cache_id<16);
|
/external/chromium_org/android_webview/browser/net/ |
aw_url_request_context_getter.cc | 24 #include "net/base/cache_type.h" 193 net::BackendType cache_type = net::CACHE_BACKEND_SIMPLE; local 196 cache_type = net::CACHE_BACKEND_BLOCKFILE; 205 cache_type,
|
/external/chromium_org/net/disk_cache/simple/ |
simple_backend_impl.h | 21 #include "net/base/cache_type.h" 48 net::CacheType cache_type, 54 net::CacheType cache_type() const { return cache_type_; } function in class:disk_cache::SimpleBackendImpl
|
/external/chromium/net/disk_cache/ |
backend_impl.h | 177 net::CacheType cache_type() const { function in class:disk_cache::BackendImpl
|
/external/chromium_org/net/disk_cache/ |
backend_impl.h | 179 net::CacheType cache_type() const { function in class:disk_cache::BackendImpl
|
/external/chromium_org/net/disk_cache/v3/ |
backend_impl_v3.h | 120 net::CacheType cache_type() const { function in class:disk_cache::BackendImpl
|
/external/chromium_org/net/tools/disk_cache_memory_test/ |
disk_cache_memory_test.cc | 26 #include "net/base/cache_type.h" 65 const net::CacheType cache_type; member in struct:disk_cache::__anon9540::CacheSpec 70 net::CacheType cache_type, 73 cache_type(cache_type), 99 spec.cache_type, spec.backend_type, spec.path, 0, false, 249 << " with <cache_spec>=<backend_type>:<cache_type>:<cache_path>" 252 << " <cache_type>='disk_cache'|'app_cache'" << std::endl
|
/external/eigen/Eigen/src/Core/util/ |
Memory.h | 768 int cache_type = 0; local 772 cache_type = (abcd[0] & 0x0F) >> 0; 773 if(cache_type==1||cache_type==3) // data or unified cache 792 } while(cache_type>0 && cache_id<16); [all...] |
/external/linux-tools-perf/util/ |
parse-events.c | 252 static int is_cache_op_valid(u8 cache_type, u8 cache_op) 254 if (hw_cache_stat[cache_type] & COP(cache_op)) 260 static char *event_cache_name(u8 cache_type, u8 cache_op, u8 cache_result) 265 sprintf(name, "%s-%s-%s", hw_cache[cache_type][0], 269 sprintf(name, "%s-%s", hw_cache[cache_type][0], 325 u8 cache_type, cache_op, cache_result; local 327 cache_type = (config >> 0) & 0xff; 328 if (cache_type > PERF_COUNT_HW_CACHE_MAX) 339 if (!is_cache_op_valid(cache_type, cache_op)) 342 return event_cache_name(cache_type, cache_op, cache_result) 384 int cache_type = -1, cache_op = -1, cache_result = -1; local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.mortbay.jetty.server_6.1.23.v201004211559.jar | |