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

1 2

  /packages/apps/Contacts/script/
test.sh 18 adb shell am instrument ${@} -w com.android.contacts.tests/android.test.InstrumentationTestRunner
  /packages/apps/ContactsCommon/tests/bin/
test.sh 3 adb shell am instrument -w com.android.contacts.common.unittest/android.test.InstrumentationTestRunner
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
ClassHandler.java 10 void instrument(CtClass ctClass); method in interface:ClassHandler
ShadowWrangler.java 55 public void instrument(CtClass ctClass) { method in class:ShadowWrangler
  /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/overlaytests/
runtests.sh 86 function instrument() function
91 $adb shell am instrument -w -e class $class com.android.overlaytest/android.test.InstrumentationTestRunner | tee -a $log
114 # instrument test (without overlay)
119 instrument "com.android.overlaytest.WithoutOverlayTest"
121 # instrument test (with overlay)
126 instrument "com.android.overlaytest.WithOverlayTest"
  /frameworks/base/core/tests/inputmethodtests/
run_core_inputmethod_test.sh 24 adb shell am instrument -w -e class android.os.InputMethodTest com.android.frameworks.coretests.inputmethod/android.test.InstrumentationTestRunner
  /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 42 IRSB* DRD_(instrument)(VgCallbackClosure* const closure,
drd_load_store.c 344 * Instrument the client code to trace a memory load (--trace-addr).
367 * Instrument the client code to trace a memory store (--trace-addr).
580 IRSB* DRD_(instrument)(VgCallbackClosure* const closure, function
591 Bool instrument = True; local
615 instrument = VG_(DebugInfo_sect_kind)(NULL, 0, st->Ist.IMark.addr)
632 if (instrument)
638 if (instrument) {
654 if (instrument) {
692 if (instrument) {
728 if (instrument) {
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 67 bool instrument(Value *Ptr, Value *Val);
125 /// instrument - adds run-time bounds checks to memory accessing instructions.
130 bool BoundsChecking::instrument(Value *Ptr, Value *InstVal) { function in class:BoundsChecking
132 DEBUG(dbgs() << "Instrument " << *Ptr << " for " << Twine(NeededSize)
196 MadeChange |= instrument(LI->getPointerOperand(), LI);
198 MadeChange |= instrument(SI->getPointerOperand(), SI->getValueOperand());
200 MadeChange |= instrument(AI->getPointerOperand(),AI->getCompareOperand());
202 MadeChange |= instrument(AI->getPointerOperand(), AI->getValOperand());
  /external/qemu-pc-bios/
Makefile 41 bochs/config.status bochs/instrument bochs/ltdlconf.h
  /external/javassist/sample/evolve/
Evolution.java 57 clazz.instrument(converter);
183 cs[i].instrument(converter); method
187 ms[i].instrument(converter); method
  /external/objenesis/
Android.mk 58 # adb shell am instrument -w org.objenesis.tck.android/.TckInstrumentation
  /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...]
  /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;
  /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 565 IRSB* MC_(instrument) ( VgCallbackClosure* closure,
  /prebuilts/devtools/tools/lib/
chimpchat.jar 

Completed in 1303 milliseconds

1 2