HomeSort by relevance Sort by last modified time
    Searched defs:isInstrumented (Results 1 - 3 of 3) sorted by null

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/
RobolectricTestRunner.java 100 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() {
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 244 bool isInstrumented(const Function *F);
245 bool isInstrumented(const GlobalAlias *GA);
442 bool DataFlowSanitizer::isInstrumented(const Function *F) {
446 bool DataFlowSanitizer::isInstrumented(const GlobalAlias *GA) {
606 bool GAInst = isInstrumented(GA), FInst = isInstrumented(F);
638 if (isInstrumented(&F)) {
    [all...]
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 362 milliseconds