HomeSort by relevance Sort by last modified time
    Searched full:detector (Results 151 - 175 of 303) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/valgrind/main/none/tests/
sha1_test.c 8 ==26189== valgrind-20020227, a memory error detector for x86 GNU/Linux.
17 ==26209== valgrind-20020227, a memory error detector for x86 GNU/Linux.
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfoAsyncQuery.java 274 CountryDetector detector = (CountryDetector) mQueryContext.getSystemService( local
278 detector.detectCountry().getCountryIso());
CallerInfo.java 544 CountryDetector detector = (CountryDetector) context.getSystemService( local
546 if (detector != null) {
547 countryIso = detector.detectCountry().getCountryIso();
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
MediaItemView.java 128 // Setup our gesture detector and scroll listener
561 // Let the gesture detector inspect all events.
AudioTrackView.java 343 // Let the gesture detector inspect all events.
TransitionView.java 312 // Let the gesture detector inspect all events.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
LintPreferencePage.java 24 import com.android.tools.lint.detector.api.Issue;
25 import com.android.tools.lint.detector.api.Severity;
  /external/chromium/chrome/browser/
browser_main_posix.cc 254 LOG(DFATAL) << "Failed to create shutdown detector task.";
  /external/chromium/chrome/browser/themes/
browser_theme_pack.h 42 // will trip our IO on the UI thread detector.
  /external/valgrind/main/drd/
drd_clientobj.c 3 This file is part of drd, a thread error detector.
drd_clientreq.h 3 This file is part of drd, a thread error detector.
drd_qtcore_intercepts.c 8 This file is part of drd, a thread error detector.
  /external/valgrind/tsan/
thread_sanitizer.h 27 // This file is part of ThreadSanitizer, a dynamic data race detector.
ts_replace.h 27 // This file is part of ThreadSanitizer, a dynamic data race detector.
  /external/valgrind/unittest/
thread_wrappers.h 2 This file is part of ThreadSanitizer, a dynamic data race detector.
posix_tests.cc 165 // A race detector has to create a happens-before arcs for
365 // if the detector observes a happens-before arc between
451 // detector ("tsan --pure-happens-before") or apply pure happens-before mode
  /external/webkit/Source/WebCore/loader/
DocumentWriter.cpp 168 // an auto detector. When interpreted in the latter, it could be
TextResourceDecoder.cpp 608 // We use the encoding detector in two cases:
609 // 1. Encoding detector is turned ON and no other encoding source is
611 // 2. Encoding detector is turned ON and the encoding is set to
  /packages/apps/Calendar/src/com/android/calendar/month/
SimpleWeeksAdapter.java 117 * Set up the gesture detector and selected time
  /packages/apps/Contacts/src/com/android/contacts/activities/
AttachPhotoActivity.java 49 * size and give the user a chance to use the face detector.
  /frameworks/base/services/java/com/android/server/
SystemServer.java 436 Slog.i(TAG, "Country Detector");
440 reportWtf("starting Country Detector", e);
719 reportWtf("making Country Detector Service ready", e);
    [all...]
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbreg.h 148 * \param cd_target_nr_corners target number of corners for corner detector
151 * \param cd_nr_horz_blocks the number of horizontal blocks for the corner detector to partition the image
152 * \param cd_nr_vert_blocks the number of vertical blocks for the corner detector to partition the image
  /external/icu4c/test/intltest/
csdetest.cpp 374 UnicodeString ss = "<a> <lot> <of> <English> <inside> <the> <markup> Un tr\\u00E8s petit peu de Fran\\u00E7ais. <to> <confuse> <the> <detector>";
589 errln("Error opening charset detector. - %s", u_errorName(status));
673 errln("Error opening charset detector. - %s", u_errorName(status));
  /external/valgrind/main/docs/html/
pc-manual.html 4 <title>11.?Ptrcheck: an experimental heap, stack and global array overrun detector</title>
20 <div class="chapter" title="11.?Ptrcheck: an experimental heap, stack and global array overrun detector">
22 <a name="pc-manual"></a>11.?Ptrcheck: an experimental heap, stack and global array overrun detector</h2></div></div></div>
  /frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
bgnscd.cpp 40 Background noise source characteristic detector (SCD)
246 // it now works as a energy detector floating on top
416 /* it now works as a energy detector floating on top */

Completed in 906 milliseconds

1 2 3 4 5 67 8 91011>>