Searched refs:instrument (Results 1 - 25 of 65) sorted by relevance

123

/external/chromium_org/components/autofill/content/browser/wallet/
H A Dmock_wallet_client.cc18 scoped_ptr<Instrument> instrument,
22 SaveToWalletMock(instrument.get(),
17 SaveToWallet( scoped_ptr<Instrument> instrument, scoped_ptr<Address> address, const WalletItems::MaskedInstrument* reference_instrument, const Address* reference_address) argument
H A Dinstrument.cc5 #include "components/autofill/content/browser/wallet/instrument.h"
86 Instrument::Instrument(const Instrument& instrument) argument
87 : primary_account_number_(instrument.primary_account_number()),
88 card_verification_number_(instrument.card_verification_number()),
89 expiration_month_(instrument.expiration_month()),
90 expiration_year_(instrument.expiration_year()),
91 form_of_payment_(instrument.form_of_payment()),
92 address_(instrument.address() ?
93 new Address(*instrument.address()) : NULL) {
H A Dinstrument_unittest.cc7 #include "components/autofill/content/browser/wallet/instrument.h"
26 Instrument instrument(ASCIIToUTF16(kPrimaryAccountNumber),
33 EXPECT_EQ(ASCIIToUTF16(kLastFourDigits), instrument.last_four_digits());
62 Instrument instrument(ASCIIToUTF16(kPrimaryAccountNumber),
69 EXPECT_TRUE(expected.Equals(instrument.ToDictionary().get()));
H A Dmock_wallet_client.h11 #include "components/autofill/content/browser/wallet/instrument.h"
46 scoped_ptr<Instrument> instrument,
52 void(Instrument* instrument,
H A Dinstrument.h26 // This class contains all the data necessary to save a new instrument to a
52 Instrument(const Instrument& instrument);
86 // The payment network of the instrument, e.g. Visa.
89 // The billing address of the instrument.
95 // Externalized Online Wallet id for this instrument.
H A Dwallet_client.cc18 #include "components/autofill/content/browser/wallet/instrument.h"
222 const char kInstrumentKey[] = "instrument";
223 const char kInstrumentExpMonthKey[] = "instrument.credit_card.exp_month";
224 const char kInstrumentExpYearKey[] = "instrument.credit_card.exp_year";
225 const char kInstrumentType[] = "instrument.type";
363 scoped_ptr<Instrument> instrument,
367 DCHECK(instrument || address);
379 if (instrument) {
381 base::UTF16ToUTF8(instrument->primary_account_number()), true);
383 base::UTF16ToUTF8(instrument
362 SaveToWallet( scoped_ptr<Instrument> instrument, scoped_ptr<Address> address, const WalletItems::MaskedInstrument* reference_instrument, const Address* reference_address) argument
[all...]
H A Dwallet_client_unittest.cc17 #include "components/autofill/content/browser/wallet/instrument.h"
104 " \"instrument\":"
448 "\"instrument\":"
484 "\"instrument\":"
621 "\"instrument\":"
1362 scoped_ptr<Instrument> instrument = GetTestInstrument(); local
1363 wallet_client_->SaveToWallet(instrument.Pass(),
1396 scoped_ptr<Instrument> instrument = GetTestInstrument(); local
1397 wallet_client_->SaveToWallet(instrument.Pass(),
1418 scoped_ptr<Instrument> instrument local
1438 scoped_ptr<Instrument> instrument = GetTestInstrument(); local
1461 scoped_ptr<Instrument> instrument = GetTestInstrument(); local
1495 scoped_ptr<Instrument> instrument = GetTestInstrument(); local
1516 scoped_ptr<Instrument> instrument = GetTestInstrument(); local
1648 scoped_ptr<Instrument> instrument = GetTestExpirationDateChangeInstrument(); local
[all...]
H A Dwallet_items.h84 // instrument.
91 // Gets an image to display for this instrument.
138 // A user-provided description of the instrument. For example, "Google Visa
142 // The payment network of the instrument. For example, Visa.
145 // The last four digits of the primary account number of the instrument.
154 // The billing address for the instrument.
157 // The current status of the instrument. For example, expired or declined.
160 // Externalized Online Wallet id for this instrument.
220 void AddInstrument(scoped_ptr<MaskedInstrument> instrument) { argument
221 DCHECK(instrument);
[all...]
H A Dwallet_client.h45 // 2) The user then chooses what instrument and shipping address to use for the
47 // a) If they choose an instrument with a zip code only address, the billing
49 // b) The user may also choose to add a new instrument or address using
51 // 3) Once the user has selected the backing instrument and shipping address
56 // chosen backing instrument through AuthenticateInstrument
117 // The ID of the backing instrument. Should have been selected by the user
162 // Authenticates that |card_verification_number| is for the backing instrument
173 // Saves the data in |instrument| and/or |address| to Wallet. |instrument|
175 // instrument, lik
[all...]
H A Dwallet_items.cc452 DVLOG(1) << "Response from Google wallet missing default instrument id";
513 if (dictionary.GetList("instrument", &instruments)) {
517 scoped_ptr<MaskedInstrument> instrument(
519 if (instrument)
520 wallet_items->AddInstrument(instrument.Pass());
/external/chromium_org/chrome/browser/ui/autofill/
H A Ddata_model_wrapper_unittest.cc65 scoped_ptr<wallet::WalletItems::MaskedInstrument> instrument(
67 instrument->status_ = wallet::WalletItems::MaskedInstrument::EXPIRED;
68 WalletInstrumentWrapper wrapper(instrument.get());
74 scoped_ptr<wallet::WalletItems::MaskedInstrument> instrument(
77 WalletInstrumentWrapper instrument_wrapper(instrument.get());
81 WalletAddressWrapper address_wrapper(&instrument->address());
84 const_cast<wallet::Address*>(&instrument->address())->SetPhoneNumber(
158 scoped_ptr<wallet::WalletItems::MaskedInstrument> instrument(
162 instrument->expiration_month_ = month;
163 WalletInstrumentWrapper wrapper(instrument
[all...]
H A Ddata_model_wrapper.cc266 const wallet::WalletItems::MaskedInstrument* instrument)
267 : instrument_(instrument) {}
298 // TODO(dbeam): handle other instrument statuses? http://crbug.com/233048
265 WalletInstrumentWrapper( const wallet::WalletItems::MaskedInstrument* instrument) argument
/external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
H A DClassHandler.java10 void instrument(CtClass ctClass); method in interface:ClassHandler
/external/valgrind/main/drd/
H A Ddrd_load_store.h42 IRSB* DRD_(instrument)(VgCallbackClosure* const closure,
H A Ddrd_load_store.c591 IRSB* DRD_(instrument)(VgCallbackClosure* const closure, function
603 Bool instrument = True; local
627 instrument = VG_(DebugInfo_sect_kind)(NULL, 0, st->Ist.IMark.addr)
644 if (instrument)
654 if (instrument)
678 if (instrument) {
695 if (instrument) {
733 if (instrument) {
770 if (instrument) {
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dcomplex_rep.S1 # When trying (and failing) to instrument at the basic block level
/external/valgrind/main/exp-bbv/tests/x86/
H A Dcomplex_rep.S1 # When trying (and failing) to instrument at the basic block level
/external/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp66 bool instrument(Value *Ptr, Value *Val);
123 /// instrument - adds run-time bounds checks to memory accessing instructions.
128 bool BoundsChecking::instrument(Value *Ptr, Value *InstVal) { function in class:BoundsChecking
195 MadeChange |= instrument(LI->getPointerOperand(), LI);
197 MadeChange |= instrument(SI->getPointerOperand(), SI->getValueOperand());
199 MadeChange |= instrument(AI->getPointerOperand(),AI->getCompareOperand());
201 MadeChange |= instrument(AI->getPointerOperand(), AI->getValOperand());
/external/qemu-pc-bios/
H A DMakefile41 bochs/config.status bochs/instrument bochs/ltdlconf.h
/external/llvm/test/Instrumentation/AddressSanitizer/X86/
H A Dasm_mov.s1 # RUN: llvm-mc %s -triple=x86_64-unknown-linux-gnu -mcpu=corei7 -mattr=+sse2 -asm-instrumentation=address -asan-instrument-assembly | FileCheck %s
H A Dasm_swap_intel.s1 # RUN: llvm-mc %s -x86-asm-syntax=intel -triple=x86_64-unknown-linux-gnu -asm-instrumentation=address -asan-instrument-assembly | FileCheck %s
/external/javassist/sample/evolve/
H A DEvolution.java57 clazz.instrument(converter);
183 cs[i].instrument(converter);
187 ms[i].instrument(converter);
/external/vixl/
H A DAndroid.mk66 src/a64/instrument-a64.cc \
/external/objenesis/
H A DAndroid.mk58 # adb shell am instrument -w org.objenesis.tck.android/.TckInstrumentation
/external/javassist/src/main/javassist/
H A DCtClass.java1063 * declared in the class. This method calls <code>instrument()</code>
1069 public void instrument(CodeConverter converter) method in class:CtClass
1077 * declared in the class. This method calls <code>instrument()</code>
1083 public void instrument(ExprEditor editor) method in class:CtClass
1224 * or <code>instrument()</code> cannot be called.
1243 * @see #instrument(CodeConverter)
1244 * @see #instrument(ExprEditor)

Completed in 9355 milliseconds

123