/dalvik/vm/mterp/mips/ |
OP_IPUT_OBJECT_QUICK.S | 15 lw a2, offThread_cardTable(rSELF) # a2 <- card table base
|
OP_IPUT_OBJECT.S | 41 lw a2, offThread_cardTable(rSELF) # a2 <- card table base 53 sb a2, (t2) # mark card if not
|
/developers/samples/android/connectivity/nfc/CardEmulation/CardEmulationSample/src/main/res/values/ |
strings.xml | 20 <string name="card_title">Sample Loyalty Card</string>
|
/developers/samples/android/connectivity/nfc/CardReader/CardReaderSample/src/main/res/values/ |
strings.xml | 19 <string name="card_title">Sample Loyalty Card</string>
|
/development/samples/BusinessCard/res/values/ |
strings.xml | 21 <string name="businesscard_app">Business Card</string>
|
/development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/ |
CardFlipListener.java | 21 * These callback methods are used to disable and re-enable touches when a card
|
/external/chromium/chrome/browser/autofill/ |
select_control_handler.h | 22 // variations of a value, e.g., (tx, TX, Texas) or credit card expiration
|
/external/chromium/chrome/browser/custom_handlers/ |
register_protocol_handler_infobar_delegate.h | 18 // card information gathered from a form submission.
|
/external/chromium_org/chrome/browser/resources/ntp4/ |
page_switcher.js | 29 * Activate the switcher (go to the next card). 37 * Calculate the index of the card that this button will switch to. 49 * current position in the card slider and the names of the cards. 57 this.setAttribute('aria-label', ''); // No next card.
|
/external/chromium_org/chrome/browser/ui/autofill/ |
new_credit_card_bubble_view.h | 14 // A cross-platform interface for a bubble that is shown when a new credit card
|
/external/chromium_org/components/autofill/core/browser/webdata/ |
autofill_webdata.h | 78 // Schedules a task to add credit card to the web database. 81 // Schedules a task to update credit card in the web database. 84 // Schedules a task to remove a credit card from the web database. 85 // |guid| is identifer of the credit card to remove.
|
/external/chromium_org/components/autofill/core/common/ |
autofill_pref_names.cc | 11 // Currently applies to Address Book "me" card on Mac. False on Win and Linux.
|
/frameworks/ex/carousel/java/com/android/ex/carousel/ |
CarouselView.java | 38 * around until the last card can be seen. 78 /** Detail is centered vertically with respect to the card **/ 84 /** Detail is positioned above the card (not yet implemented) **/ 86 /** Detail is positioned below the card **/ 93 * extent of the card, depending on whether the detail is above or below the card. 98 * the card, depending on whether the detail is above or below the card. 103 * the card, depending on whether the detail is above or below the card [all...] |
carousel.rs | 23 typedef struct __attribute__((aligned(4))) Card { 25 rs_allocation texture; // basic card texture 31 rs_matrix4x4 matrix; // custom transform for this card/geometry 32 int textureState; // whether or not the primary card texture is loaded. 33 int detailTextureState; // whether or not the detail for the card is loaded. 40 int64_t geometryTimeStamp; // time when the card itself was last updated, in ms 97 /** Detail is centered vertically with respect to the card **/ 103 /** Detail is positioned above the card (not yet implemented) **/ 105 /** Detail is positioned below the card **/ 112 * extent of the card, depending on whether the detail is above or below the card [all...] |
/frameworks/native/data/etc/ |
android.hardware.nfc.hce.xml | 18 NFC card emulation -->
|
/packages/apps/Contacts/res/values/ |
integers.xml | 21 <!-- Max lines to display of a contact's snippet in the "updates" tab of the contact card tab carousel -->
|
/packages/apps/Music/res/values/ |
strings.xml | 72 <string name="delete_artist_desc">Permanently delete all songs by <xliff:g id="artist">%s</xliff:g> from the SD card?</string> 77 <string name="delete_album_desc">Permanently delete the entire album \"<xliff:g id="album">%s</xliff:g>\" from the SD card?</string> 82 <string name="delete_song_desc">Permanently delete \"<xliff:g id="song">%s</xliff:g>\" from the SD card?</string> 97 <string name="scanning">Scanning SD card\u2026</string> 127 <!-- Title of screen when there are no songs, or if the SD card is busy --> 129 <!-- Title of screen when there are no videos, or if the SD card is busy --> 131 <!-- Title of screen when there are no playlists, or if the SD card is busy --> 151 <!-- Title of screen when no sd card is present --> 152 <string name="sdcard_missing_title">No SD card</string> 153 <!-- Title of screen when no sd card is present -- [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
minors.h | 27 #define SNDRV_MINOR(card, dev) (((card) << 5) | (dev)) 75 #define SNDRV_MINOR_OSS(card, dev) (((card) << 4) | (dev))
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
minors.h | 27 #define SNDRV_MINOR(card, dev) (((card) << 5) | (dev)) 75 #define SNDRV_MINOR_OSS(card, dev) (((card) << 4) | (dev))
|
/external/tinycompress/ |
cplay.c | 91 void play_samples(char *name, unsigned int card, unsigned int device, 129 int check_codec_format_supported(unsigned int card, unsigned int device, struct snd_codec *codec) 131 if (is_codec_supported(card, device, COMPRESS_IN, codec) == false) { 157 unsigned int card = 0, device = 0, frag = 0; local 176 card = strtol(optarg, NULL, 10); 193 play_samples(file, card, device, buffer_size, frag); 199 void play_samples(char *name, unsigned int card, unsigned int device, 251 compress = compress_open(card, device, COMPRESS_IN, &config); 254 card, device); 283 printf("Playing file %s On Card %u device %u, with buffer of %lu bytes\n" [all...] |
/frameworks/base/core/java/android/nfc/cardemulation/ |
CardEmulation.java | 38 * NFC card emulation services. 40 * For a general introduction into NFC card emulation, 42 * NFC card emulation developer guide</a>.</p> 53 * card emulation service for a certain category. This will 85 * Category that can be used for all other card emulation 96 * <p>When using ISO-DEP card emulation with {@link HostApduService} 108 * <p>In this mode, when using ISO-DEP card emulation with {@link HostApduService} 118 * <p>In this mode, when using ISO-DEP card emulation with {@link HostApduService} 158 Log.e(TAG, "This device does not support card emulation"); 169 // Get card emu servic [all...] |
/external/e2fsprogs/lib/e2p/ |
fgetflags.c | 4 * Copyright (C) 1993, 1994 Remy Card <card@masi.ibp.fr>
|
fsetflags.c | 4 * Copyright (C) 1993, 1994 Remy Card <card@masi.ibp.fr>
|
/external/e2fsprogs/misc/ |
mklost+found.c | 5 * Copyright (C) 1992, 1993 Remy Card <card@masi.ibp.fr>
|
/packages/apps/Contacts/res/layout/ |
contact_detail_fragment_carousel.xml | 26 Container for the "About" page fragment on the contact card for a contact 40 Container for the "Updates" page fragment on the contact card for a contact
|