HomeSort by relevance Sort by last modified time
    Searched refs:instrument (Results 1 - 25 of 32) sorted by null

1 2

  /frameworks/base/core/tests/overlaytests/
runtests.sh 54 function instrument() function
59 $adb shell am instrument -w -e class $class com.android.overlaytest/android.test.InstrumentationTestRunner | tee -a $log
74 # instrument test (without overlay)
79 instrument "com.android.overlaytest.WithoutOverlayTest"
81 # instrument test (with overlay)
86 instrument "com.android.overlaytest.WithOverlayTest"
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
complex_rep.S 1 # When trying (and failing) to instrument at the basic block level
  /external/valgrind/main/exp-bbv/tests/x86/
complex_rep.S 1 # When trying (and failing) to instrument at the basic block level
  /frameworks/base/core/tests/systemproperties/
run_core_systemproperties_test.sh 24 adb shell am instrument -w -e class android.os.SystemPropertiesTest com.android.frameworks.coretests.systemproperties/android.test.InstrumentationTestRunner
  /development/testrunner/
am_instrument_parser.py 18 """Module that assists in parsing the output of "am instrument" commands run on
26 """Given the raw output of an "am instrument" command that targets and
30 result (string): Raw output of "am instrument"
68 """Given the raw output of "am instrument" returns a dictionary of the
73 result (string): Raw output of "am instrument"
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GlAppSwitchTest.java 69 Instrumentation instrument = getInstrumentation(); local
70 Context context = instrument.getContext();
79 instrument.waitForIdleSync();
  /external/valgrind/main/drd/
drd_load_store.h 43 IRSB* DRD_(instrument)(VgCallbackClosure* const closure,
drd_load_store.c 433 IRSB* DRD_(instrument)(VgCallbackClosure* const closure, function
444 Bool instrument = True; local
467 instrument = VG_(DebugInfo_sect_kind)(NULL, 0, st->Ist.IMark.addr)
484 if (instrument)
495 if (instrument)
509 if (instrument)
548 if (instrument)
578 if (instrument) {
drd_main.c 754 DRD_(instrument),
  /external/qemu-pc-bios/
Makefile 41 bochs/config.status bochs/instrument bochs/ltdlconf.h
  /sdk/chimpchat/src/com/android/chimpchat/core/
IChimpDevice.java 205 Map<String, Object> instrument(String packageName, method in interface:IChimpDevice
  /external/javassist/sample/evolve/
Evolution.java 57 clazz.instrument(converter);
183 cs[i].instrument(converter); method
187 ms[i].instrument(converter); method
  /external/javassist/src/main/javassist/
CtClass.java 1069 public void instrument(CodeConverter converter) method in class:CtClass
1083 public void instrument(ExprEditor editor) method in class:CtClass
    [all...]
CtBehavior.java 642 public void instrument(CodeConverter converter) method in class:CtBehavior
655 public void instrument(ExprEditor editor) method in class:CtBehavior
    [all...]
CtClassType.java 1361 public void instrument(CodeConverter converter) method in class:CtClassType
1375 public void instrument(ExprEditor editor) method in class:CtClassType
    [all...]
  /external/javassist/src/test/test/javassist/convert/
ArrayAccessReplaceTest.java 22 simpleClass.instrument(converter);
33 clazz.instrument(converter);
  /external/valgrind/main/coregrind/
m_tooliface.c 43 IRSB*(*instrument)(VgCallbackClosure*, IRSB*,
49 VG_(tdict).tool_instrument = instrument;
  /sdk/monkeyrunner/src/com/android/monkeyrunner/
MonkeyDevice.java 338 public PyDictionary instrument(PyObject[] args, String[] kws) { method in class:MonkeyDevice
348 Map<String, Object> result = impl.instrument(packageName, instrumentArgs);
  /external/javassist/src/main/javassist/tools/reflect/
Reflection.java 129 clazz.instrument(converter);
  /external/valgrind/main/include/
pub_tool_tooliface.h 78 // Instrument a basic block. Must be a true function, ie. the same
166 (2) not try to instrument it or modify it in any way.
216 comment in MC_(instrument) in memcheck/mc_translate.c for
219 IRSB*(*instrument)(VgCallbackClosure* closure,
363 // to instrument() (see extensive comments above) when this
    [all...]
  /external/valgrind/main/memcheck/
mc_include.h 548 IRSB* MC_(instrument) ( VgCallbackClosure* closure,
  /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
  /sdk/chimpchat/src/com/android/chimpchat/adb/
AdbChimpDevice.java 483 public Map<String, Object> instrument(String packageName, Map<String, Object> args) { method in class:AdbChimpDevice
484 List<String> shellCmd = Lists.newArrayList("am", "instrument", "-w", "-r", packageName);
  /build/core/
java.mk 378 # If you instrument class files that have local variable debug information in

Completed in 937 milliseconds

1 2