Searched defs:hits (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/third_party/skia/src/animator/
H A DSkHitTest.h25 SkTDIntArray hits; member in class:SkHitTest
/external/skia/src/animator/
H A DSkHitTest.h25 SkTDIntArray hits; member in class:SkHitTest
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dtokenized_string_match.h31 // 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
H A Dtokenized_string_match_unittest.cc15 // 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) {
H A Dapp_result.cc61 const TokenizedStringMatch::Hits& hits = match.hits(); local
64 tags.reserve(hits.size());
65 for (size_t i = 0; i < hits.size(); ++i)
66 tags.push_back(Tag(Tag::MATCH, hits[i].start(), hits[i].end()));
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
H A DInterval.java41 public static int hits = 0; field in class:Interval
/external/chromium_org/third_party/icu/source/i18n/
H A Dcsr2022.cpp36 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/libvorbis/vq/
H A Dlatticebuild.c26 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);
H A Dlatticetune.c43 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/icu4c/i18n/
H A Dcsr2022.cpp37 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/qemu-pc-bios/vgabios/
H A Dbiossums.c55 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/skia/bench/
H A DRTreeBench.cpp117 SkTDArray<void*> hits; variable
146 fTree->search(query, &hits);
/external/skia/tests/
H A DRTreeTest.cpp74 SkTDArray<void*> hits; local
76 tree.search(query, &hits);
77 REPORTER_ASSERT(reporter, verify_query(query, rects, hits));
/external/chromium/chrome/browser/safe_browsing/
H A Dfilter_false_positive_perftest.cc225 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
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglxhash.c118 unsigned long hits; /* At top of linked list */ member in struct:__glxHashTable
166 table->hits = 0;
220 ++table->hits;
362 table->hits, table->partials, table->misses);
/external/linux-tools-perf/util/ui/browsers/
H A Dannotate.c70 unsigned int hits = 0; local
83 hits += h->addr[offset];
92 percent = 100.0 * hits / h->sum;
/external/mesa3d/src/glx/
H A Dglxhash.c118 unsigned long hits; /* At top of linked list */ member in struct:__glxHashTable
166 table->hits = 0;
220 ++table->hits;
362 table->hits, table->partials, table->misses);
/external/qemu-pc-bios/bochs/bios/
H A Dbiossums.c96 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 >
[all...]
/external/linux-tools-perf/
H A Dbuiltin-record.c692 int hits = samples; local
697 if (hits == samples) {
H A Dbuiltin-top.c1000 u64 hits = top.samples; local
1004 if (hits == top.samples)
/external/linux-tools-perf/util/
H A Dannotate.c122 unsigned int hits = 0; local
140 hits += h->addr[offset];
146 percent = 100.0 * hits / h->sum;
H A Dhist.c374 u64 total_samples, u64 hits,
389 percent = hits * 100.0 / total_samples;
409 fprintf(stderr, "Not enough memory to display remaining hits\n");
450 * Except if we have remaining filtered hits. They will
372 ipchain__fprintf_graph(FILE *fp, struct callchain_list *chain, int depth, int depth_mask, int period, u64 total_samples, u64 hits, int left_margin) argument
/external/chromium_org/base/debug/
H A Dtrace_event_unittest.cc339 std::vector<const DictionaryValue*> hits; local
349 hits.push_back(dict);
351 return hits;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 957 milliseconds

12