HomeSort by relevance Sort by last modified time
    Searched refs:instrument (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /packages/apps/Contacts/script/
test.sh 18 adb shell am instrument ${@} -w com.android.contacts.tests/android.test.InstrumentationTestRunner
  /packages/apps/ContactsCommon/tests/bin/
test.sh 3 adb shell am instrument -w com.android.contacts.common.unittest/android.test.InstrumentationTestRunner
  /external/chromium_org/components/autofill/content/browser/wallet/
mock_wallet_client.cc 18 scoped_ptr<Instrument> instrument,
22 SaveToWalletMock(instrument.get(),
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_unittest.cc 7 #include "components/autofill/content/browser/wallet/instrument.h"
25 TEST(Instrument, LastFourDigits) {
26 Instrument instrument(ASCIIToUTF16(kPrimaryAccountNumber),
30 Instrument::VISA,
33 EXPECT_EQ(ASCIIToUTF16(kLastFourDigits), instrument.last_four_digits());
36 TEST(Instrument, ToDictionary) {
62 Instrument instrument(ASCIIToUTF16(kPrimaryAccountNumber),
66 Instrument::VISA
    [all...]
mock_wallet_client.h 11 #include "components/autofill/content/browser/wallet/instrument.h"
45 scoped_ptr<Instrument> instrument,
51 void(Instrument* instrument,
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...]
wallet_client.cc 18 #include "components/autofill/content/browser/wallet/instrument.h"
218 const char kInstrumentKey[] = "instrument";
219 const char kInstrumentExpMonthKey[] = "instrument.credit_card.exp_month";
220 const char kInstrumentExpYearKey[] = "instrument.credit_card.exp_year";
221 const char kInstrumentType[] = "instrument.type";
357 scoped_ptr<Instrument> instrument,
361 DCHECK(instrument || address);
373 if (instrument) {
375 base::UTF16ToUTF8(instrument->primary_account_number()), true)
    [all...]
wallet_client_unittest.cc 17 #include "components/autofill/content/browser/wallet/instrument.h"
104 " \"instrument\":"
414 "\"instrument\":"
450 "\"instrument\":"
587 "\"instrument\":"
1313 scoped_ptr<Instrument> instrument = GetTestInstrument(); local
1347 scoped_ptr<Instrument> instrument = GetTestInstrument(); local
1369 scoped_ptr<Instrument> instrument = GetTestInstrument(); local
1389 scoped_ptr<Instrument> instrument = GetTestInstrument(); local
1412 scoped_ptr<Instrument> instrument = GetTestInstrument(); local
1446 scoped_ptr<Instrument> instrument = GetTestInstrument(); local
1467 scoped_ptr<Instrument> instrument = GetTestInstrument(); local
1599 scoped_ptr<Instrument> instrument = GetTestExpirationDateChangeInstrument(); local
    [all...]
wallet_items.h 83 // instrument.
90 // Gets an image to display for this instrument.
137 // A user-provided description of the instrument. For example, "Google Visa
141 // The payment network of the instrument. For example, Visa.
144 // The last four digits of the primary account number of the instrument.
153 // The billing address for the instrument.
156 // The current status of the instrument. For example, expired or declined.
159 // Externalized Online Wallet id for this instrument.
219 void AddInstrument(scoped_ptr<MaskedInstrument> instrument) {
220 DCHECK(instrument);
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
data_model_wrapper_unittest.cc 65 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.get())
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
ClassHandler.java 10 void instrument(CtClass ctClass); method in interface:ClassHandler
  /cts/tests/print/
Android.mk 18 # Build the print instrument library
29 # Copy the shell script to run the print instrument Jar to the CTS out folder.
33 # Copy the built print instrument library Jar to the CTS out folder.
34 $(CTS_TESTCASES_OUT)/print-instrument : $(LOCAL_PATH)/print-instrument | $(ACP)
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
complex_rep.S 1 # When trying (and failing) to instrument at the basic block level
  /external/valgrind/main/exp-bbv/tests/x86/
complex_rep.S 1 # When trying (and failing) to instrument at the basic block level
  /frameworks/base/core/tests/inputmethodtests/
run_core_inputmethod_test.sh 24 adb shell am instrument -w -e class android.os.InputMethodTest,android.os.InputMethodSubtypeTest,android.os.InputMethodSubtypeArrayTest,android.os.InputMethodSubtypeSwitchingControllerTest,android.os.CursorAnchorInfoTest,android.os.SparseRectFArrayTest com.android.frameworks.coretests.inputmethod/android.test.InstrumentationTestRunner
  /frameworks/base/core/tests/systemproperties/
run_core_systemproperties_test.sh 24 adb shell am instrument -w -e class android.os.SystemPropertiesTest com.android.frameworks.coretests.systemproperties/android.test.InstrumentationTestRunner
  /development/testrunner/
am_instrument_parser.py 18 """Module that assists in parsing the output of "am instrument" commands run on
26 """Given the raw output of an "am instrument" command that targets and
30 result (string): Raw output of "am instrument"
68 """Given the raw output of "am instrument" returns a dictionary of the
73 result (string): Raw output of "am instrument"
  /external/chromium_org/third_party/android_testrunner/
am_instrument_parser.py 18 """Module that assists in parsing the output of "am instrument" commands run on
26 """Given the raw output of an "am instrument" command that targets and
30 result (string): Raw output of "am instrument"
68 """Given the raw output of "am instrument" returns a dictionary of the
73 result (string): Raw output of "am instrument"
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GlAppSwitchTest.java 69 Instrumentation instrument = getInstrumentation(); local
70 Context context = instrument.getContext();
79 instrument.waitForIdleSync();
  /external/valgrind/main/drd/
drd_load_store.h 42 IRSB* DRD_(instrument)(VgCallbackClosure* const closure,
  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 66 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
130 DEBUG(dbgs() << "Instrument " << *Ptr << " for " << Twine(NeededSize)
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/
Makefile 41 bochs/config.status bochs/instrument bochs/ltdlconf.h
  /external/llvm/test/Instrumentation/AddressSanitizer/X86/
asm_mov.s 1 # RUN: llvm-mc %s -triple=x86_64-unknown-linux-gnu -mcpu=corei7 -mattr=+sse2 -asm-instrumentation=address -asan-instrument-assembly | FileCheck %s
asm_swap_intel.s 1 # RUN: llvm-mc %s -x86-asm-syntax=intel -triple=x86_64-unknown-linux-gnu -asm-instrumentation=address -asan-instrument-assembly | FileCheck %s

Completed in 665 milliseconds

1 2 3 4