OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cards
(Results
51 - 57
of
57
) sorted by null
1
2
3
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/mmc/
host.h
104
struct list_head
cards
;
member in struct:mmc_host
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/autofill/
PersonalDataManager.java
351
List<CreditCard>
cards
= new ArrayList<CreditCard>(count);
local
353
cards
.add(nativeGetCreditCardByIndex(mPersonalDataManagerAndroid, i));
355
return
cards
;
/external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover_unittest.cc
485
// Add two profiles and two credit
cards
to the database. In each pair, one
507
std::vector<autofill::CreditCard>
cards
;
local
513
cards
.push_back(card);
517
cards
.push_back(card);
519
personal_data_manager_->SetCreditCards(&
cards
);
[
all
...]
/external/kernel-headers/original/linux/
pnp.h
138
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_org/chrome/browser/ui/autofill/
autofill_dialog_controller_impl.cc
109
// This string is stored along with saved addresses and credit
cards
in the
2746
const std::vector<CreditCard*>&
cards
= manager->GetCreditCards();
local
[
all
...]
/external/chromium/chrome/browser/automation/
testing_automation_provider.cc
3975
ListValue*
cards
= GetListFromCreditCards(credit_
cards
);
local
4001
ListValue*
cards
= NULL;
local
4312
ListValue*
cards
= new ListValue;
local
[
all
...]
/prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar
Completed in 104 milliseconds
1
2
3