/external/valgrind/dynamic_annotations/ |
dynamic_annotations.h | 93 mechanisms: the race detector will infer an arc from the former to the 168 mu->Lock(). This annotation may slow down the race detector and hide real 303 /* Report the current thread name to a race detector. */ 362 Use only in unit tests for a race detector. */ 374 /* Force the race detector to flush its state. The actual effect depends on 375 * the implementation of the detector. */
|
/packages/apps/Contacts/src/com/android/contacts/vcard/ |
ImportVCardActivity.java | 443 VCardSourceDetector detector = null; local 456 detector = new VCardSourceDetector(); 458 mVCardParser.addInterpreter(detector); 475 detector = new VCardSourceDetector(); 477 mVCardParser.addInterpreter(detector); 499 detector.getEstimatedType(), 500 detector.getEstimatedCharset(), [all...] |
/external/icu4c/i18n/ |
uspoof_wsconf.cpp | 328 // Serialize the data to the Spoof Detector 377 // spoof detector data different, depending on how the detector was constructed.
|
csrmbcs.h | 84 * @param det The charset detector, which is needed to get at the input byte data
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
LintFixGenerator.java | 23 import com.android.tools.lint.detector.api.Issue; 169 * Suppress the given detector, and rerun the checks on the file 171 * @param id the id of the detector to be suppressed
|
LintRunner.java | 23 import com.android.tools.lint.detector.api.Scope;
|
/external/chromium/chrome/browser/ |
browser_encoding_uitest.cc | 159 // it's a known issue that the current encoding detector does not detect them: 244 // auto-detector (Please refer to the above comments) to make sure we
|
/external/valgrind/tsan/ |
ts_offline.cc | 27 // This file is part of ThreadSanitizer, a dynamic data race detector. 31 // Experimental off-line race detector.
|
ts_events.h | 27 // This file is part of ThreadSanitizer, a dynamic data race detector.
|
ts_trace_info.h | 27 // This file is part of ThreadSanitizer, a dynamic data race detector.
|
/external/valgrind/unittest/ |
thread_wrappers_pthread.h | 2 This file is part of ThreadSanitizer, a dynamic data race detector. 58 // introduce a happens-before arc for a pure happens-before race detector.
|
/external/chromium/base/threading/ |
thread.cc | 151 ANNOTATE_THREAD_NAME(name_.c_str()); // Tell the name to race detector.
|
/external/mesa3d/docs/ |
science.html | 13 </li><li><a href="http://mesa3d.sourceforge.net/notfound.html">CLEO3D</a> - event displayer for the CLEOIII detector
|
/external/valgrind/main/drd/ |
drd_bitmap2_node.c | 3 This file is part of drd, a thread error detector.
|
drd_hb.c | 3 This file is part of drd, a thread error detector.
|
drd_segment.c | 3 This file is part of drd, a thread error detector.
|
drd_vc.h | 3 This file is part of drd, a thread error detector.
|
pub_drd_bitmap.h | 3 This file is part of drd, a thread error detector.
|
/external/valgrind/main/exp-ptrcheck/ |
pc_main.c | 159 "overrun detector");
|
/external/webkit/Source/JavaScriptCore/runtime/ |
JSArray.h | 42 void* m_allocBase; // Pointer to base address returned by malloc(). Keeping this pointer does eliminate false positives from the leak detector.
|
/frameworks/base/services/tests/servicestests/src/com/android/server/location/ |
ComprehensiveCountryDetectorTest.java | 208 // Test stopping detector when LocationBasedCountryDetector was started
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/ |
FlickGestureDetector.java | 93 * Creates a new flick gesture detector.
|
/sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/ |
LayoutDetector.java | 17 package com.android.tools.lint.detector.api;
|
/external/icu4c/i18n/unicode/ |
uspoof.h | 463 * Ownership of the returned set remains with the Spoof Detector. The 464 * returned set will become invalid if the spoof detector is closed, 510 * Ownership of the returned set remains with the Spoof Detector. The 511 * returned set will become invalid if the spoof detector is closed, [all...] |
/external/valgrind/main/helgrind/ |
helgrind.h | 393 is a pure happens-before detector, whereas ThreadSanitizer uses a 474 is relevant for a pure h-b detector. Leaving unimplemented for 493 race detector; normally it is used only when it would be 631 /* Report the current thread name to a race detector. */ 703 in unit tests for a race detector. */ 711 /* Force the race detector to flush its state. The actual effect depends on 712 * the implementation of the detector. */
|