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

  /external/chromium_org/components/autofill/content/browser/wallet/
instrument.cc 5 #include "components/autofill/content/browser/wallet/instrument.h"
23 // 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
    [all...]
instrument.h 26 // This class contains all the data necessary to save a new instrument to a
29 class Instrument {
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();
86 // The payment network of the instrument, e.g. Visa
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/internal/
Instrument.java 9 public @interface Instrument {
  /external/vixl/src/a64/
instrument-a64.h 34 #include "a64/instrument-a64.h"
74 class Instrument: public DecoderVisitor {
76 explicit Instrument(const char* datafile = NULL,
78 ~Instrument();
instrument-a64.cc 27 #include "a64/instrument-a64.h"
117 Instrument::Instrument(const char* datafile, uint64_t sample_period)
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)
    [all...]
  /external/chromium_org/v8/src/arm64/
instrument-arm64.h 52 class Instrument: public DecoderVisitor {
54 explicit Instrument(const char* datafile = NULL,
56 ~Instrument();
instrument-arm64.cc 5 #include "src/arm64/instrument-arm64.h"
97 Instrument::Instrument(const char* datafile, uint64_t sample_period)
127 Instrument::~Instrument() {
143 void Instrument::Update() {
156 void Instrument::DumpCounters() {
168 void Instrument::DumpCounterNames() {
180 void Instrument::HandleInstrumentationEvent(unsigned event) {
189 void Instrument::DumpEventMarker(unsigned marker)
    [all...]
  /external/lldb/source/Expression/
IRDynamicChecks.cpp 120 /// been called, the client calls Instrument, which adds the desired
157 /// Inspect a function to find instructions to instrument
171 /// Instrument all the instructions found by Inspect()
176 bool Instrument ()
213 /// instrument, and, if so, call RegisterInstruction
619 if (!vpc.Instrument())
630 if (!ooc.Instrument())

Completed in 844 milliseconds