HomeSort by relevance Sort by last modified time
    Searched refs:card (Results 76 - 100 of 280) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/autofill/
AutofillDialogResult.java 17 * Information about the credit card in the dialog result.
29 * @param pan Credit card number
30 * @param cvn Credit card verification number
56 * @return Credit card number
64 * @return Credit card verification number
192 * @param card Information about the credit card
198 ResultCard card, ResultAddress billingAddress, ResultAddress shippingAddress) {
201 mCard = card;
223 * @return Credit card information, or nul
    [all...]
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/autofill/
AutofillTestHelper.java 84 String setCreditCard(final CreditCard card) throws InterruptedException, ExecutionException {
88 return PersonalDataManager.getInstance().setCreditCard(card);
  /external/chromium_org/tools/grit/grit/format/
android_xml.py 50 android_java_name=foo">no card</message>
52 android_java_name=foo">has card</message>
56 <string name="foo" product="nosdcard">"no card"</string>
57 <string name="foo" product="default">"has card"</string>
  /external/proguard/src/proguard/gui/
TabbedPane.java 221 Component card = cardPanel.getComponent(index); local
222 if (card.isShowing())
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
timer.h 74 struct snd_card *card; member in struct:snd_timer
127 int snd_timer_new(struct snd_card *card, char *id, struct snd_timer_id *tid, struct snd_timer **rtimer);
ak4531_codec.h 77 int snd_ak4531_mixer(struct snd_card *card, struct snd_ak4531 *_ak4531,
ak4xxx-adda.h 59 struct snd_card *card; member in struct:snd_akm4xxx
mpu401.h 112 int snd_mpu401_uart_new(struct snd_card *card,
seq_kernel.h 78 int snd_seq_create_kernel_client(struct snd_card *card, int client_index,
trident.h 265 void (*sample_loop)(struct snd_trident *card, struct snd_trident_voice *voice, struct snd_seq_ev_loop *loop);
266 void (*sample_pos)(struct snd_trident *card, struct snd_trident_voice *voice, snd_seq_position_t position);
267 void (*sample_private1)(struct snd_trident *card, struct snd_trident_voice *voice, unsigned char *data);
414 struct snd_card *card; member in struct:snd_trident
437 int snd_trident_create(struct snd_card *card,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
timer.h 74 struct snd_card *card; member in struct:snd_timer
127 int snd_timer_new(struct snd_card *card, char *id, struct snd_timer_id *tid, struct snd_timer **rtimer);
ak4531_codec.h 77 int snd_ak4531_mixer(struct snd_card *card, struct snd_ak4531 *_ak4531,
ak4xxx-adda.h 59 struct snd_card *card; member in struct:snd_akm4xxx
mpu401.h 112 int snd_mpu401_uart_new(struct snd_card *card,
seq_kernel.h 78 int snd_seq_create_kernel_client(struct snd_card *card, int client_index,
trident.h 265 void (*sample_loop)(struct snd_trident *card, struct snd_trident_voice *voice, struct snd_seq_ev_loop *loop);
266 void (*sample_pos)(struct snd_trident *card, struct snd_trident_voice *voice, snd_seq_position_t position);
267 void (*sample_private1)(struct snd_trident *card, struct snd_trident_voice *voice, unsigned char *data);
414 struct snd_card *card; member in struct:snd_trident
437 int snd_trident_create(struct snd_card *card,
  /dalvik/vm/mterp/armv5te/
OP_IPUT_OBJECT.S 42 ldr r2, [rSELF, #offThread_cardTable] @ r2<- card table base
50 strneb r2, [r2, r9, lsr #GC_CARD_SHIFT] @ mark card if not
OP_SPUT_OBJECT.S 22 ldr r2, [rSELF, #offThread_cardTable] @ r2<- card table base
34 strneb r2, [r2, r9, lsr #GC_CARD_SHIFT] @ mark card based on obj head
  /dalvik/vm/mterp/mips/
OP_IPUT_OBJECT.S 41 lw a2, offThread_cardTable(rSELF) # a2 <- card table base
53 sb a2, (t2) # mark card if not
OP_SPUT_OBJECT.S 45 lw a2, offThread_cardTable(rSELF) # a2 <- card table base
  /external/chromium_org/components/autofill/content/browser/wallet/
instrument.h 40 // Convert the info in |card| to an Instrument using |profile| for address.
41 Instrument(const CreditCard& card,
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbmatrox.c 250 void FB_MatroxAccel(_THIS, __u32 card)
266 if ( card != FB_ACCEL_MATROX_MGA2064W ) {
273 if ( (card == FB_ACCEL_MATROX_MGAG200)
274 || (card == FB_ACCEL_MATROX_MGAG400)
  /external/qemu/audio/
audio_template.h 395 void glue (AUD_close_, TYPE) (QEMUSoundCard *card, SW *sw)
398 if (audio_bug (AUDIO_FUNC, !card)) {
399 dolog ("card=%p\n", card);
408 QEMUSoundCard *card,
425 if (audio_bug (AUDIO_FUNC, !card || !name || !callback_fn || !as)) {
426 dolog ("card=%p name=%p callback_fn=%p as=%p\n",
427 card, name, callback_fn, as);
469 glue (AUD_close_, TYPE) (card, sw);
495 sw->card = card
    [all...]
  /hardware/libhardware/modules/usbaudio/
audio_hw.c 48 int card; member in struct:audio_device
76 if ((adev->card < 0) || (adev->device < 0))
79 out->pcm = pcm_open(adev->card, adev->device, PCM_OUT, &pcm_config);
159 ret = str_parms_get_str(parms, "card", value, sizeof(value));
161 adev->card = atoi(value);
287 adev->card = -1;
  /external/chromium_org/chrome/browser/autofill/
autofill_browsertest.cc 156 void SetCard(const CreditCard& card) {
158 cards.push_back(card);
450 // Test invalid credit card numbers typed in prefs should be saved as-is.
453 CreditCard card; local
454 card.SetRawInfo(CREDIT_CARD_NUMBER, ASCIIToUTF16("Not_0123-5Checked"));
455 SetCard(card);
458 ASSERT_EQ(card, *personal_data_manager()->GetCreditCards()[0]);
461 // Test credit card info with an invalid number is not aggregated.
462 // When filling out a form with an invalid credit card number (one that does not
463 // pass the Luhn test) the credit card info should not be saved into Autofil
    [all...]

Completed in 788 milliseconds

1 2 34 5 6 7 8 91011>>