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

  /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
  /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"
  /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 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/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 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/chromium_org/components/autofill/content/browser/wallet/
wallet_client_unittest.cc 18 #include "components/autofill/content/browser/wallet/instrument.h"
103 " \"instrument\":"
391 "\"instrument\":"
424 "\"instrument\":"
570 "\"instrument\":"
1288 scoped_ptr<Instrument> instrument = GetTestInstrument(); local
1321 scoped_ptr<Instrument> instrument = GetTestInstrument(); local
1341 scoped_ptr<Instrument> instrument = GetTestInstrument(); local
1359 scoped_ptr<Instrument> instrument = GetTestInstrument(); local
1381 scoped_ptr<Instrument> instrument = GetTestInstrument(); local
1417 scoped_ptr<Instrument> instrument = GetTestInstrument(); local
1439 scoped_ptr<Instrument> instrument = GetTestInstrument(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_unittest.cc 28 #include "components/autofill/content/browser/wallet/instrument.h"
1376 scoped_ptr<wallet::WalletItems::MaskedInstrument> instrument = local
    [all...]
autofill_dialog_controller_impl.cc 47 #include "components/autofill/content/browser/wallet/instrument.h"
174 // wallet::Instrument requires a recipient name for its billing address.
246 const wallet::WalletItems::MaskedInstrument& instrument) {
247 switch (instrument.status()) {
2936 const wallet::WalletItems::MaskedInstrument* instrument = local
    [all...]
  /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 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...]
  /external/valgrind/main/memcheck/
mc_translate.c 3 /*--- Instrument IR to perform memory checking operations. ---*/
5289 IRSB* MC_(instrument) ( VgCallbackClosure* closure, function
    [all...]
  /prebuilts/devtools/tools/lib/
chimpchat.jar 
monkeyrunner.jar 
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /external/emma/lib/
emma.jar 

Completed in 485 milliseconds