Searched refs:isInstrumented (Results 1 - 4 of 4) sorted by relevance

/external/robolectric/src/test/java/com/xtremelabs/robolectric/
H A DInstrumentDetectorTest.java68 isInstrumented() ? null : ShadowWrangler.getInstance(),
69 isInstrumented() ? null : ClassLoaderForTesting.getInstance(),
86 isInstrumented() ? null : ShadowWrangler.getInstance(),
87 isInstrumented() ? null : ClassLoaderForTesting.getInstance(),
97 public boolean isInstrumented() {
/external/robolectric/src/main/java/com/xtremelabs/robolectric/
H A DRobolectricTestRunner.java100 if (!isInstrumented()) {
130 isInstrumented() ? null : ShadowWrangler.getInstance(),
131 isInstrumented() ? null : classLoader,
149 isInstrumented() ? null : ShadowWrangler.getInstance(),
150 isInstrumented() ? null : getDefaultLoader(),
166 isInstrumented() ? null : ShadowWrangler.getInstance(),
167 isInstrumented() ? null : getDefaultLoader(),
251 super(isInstrumented() ? testClass
254 if (!isInstrumented()) {
287 protected static boolean isInstrumented() { method in class:RobolectricTestRunner
639 boolean isInstrumented(); method in interface:RobolectricTestRunner.InstrumentDetector
[all...]
/external/chromium_org/third_party/WebKit/Source/core/workers/
H A DWorkerThread.cpp146 static PassOwnPtr<WorkerThreadTask> create(const WorkerThread& workerThread, PassOwnPtr<ExecutionContextTask> task, bool isInstrumented) argument
148 return adoptPtr(new WorkerThreadTask(workerThread, task, isInstrumented));
170 WorkerThreadTask(const WorkerThread& workerThread, PassOwnPtr<ExecutionContextTask> task, bool isInstrumented) argument
173 , m_isInstrumented(isInstrumented)
/external/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp244 bool isInstrumented(const Function *F);
245 bool isInstrumented(const GlobalAlias *GA);
442 bool DataFlowSanitizer::isInstrumented(const Function *F) { function in class:DataFlowSanitizer
446 bool DataFlowSanitizer::isInstrumented(const GlobalAlias *GA) { function in class:DataFlowSanitizer
606 bool GAInst = isInstrumented(GA), FInst = isInstrumented(F);
638 if (isInstrumented(&F)) {

Completed in 120 milliseconds