Searched defs:card (Results 1 - 25 of 29) sorted by relevance

12

/external/qemu/android/
H A Daudio-test.c23 QEMUSoundCard card; member in struct:__anon10158
55 AUD_register_card("test_audio", &ta->card);
63 &ta->card,
/external/chromium/chrome/browser/autofill/
H A Dcredit_card_unittest.cc11 // 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...]
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A DSDL_fbriva.c186 void FB_RivaAccel(_THIS, __u32 card) argument
193 switch (card) {
H A DSDL_fb3dfx.c196 void FB_3DfxAccel(_THIS, __u32 card) argument
H A DSDL_fbmatrox.c250 void FB_MatroxAccel(_THIS, __u32 card) argument
266 if ( card != FB_ACCEL_MATROX_MGA2064W ) {
273 if ( (card == FB_ACCEL_MATROX_MGAG200)
274 || (card == FB_ACCEL_MATROX_MGAG400)
/external/tinyalsa/
H A Dtinymix.c44 int card = 0; local
49 card = atoi(argv[1]);
57 mixer = mixer_open(card);
70 printf("Usage: tinymix [-D card] [control id] [value to set]\n");
H A Dtinyplay.c59 void play_sample(FILE *file, unsigned int card, unsigned int device, unsigned int channels,
70 unsigned int card = 0; local
77 fprintf(stderr, "Usage: %s file.wav [-D card] [-d device] [-p period_size]"
138 card = atoi(*argv);
144 play_sample(file, card, device, chunk_fmt.num_channels, chunk_fmt.sample_rate,
152 void play_sample(FILE *file, unsigned int card, unsigned int device, unsigned int channels, argument
174 pcm = pcm_open(card, device, PCM_OUT, &config);
H A Dmixer.c90 struct mixer *mixer_open(unsigned int card) argument
100 snprintf(fn, sizeof(fn), "/dev/snd/controlC%u", card);
H A Dtinycap.c60 unsigned int capture_sample(FILE *file, unsigned int card, unsigned int device,
74 unsigned int card = 0; local
84 fprintf(stderr, "Usage: %s file.wav [-D card] [-d device] [-c channels] "
117 card = atoi(*argv);
149 frames = capture_sample(file, card, device, header.num_channels,
164 unsigned int capture_sample(FILE *file, unsigned int card, unsigned int device, argument
187 pcm = pcm_open(card, device, PCM_IN, &config);
H A Dpcm.c461 struct pcm *pcm_open(unsigned int card, unsigned int device, argument
477 snprintf(fn, sizeof(fn), "/dev/snd/pcmC%uD%u%c", card, device,
/external/webkit/Source/WebCore/wml/
H A DWMLCardElement.cpp107 // 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 local
325 WMLCardElement* card = static_cast<WMLCardElement*>(nodeList->item(i)); local
[all...]
/external/chromium/chrome/browser/webdata/
H A Dweb_data_service_unittest.cc376 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 wa
[all...]
/external/kernel-headers/original/linux/
H A Dmedia.h85 __u32 card; member in struct:media_entity_desc::__anon6957::__anon6960
H A Dpnp.h140 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 th member in struct:pnp_dev
413 pnp_add_card(struct pnp_card *card) argument
414 pnp_remove_card(struct pnp_card *card) argument
415 pnp_add_card_device(struct pnp_card *card, struct pnp_dev *dev) argument
417 pnp_add_card_id(struct pnp_id *id, struct pnp_card *card) argument
[all...]
/external/chromium/chrome/browser/chromeos/
H A Daudio_mixer_alsa.cc271 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/kernel-headers/original/linux/mmc/
H A Dcard.h2 * linux/include/linux/mmc/card.h
58 unsigned int rca; /* relative card address of device */
59 unsigned int state; /* (our) card state */
63 #define MMC_STATE_SDCARD (1<<3) /* is an SD card */
64 #define MMC_STATE_READONLY (1<<4) /* card is read-only */
65 u32 raw_cid[4]; /* raw card CID */
66 u32 raw_csd[4]; /* raw card CSD */
67 u32 raw_scr[2]; /* raw card SCR */
68 struct mmc_cid cid; /* card identification */
69 struct mmc_csd csd; /* card specifi
106 mmc_card_claim_host(struct mmc_card *card) argument
[all...]
/external/qemu/telephony/
H A Dsim_card.c42 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/
H A Daudio_int.h111 QEMUSoundCard *card; member in struct:SWVoiceOut
128 QEMUSoundCard *card; member in struct:SWVoiceIn
H A Daudio.c2054 void AUD_register_card (const char *name, QEMUSoundCard *card) argument
2057 card->name = qemu_strdup (name);
2058 memset (&card->entries, 0, sizeof (card->entries));
2059 QLIST_INSERT_HEAD (&glob_audio_state.card_head, card, entries);
2062 void AUD_remove_card (QEMUSoundCard *card) argument
2064 QLIST_REMOVE (card, entries);
2065 qemu_free (card->name);
/external/qemu/hw/
H A Dgoldfish_audio.c106 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_6/wpa_supplicant/src/utils/
H A Dpcsc_funcs.c39 * 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 inserte
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dpcsc_funcs.c33 * P1 = ID of alg in card
112 SCARDHANDLE card; member in struct:scard_data
493 * open connection to the SIM/USIM card and the card is verified to support the
495 * access some of the card functions. Once the connection is not needed
513 wpa_printf(MSG_DEBUG, "SCARD: initializing smart card interface");
523 wpa_printf(MSG_DEBUG, "SCARD: Could not establish smart card "
551 wpa_printf(MSG_WARNING, "SCARD: No smart card readers "
589 &scard->card, &scard->protocol);
592 wpa_printf(MSG_INFO, "No smart card inserte
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dpcsc_funcs.c33 * P1 = ID of alg in card
112 SCARDHANDLE card; member in struct:scard_data
493 * open connection to the SIM/USIM card and the card is verified to support the
495 * access some of the card functions. Once the connection is not needed
513 wpa_printf(MSG_DEBUG, "SCARD: initializing smart card interface");
523 wpa_printf(MSG_DEBUG, "SCARD: Could not establish smart card "
551 wpa_printf(MSG_WARNING, "SCARD: No smart card readers "
589 &scard->card, &scard->protocol);
592 wpa_printf(MSG_INFO, "No smart card inserte
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dpcsc_funcs.c33 * P1 = ID of alg in card
112 SCARDHANDLE card; member in struct:scard_data
493 * open connection to the SIM/USIM card and the card is verified to support the
495 * access some of the card functions. Once the connection is not needed
513 wpa_printf(MSG_DEBUG, "SCARD: initializing smart card interface");
523 wpa_printf(MSG_DEBUG, "SCARD: Could not establish smart card "
551 wpa_printf(MSG_WARNING, "SCARD: No smart card readers "
589 &scard->card, &scard->protocol);
592 wpa_printf(MSG_INFO, "No smart card inserte
[all...]
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider.cc4321 CreditCard* card = *it; local
4327 string16 value = card->GetInfo(type_it->first);
4385 CreditCard card; local
4386 // Loop through the possible credit card fields and add those provided.
4392 card.SetInfo(type_it->first, current_value);
4399 credit_cards.push_back(card);

Completed in 379 milliseconds

12