Home
last modified time | relevance | path

Searched refs:caches (Results 1 – 25 of 77) sorted by relevance

1234

/external/webkit/Source/WebCore/dom/
DChildNodeList.h34 static PassRefPtr<ChildNodeList> create(PassRefPtr<Node> rootNode, Caches* caches) in create() argument
36 return adoptRef(new ChildNodeList(rootNode, caches)); in create()
DDynamicNodeList.cpp39 DynamicNodeList::DynamicNodeList(PassRefPtr<Node> rootNode, DynamicNodeList::Caches* caches) in DynamicNodeList() argument
41 , m_caches(caches) in DynamicNodeList()
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
Djstemplate_test.js302 var caches = [];
303 caches.push(JstProcessor.prepareNode_(t));
304 caches.push(JstProcessor.prepareNode_(t));
306 caches[0], caches[1]);
/external/webkit/LayoutTests/http/tests/appcache/
Dorigins-with-appcache-expected.txt1 …ache. First, it tests that no origins are reported after all application caches are removed. Then,…
/external/bouncycastle/patches/
DREADME22 - X509CertificateObject.getEncoded caches its result
/external/webkit/Source/WebCore/bindings/objc/
DDOMInternal.mm45 …// NSMapTable with zeroing weak pointers is the recommended way to build caches like this under ga…
/external/qemu/docs/
DCPU-EMULATION.TXT21 (described below in "MMU emulation"), there are actually two TB caches per
/external/liblzf/
DChanges77 - default HLOG size is now 15 (cpu caches have increased).
/external/webkit/Source/WebKit/mac/Misc/
DWebDownload.mm249 // This happens because NSURLConnection caches the results of respondsToSelector.
/external/webkit/Source/WebCore/platform/graphics/chromium/
DCrossProcessFontLoading.mm154 // First remove ourselves from the caches.
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
DSDL_QuartzGL.m152 * "You are blowing a couple of the internal OpenGL function caches. This
/external/webkit/Source/WebKit/win/Interfaces/
DIWebIconDatabase.idl85 @param cache If yes, caches the returned image in memory if not already cached
/external/webkit/Source/WebKit2/WebProcess/
Dcom.apple.WebProcess.sb92 ;; Darwin temporary files and caches, if present
/external/oprofile/events/i386/nehalem/
Devents55 …by Virtual Machine operating systems while the guest operating systems use the standard TLB caches.
60 …minimum:6000 name:CACHE_LOCK_CYCLES : Cycle count during which the L1/L2 caches are locked. A loc…
Dunit_masks46 …nstructions retired where the memory reference missed the L1, L2 and LLC caches and HIT in a remot…
47 …nstructions retired where the memory reference missed the L1, L2 and LLC caches and was remotely h…
48 …nstructions retired where the memory reference missed the L1, L2 and LLC caches and required a loc…
/external/llvm/docs/HistoricalNotes/
D2003-06-25-Reoptimizer1.txt133 trace caches. We keep the instrumented code around because you don't
/external/clang/lib/StaticAnalyzer/
DREADME.txt48 would get generated, the path "caches out" and we simply reuse the
/external/oprofile/events/i386/piii/
Devents55 …mum:500 name:EMON_KNI_PREF_MISS : number of KNI pre-fetch/weakly ordered insns that miss all caches
/external/oprofile/events/x86-64/hammer/
Dunit_masks113 0x01 L2 fills (victims from L1 caches, TLB page table walks and data prefetches)
/external/bluetooth/glib/docs/reference/
DChangeLog1744 * glib/tmpl/caches.sgml:
1772 * glib/tmpl/caches.sgml: Document g_cache_value_foreach
3393 * glib/tmpl/caches.sgml: GCs are cached by GTK, not by GDK.
3419 glib/tmpl/caches.sgml, glib/tmpl/completion.sgml,
3562 * glib/tmpl/async_queues.sgml, glib/tmpl/caches.sgml,
3616 * glib/tmpl/caches.sgml, glib/tmpl/datalist.sgml,
3628 glib/tmpl/arrays_pointer.sgml, glib/tmpl/caches.sgml,
3709 * glib/tmpl/caches.sgml, glib/tmpl/main.sgml,
4009 glib/tmpl/caches.sgml: Move GCompareFunc to GList and introduce
4012 * glib/tmpl/caches.sgml, glib/tmpl/hash_tables.sgml,
/external/oprofile/events/x86-64/family11h/
Dunit_masks124 0x01 L2 fills (victims from L1 caches, TLB page table walks and data prefetches)
/external/v8/src/
Dbootstrapper.cc1697 Handle<FixedArray> caches = FACTORY->NewFixedArray(kNumberOfCaches, TENURED); in InstallJSFunctionResultCaches() local
1703 caches->set(index++, cache); \ in InstallJSFunctionResultCaches()
1710 global_context()->set_jsfunction_result_caches(*caches); in InstallJSFunctionResultCaches()
/external/oprofile/events/i386/p6_mobile/
Devents55 …mum:500 name:EMON_KNI_PREF_MISS : number of KNI pre-fetch/weakly ordered insns that miss all caches
/external/oprofile/events/i386/core/
Devents45 …b counters:0,1 um:sse_miss minimum:500 name:SSE_PREF_MISS : SSE instructions that missed all caches
/external/webkit/Source/WebCore/bridge/objc/
Dobjc_instance.mm60 …// NSMapTable with zeroing weak pointers is the recommended way to build caches like this under ga…

1234