Searched refs:instrument (Results 26 - 50 of 65) sorted by relevance

123

/external/javassist/src/test/test/javassist/convert/
H A DArrayAccessReplaceTest.java22 simpleClass.instrument(converter);
33 clazz.instrument(converter);
/external/chromium_org/chrome/browser/ui/autofill/
H A Ddata_model_wrapper.h175 const wallet::WalletItems::MaskedInstrument* instrument);
H A Dautofill_dialog_controller_impl.cc52 #include "components/autofill/content/browser/wallet/instrument.h"
291 const wallet::WalletItems::MaskedInstrument& instrument) {
292 switch (instrument.status()) {
460 // Returns the ID of the address or instrument that should be selected in the
1116 const wallet::WalletItems::MaskedInstrument* instrument = local
1118 if (instrument)
1119 previously_selected_instrument_id_ = instrument->object_id();
2739 // Clear |wallet_items_| so we don't try to restore the selected instrument
3052 // Determine which instrument item should be selected.
3627 const wallet::WalletItems::MaskedInstrument* instrument local
290 IsInstrumentAllowed( const wallet::WalletItems::MaskedInstrument& instrument) argument
[all...]
/external/valgrind/main/coregrind/
H A Dm_tooliface.c43 IRSB*(*instrument)(VgCallbackClosure*, IRSB*,
50 VG_(tdict).tool_instrument = instrument;
/external/javassist/src/main/javassist/tools/reflect/
H A DReflection.java129 clazz.instrument(converter);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
H A DShadowWrangler.java55 public void instrument(CtClass ctClass) { method in class:ShadowWrangler
H A DAndroidTranslator.java102 classHandler.instrument(ctClass);
/external/valgrind/main/include/
H A Dpub_tool_tooliface.h166 (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,
377 // to instrument() (see extensive comments above) when this
/external/chromium_org/components/
H A Dautofill_content_browser.target.darwin-arm64.mk42 components/autofill/content/browser/wallet/instrument.cc \
H A Dautofill_content_browser.target.darwin-mips.mk42 components/autofill/content/browser/wallet/instrument.cc \
H A Dautofill_content_browser.target.darwin-mips64.mk42 components/autofill/content/browser/wallet/instrument.cc \
H A Dautofill_content_browser.target.darwin-x86.mk42 components/autofill/content/browser/wallet/instrument.cc \
H A Dautofill_content_browser.target.darwin-x86_64.mk42 components/autofill/content/browser/wallet/instrument.cc \
H A Dautofill_content_browser.target.linux-arm64.mk42 components/autofill/content/browser/wallet/instrument.cc \
H A Dautofill_content_browser.target.linux-mips.mk42 components/autofill/content/browser/wallet/instrument.cc \
H A Dautofill_content_browser.target.linux-mips64.mk42 components/autofill/content/browser/wallet/instrument.cc \
H A Dautofill_content_browser.target.linux-x86.mk42 components/autofill/content/browser/wallet/instrument.cc \
H A Dautofill_content_browser.target.linux-x86_64.mk42 components/autofill/content/browser/wallet/instrument.cc \
H A Dautofill_content_browser.target.darwin-arm.mk42 components/autofill/content/browser/wallet/instrument.cc \
H A Dautofill_content_browser.target.linux-arm.mk42 components/autofill/content/browser/wallet/instrument.cc \
/external/javassist/src/main/javassist/
H A DCtBehavior.java642 public void instrument(CodeConverter converter) method in class:CtBehavior
655 public void instrument(ExprEditor editor) method in class:CtBehavior
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrVisitor.java71 * <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
1813 final int instrMethodCount = visitor.m_classInstrMethodCount; // actual number of methods to instrument may be less than the size of the block map
1838 // TODO: if this method has been added by us, do not instrument its blocks
86 process(final ClassDef cls, final boolean ignoreAlreadyInstrumented, final boolean instrument, final boolean metadata, final InstrResult out) argument
/external/openssl/crypto/
H A Dsparccpuid.S245 ! Probe and instrument VIS1 instruction. Output is number of cycles it
/external/valgrind/main/drd/
H A Ddrd_main.c830 DRD_(instrument),
/external/valgrind/main/memcheck/
H A Dmc_include.h654 IRSB* MC_(instrument) ( VgCallbackClosure* closure,

Completed in 1874 milliseconds

123