/development/samples/browseable/CardReader/res/values/ |
strings.xml | 19 <string name="card_title">Sample Loyalty 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/autotest/client/site_tests/hardware_StorageFio/ |
control.integrity_full_disk | 19 NOTE: Must boot from USB or SD card to run this test.
|
/external/autotest/server/site_tests/audio_InternalCardNodes/ |
control | 9 PURPOSE = "Remotely controlled audio test checking audio nodes created for internal card."
|
/external/autotest/server/site_tests/kernel_ExternalUsbPeripheralsDetectionTest/ |
control | 33 - USB3.0 Card Reader 60 # Card Reader 62 ["idVendor\s+0x0bda\s+Realtek", "iProduct.*USB3.0\s+Card\s+Reader"], 71 '0bda': 'Card Reader',
|
/external/libgdx/gdx/src/com/badlogic/gdx/ |
Files.java | 22 /** Provides standard access to the filesystem, classpath, Android SD card, and Android assets directory.
40 /** Path relative to the root of the SD card on Android and to the home directory of the current user on the desktop. */
72 /** Returns the external storage path directory. This is the SD card on Android and the home directory of the current user on
76 /** Returns true if the external storage is ready for file IO. Eg, on Android, the SD card is not available when mounted for use
|
/external/libxml2/test/relaxng/ |
tutor14_1.rng | 15 <value>card</value>
|
/external/opencv3/doc/tutorials/gpu/ |
table_of_content_gpu.markdown | 4 Squeeze out every little computation power from your system by using the power of your video card to
|
/frameworks/base/docs/html/training/tv/playback/ |
index.jd | 59 <dt><b><a href="details.html">Providing a Card View</a></b></dt> 60 <dd>Learn how to use the Leanback support library to build a card view for content items.</dd> 65 <dt><b><a href="now-playing.html">Displaying a Now Playing Card</a></b></dt> 66 <dd>Learn how to use a MediaSession to display a Now Playing card on the home screen.</dd>
|
/frameworks/base/packages/SystemUI/res/values-h560dp-xhdpi/ |
config.xml | 20 card. -->
|
/frameworks/base/packages/SystemUI/res/values-h560dp-xxhdpi/ |
config.xml | 19 card. -->
|
/frameworks/base/packages/SystemUI/res/values-h650dp/ |
config.xml | 21 card. -->
|
/frameworks/native/data/etc/ |
android.hardware.nfc.hce.xml | 18 NFC card emulation -->
|
android.hardware.nfc.hcef.xml | 18 NFC-F card emulation -->
|
/frameworks/opt/setupwizard/library/main/res/values-land/ |
styles.xml | 20 <!-- Card layout (for tablets) -->
|
/hardware/bsp/intel/peripheral/libupm/examples/c++/ |
pn532-writeurl.cxx | 74 // found a card 75 printf("Found a card: UID len %d\n", uidSize); 86 printf("Waiting for a card...\n"); 100 // card, you can write more data.
|
/hardware/bsp/intel/peripheral/libupm/examples/javascript/ |
pn532-writeurl.js | 46 // card, you can write more data. 115 // found a card 116 console.log("Found a card: UID len " + uidSize.getitem(0)); 134 console.log("Waiting for a card...");
|
/hardware/bsp/intel/peripheral/libupm/examples/python/ |
pn532-writeurl.py | 79 # found a card 80 print "Found a card: UID len", uidSize.__getitem__(0) 90 print "Waiting for a card...\n" 99 # card, you can write more data.
|
/packages/apps/Dialer/InCallUI/res/values-sw410dp/ |
config.xml | 18 <!-- Determines the maximum number of buttons visible on the call card. Any buttons over this
|
/packages/apps/Music/res/values/ |
strings.xml | 74 <string name="delete_artist_desc">Permanently delete all songs by <xliff:g id="artist">%s</xliff:g> from the SD card?</string> 79 <string name="delete_album_desc">Permanently delete the entire album \"<xliff:g id="album">%s</xliff:g>\" from the SD card?</string> 84 <string name="delete_song_desc">Permanently delete \"<xliff:g id="song">%s</xliff:g>\" from the SD card?</string> 99 <string name="scanning">Scanning SD card\u2026</string> 129 <!-- Title of screen when there are no songs, or if the SD card is busy --> 131 <!-- Title of screen when there are no videos, or if the SD card is busy --> 133 <!-- Title of screen when there are no playlists, or if the SD card is busy --> 153 <!-- Title of screen when no sd card is present --> 154 <string name="sdcard_missing_title">No SD card</string> 155 <!-- Title of screen when no sd card is present -- [all...] |
/packages/apps/Nfc/nci/jni/ |
JavaClassConstants.h | 28 * host-based card emulation
|
/packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/ |
phFriNfc_SmtCrdFmt.h | 18 * Smart Card Completion Routing component 93 uint8_t CardType; /* Stores the type of the smart card */ 95 uint8_t CardState; /* Stores the card state */ 97 phFriNfc_CplRt_t SmtCrdFmtCompletionInfo; /* Holds the completion routine informations of the Smart Card Formatting Layer */
|
/packages/apps/Settings/res/values-h480dp/ |
dimens.xml | 20 <!-- Dimensions for Wifi Assistant Card -->
|
/external/libdrm/tests/planetest/ |
dev.c | 21 printf(" -c, --card Index of dri card (ie: /dev/dri/cardN)\n"); 26 void parse_arguments(int argc, char *argv[], int *card, int *crtc) 29 { "card", required_argument, NULL, 'c' }, 36 *card = -1; 49 printf("Invalid card value '%s'!\n", optarg); 53 *card = optarg[0] - '0'; 66 if (*card < 0 || *crtc < 0) { 106 struct sp_dev *create_sp_dev(int card) 114 snprintf(card_path, sizeof(card_path), "/dev/dri/card%d", card) [all...] |
/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...] |