Searched defs:Instrument (Results 1 - 8 of 8) sorted by relevance

/external/robolectric/src/main/java/com/xtremelabs/robolectric/internal/
H A DInstrument.java9 public @interface Instrument { interface
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dinstrument.cc23 // Converts a known Autofill card type to a Instrument::FormOfPayment.
25 Instrument::FormOfPayment FormOfPaymentFromCardType(const std::string& type) {
27 return Instrument::AMEX;
29 return Instrument::DISCOVER;
31 return Instrument::MASTER_CARD;
33 return Instrument::VISA;
35 return Instrument::UNKNOWN;
38 std::string FormOfPaymentToString(Instrument::FormOfPayment form_of_payment) {
40 case Instrument::UNKNOWN:
42 case Instrument
59 Instrument::Instrument(const CreditCard& card, function in class:autofill::wallet::Instrument
71 Instrument::Instrument(const base::string16& primary_account_number, function in class:autofill::wallet::Instrument
86 Instrument::Instrument(const Instrument& instrument) function in class:autofill::wallet::Instrument
[all...]
H A Dinstrument.h29 class Instrument { class in namespace:autofill::wallet
40 // Convert the info in |card| to an Instrument using |profile| for address.
41 Instrument(const CreditCard& card,
45 Instrument(const base::string16& primary_account_number,
52 Instrument(const Instrument& instrument);
54 ~Instrument();
98 DISALLOW_ASSIGN(Instrument);
/external/vixl/src/a64/
H A Dinstrument-a64.h74 class Instrument: public DecoderVisitor { class in namespace:vixl
76 explicit Instrument(const char* datafile = NULL,
78 ~Instrument();
H A Dinstrument-a64.cc117 Instrument::Instrument(const char* datafile, uint64_t sample_period) function in class:vixl::Instrument
147 Instrument::~Instrument() {
163 void Instrument::Update() {
176 void Instrument::DumpCounters() {
188 void Instrument::DumpCounterNames() {
200 void Instrument::HandleInstrumentationEvent(unsigned event) {
209 void Instrument::DumpEventMarker(unsigned marker) {
219 Counter* Instrument
[all...]
/external/chromium_org/v8/src/arm64/
H A Dinstrument-arm64.h53 class Instrument: public DecoderVisitor { class in namespace:v8::internal
55 explicit Instrument(const char* datafile = NULL,
57 ~Instrument();
H A Dinstrument-arm64.cc97 Instrument::Instrument(const char* datafile, uint64_t sample_period) function in class:v8::internal::Instrument
126 Instrument::~Instrument() {
142 void Instrument::Update() {
155 void Instrument::DumpCounters() {
167 void Instrument::DumpCounterNames() {
179 void Instrument::HandleInstrumentationEvent(unsigned event) {
188 void Instrument::DumpEventMarker(unsigned marker) {
198 Counter* Instrument
[all...]
/external/lldb/source/Expression/
H A DIRDynamicChecks.cpp120 /// been called, the client calls Instrument, which adds the desired
171 /// Instrument all the instructions found by Inspect()
176 bool Instrument () function in class:Instrumenter
619 if (!vpc.Instrument())
630 if (!ooc.Instrument())

Completed in 339 milliseconds