Searched defs:cards (Results 1 - 3 of 3) sorted by relevance

/external/kernel-headers/original/linux/mmc/
H A Dhost.h104 struct list_head cards; /* devices attached to this host */ member in struct:mmc_host
/external/kernel-headers/original/linux/
H A Dpnp.h138 struct list_head global_list; /* node in global list of cards */
139 struct list_head protocol_list; /* node in protocol's list of cards */
186 struct list_head rdev_list; /* node in cards list of requested devices */
340 struct list_head cards; member in struct:pnp_protocol
346 for((card) = protocol_to_pnp_card((protocol)->cards.next); \
347 (card) != protocol_to_pnp_card(&(protocol)->cards); \
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider.cc3975 ListValue* cards = GetListFromCreditCards(credit_cards); local
3980 return_value->Set("credit_cards", cards);
4001 ListValue* cards = NULL; local
4005 args->GetList("credit_cards", &cards);
4016 if (cards) {
4017 credit_cards = GetCreditCardsFromList(*cards, &error_mesg);
4039 if (cards)
4312 ListValue* cards = new ListValue; local
4333 cards->Append(card_info);
4335 return cards;
4373 GetCreditCardsFromList( const ListValue& cards, std::string* error_message) argument
[all...]

Completed in 246 milliseconds