HomeSort by relevance Sort by last modified time
    Searched refs:instrument (Results 26 - 40 of 40) sorted by null

12

  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java 71 * <li> if 'instrument' is true, the class definition is instrumented for
80 * NOTE: if 'instrument' is 'true', the caller should always assume that 'cls'
88 final boolean instrument, final boolean metadata,
94 if (! (instrument || metadata)) return; // nothing to do
105 m_instrument = instrument;
464 // add <clinit> (and instrument if needed) [a <clinit> is always needed
556 final int instrMethodCount = m_classInstrMethodCount; // actual number of methods to instrument may be less than the size of the block map
    [all...]
  /external/openssl/crypto/
sparccpuid.S 245 ! Probe and instrument VIS1 instruction. Output is number of cycles it
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
AndroidTranslator.java 5 import com.xtremelabs.robolectric.internal.Instrument;
102 classHandler.instrument(ctClass);
116 if (ctClass.hasAnnotation(Instrument.class)) {
  /external/valgrind/main/drd/
drd_main.c 805 DRD_(instrument),
  /build/core/
java.mk 430 # If you instrument class files that have local variable debug information in
  /external/javassist/src/main/javassist/
CtClassType.java 1361 public void instrument(CodeConverter converter) method in class:CtClassType
1375 public void instrument(ExprEditor editor) method in class:CtClassType
    [all...]
  /external/valgrind/main/callgrind/
main.c 811 /* First pass over a BB to instrument, counting instructions and jumps
908 IRSB* CLG_(instrument)( VgCallbackClosure* closure, function
929 CLG_DEBUG(5, "instrument(BB %#lx) [Instrumentation OFF]\n",
934 CLG_DEBUG(3, "+ instrument(BB %#lx)\n", (Addr)closure->readdr);
    [all...]
  /build/
envsetup.sh 1177 adb shell am instrument -w com.android.smoketest.tests/android.test.InstrumentationTestRunner
    [all...]
  /prebuilts/devtools/tools/lib/
monkeyrunner.jar 
  /external/android-mock/tests/com/google/android/testing/mocking/
AndroidMockTest.java 463 // CtMethod.instrument Causes every instruction in the method to be
469 method.instrument(verifier);
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /external/valgrind/main/memcheck/
mc_main.c     [all...]
mc_translate.c 3 /*--- Instrument IR to perform memory checking operations. ---*/
5289 IRSB* MC_(instrument) ( VgCallbackClosure* closure, function
    [all...]
  /external/emma/lib/
emma.jar 
  /external/qemu-pc-bios/bochs/
configure     [all...]

Completed in 1296 milliseconds

12