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

1 2 3 45 6 7 8 91011>>

  /external/valgrind/unittest/
thread_wrappers_win.h 2 This file is part of ThreadSanitizer, a dynamic data race detector.
71 // introduce a happens-before arc for a pure happens-before race detector.
atomicity_tests.cc 27 // This file is a part of a test suite for ThreadSanitizer, a race detector.
  /frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
SimpleModelView.java 164 public boolean onScale(ScaleGestureDetector detector) {
165 mRender.onActionScale(detector.getScaleFactor());
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_detection.h 35 * \brief Harris corner detector for float images.
93 * \brief Harris corner detector for byte images.
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PhotoView.java 532 public boolean onScale(ScaleGestureDetector detector) {
533 float scale = detector.getScaleFactor();
537 detector.getFocusX(), detector.getFocusY());
542 public boolean onScaleBegin(ScaleGestureDetector detector) {
545 detector.getFocusX(), detector.getFocusY());
550 public void onScaleEnd(ScaleGestureDetector detector) {
  /sdk/lint/cli/src/com/android/tools/lint/
PositionXmlParser.java 20 import com.android.tools.lint.detector.api.Context;
21 import com.android.tools.lint.detector.api.Position;
  /frameworks/base/services/java/com/android/server/location/
ComprehensiveCountryDetector.java 118 Slog.i(TAG, "Stop the detector.");
257 // TODO : Shall we give up starting the detector within a
296 + "(current detector: " + mLocationBasedCountryDetector + ")");
  /external/srec/srec/include/
voicing.h 39 /* The following are internal constants used by the voicing detector program
  /external/valgrind/main/drd/
drd_clientobj.h 3 This file is part of drd, a thread error detector.
drd_error.h 3 This file is part of drd, a thread error detector.
drd_suppression.c 3 This file is part of drd, a thread error detector.
drd_thread_bitmap.h 3 This file is part of drd, a thread error detector.
  /external/valgrind/main/drd/tests/
filter_stderr 14 -e "/^drd, a thread error detector$/d" \
  /external/valgrind/main/helgrind/tests/
filter_stderr 13 -e "/^Helgrind, a thread error detector/ , /./ d" \
  /external/valgrind/tsan/
dense_multimap.h 27 // This file is part of ThreadSanitizer, a dynamic data race detector.
ts_heap_info.h 27 // This file is part of ThreadSanitizer, a dynamic data race detector.
ts_lock.h 27 // This file is part of ThreadSanitizer, a dynamic data race detector.
ts_simple_cache.h 27 // This file is part of ThreadSanitizer, a dynamic data race detector.
  /frameworks/base/location/java/android/location/
CountryDetector.java 27 * This class provides access to the system country detector service. This
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
Context.java 17 package com.android.tools.lint.detector.api;
  /device/samsung/tuna/nfc/
nfc_hw.c 55 ,{0x00,0x9F,0x0A,0x05} // SWP_PBTF_RFLD --> RFLEVEL Detector for PBTF
58 // Change RF Level Detector ANARFLDWU
  /external/valgrind/main/docs/html/
dist.readme.html 46 tools:?a?memory?error?detector,?two?thread?error?detectors,?a?cache<br>
49 three?experimental?tools:?a?heap/stack/global?array?overrun?detector,<br>
  /external/valgrind/main/docs/xml/
xml_help.txt 127 Eraser: A Dynamic Data Race Detector for Multithreaded Programs<br/>
137 Eraser: A Dynamic Data Race Detector for Multithreaded Programs
  /packages/apps/Contacts/src/com/android/contacts/
ContactsUtils.java 176 CountryDetector detector = local
178 return detector.detectCountry().getCountryIso();
  /external/chromium/base/third_party/dynamic_annotations/
dynamic_annotations.h 96 mechanisms: the race detector will infer an arc from the former to the
169 mu->Lock(). This annotation may slow down the race detector and hide real
304 /* Report the current thread name to a race detector. */
363 Use only in unit tests for a race detector. */
375 /* Force the race detector to flush its state. The actual effect depends on
376 * the implementation of the detector. */

Completed in 715 milliseconds

1 2 3 45 6 7 8 91011>>