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

  /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"
  /sdk/chimpchat/src/com/android/chimpchat/core/
IChimpDevice.java 205 Map<String, Object> instrument(String packageName, method in interface:IChimpDevice
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GlAppSwitchTest.java 69 Instrumentation instrument = getInstrumentation(); local
70 Context context = instrument.getContext();
79 instrument.waitForIdleSync();
  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 68 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)
197 MadeChange |= instrument(LI->getPointerOperand(), LI);
199 MadeChange |= instrument(SI->getPointerOperand(), SI->getValueOperand());
201 MadeChange |= instrument(AI->getPointerOperand(),AI->getCompareOperand());
203 MadeChange |= instrument(AI->getPointerOperand(), AI->getValOperand());
  /external/javassist/sample/evolve/
Evolution.java 57 clazz.instrument(converter);
183 cs[i].instrument(converter); method
187 ms[i].instrument(converter); method
  /external/valgrind/main/drd/
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) {
  /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");
  /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/
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/valgrind/main/callgrind/
main.c 805 /* First pass over a BB to instrument, counting instructions and jumps
902 IRSB* CLG_(instrument)( VgCallbackClosure* closure, function
924 CLG_DEBUG(5, "instrument(BB %#lx) [Instrumentation OFF]\n",
929 CLG_DEBUG(3, "+ instrument(BB %#lx)\n", (Addr)closure->readdr);
    [all...]
  /external/valgrind/main/memcheck/
mc_translate.c 3 /*--- Instrument IR to perform memory checking operations. ---*/
4866 IRSB* MC_(instrument) ( VgCallbackClosure* closure, function
    [all...]
  /external/emma/lib/
emma.jar 

Completed in 2994 milliseconds