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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/app_list/search/
tokenized_string_match.h 26 typedef std::vector<ui::Range> Hits;
31 // Calculates the relevance and hits. Returns true if the two strings are
39 const Hits& hits() const { return hits_; } function in class:app_list::TokenizedStringMatch
43 Hits hits_;
tokenized_string_match_unittest.cc 15 // Returns a string of |text| marked the hits in |match| using block bracket.
16 // e.g. text= "Text", hits = [{0,1}], returns "[T]ext".
21 const TokenizedStringMatch::Hits& hits = match.hits(); local
22 for (TokenizedStringMatch::Hits::const_reverse_iterator it = hits.rbegin();
23 it != hits.rend(); ++it) {
app_result.cc 57 const TokenizedStringMatch::Hits& hits = match.hits(); local
60 tags.reserve(hits.size());
61 for (size_t i = 0; i < hits.size(); ++i)
62 tags.push_back(Tag(Tag::MATCH, hits[i].start(), hits[i].end()));
  /external/chromium-trace/trace-viewer/src/tracing/analysis/
analyze_slices.js 58 hits: []
63 sliceGroup.hits.push(sliceHits[i]);
80 for (var i = 0; i < sliceHitGroup.hits.length; i++) {
81 var slice = sliceHitGroup.hits[i].slice;
93 if (sliceHitGroup.hits.length == 0)
95 avg = duration / sliceHitGroup.hits.length;
106 for (var i = 0; i < sliceHitGroup.hits.length; i++) {
108 statistics.avg - sliceHitGroup.hits[i].slice.duration;
113 sumOfSquaredDistancesToMean / (sliceHitGroup.hits.length - 1));
117 if (sliceHitGroup.hits.length > 2 && elapsed > 0)
    [all...]
analyze_counters.js 41 var hits = hitsByCounter[id];
42 var ctr = hits[0].counter;
45 for (var i = 0; i < hits.length; i++)
46 sampleIndices.push(hits[i].sampleIndex);
  /external/chromium_org/chrome/browser/resources/predictors/
resource_prefetch_predictor.html 15 <th>Num Hits</th>
33 <th>Num Hits</th>
  /external/chromium_org/third_party/skia/src/animator/
SkHitTest.cpp 16 SK_MEMBER_ARRAY(hits, Int),
29 hits.setCount(bullets.count());
37 hits[bIndex] = -1;
45 hits[bIndex] = tIndex;
SkHitTest.h 25 SkTDIntArray hits; member in class:SkHitTest
  /external/clang/test/CodeGen/
PR15826.c 3 /* Testcase for PR15826 - clang hits assert in clang::ASTContext::getASTRecordLayout */
  /external/skia/src/animator/
SkHitTest.cpp 16 SK_MEMBER_ARRAY(hits, Int),
29 hits.setCount(bullets.count());
37 hits[bIndex] = -1;
45 hits[bIndex] = tIndex;
SkHitTest.h 25 SkTDIntArray hits; member in class:SkHitTest
  /external/libvorbis/vq/
latticetune.c 43 long *hits; local
84 hits=_ogg_malloc(entries*sizeof(long));
86 for(j=0;j<entries;j++)hits[j]=guard;
103 hits[code]++;
115 /* code:hits\n */
123 hits[code]+=val;
133 build_tree_from_lengths0(entries,hits,lengths);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
GrepDialog.py 81 hits = 0
99 hits = hits + 1
100 if hits:
101 if hits == 1:
105 print "Found", hits, "hit%s." % s
108 print "No hits."
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
GrepDialog.py 81 hits = 0
99 hits = hits + 1
100 if hits:
101 if hits == 1:
105 print "Found", hits, "hit%s." % s
108 print "No hits."
  /external/chromium_org/tools/valgrind/gtest_exclude/
net_unittests.gtest-drmemory_win32.txt 7 # Dr. Memory hits an assertion:
  /external/qemu-pc-bios/bochs/bios/
biossums.c 96 int arg = 1, hits, pad = 0; local
121 hits = 0;
130 hits++;
132 if( hits == 1 && cur_val != new_val ) {
136 if( hits >= 2 ) {
139 if( hits ) {
144 hits = 0;
153 hits++;
155 if( hits == 1 && cur_val != new_val ) {
159 if( hits >= 2 )
    [all...]
  /external/kernel-headers/original/linux/nfsd/
stats.h 15 unsigned int rchits; /* repcache hits */
16 unsigned int rcmisses; /* repcache hits */
  /external/linux-tools-perf/Documentation/
perf-buildid-list.txt 22 --with-hits::
23 Show only DSOs with hits.
  /external/linux-tools-perf/
builtin-buildid-list.c 28 OPT_BOOLEAN('H', "with-hits", &with_hits, "Show only DSOs with hits"),
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/nfsd/
stats.h 15 unsigned int rchits; /* repcache hits */
16 unsigned int rcmisses; /* repcache hits */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/nfsd/
stats.h 15 unsigned int rchits; /* repcache hits */
16 unsigned int rcmisses; /* repcache hits */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/nfsd/
stats.h 15 unsigned int rchits; /* repcache hits */
16 unsigned int rcmisses; /* repcache hits */
  /external/chromium_org/third_party/icu/source/i18n/
csr2022.cpp 36 int32_t hits = 0; local
59 hits += 1;
79 if (hits == 0) {
89 quality = (100*hits - 100*misses) / (hits + misses);
94 if (hits+shifts < 5) {
95 quality -= (5-(hits+shifts))*10;
  /external/icu4c/i18n/
csr2022.cpp 37 int32_t hits = 0; local
60 hits += 1;
80 if (hits == 0) {
90 quality = (100*hits - 100*misses) / (hits + misses);
95 if (hits+shifts < 5) {
96 quality -= (5-(hits+shifts))*10;
  /external/chromium/chrome/browser/userfeedback/proto/
extension.proto 50 // Sent when user hits final submit button in external extension.
76 // Sent when user hits final submit button in internal extension.
98 // A query for suggestions, sent when the user hits the preview button.

Completed in 679 milliseconds

1 2 3 4 5 6 7 8 91011>>