/external/icu4c/i18n/ |
uspoof_build.cpp | 69 // Set up a shell of a spoof detector, with empty data.
|
/external/valgrind/main/drd/ |
drd_barrier.h | 3 This file is part of drd, a thread error detector.
|
drd_cond.h | 3 This file is part of drd, a thread error detector.
|
drd_load_store.h | 3 This file is part of drd, a thread error detector.
|
drd_malloc_wrappers.h | 3 This file is part of drd, a thread error detector.
|
drd_mutex.h | 3 This file is part of drd, a thread error detector.
|
drd_rwlock.h | 3 This file is part of drd, a thread error detector.
|
drd_semaphore.h | 3 This file is part of drd, a thread error detector.
|
drd_segment.h | 3 This file is part of drd, a thread error detector.
|
/external/valgrind/main/exp-ptrcheck/tests/ |
filter_stderr | 19 -e "/^exp-ptrcheck, a heap, stack and global array overrun detector$/d" \
|
/external/valgrind/main/memcheck/tests/ |
filter_stderr | 11 sed "/^Memcheck, a memory error detector/ , /./ d" |
|
/external/valgrind/tsan/ |
ts_valgrind.h | 2 This file is part of ThreadSanitizer, a dynamic data race detector
|
suppressions.h | 27 // This file is part of ThreadSanitizer, a dynamic data race detector.
|
ts_race_verifier.h | 27 // This file is part of ThreadSanitizer, a dynamic data race detector.
|
ts_valgrind_libc.cc | 27 // This file is part of ThreadSanitizer, a dynamic data race detector.
|
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/ |
ItemSimpleGestureListener.java | 32 * This method will only be called after the detector is confident
|
/external/valgrind/unittest/ |
libstdc++_tests.cc | 27 // This file is a part of a test suite for ThreadSanitizer, a race detector. 55 // by a race detector, a false race may be reported between 107 // by a race detector, a false race may be reported between
|
gtest_fixture_injection.h | 27 // This file is a part of a test suite for ThreadSanitizer, a race detector.
|
/frameworks/base/core/java/android/webkit/ |
ZoomManager.java | 825 public boolean onScaleBegin(ScaleGestureDetector detector) { 829 mFocusX = detector.getFocusX(); 830 mFocusY = detector.getFocusY(); 839 public boolean isPanningOnly(ScaleGestureDetector detector) { 842 mFocusX = detector.getFocusX(); 843 mFocusY = detector.getFocusY(); 848 float deltaSpan = detector.getCurrentSpan() - detector.getPreviousSpan() + [all...] |
/packages/apps/VideoEditor/src/com/android/videoeditor/ |
KenBurnsActivity.java | 118 public boolean onScaleBegin(ScaleGestureDetector detector) { 123 public boolean onScale(ScaleGestureDetector detector) { 124 final float relativeScaleFactor = detector.getScaleFactor(); 130 mImageView.zoomTo(newAbsoluteScale, detector.getFocusX(), detector.getFocusY()); 135 public void onScaleEnd(ScaleGestureDetector detector) {
|
/external/opencv/cvaux/include/ |
cvvidsurv.hpp | 406 /* FOREGROUND DETECTOR INTERFACE */ 413 /* Release foreground detector: */ 421 /* FOREGROUND DETECTOR INTERFACE */ 623 /* BLOB DETECTOR INTERFACE */ 632 /* release blob detector */ 635 /* Release any blob detector: */ 641 /* END BLOB DETECTOR INTERFACE */ 669 * Release the current detector and load new detector from file 675 /* Return min detector window size: * [all...] |
/external/valgrind/main/docs/html/ |
manual-intro.html | 40 <li class="listitem"><p><span class="command"><strong>Memcheck</strong></span> is a memory error detector. It helps 48 <li class="listitem"><p><span class="command"><strong>Helgrind</strong></span> is a thread error detector. 51 <li class="listitem"><p><span class="command"><strong>DRD</strong></span> is also a thread error detector. It is 60 global array overrun detector. Its functionality overlaps somewhat
|
/sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/ |
Location.java | 17 package com.android.tools.lint.detector.api;
|
/sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/detector/api/ |
ScopeTest.java | 17 package com.android.tools.lint.detector.api;
|
/device/samsung/crespo/nfc/ |
nfc_hw.c | 40 ,{0x00,0x9F,0x0A,0x05} // SWP_PBTF_RFLD --> RFLEVEL Detector for PBTF 43 // Change RF Level Detector ANARFLDWU
|