HomeSort by relevance Sort by last modified time
    Searched full:card (Results 226 - 250 of 1950) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /developers/build/prebuilts/gradle/CardEmulation/CardEmulationSample/src/main/res/xml/
aid_list.xml 50 Since this sample is implementing a non-standard card type (a loyalty card, specifically), we
55 or transit system), use category="other". This is because only one "payment" card may be
  /developers/samples/android/connectivity/nfc/CardEmulation/CardEmulationSample/src/main/res/xml/
aid_list.xml 50 Since this sample is implementing a non-standard card type (a loyalty card, specifically), we
55 or transit system), use category="other". This is because only one "payment" card may be
  /external/chromium_org/chrome/browser/ui/omnibox/
location_bar.h 65 // Updates the generated credit card view. This view serves as an anchor for
66 // the generated credit card bubble, which can show on successful generation
67 // of a new credit card number.
  /external/chromium_org/components/autofill/core/browser/
personal_data_manager.h 79 // sufficient credit card data, it is stored into |credit_card|, so that we
81 // Returns |true| if sufficient address or credit card data was found.
90 // Saves a credit card value detected in |ImportedFormData|. Returns the guid
91 // of the new or updated card, or the empty string if no card was saved.
101 // Removes the profile or credit card represented by |guid|.
115 // Returns the credit card with the specified |guid|, or NULL if there is
116 // no credit card with the specified |guid|.
119 // Gets the field types availabe in the stored address and credit card data.
122 // Returns true if the credit card information is stored with a password
    [all...]
  /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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
emu8000.h 80 struct snd_card *card; /* The card that this belongs to */ member in struct:snd_emu8000
101 int snd_emu8000_new(struct snd_card *card, int device, long port, int seq_ports,
i2c.h 55 struct snd_card *card; /* card which I2C belongs to */ member in struct:snd_i2c_bus
78 int snd_i2c_bus_create(struct snd_card *card, const char *name,
snd_wavefront.h 98 struct snd_card *card; member in struct:_snd_wavefront
111 extern void snd_wavefront_internal_interrupt (snd_wavefront_card_t *card);
116 extern int snd_wavefront_detect (snd_wavefront_card_t *card);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
emu8000.h 80 struct snd_card *card; /* The card that this belongs to */ member in struct:snd_emu8000
101 int snd_emu8000_new(struct snd_card *card, int device, long port, int seq_ports,
i2c.h 55 struct snd_card *card; /* card which I2C belongs to */ member in struct:snd_i2c_bus
78 int snd_i2c_bus_create(struct snd_card *card, const char *name,
snd_wavefront.h 98 struct snd_card *card; member in struct:_snd_wavefront
111 extern void snd_wavefront_internal_interrupt (snd_wavefront_card_t *card);
116 extern int snd_wavefront_detect (snd_wavefront_card_t *card);
  /external/libnfc-nxp/src/
phFriNfc_TopazMap.c 52 written to the card is correct or not
95 * from the card.
133 * byte into the card
160 * \brief \copydoc page_ovr Helper function for Topaz. This function copies the card data
198 * the lock bits and set a card state
272 /* Set card state */
337 /* Number of bytes read from the card is zero.
339 from the card. */
378 /* Offset = Current, but the read has reached the End of Card */
423 /* Number of bytes written to the card is zero.
    [all...]
  /frameworks/ex/carousel/java/com/android/ex/carousel/
CarouselViewHelper.java 31 // list for a particular card. The implementation currently supports up to a million cards.
101 Log.e(TAG, "Index out of range for get, card:" + id);
141 Log.e(TAG, "Index out of range for set, card:" + id);
172 * the given card. Most subclasses will implement this. Note: this will generally
184 * the given card. Most subclasses will implement this. Note: this will generally
195 * Implement this method if you want to load geometry for the given card. Most subclasses
  /art/runtime/gc/collector/
sticky_mark_sweep.cc 50 // All reachable objects must be referenced by a root or a dirty card, so we can clear the mark
51 // stack here since all objects in the mark stack will get scanned by the card scanning anyways.
  /art/test/102-concurrent-gc/src/
Main.java 48 // having a card table.
49 // This aspect of the test is meant to ensure that 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
  /external/chromium/chrome/browser/autofill/
personal_data_manager.h 85 // Saves a credit card value detected in |ImportedFormData|.
124 // Removes the credit card represented by |guid|.
127 // Returns the credit card with the specified |guid|, or NULL if there is
128 // no credit card with the specified |guid|.
136 // Returns true if the credit card information is stored with a password.
144 // card information, respectively. |profiles()| returns both web and
248 // The hash of the password used to store the credit card. This is empty if
254 // get called back. We store handles for both profile and credit card queries
  /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/chrome/browser/autofill/
autofill_browsertest.cc 157 void SetCard(const CreditCard& card) {
159 cards.push_back(card);
455 // Test invalid credit card numbers typed in prefs should be saved as-is.
458 CreditCard card; local
459 card.SetRawInfo(CREDIT_CARD_NUMBER, ASCIIToUTF16("Not_0123-5Checked"));
460 SetCard(card);
463 ASSERT_EQ(card, *personal_data_manager()->GetCreditCards()[0]);
466 // Test credit card info with an invalid number is not aggregated.
467 // When filling out a form with an invalid credit card number (one that does not
468 // pass the Luhn test) the credit card info should not be saved into Autofil
    [all...]
  /external/chromium_org/components/autofill/content/browser/wallet/
form_field_error.h 33 // invalid card number. Wallet should only send us this error for invalid
34 // card number.
instrument.h 40 // Convert the info in |card| to an Instrument using |profile| for address.
41 Instrument(const CreditCard& card,
  /external/chromium_org/media/audio/alsa/
audio_manager_alsa.cc 124 int card = -1; local
127 while (!wrapper_->CardNext(&card) && card >= 0) {
129 int error = wrapper_->DeviceNameHint(card, kPcmInterfaceName, &hints);
244 int card = -1; local
249 while (!wrapper_->CardNext(&card) && (card >= 0) && !has_device) {
250 int error = wrapper_->DeviceNameHint(card, kPcmInterfaceName, &hints);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_screen.h 91 unsigned int gart_buffer_offset; /* offset in card memory space */
92 unsigned int gart_texture_offset; /* offset in card memory space */
  /external/e2fsprogs/misc/
dumpe2fs.8.in 77 was written by Remy Card <Remy.Card@linux.org>. It is currently being

Completed in 480 milliseconds

1 2 3 4 5 6 7 8 91011>>