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

1 2 3 4 5 6 7 891011>>

  /external/valgrind/main/exp-ptrcheck/docs/
pc-manual.xml 8 xreflabel="Ptrcheck: an experimental heap, stack and global array overrun detector">
9 <title>Ptrcheck: an experimental heap, stack and global array overrun detector</title>
  /packages/apps/Gallery/src/com/android/camera/
CropImage.java 521 FaceDetector detector = new FaceDetector(faceBitmap.getWidth(),
523 mNumFaces = detector.findFaces(faceBitmap, mFaces);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
CropView.java 674 FaceDetector detector = new FaceDetector( local
676 mFaceCount = detector.findFaces(bitmap, mFaces);
  /external/valgrind/main/docs/html/
hg-manual.html 4 <title>7.?Helgrind: a thread error detector</title>
10 <link rel="next" href="drd-manual.html" title="8.?DRD: a thread error detector">
20 <div class="chapter" title="7.?Helgrind: a thread error detector">
22 <a name="hg-manual"></a>7.?Helgrind: a thread error detector</h2></div></div></div>
    [all...]
quick-start.html 65 option turns on the detailed memory leak detector.</p>
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java     [all...]
  /external/valgrind/tsan/
ts_valgrind.cc 2 This file is part of ThreadSanitizer, a dynamic data race detector
30 // a data race detector written by Julian Seward.
    [all...]
suppressions_test.cc 27 // This file is part of ThreadSanitizer, a dynamic data race detector.
ts_dynamorio.cc 27 // This file is part of ThreadSanitizer, a dynamic data race detector.
ts_race_verifier.cc 27 // This file is part of ThreadSanitizer, a dynamic data race detector.
ts_util.h 27 // This file is part of ThreadSanitizer, a dynamic data race detector.
  /external/valgrind/unittest/
racecheck_unittest.cc 74 // some specific behaviour of the race detector's scheduler.
248 // But race detector can not see it.
428 // Usually, easily detectable by a race detector.
    [all...]
demo_tests.cc 438 // t2 goes after t3. This way a pure happens-before detector has no chance.
  /external/kernel-headers/original/linux/spi/
cpcap.h 372 CPCAP_IRQ_SE1 = CPCAP_IRQ_INT2_INDEX, /* SE1 Detector */
  /external/valgrind/main/drd/
drd.h 168 * detector would do. Since this is how DRD always behaves, this annotation
drd_barrier.c 3 This file is part of drd, a thread error detector.
drd_error.c 3 This file is part of drd, a thread error detector.
drd_load_store.c 3 This file is part of drd, a thread error detector.
drd_mutex.c 3 This file is part of drd, a thread error detector.
drd_rwlock.c 3 This file is part of drd, a thread error detector.
  /external/valgrind/main/drd/tests/
tsan_thread_wrappers_pthread.h 79 /// introduce a happens-before arc for a pure happens-before race detector.
  /frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
bgnscd.h 49 Purpose : Background noise source charateristic detector (SCD)
c_g_aver.h 49 Purpose : Background noise source charateristic detector (SCD)
  /packages/apps/Phone/src/com/android/phone/
EmergencyDialer.java 255 * number detector
  /packages/apps/VideoEditor/src/com/android/videoeditor/
VideoEditorActivity.java 339 public boolean onScaleBegin(ScaleGestureDetector detector) {
345 public boolean onScale(ScaleGestureDetector detector) {
350 final float scaleFactor = detector.getScaleFactor();
377 public void onScaleEnd(ScaleGestureDetector detector) {
    [all...]

Completed in 375 milliseconds

1 2 3 4 5 6 7 891011>>