/external/chromium_org/chrome/browser/resources/google_now/ |
cards_unittest.gtestjs | 23 var testCardId = 'TEST CARD ID'; 25 var expectedShowAlarmId = 'card-show-TEST CARD ID'; 26 var expectedHideAlarmId = 'card-hide-TEST CARD ID';
|
/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 64 /* Set up the card table */ 68 "dalvik-card-table") 201 u1 *card = dvmCardFromAddr(obj); local [all...] |
/external/libnfc-nxp/src/ |
phFriNfc_NdefMap.c | 167 /* Reset the Card Type */ 170 /* Reset the Memory Card Size*/ 264 * Remote Peer device may be of type any card. Ex: desfire,felica,jewel 270 * In future this can be extended to support any types of card. 302 /* Card is in invalid state, cannot have any read/write 309 /* Can't read any data from the card:TLV length is zero*/ 325 reading from the first Page of the card. 350 /* Mifare card selected. Call Mifare read */ 363 /* Desfire card selected. Call Desfire read */ 374 /* Mifare card selected. Call Mifare read * [all...] |
phFriNfc_MifULFormat.h | 19 * \brief NFC Ndef Formatting For Mifare standard card. 72 #define PH_FRINFC_MFUL_FMT_RO_NDEF_PARSE_RD_BYTES 12 /*!< Read bytes from the card for parsing NDEF */ 123 #define PH_FRINFC_MFUL_FMT_NON_NDEF_COMPL 0 /*!< Card is not ndef compliant */ 124 #define PH_FRINFC_MFUL_FMT_NDEF_COMPL 1 /*!< Card is ndef compliant */ 150 * \brief Smart Card Formatting \b Reset function 160 * \brief Initiates the card formatting procedure for Remote Smart Card Type. 162 * \copydoc page_ovr The function initiates and formats the Smart Card.After this formation, remote 163 * card would be properly initialized and Ndef Compliant. 164 * Depending upon the different card type, this function handles formatting procedure [all...] |
phFriNfc_SmtCrdFmt.h | 19 * \brief NFC-FRI Smart Card Formatting. 34 * \name Smart Card Formatting 44 /*! \defgroup grp_fri_smart_card_formatting NFC FRI Smart Card Formatting 46 * Smart Card Formatting functionality enables automatic formatting of any type of smart cards. 113 * \brief NFC Smart Card Formatting Component Type1 Additional Information Structure 115 * This structure is used to specify additional information required to format the Type1 card. 133 * \brief NFC Smart Card Formatting Component Type2 Additional Information Structure 135 * This structure is used to specify additional information required to format the Type2 card. 168 * \brief NFC Smart Card Formatting Component Type4 Additional Information Structure 170 * This structure is used to specify additional information required to format the type4 card [all...] |
phFriNfc_SmtCrdFmt.c | 72 * \brief Used to Reset the context variables , before the actual smart card formatting 125 /* Reset the Card Type */ 268 /* Depending on the Opmodes, call the respective card functions */ 275 /* Depending on the Opmodes, call the respective card functions */ 284 /* Remote device is Mifare card . Check for Mifare 289 /* The SAK/Sel_Res says the card is of the type 318 /* The SAK/Sel_Res says the card is of the type 328 /* Invalid Mifare card, as the remote device 329 info - opmode says its a Mifare card but, 340 /* Remote device is Desfire card . Check for Desfir [all...] |
/external/svox/picolanginstaller/res/values/ |
strings.xml | 21 <!-- This is the name and title of the application that installs the required files for speech synthesis on the user's SD card --> 24 <!-- After launching the application that installs the required files for speech synthesis on the user's SD card, this message is shown during the installation. CHAR LIMIT=80 --> 26 <!-- After launching the application that installs the required files for speech synthesis on the user's SD card, this message is shown during the installation --> 27 <string name="installing_message" product="default">Installing voice data on SD card.</string> 35 <!-- Text shown to the user when the application that tries to install voice data files on the user's SD card failed the installation [CHAR LIMIT=NONE] --> 37 <!-- Text shown to the user when the application that tries to install voice data files on the user's SD card failed the installation --> 38 <string name="retry_message" product="default">The voice data couldn\'t install. Make sure your SD card is in your device and has at least 6MB of free space. If your card is already in your device, try removing the card and reinserting it.</string>
|
/art/runtime/gc/accounting/ |
card_table-inl.h | 78 // Find the first dirty card. 85 auto* card = reinterpret_cast<byte*>(word_cur) + i; local 86 DCHECK(*card == static_cast<byte>(start_word) || *card == kCardDirty) 87 << "card " << static_cast<size_t>(*card) << " word " << (start_word & 0xFF); 112 * Visitor is expected to take in a card and return the new value. When a value is modified, the 114 * visitor: The visitor which modifies the cards. Returns the new value for a card given an old 116 * modified: Whenever the visitor modifies a card, this visitor is called on the card. Enable [all...] |
card_table.cc | 32 * Maintain a card table from the write barrier. All writes of 37 * determined by GC_CARD_SHIFT. The card table contains one byte of 38 * data per card, to be used by the GC. The value of the byte will be 42 * code is obliged to mark the card dirty. The setters in 46 * The card table's base [the "biased card table"] gets set to a 48 * fabricate or load GC_DIRTY_CARD to store into the card table, 54 /* Set up the card table */ 57 UniquePtr<MemMap> mem_map(MemMap::MapAnonymous("card table", NULL, 59 CHECK(mem_map.get() != NULL) << "couldn't allocate card table" [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
info.h | 79 struct snd_card *card; member in struct:snd_info_entry 116 struct snd_info_entry *snd_info_create_card_entry(struct snd_card * card, 123 int snd_info_card_create(struct snd_card * card); 124 int snd_info_card_register(struct snd_card * card); 125 int snd_info_card_free(struct snd_card * card); 126 void snd_info_card_disconnect(struct snd_card * card); 129 /* for card drivers */ 130 int snd_card_proc_new(struct snd_card *card, const char *name, struct snd_info_entry **entryp); 154 static inline struct snd_info_entry *snd_info_create_card_entry(struct snd_card * card, const char *name, struct snd_info_entry * parent) { return NULL; } 157 static inline int snd_info_card_create(struct snd_card * card) { return 0; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
info.h | 79 struct snd_card *card; member in struct:snd_info_entry 116 struct snd_info_entry *snd_info_create_card_entry(struct snd_card * card, 123 int snd_info_card_create(struct snd_card * card); 124 int snd_info_card_register(struct snd_card * card); 125 int snd_info_card_free(struct snd_card * card); 126 void snd_info_card_disconnect(struct snd_card * card); 129 /* for card drivers */ 130 int snd_card_proc_new(struct snd_card *card, const char *name, struct snd_info_entry **entryp); 154 static inline struct snd_info_entry *snd_info_create_card_entry(struct snd_card * card, const char *name, struct snd_info_entry * parent) { return NULL; } 157 static inline int snd_info_card_create(struct snd_card * card) { return 0; [all...] |
/external/chromium/chrome/browser/resources/ntp4/ |
card_slider.js | 6 * @fileoverview Card slider implementation. Allows you to create interactions 10 * - The frame defines the boundary of one item. Each card will be expanded to 15 * - The cards are the individual viewable items. There should be one card for 16 * each item in the list. Only one card will be visible at a time. Two cards 36 * @param {number} currentCard The index of the card that is currently 38 * @param {number} cardWidth The width of each card should have. 84 // Fired when the user slides to another card. 128 for (var i = 0, card; card = this.cards_[i]; i++) { 129 assert(view.getComputedStyle(card).position == 'static' [all...] |
/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...] |
/external/chromium_org/components/autofill/core/browser/ |
credit_card_field.cc | 30 // Credit card fields can appear in many different orders. 31 // We loop until no more credit card related fields are found, see |break| at 34 // Ignore gift card fields. 40 // name (not cardholder name) field before or after credit card fields. So 42 // credit card field and haven't yet parsed the expiration date (which 71 // Check for a credit card type (Visa, MasterCard, etc.) field. 80 // We look for a card security code before we look for a credit 81 // card number and match the general term "number". The security code 83 // "verification number", "card identification number" and others listed 146 // Some pages (e.g. ExpediaBilling.html) have a "card description [all...] |
/external/chromium/chrome/browser/autofill/ |
credit_card.h | 17 // A form group that stores credit card information. 33 // Credit card preview summary, for example: ******1234, Exp: 01/2020 41 // The last four digits of the credit card number. 53 // Comparison for Sync. Returns 0 if the credit card is the same as |this|, 68 // Returns true if |text| looks like a valid credit card number. 75 // Returns the credit card number. 100 // Returns true if |text| matches the name on the card. The comparison is 104 // Returns true if |text| matches the card number. 107 // Returns true if |text| matches the expiration month of the card. 118 string16 number_; // The credit card number [all...] |
/external/chromium_org/chrome/browser/ui/autofill/ |
new_credit_card_bubble_controller.h | 27 // A simple wrapper that contains descriptive information about a credit card 32 // The icon of the credit card issuer (i.e. Visa, Mastercard). 34 // The display name of the card. Shown next to the icon. 36 // A longer description of the card being shown in the bubble. 44 // A class to control showing/hiding a bubble after saved a new card in Chrome. 50 // | [ Card icon ] Card name | 51 // | Card description that will probably | 62 // Show a bubble informing the user that new credit card data has been saved. 72 // A card description to show in the bubble [all...] |
/dalvik/vm/mterp/armv5te/ |
OP_IPUT_OBJECT_QUICK.S | 13 ldr r2, [rSELF, #offThread_cardTable] @ r2<- card table base 17 strneb r2, [r2, r3, lsr #GC_CARD_SHIFT] @ mark card based on obj head
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/ |
sim_unlock_ui.h | 14 // - Unlock SIM card (enter PIN/PUK codes). 15 // - Display "SIM card is blocked" message when there're no PUK tries left.
|
/external/e2fsprogs/lib/e2p/ |
getversion.c | 4 * Copyright (C) 1993, 1994 Remy Card <card@masi.ibp.fr>
|
pe.c | 4 * Copyright (C) 1992, 1993, 1994 Remy Card <card@masi.ibp.fr>
|
setversion.c | 4 * Copyright (C) 1993, 1994 Remy Card <card@masi.ibp.fr>
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
bpqether.h | 21 * For SIOCSBPQETHOPT - this is compatible with PI2/PacketTwin card drivers, 23 * to his Ethernet card he may find this useful. ;-)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
bpqether.h | 21 * For SIOCSBPQETHOPT - this is compatible with PI2/PacketTwin card drivers, 23 * to his Ethernet card he may find this useful. ;-)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
bpqether.h | 21 * For SIOCSBPQETHOPT - this is compatible with PI2/PacketTwin card drivers, 23 * to his Ethernet card he may find this useful. ;-)
|
/cts/suite/audio_quality/test_description/conf/ |
detect_usb_audio.py | 18 #detect USB sound card from sound card lists under sys/class/sound/soundX 37 m = re.search("card(\d+)$", sound_dev) 47 # card not found
|