HomeSort by relevance Sort by last modified time
    Searched refs:hit (Results 126 - 150 of 251) sorted by null

1 2 3 4 56 7 8 91011

  /external/icu/icu4c/source/test/perf/ubrkperf/
ubrkperfold.cpp 369 int32_t noBreaks = 0, hit = 0; local
392 hit++;
  /external/openssl/ssl/
t1_lib.c 743 if (!s->hit && s->servername_done == 1 && s->session->tlsext_hostname != NULL)
    [all...]
d1_srvr.c 389 if (s->hit)
683 if (s->hit)
726 if (!s->hit)
756 if (s->hit)
    [all...]
s2_lib.c 392 ret=s->hit;
ssl_lib.c 201 s->hit=0;
    [all...]
s3_clnt.c 303 if (s->hit)
326 s->hit = 1;
538 if (s->hit)
618 if (s->hit)
675 if (s->hit) s->ctx->stats.sess_hit++;
996 s->hit=1;
1002 s->hit=0;
1063 if (s->hit && (s->session->cipher_id != c->id))
1105 if (s->hit && j != s->session->compress_meth)
    [all...]
  /external/proguard/src/proguard/gui/splash/
OverrideGraphics2D.java 514 public boolean hit(Rectangle rect, Shape s, boolean onStroke) method in class:OverrideGraphics2D
516 return graphics.hit(rect, s, onStroke);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/
MatcherTest.java 698 String input, boolean hit) {
708 assertTrue(testNo, h == hit);
  /external/chromium_org/gpu/command_buffer/service/
program_manager.cc 1060 ShaderTranslator::VariableMap::const_iterator hit = local
    [all...]
  /external/pdfium/core/src/fxge/agg/agg23/
agg_rasterizer_scanline_aa.h 159 bool hit() const function in class:agg::scanline_hit_test
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_service_browsertest.cc 223 bool hit = false; local
237 hit = true;
240 return hit;
286 // This function is called when there is a prefix hit in local safebrowsing
430 // full hash is hit in database's local cache.
657 // Navigate back to kEmptyPage -- should hit the whitelist, and send a match
658 // call, but no hit call.
845 // Now introducing delays and we should hit timeout.
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
ExpandingEntryCardView.java 385 // Insert entries in this list to hit mCollapsedEntriesCount.
481 // Inflate entries in this list to hit mCollapsedEntriesCount.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mhlib.py 686 hit = 0
691 hit = pred(line[:i].lower())
692 if hit: headers.append(line)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mhlib.py 686 hit = 0
691 hit = pred(line[:i].lower())
692 if hit: headers.append(line)
    [all...]
  /external/freetype/src/autofit/
aflatin.c 537 FT_Bool hit; local
572 hit = 0;
580 if ( !hit )
582 /* no hit; adjust first point */
598 hit = 1;
609 hit = 0;
619 hit = 0;
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/
search_widget.js 364 // Surround search hit with pauses.
501 // Write to Braille with cursor at the end of the search hit.
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/stdio/
hist.c 255 percent = chain->hit * 100.0 / total_samples;
  /external/chromium_org/third_party/webtreemap/src/
webtreemap.js 17 // skeptical the extra complexity (and performance hit) is worth it.
  /external/chromium_org/v8/test/mjsunit/
debug-handle.js 240 // Set a break point at return in f and invoke g to hit the breakpoint.
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-report.c 331 al.map->dso->hit = 1;
516 (kernel_map->dso->hit &&
  /external/oprofile/events/i386/atom/
unit_masks 97 0x01 l2_hit Retired loads that hit the L2 cache (precise event)
  /system/vold/
VolumeManager.cpp 245 bool hit = false; local
251 hit = true;
256 if (!hit) {
    [all...]
  /dalvik/hit/src/com/android/hit/
HprofParser.java 17 package com.android.hit;
  /external/chromium_org/third_party/boringssl/src/ssl/
ssl_lib.c 197 s->hit=0;
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
byte_reader.js 383 // If we've stopped reading because we found '0' but didn't hit size limit
416 // If we've stopped reading because we found '0' but didn't hit size limit

Completed in 1020 milliseconds

1 2 3 4 56 7 8 91011