HomeSort by relevance Sort by last modified time
    Searched full:card (Results 1476 - 1500 of 2223) sorted by null

<<51525354555657585960>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
mce.h 789 ULONGLONG Card:1;
813 USHORT Card;
  /prebuilts/tools/common/proguard/proguard4.7/docs/manual/
refcard.html 7 <title>ProGuard Reference Card</title>
22 <h1>ProGuard Reference Card</h1>
  /system/media/audio_route/
audio_route.c 836 struct audio_route *audio_route_init(unsigned int card, const char *xml_path)
849 ar->mixer = mixer_open(card);
  /cts/apps/CtsVerifier/res/values/
strings.xml     [all...]
  /docs/source.android.com/src/devices/tech/ota/
device_code.jd 78 as an SD card. The device is the block device; device2 is a second block
    [all...]
  /external/e2fsprogs/ext2ed/doc/
user-guide.sgml 963 Get the slides that Remy Card (The author of the ext2 filesystem)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
README 330 (http://www.linuxnet.com/) for smart card access.
692 used to implement, e.g., one-time-passwords or generic token card
732 implement one-time-password lists and generic token card -based
740 Example request for generic token card challenge-response:
872 This will make cardmgr start wpa_supplicant when the card is plugged
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SubscriptionController.java 432 * @param iccId the IccId of SIM card
667 * @param iccId the IccId of the SIM card
807 nameToSet = "CARD " + Integer.toString(slotId + 1);
    [all...]
  /frameworks/base/docs/html/
jd_extras_en.js 54 "image":"images/cards/card-studio-modules_crop_2x.png",
64 "image":"images/cards/card-using-code-templates_16x9_2x.png",
382 "image":"images/cards/card-cast_2x.jpg",
393 "image":"images/cards/card-cast_2x.jpg",
404 "image":"images/cards/card-cast_2x.jpg",
415 "image":"images/cards/card-cardboard_2x.png",
426 "image":"images/cards/card-cardboard_2x.png",
437 "image":"images/cards/card-cardboard_2x.png",
459 "image":"images/cards/card-places_2x.png",
470 "image":"images/cards/card-google-cloud-messaging_16-9_2x.png"
    [all...]
  /external/proguard/docs/manual/
examples.html 31 <li><a href="#jcapplet">A typical Java Card applet</a></li>
39 <li><a href="#jcapplets">All possible Java Card applets in the input jars</a></li>
195 <h3><a name="jcapplet">A typical Java Card applet</a></h3>
197 These options shrink, optimize, and obfuscate the Java Card applet
212 it now targets the Java Card run-time environment. This environment doesn't
599 <h3><a name="jcapplets">All possible Java Card applets in the input jars</a></h3>
601 These options shrink, optimize, and obfuscate all public Java Card applets in
    [all...]
  /packages/providers/DownloadProvider/docs/
index.html 144 <tr><td > DLMGR_A_7 </td><td > User-accessible files MUST be stored on the external storage card, and only files that are explicitly supported by an installed application must be downloaded. </td><td > &nbsp; </td><td > <b>YES</b> done in 1.0 </td></tr>
    [all...]
  /external/libnfc-nxp/src/
phLibNfc.h 100 *\brief Defines Ndef Card Offset.
115 * This mode is also called as card emulation mode.when secure element mode is set
182 phLibNfc_eSE_EvtCardRemoval, /* Indicates the beginning of an EMV Card Removal sequence */
346 /* As per NFC forum specification, the card can be in either of the below mentioned states
347 INVALID - means card is NOT NFC forum specified tag. NDEF FORMAT can only be performed for
349 INITIALISED - means card is NFC forum specified tag. But, in this state
353 READ WRITE - means card is NFC forum specified tag. User can use both
355 READ ONLY - means card is NFC forum specified tag. User can only use
370 uint8_t NdefCardState; /**< Card state information */
    [all...]
  /external/kernel-headers/original/uapi/linux/
soundcard.h 48 * Supported card ID numbers (Should be somewhere else?)
77 /* Sound card numbers 27 to N are reserved. Don't add more numbers here. */
763 * (line, aux1 and aux2). Since each card manufacturer have assigned
    [all...]
  /frameworks/base/core/java/android/print/
PrintAttributes.java 610 /** North America Index Card 3x5 media size: 3" x 5" (76mm x 127mm) */
614 /** North America Index Card 4x6 media size: 4" x 6" (102mm x 152mm) */
618 /** North America Index Card 5x8 media size: 5" x 8" (127mm x 203mm) */
    [all...]
  /frameworks/base/docs/html/about/versions/
android-2.3.jd 505 include SD cards (although it provides virtual SD Card partition, when no
506 physical SD card is available). A convenience method, {@link
508 determine whether a physical SD card is present.</li>
    [all...]
  /frameworks/base/docs/html/sdk/
OLD_RELEASENOTES.jd 247 <li>It's now much easier to add media content to the SD card and have the ContentProvider locate and expose it to other applications.
259 <li>Unfortunately, the ability to play audio streams from memory (such as via an InputStream or Reader) will not be possible in Android 1.0.&nbsp; As a workaround, we recommend that developers save media content to SD card and use MediaPlayer to play from a file URI, or embed a small HTTP server and play from a URI on localhost (such as http://127.0.0.1:4242/something).
296 <li>The Android emulator now support SD card images up to 128 GB in size. The previous limit was 2 GB.</li>
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
SmsMessage.java 319 // To test writing messages to the SIM card, change this value 0x00
323 // the receiver's SIM card. You can then send messages to yourself
324 // (on a phone with this change) and they'll end up on the SIM card.
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/
Pattern2Test.java 187 m = p.matcher("card #1234-5678-1234");
188 assertTrue(m.replaceFirst("xxxx$1").equals("card #xxxx-5678-1234"));
189 assertTrue(m.replaceAll("xxxx$1").equals("card #xxxx-xxxx-1234"));
    [all...]
  /packages/apps/TV/res/values/
strings.xml 92 <!-- Label of the app link card used for Google analytics. -->
94 <!-- Default label of the app link card indicating there is no app link available for
97 <!-- Label of app link card for launching app in the channel list row. [CHAR LIMIT=NONE] -->
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
soundcard.h 46 * Supported card ID numbers (Should be somewhere else?)
75 /* Sound card numbers 27 to N are reserved. Don't add more numbers here. */
759 * (line, aux1 and aux2). Since each card manufacturer have assigned
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
soundcard.h 46 * Supported card ID numbers (Should be somewhere else?)
75 /* Sound card numbers 27 to N are reserved. Don't add more numbers here. */
759 * (line, aux1 and aux2). Since each card manufacturer have assigned
    [all...]
  /art/compiler/optimizing/
code_generator_arm.h 379 void MarkGCCard(Register temp, Register card, Register object, Register value, bool can_be_null);
code_generator_x86.h 416 Register card,
code_generator_x86_64.h 364 CpuRegister card,
  /build/tools/droiddoc/templates-sdk/
customizations.cs 139 <div class="suggest-card reference no-display">

Completed in 790 milliseconds

<<51525354555657585960>>