HomeSort by relevance Sort by last modified time
    Searched full:hits (Results 26 - 50 of 630) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/perf/page_sets/tough_animation_cases/
transform_transitions.html 60 var hits = 0;
100 hits++;
104 if (hits > 0)
105 estimate = 2 * trials / hits;
  /external/chromium_org/ui/views/controls/table/
table_view_observer.h 29 // Optional method invoked when the user hits a key with the table in focus.
  /external/linux-tools-perf/Documentation/
perf-archive.txt 15 This command runs runs perf-buildid-list --with-hits, and collects the files
  /external/chromium_org/chrome/browser/feedback/proto/
extension.proto 51 // Sent when user hits final submit button.
73 // A query for suggestions, sent when the user hits the preview button.
  /external/chromium_org/third_party/sqlite/src/test/
fts2n.test 69 # Likewise, with multiple hits in one document.
138 # Can still see other hits.
160 # can test the number of hits found. Populate $ret with the expected
162 # hit. We'll have 6 hits for row 1, 1 for row 2, and 6*(2^5)==192 for
178 # Test that we get the expected number of hits.
190 # time. Prefix hits can cross leaves, which the code above _should_
fts3an.test 69 # Likewise, with multiple hits in one document.
138 # Can still see other hits.
160 # can test the number of hits found. Populate $ret with the expected
162 # hit. We'll have 6 hits for row 1, 1 for row 2, and 6*(2^5)==192 for
178 # Test that we get the expected number of hits.
  /external/libvorbis/vq/
latticebuild.c 26 description into a static codebook. It used to count hits for a
60 long *hits; local
113 hits=_ogg_malloc(c.entries*sizeof(long));
114 for(j=0;j<entries;j++)hits[j]=1;
169 for(i=0;i<entries;i++)hits[i]=1;
170 build_tree_from_lengths(entries,hits,c.lengthlist);
  /external/chromium-trace/trace-viewer/src/tracing/
selection.js 182 pushHits: function(hits) {
183 for (var i = 0; i < hits.length; i++)
184 this.pushHit(hits[i]);
247 var hits = {};
249 hits[hitType.pluralName] = new Selection();
255 hits[hitType.pluralName].push_(hit);
258 return hits;
  /external/skia/tests/
RTreeTest.cpp 74 SkTDArray<void*> hits; local
76 tree.search(query, &hits);
77 REPORTER_ASSERT(reporter, verify_query(query, rects, hits));
  /external/qemu-pc-bios/vgabios/
biossums.c 55 int hits, modified; local
91 hits = 0;
100 hits++;
102 if ((hits == 1) && (cur_val != new_val)) {
111 if (hits >= 2) {
114 if (hits) {
  /external/chromium_org/chrome/browser/safe_browsing/
ping_manager.h 66 // Generates URL for reporting safe browsing hits for UMA users.
83 // URL prefix where browser reports hits to the safebrowsing list and
  /external/chromium_org/tools/heapcheck/
heapcheck_test.py 158 hits, bytes, objects = used_suppressions[description]
159 hits += 1
162 used_suppressions[description] = [hits, bytes, objects]
188 hits, bytes, objects = used_suppressions[description]
189 line = '%8d %8d %8d %s' % (hits, bytes, objects, description)
190 if hits in histo:
191 histo[hits].append(line)
193 histo[hits] = [line]
  /external/chromium_org/v8/test/mjsunit/
binary-op-newspace.js 30 // Check that a mod where the stub code hits a failure in heap number
46 // Check that an add where the stub code hits a failure in heap number
  /external/replicaisland/src/com/replica/replicaisland/
DynamicCollisionComponent.java 24 * in valid "hits"), this component creates a bounding volume that encompasses the set and submits
26 * send and receive hits to other game objects.
  /external/v8/test/mjsunit/
binary-op-newspace.js 30 // Check that a mod where the stub code hits a failure in heap number
46 // Check that an add where the stub code hits a failure in heap number
  /dalvik/vm/
AtomicCache.cpp 176 pCache->trivial, pCache->fail, pCache->hits,
178 (pCache->hits == 0) ? 0 :
179 pCache->hits * 100 /
180 (pCache->fail + pCache->hits + pCache->misses + pCache->fills),
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_mac.mm 43 // the cocoa object. When the retain count hits zero, it will
  /external/chromium_org/third_party/skia/include/ports/
SkTypeface_win.h 33 * This will get called if Skia tries to access the data but hits a failure.
  /external/iproute2/doc/
rtstat.sgml 18 in a vmstat or iostat manner. The ratio between cache hits and misses gives
  /external/linux-tools-perf/
perf-archive.sh 24 perf buildid-list -i $PERF_DATA --with-hits | grep -v "^$NOBUILDID " > $BUILDIDS
  /external/skia/include/ports/
SkTypeface_win.h 33 * This will get called if Skia tries to access the data but hits a failure.
  /frameworks/base/core/java/com/android/internal/widget/
LockScreenWidgetCallback.java 36 // exclusively in response to user activity, i.e. user hits a button in the view.
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
errcode.h 13 the parser only returns E_EOF when it hits EOF immediately, and it
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
errcode.h 13 the parser only returns E_EOF when it hits EOF immediately, and it
  /external/chromium/chrome/browser/safe_browsing/
filter_false_positive_perftest.cc 225 int hits = 0; local
257 ++hits;
279 << ", hits: " << hits
282 std::cout << ", weighted hits: " << weighted_hits
342 int hits = 0; local
347 ++hits;
359 << ", hits: " << hits

Completed in 634 milliseconds

12 3 4 5 6 7 8 91011>>