/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
mm.h | 57 * to get better page hits if possible
|
/external/chromium_org/third_party/sqlite/src/test/ |
fts2g.test | 28 # No hits at all. Returns empty doclists from termSelect().
|
fts3ag.test | 28 # No hits at all. Returns empty doclists from termSelect().
|
/external/clang/lib/Serialization/ |
GeneratePCH.cpp | 58 // Make sure it hits disk now.
|
/external/linux-tools-perf/util/ |
annotate.h | 41 /** struct annotated_source - symbols with hits have this attached as in sannotation
|
/external/linux-tools-perf/util/include/linux/added/ |
hw_breakpoint.h | 46 * and to call its callback every hits.
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_mm.h | 58 * to get better page hits if possible
|
/external/mesa3d/src/gallium/tests/unit/ |
u_cache_test.c | 114 * the distribution of hits in its internal cache entries.
|
/external/mesa3d/src/mesa/main/ |
mm.h | 57 * to get better page hits if possible
|
/frameworks/base/tools/aapt/ |
ResourceIdCache.cpp | 102 printf("Hits: %ld\n", mHits);
|
/dalvik/vm/ |
AtomicCache.h | 57 int hits; /* found entry in cache */ member in struct:AtomicCache 129 (_cache)->hits++; \
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_popup_model.h | 69 // Called when the user hits escape after arrowing around the popup. This 93 // Called when the user hits shift-delete. This should determine if the item
|
/external/chromium-trace/trace-viewer/src/tracing/ |
find_control_test.js | 129 // Loop through hits then when we wrap, try moving backward. 152 // Loop through hits then when we wrap, try moving backward.
|
/external/chromium_org/chrome/browser/safe_browsing/ |
ui_manager.h | 116 // Report hits to the unsafe contents (malware, phishing, unsafe download URL) 139 // Call protocol manager on IO thread to report hits of unsafe contents.
|
/external/chromium_org/chrome/browser/ui/omnibox/ |
omnibox_popup_model.h | 68 // Called when the user hits escape after arrowing around the popup. This 84 // Called when the user hits shift-delete. This should determine if the item
|
/external/chromium_org/tools/memory_watcher/scripts/ |
memprof.pl | 44 my $hits = 0; 59 $hits = $2;
|
/external/oprofile/events/arm/armv7/ |
events | 17 event:0x4C counters:1,2,3,4 um:zero minimum:500 name:L1_NEON_DATA : NEON data access that hits L1 cache 18 event:0x4D counters:1,2,3,4 um:zero minimum:500 name:L1_NEON_CACH_DATA : NEON cacheable data access that hits L1 cache
|
/external/oprofile/events/ppc/7450/ |
events | 27 event:0x32 counters:0 um:zero minimum:3000 name:L1_DSNOOP_HITS : L1 data snoop hits 33 event:0x38 counters:0 um:zero minimum:3000 name:L1_DATA_HITS : L1 data total hits
|
/external/skia/bench/ |
RTreeBench.cpp | 110 SkTDArray<void*> hits; variable 139 fTree->search(query, &hits);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
bdb.py | 483 self.hits = 0 524 print >>out, '\tignore next %d hits' % (self.ignore) 525 if (self.hits): 526 if (self.hits > 1): ss = 's' 529 (self.hits, ss)) 577 b.hits = b.hits + 1 590 # Ignore count applies only to those bpt hits where the
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
bdb.py | 483 self.hits = 0 524 print >>out, '\tignore next %d hits' % (self.ignore) 525 if (self.hits): 526 if (self.hits > 1): ss = 's' 529 (self.hits, ss)) 577 b.hits = b.hits + 1 590 # Ignore count applies only to those bpt hits where the
|
/external/chromium_org/third_party/mesa/src/src/glx/ |
glxhash.c | 118 unsigned long hits; /* At top of linked list */ member in struct:__glxHashTable 166 table->hits = 0; 220 ++table->hits; 361 printf("Hits = %ld, partials = %ld, misses = %ld\n", 362 table->hits, table->partials, table->misses);
|
/external/mesa3d/src/glx/ |
glxhash.c | 118 unsigned long hits; /* At top of linked list */ member in struct:__glxHashTable 166 table->hits = 0; 220 ++table->hits; 361 printf("Hits = %ld, partials = %ld, misses = %ld\n", 362 table->hits, table->partials, table->misses);
|
/art/test/071-dexfile/src/ |
Main.java | 41 * /dev/random never hits EOF, so we're sure that we'll still
|
/build/core/combo/ |
select.mk | 67 # See man page, optimizations to get more cache hits
|