HomeSort by relevance Sort by last modified time
    Searched refs:InitCache (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/chrome_elf/
ntdll_cache.h 15 void InitCache();
chrome_redirects_main.cc 11 InitCache();
chrome_elf_main.cc 22 InitCache();
ntdll_cache_unittest.cc 17 InitCache();
ntdll_cache.cc 46 void InitCache() {
  /external/chromium_org/content/browser/gpu/
shader_disk_cache_unittest.cc 32 void InitCache() {
50 InitCache();
  /external/chromium_org/net/disk_cache/
entry_unittest.cc 157 InitCache();
163 InitCache();
358 InitCache();
364 InitCache();
438 InitCache();
443 InitCache();
450 InitCache();
598 InitCache();
603 InitCache();
610 InitCache();
    [all...]
backend_unittest.cc 175 InitCache();
280 InitCache();
350 InitCache();
478 InitCache();
708 InitCache();
777 InitCache();
849 InitCache();
879 InitCache();
909 InitCache();
945 InitCache();
    [all...]
disk_cache_test_base.h 77 void InitCache();
disk_cache_test_base.cc 89 void DiskCacheTestWithCache::InitCache() {
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_dense_alloc_test.cc 32 alloc.InitCache(&cache);
  /external/chromium_org/components/search_provider_logos/
logo_cache_unittest.cc 100 InitCache();
103 void InitCache() {
131 InitCache();
  /external/compiler-rt/lib/tsan/rtl/
tsan_mman.cc 59 allocator()->InitCache(&thr->alloc_cache);
60 internal_allocator()->InitCache(&thr->internal_alloc_cache);
tsan_dense_alloc.h 88 void InitCache(Cache *c) {
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 930 InitCache();
958 void InitCache() {
968 InitCache();
    [all...]
  /external/chromium_org/chrome_elf/create_file/
chrome_create_file_unittest.cc 81 InitCache();
  /external/chromium_org/content/browser/
storage_partition_impl_unittest.cc 372 void InitCache() {
402 InitCache();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
oleidl.h 210 virtual HRESULT WINAPI InitCache(IDataObject *pDataObject) = 0;
222 HRESULT (WINAPI *InitCache)(IOleCache *This,IDataObject *pDataObject);
236 #define IOleCache_InitCache(This,pDataObject) (This)->lpVtbl->InitCache(This,pDataObject)
286 HRESULT (WINAPI *InitCache)(IOleCache2 *This,IDataObject *pDataObject);
302 #define IOleCache2_InitCache(This,pDataObject) (This)->lpVtbl->InitCache(This,pDataObject)
    [all...]
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 420 a->InitCache(&cache);
  /external/chromium_org/net/third_party/nss/ssl/
sslsnce.c     [all...]

Completed in 576 milliseconds