/external/chromium_org/third_party/skia/src/animator/ |
SkHitTest.h | 25 SkTDIntArray hits; member in class:SkHitTest
|
/external/chromium_org/ui/app_list/search/ |
tokenized_string_match.h | 27 typedef std::vector<gfx::Range> Hits; 32 // Calculates the relevance and hits. Returns true if the two strings are 40 const Hits& hits() const { return hits_; } function in class:app_list::TokenizedStringMatch 47 Hits hits_;
|
tokenized_string_match_unittest.cc | 16 // Returns a string of |text| marked the hits in |match| using block bracket. 17 // e.g. text= "Text", hits = [{0,1}], returns "[T]ext". 22 const TokenizedStringMatch::Hits& hits = match.hits(); local 23 for (TokenizedStringMatch::Hits::const_reverse_iterator it = hits.rbegin(); 24 it != hits.rend(); ++it) {
|
tokenized_string_match.cc | 81 const TokenizedStringMatch::Hits& hits() const { return current_hits_; } function in class:app_list::__anon21161::PrefixMatcher 89 const TokenizedStringMatch::Hits& hits, 94 hits(hits.begin(), hits.end()), 105 TokenizedStringMatch::Hits hits; member in struct:app_list::__anon21161::PrefixMatcher::State 170 current_hits_.swap(last_match.hits); [all...] |
/external/chromium_org/v8/test/cctest/compiler/ |
test-node-cache.cc | 64 int hits = 0; local 70 hits++; 73 CHECK_LT(4, hits); 105 int hits = 0; local 111 hits++; 114 CHECK_LT(4, hits); 150 int hits = 0; local 156 hits++; 159 CHECK_LT(4, hits);
|
/external/chromium_org/v8/test/mjsunit/harmony/ |
array-of.js | 51 var hits = 0; variable 53 hits++; 57 hits = 0; 59 assertEquals(hits, 1); 61 hits = 0; 68 hits = 0; 70 assertEquals(hits, 1); 97 var hits = 0; variable 102 hits++; 107 assertEquals(hits, 1) 112 var hits = 0; variable [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/ |
Interval.java | 41 public static int hits = 0; field in class:Interval
|
/external/chromium_org/third_party/icu/source/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_org/third_party/skia/tests/ |
BBoxHierarchyTest.cpp | 78 SkTDArray<void*> hits; local 80 tree.search(query, &hits); 81 REPORTER_ASSERT(reporter, verify_query(query, rects, hits));
|
RTreeTest.cpp | 77 SkTDArray<void*> hits; local 79 tree.search(query, &hits); 80 REPORTER_ASSERT(reporter, verify_query(query, rects, hits));
|
/external/icu/icu4c/source/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/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);
|
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);
|
/external/chromium_org/chrome/browser/ui/app_list/search/ |
app_result.cc | 68 const TokenizedStringMatch::Hits& hits = match.hits(); local 71 tags.reserve(hits.size()); 72 for (size_t i = 0; i < hits.size(); ++i) 73 tags.push_back(Tag(Tag::MATCH, hits[i].start(), hits[i].end()));
|
/external/chromium_org/third_party/skia/bench/ |
RTreeBench.cpp | 117 SkTDArray<void*> hits; variable 146 fTree->search(query, &hits);
|
/external/chromium_org/third_party/skia/experimental/PdfViewer/ |
SkTracker.h | 129 // Starts a new rendering session - reset the number of hits. 135 int hits() { function in class:SkTracker
|
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/ |
LruBitmapPool.java | 17 private int hits; field in class:LruBitmapPool 79 hits++; 119 Log.v(TAG, "Hits=" + hits + " misses=" + misses + " puts=" + puts + " evictions=" + evictions + " currentSize="
|
/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/fio/t/ |
genzipf.c | 31 unsigned long hits; member in struct:node 76 n->hits = 1; 168 return n2->hits - n1->hits; 218 n->hits++; 234 printf("%lu, %lu\n", k, nodes[k].hits); 255 cur_vals = node->hits; 260 cur_vals += node->hits; 261 os->nranges += node->hits; 265 total_vals += node->hits; [all...] |
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/gtk/ |
hists.c | 147 u64 hits, child_total; local 151 hits = callchain_cumul_hits(node); 152 percent = 100.0 * hits / total;
|
/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);
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ |
builtin-record.c | 558 int hits = rec->samples; local 565 if (hits == rec->samples) {
|
builtin-top.c | 1005 u64 hits = top->samples; local 1009 if (hits == top->samples)
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
annotate.c | 628 unsigned int hits = 0; local 631 hits += h->addr[offset++]; 634 percent = 100.0 * hits / h->sum; [all...] |
/external/chromium_org/base/debug/ |
trace_event_unittest.cc | 365 std::vector<const DictionaryValue*> hits; local 375 hits.push_back(dict); 377 return hits; [all...] |