HomeSort by relevance Sort by last modified time
    Searched defs:card (Results 1 - 25 of 33) sorted by null

1 2

  /external/qemu/android/
audio-test.c 23 QEMUSoundCard card; member in struct:__anon9345
55 AUD_register_card("test_audio", &ta->card);
63 &ta->card,
  /external/chromium/chrome/browser/autofill/
credit_card_unittest.cc 11 // Tests credit card summary string generation. This test simulates a variety
13 // existence of credit card number, month, and year fields.
15 // Case 0: empty credit card.
22 // Case 00: Empty credit card with empty strings.
31 // Case 1: No credit card number.
121 CreditCard card; local
123 autofill_test::SetCreditCardInfo(&card, "Baby Face Nelson",
125 EXPECT_EQ("genericCC", card.type());
128 // Verify that we preserve exactly what the user typed for credit card numbers.
130 CreditCard card; local
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SIMFileHandler.java 93 // The EFids in USIM phone book entries are decided by the card manufacturer.
96 IccCard card = phone.getIccCard(); local
97 if (card != null && card.isApplicationOnIcc(IccCardApplication.AppType.APPTYPE_USIM)) {
  /external/proguard/src/proguard/gui/
TabbedPane.java 221 Component card = cardPanel.getComponent(index); local
222 if (card.isShowing())
  /external/webkit/Source/WebCore/wml/
WMLCardElement.cpp 107 // Only one template is allowed to be attached to a card
118 // Only one timer is allowed in a card
141 // Calculate the entry method of current card
175 // Start the timer if it exists in current card
194 // element is equivalent to specifying the event-handling element in each card.
239 // Register intrinsic event in card
251 // The first card inserted into a document, is visible by default.
253 RefPtr<NodeList> nodeList = document->getElementsByTagName("card");
285 RefPtr<NodeList> nodeList = doc->getElementsByTagName("card");
294 WMLCardElement* card = static_cast<WMLCardElement*>(nodeList->item(i)) local
325 WMLCardElement* card = static_cast<WMLCardElement*>(nodeList->item(i)); local
    [all...]
  /dalvik/vm/alloc/
CardTable.cpp 26 * Maintain a card table from the the write barrier. All writes of
31 * determined by GC_CARD_SHIFT. The card table contains one byte of
32 * data per card, to be used by the GC. The value of the byte will be
36 * code is obliged to mark the card dirty. The setters in
40 * The card table's base [the "biased card table"] gets set to a
42 * fabricate or load GC_DIRTY_CARD to store into the card table,
48 * Initializes the card table; must be called before any other
61 /* Set up the card table */
65 "dalvik-card-table")
205 u1 *card = dvmCardFromAddr(obj); local
    [all...]
  /external/chromium/chrome/browser/webdata/
web_data_service_unittest.cc 376 CreditCard card; local
378 AutofillCreditCardChange::ADD, card.guid(), &card);
389 wds_->AddCreditCard(card);
398 EXPECT_EQ(card, *consumer.result()[0]);
405 // Add a credit card.
420 // Remove the credit card.
514 // Add a credit card.
542 // Check that GUID-based notification was sent for the credit card.
568 // Check that the credit card was removed
    [all...]
  /external/chromium/chrome/browser/chromeos/
audio_mixer_alsa.cc 271 const char* card = "default"; local
274 LOG(ERROR) << "ALSA mixer " << card << " open error: " << snd_strerror(err);
278 if ((err = snd_mixer_attach(handle, card)) < 0) {
279 LOG(ERROR) << "ALSA Attach to card " << card << " failed: "
290 card,
305 LOG(ERROR) << "ALSA mixer " << card << " load error: %s"
311 VLOG(1) << "Opened ALSA mixer " << card << " OK";
328 LOG(ERROR) << "Cannot find 'Master' ALSA mixer element on " << card;
  /external/qemu/telephony/
sim_card.c 42 ASimCard card = _s_card; local
43 card->status = A_SIM_STATUS_READY;
44 card->pin_retries = 0;
45 strncpy( card->pin, "0000", sizeof(card->pin) );
46 strncpy( card->puk, "12345678", sizeof(card->puk) );
47 card->port = port;
48 return card;
52 asimcard_destroy( ASimCard card )
    [all...]
  /external/qemu/audio/
audio_int.h 111 QEMUSoundCard *card; member in struct:SWVoiceOut
128 QEMUSoundCard *card; member in struct:SWVoiceIn
  /external/qemu/hw/
goldfish_audio.c 106 QEMUSoundCard card; member in struct:goldfish_audio_state
575 AUD_register_card( "goldfish_audio", &s->card);
584 &s->card,
605 &s->card,
  /external/wpa_supplicant/
pcsc_funcs.c 39 * P1 = ID of alg in card
94 SCARDHANDLE card; member in struct:scard_data
429 * open connection to the SIM/USIM card and the card is verified to support the
431 * access some of the card functions. Once the connection is not needed
449 wpa_printf(MSG_DEBUG, "SCARD: initializing smart card interface");
459 wpa_printf(MSG_DEBUG, "SCARD: Could not establish smart card "
487 wpa_printf(MSG_WARNING, "SCARD: No smart card readers "
502 SCARD_PROTOCOL_T0, &scard->card, &scard->protocol);
505 wpa_printf(MSG_INFO, "No smart card inserted.")
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
pcsc_funcs.c 39 * P1 = ID of alg in card
94 SCARDHANDLE card; member in struct:scard_data
429 * open connection to the SIM/USIM card and the card is verified to support the
431 * access some of the card functions. Once the connection is not needed
449 wpa_printf(MSG_DEBUG, "SCARD: initializing smart card interface");
459 wpa_printf(MSG_DEBUG, "SCARD: Could not establish smart card "
487 wpa_printf(MSG_WARNING, "SCARD: No smart card readers "
502 SCARD_PROTOCOL_T0, &scard->card, &scard->protocol);
505 wpa_printf(MSG_INFO, "No smart card inserted.")
    [all...]
  /external/wpa_supplicant_8/src/utils/
pcsc_funcs.c 39 * P1 = ID of alg in card
94 SCARDHANDLE card; member in struct:scard_data
429 * open connection to the SIM/USIM card and the card is verified to support the
431 * access some of the card functions. Once the connection is not needed
449 wpa_printf(MSG_DEBUG, "SCARD: initializing smart card interface");
459 wpa_printf(MSG_DEBUG, "SCARD: Could not establish smart card "
487 wpa_printf(MSG_WARNING, "SCARD: No smart card readers "
502 SCARD_PROTOCOL_T0, &scard->card, &scard->protocol);
505 wpa_printf(MSG_INFO, "No smart card inserted.")
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
firewire-cdev.h 204 * @card: The index of the card this device belongs to
212 __u32 card; member in struct:fw_cdev_get_info
  /external/kernel-headers/original/linux/
pnp.h 140 struct list_head devices; /* devices attached to the card */
156 #define pnp_for_each_card(card) \
157 for((card) = global_to_pnp_card(pnp_cards.next); \
158 (card) != global_to_pnp_card(&pnp_cards); \
159 (card) = global_to_pnp_card((card)->global_list.next))
162 struct pnp_card * card; member in struct:pnp_card_link
185 struct list_head card_list; /* node in card's list of devices */
189 struct pnp_card * card; /* card the device is attached to, none if NULL * member in struct:pnp_dev
    [all...]
  /device/samsung/tuna/audio/
audio_hw.c 1099 unsigned int card = CARD_TUNA_DEFAULT; local
    [all...]
  /bionic/libc/kernel/common/sound/
asound.h 66 int card; member in struct:snd_hwdep_info
262 int card; member in struct:snd_pcm_info
486 int card; member in struct:snd_rawmidi_info
552 int card; member in struct:snd_timer_id
561 int card; member in struct:snd_timer_ginfo
597 int card; member in struct:snd_timer_info
682 int card; member in struct:snd_ctl_card_info
    [all...]
  /development/ndk/platforms/android-3/include/linux/
videodev2.h 124 __u8 card[32]; member in struct:v4l2_capability
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc 4321 CreditCard* card = *it; local
4385 CreditCard card; local
    [all...]
  /external/kernel-headers/original/sound/
asound.h 87 SNDRV_HWDEP_IFACE_SSCAPE, /* Ensoniq SoundScape ISA card (MC68EC000) */
105 int card; /* R: card number */ member in struct:snd_hwdep_info
288 int card; /* R: card number */ member in struct:snd_pcm_info
510 int card; /* R: card number */ member in struct:snd_rawmidi_info
579 int card; member in struct:snd_timer_id
587 int card; /* card number * member in struct:snd_timer_ginfo
620 int card; \/* card number *\/ member in struct:snd_timer_info
705 int card; \/* card number *\/ member in struct:snd_ctl_card_info
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
videodev2.h 124 __u8 card[32]; member in struct:v4l2_capability
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
videodev2.h 124 __u8 card[32]; member in struct:v4l2_capability
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
videodev2.h 124 __u8 card[32]; member in struct:v4l2_capability
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
videodev2.h 124 __u8 card[32]; member in struct:v4l2_capability

Completed in 628 milliseconds

1 2