/external/e2fsprogs/debian/ |
e2fsck-static.copyright | 3 were written by Theodore Ts'o <tytso@mit.edu> and Remy Card 4 <card@masi.ibp.fr>.
|
e2fslibs.copyright | 3 written by Theodore Ts'o <tytso@mit.edu> and Remy Card <card@masi.ibp.fr>.
|
e2fsprogs.copyright | 3 written by Theodore Ts'o <tytso@mit.edu> and Remy Card <card@masi.ibp.fr>.
|
/external/e2fsprogs/lib/e2p/ |
fgetversion.c | 4 * Copyright (C) 1993, 1994 Remy Card <card@masi.ibp.fr>
|
fsetversion.c | 4 * Copyright (C) 1993, 1994 Remy Card <card@masi.ibp.fr>
|
getflags.c | 4 * Copyright (C) 1993, 1994 Remy Card <card@masi.ibp.fr>
|
iod.c | 4 * Copyright (C) 1993, 1994 Remy Card <card@masi.ibp.fr>
|
pf.c | 4 * Copyright (C) 1993, 1994 Remy Card <card@masi.ibp.fr>
|
setflags.c | 4 * Copyright (C) 1993, 1994 Remy Card <card@masi.ibp.fr>
|
/external/e2fsprogs/misc/ |
lsattr.1.in | 36 was written by Remy Card <Remy.Card@linux.org>. It is currently being
|
mklost+found.8.in | 33 has been written by Remy Card <Remy.Card@linux.org>. It is currently being
|
/external/svox/picolanginstaller/res/values-lo-rLA/ |
strings.xml | 24 <string name="installing_message" product="default" msgid="8792926973732354514">"???????????????????????? SD card."</string> 28 <string name="retry_message" product="default" msgid="4262829785604216441">"???????????????????????????. ????????????????? SD card ??????????????????? ????????????????????????? 6MB. ??????????????????????????????????????????????, ?????????????????????????????????."</string>
|
/frameworks/ex/carousel/java/com/android/ex/carousel/ |
CarouselRS.java | 125 * Called when a card is selected 126 * @param n the id of the card 131 * Called when the detail texture for a card is tapped 132 * @param n the id of the card 133 * @param x how far the user tapped from the left edge of the card, in pixels 134 * @param y how far the user tapped from the top edge of the card, in pixels 139 * Called when a card is long-pressed 140 * @param n the id of the card 147 * Called when texture is needed for card n. This happens when the given card become [all...] |
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/it-IT/ |
it-IT_lexpos.utf | 1123 CARD "0" "d_z'Ero" 1124 CARD "0cento\/" "" 1125 CARD "1" "'uno" 1126 CARD "10" "d'^iEt_Si" 1127 CARD "11" "'undit_Si" 1128 CARD "12" "d'odit_Si" 1129 CARD "13" "tr'edit_Si" 1130 CARD "14" "k^uat_t'Ordit_Si" 1131 CARD "15" "k'^uindit_Si" 1132 CARD "16" "s'edit_Si [all...] |
/art/runtime/gc/accounting/ |
mod_union_table.cc | 45 inline void operator()(byte* card, byte expected_value, byte new_value) const { 47 cleared_cards_->insert(card); 61 void operator()(byte* card, byte expected_card, byte new_card) const { 63 cleared_cards_->push_back(card); 198 // Check the references of each clean card which is also in the mod union table. 201 const byte* card = it.first; local 202 if (*card == CardTable::kCardClean) { 205 uintptr_t start = reinterpret_cast<uintptr_t>(card_table->AddrFromCard(card)); 243 for (const auto& card : cleared_cards_) { 244 // Clear and re-compute alloc space references associated with this card [all...] |
/external/chromium/chrome/browser/autofill/ |
credit_card_field_unittest.cc | 69 new AutofillField(webkit_glue::FormField(ASCIIToUTF16("Card Number"), 84 new AutofillField(webkit_glue::FormField(ASCIIToUTF16("Card Number"), 126 new AutofillField(webkit_glue::FormField(ASCIIToUTF16("Card Number"), 170 new AutofillField(webkit_glue::FormField(ASCIIToUTF16("Name on Card"), 171 ASCIIToUTF16("name on card"), 178 new AutofillField(webkit_glue::FormField(ASCIIToUTF16("Card Number"), 234 new AutofillField(webkit_glue::FormField(ASCIIToUTF16("Name on Card"), 242 new AutofillField(webkit_glue::FormField(ASCIIToUTF16("Card Number"), 301 new AutofillField(webkit_glue::FormField(ASCIIToUTF16("Name on Card"), 309 new AutofillField(webkit_glue::FormField(ASCIIToUTF16("Card Number") [all...] |
/external/chromium_org/components/autofill/core/browser/ |
credit_card_field_unittest.cc | 75 field.label = ASCIIToUTF16("Card Number"); 87 field.label = ASCIIToUTF16("Card Number"); 118 field.label = ASCIIToUTF16("Card Type"); 122 field.label = ASCIIToUTF16("Name on Card"); 126 field.label = ASCIIToUTF16("Card Number"); 171 field.label = ASCIIToUTF16("Name on Card"); 175 field.label = ASCIIToUTF16("Card Number"); 209 field.label = ASCIIToUTF16("Name on Card"); 213 field.label = ASCIIToUTF16("Card Number"); 247 field.label = ASCIIToUTF16("Name on Card"); [all...] |
autofill_test_utils.h | 57 // Returns a credit card full of dummy info. 60 // Returns a credit card full of dummy info, different to the above. 63 // Returns a verified credit card full of dummy info. 66 // Returns a verified credit card full of dummy info, different to the above. 87 // tests. |SetCreditCardInfo| provides a quick way to populate a credit 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...] |
/developers/build/prebuilts/gradle/BatchStepSensor/BatchStepSensorSample/src/main/res/values/ |
styles.xml | 3 <!-- Card Stream --> 10 <!-- Main card --> 11 <style name="Card"> 31 <!-- Content of main card --> 77 <!-- Card Action Progress -->
|
/developers/build/templates/CardStream/_MODULE_/src/template/res/values/ |
styles.xml | 3 <!-- Card Stream --> 10 <!-- Main card --> 11 <style name="Card"> 31 <!-- Content of main card --> 77 <!-- Card Action Progress -->
|
/external/grub/netboot/ |
sis900.txt | 1 How I added the SIS900 card to Etherboot 31 2. edit src/pci.h to add PCI signatures for card 37 3. Edit src/config.c to add the card to the card probe list 79 point. If there is a Linux driver for the card, you may be able to
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
scc.h | 9 #define PA0HZP 0x00 /* hardware type for PA0HZP SCC card and compatible */ 10 #define EAGLE 0x01 /* hardware type for EAGLE card */ 11 #define PC100 0x02 /* hardware type for PC100 card */ 12 #define PRIMUS 0x04 /* hardware type for PRIMUS-PC (DG9BL) card */ 13 #define DRSI 0x08 /* hardware type for DRSI PC*Packet card */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
scc.h | 9 #define PA0HZP 0x00 /* hardware type for PA0HZP SCC card and compatible */ 10 #define EAGLE 0x01 /* hardware type for EAGLE card */ 11 #define PC100 0x02 /* hardware type for PC100 card */ 12 #define PRIMUS 0x04 /* hardware type for PRIMUS-PC (DG9BL) card */ 13 #define DRSI 0x08 /* hardware type for DRSI PC*Packet card */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
scc.h | 9 #define PA0HZP 0x00 /* hardware type for PA0HZP SCC card and compatible */ 10 #define EAGLE 0x01 /* hardware type for EAGLE card */ 11 #define PC100 0x02 /* hardware type for PC100 card */ 12 #define PRIMUS 0x04 /* hardware type for PRIMUS-PC (DG9BL) card */ 13 #define DRSI 0x08 /* hardware type for DRSI PC*Packet card */
|