/external/libxml2/test/relaxng/ |
tutor10_9.rng | 5 <element name="ab:card">
|
/external/svox/picolanginstaller/res/values-en-rAU/ |
strings.xml | 24 <string name="installing_message" product="default" msgid="8792926973732354514">"Installing voice data on SD card."</string> 28 <string name="retry_message" product="default" msgid="4262829785604216441">"The voice data couldn\'t install. Make sure that your SD card is in your device and that it has at least 6MB of free space. If your card is already in your device, try removing the card and reinserting it."</string>
|
/external/svox/picolanginstaller/res/values-en-rGB/ |
strings.xml | 24 <string name="installing_message" product="default" msgid="8792926973732354514">"Installing voice data on SD card."</string> 28 <string name="retry_message" product="default" msgid="4262829785604216441">"The voice data couldn\'t install. Make sure that your SD card is in your device and that it has at least 6MB of free space. If your card is already in your device, try removing the card and reinserting it."</string>
|
/external/svox/picolanginstaller/res/values-en-rIN/ |
strings.xml | 24 <string name="installing_message" product="default" msgid="8792926973732354514">"Installing voice data on SD card."</string> 28 <string name="retry_message" product="default" msgid="4262829785604216441">"The voice data couldn\'t install. Make sure that your SD card is in your device and that it has at least 6MB of free space. If your card is already in your device, try removing the card and reinserting it."</string>
|
/frameworks/base/services/usb/java/com/android/server/usb/ |
UsbAudioDevice.java | 42 public UsbAudioDevice(int card, int device, 44 mCard = card; 53 sb.append("UsbAudioDevice: [card: " + mCard); 63 return "[card:" + mCard + " device:" + mDevice + " " + mDeviceName + "]";
|
UsbAlsaManager.java | 92 public AlsaDevice(int type, int card, int device) { 94 mCard = card; 108 sb.append("AlsaDevice: [card: " + mCard); 169 // and disconnected with its address (card , device) and force the 181 Slog.e(TAG, "Invalid alsa card or device alsaCard: " + alsaCard + 214 private AlsaDevice waitForAlsaDevice(int card, int device, int type) { 216 Slog.e(TAG, "waitForAlsaDevice(c:" + card + " d:" + device + ")"); 219 AlsaDevice testDevice = new AlsaDevice(type, card, device); 247 int card = -1, device = -1; local 268 card = Integer.parseInt(name.substring(c_index + 1, d_index)) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
nubus.h | 48 * Toby Frame Buffer card: <3,1,1,1> 51 * Macintosh Display Card: <3,1,1,25> 57 * Apple SONIC LC-PDS Ethernet ("Apple Ethernet LC Twisted-Pair Card"): <4,1,0,281> 58 * Sonic Systems Ethernet A-Series Card: <4,1,268,256> 60 * ROM on the above card: <2,1,0,0> 61 * Cabletron ethernet card: <4,1,1,265> 62 * Farallon ethernet card: <4,1,268,256> (identical to Sonic Systems card) 64 * API Engineering EtherRun_LCa PDS enet card: <4,1,282,256> 83 NUBUS_DRSW_APPLE_HIRES = 0x0013, /* MacII HiRes card driver * [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
nubus.h | 48 * Toby Frame Buffer card: <3,1,1,1> 51 * Macintosh Display Card: <3,1,1,25> 57 * Apple SONIC LC-PDS Ethernet ("Apple Ethernet LC Twisted-Pair Card"): <4,1,0,281> 58 * Sonic Systems Ethernet A-Series Card: <4,1,268,256> 60 * ROM on the above card: <2,1,0,0> 61 * Cabletron ethernet card: <4,1,1,265> 62 * Farallon ethernet card: <4,1,268,256> (identical to Sonic Systems card) 64 * API Engineering EtherRun_LCa PDS enet card: <4,1,282,256> 83 NUBUS_DRSW_APPLE_HIRES = 0x0013, /* MacII HiRes card driver * [all...] |
/developers/build/prebuilts/gradle/CardReader/Application/src/main/res/values/ |
base-strings.xml | 24 This sample demonstrates how to implement a low-level NFC card reader, for reading cards 26 loyalty card implemented in the "CardEmulation" sample.\n\n 29 reader is interested, and establish communication with the card
|
/developers/samples/android/connectivity/nfc/CardReader/ |
template-params.xml | 31 This sample demonstrates how to implement a low-level NFC card reader, for reading cards 33 loyalty card implemented in the "CardEmulation" sample.\n\n 36 reader is interested, and establish communication with the card
|
/development/samples/browseable/CardReader/res/values/ |
base-strings.xml | 24 This sample demonstrates how to implement a low-level NFC card reader, for reading cards 26 loyalty card implemented in the "CardEmulation" sample.\n\n 29 reader is interested, and establish communication with the card
|
/device/google/marlin/telephony/internal/src/org/codeaurora/internal/ |
IExtTelephony.aidl | 44 * @return Card provision status as integer, below are 46 * '0' - returned if Uicc Card is not provisioned. 47 * '1' - returned if Uicc Card provisioned. 50 * '-2' returned when SIM card is not present in slot. 56 * Returns the user preferred Uicc card provision status. 60 * '0' - returned if Uicc Card is not provisioned. 61 * '1' - returned if Uicc Card provisioned. 64 * '-2' returned when SIM card is not present in slot. 70 * Activates the Uicc card. 72 * @return Uicc card activation result as Integer, below ar [all...] |
/external/libxml2/result/ |
wml.xml.sax2 | 8 SAX.startElementNs(card, NULL, NULL, 0, 2, 0, id='card...', 5, title='Rubr...', 15) 27 SAX.endElementNs(card, NULL, NULL)
|
/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/cards/ |
CardExampleFragment.java | 26 import android.support.v17.leanback.supportleanbackshowcase.models.Card; 50 * This fragment will be shown when the "Card Examples" card is selected at the home menu. It will 51 * display multiple card types. 78 if (!(item instanceof Card)) return; 86 Card card = (Card) item; 87 int imageResId = card.getLocalImageResourceId(getContext()); 129 for (Card card : cardRow.getCards()) [all...] |
/art/runtime/gc/accounting/ |
card_table-inl.h | 90 // Find the first dirty card. 97 auto* card = reinterpret_cast<uint8_t*>(word_cur) + i; local 98 DCHECK(*card == static_cast<uint8_t>(start_word) || *card == kCardDirty) 99 << "card " << static_cast<size_t>(*card) << " intptr_t " << (start_word & 0xFF); 103 *card = 0; 130 * Visitor is expected to take in a card and return the new value. When a value is modified, the 132 * visitor: The visitor which modifies the cards. Returns the new value for a card given an old 134 * modified: Whenever the visitor modifies a card, this visitor is called on the card. Enable [all...] |
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/de-DE/ |
de-DE_lexpos.utf | 448 ADJ^ADV^CARD^N "weniger" "'ve:nIg6" 456 ADJ^CARD "einiger" "'?a_inIg6" 457 ADJ^CARD "wenigen" "'ve:nIg=n" 458 ADJ^CARD^N "einigen" "'?a_inIg=n" 459 ADJ^CARD^N "wenige" "'ve:nIg@" 460 ADJ^CARD^N^V "einige" "'?a_inIg@" [all...] |
/external/svox/picolanginstaller/res/values-tl/ |
strings.xml | 24 <string name="installing_message" product="default" msgid="8792926973732354514">"Ini-install ang data ng boses sa SD card."</string> 27 <string name="retry_message" product="nosdcard" msgid="8048316007107408391">"Hindi mai-install ang data ng voice. Pakitiyak na ang iyong SD card ay mayroong hindi bababa sa 6MB na libreng espasyo."</string> 28 <string name="retry_message" product="default" msgid="4262829785604216441">"Hindi mai-install ang data ng voice. Pakitiyak na ang iyong SD card ay nasa iyong device at mayroong hindi bababa sa 6MB na libreng espasyo. Kung nasa iyong device na ang iyong card, subukang alisin ang card at ikabit itong muli."</string>
|
/frameworks/base/docs/html/training/wearables/ui/ |
cards.jd | 9 <li><a href="#card-fragment">Create a Card Fragment</a></li> 10 <li><a href="#card-layout">Add a Card to Your Layout</a></li> 26 class, which wraps views inside a card-styled frame with a white background, rounded corners, and a 30 you can add other views to customize the content inside the card.</p> 38 <li>Add a card inside a 49 <h2 id="card-fragment">Create a Card Fragment</h2> 53 class provides a default card layout with a title, a description, and an icon. Use this approach t [all...] |
/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/details/ |
DetailsDescriptionPresenter.java | 52 DetailedCard card = (DetailedCard) item; local 53 primaryText.setText(card.getTitle()); 54 sndText1.setText(card.getDescription()); 55 sndText2.setText(card.getYear() + ""); 56 extraText.setText(card.getText());
|
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/ |
CardFlipActivity.java | 34 * Demonstrates a "card-flip" animation using custom fragment transactions ({@link 37 * <p>This sample shows an "info" action bar button that shows the back of a "card", rotating the 38 * front of the card out and the back of the card in. The reverse animation is played when the user 49 * Whether or not we're showing the back of the card (otherwise showing the front). 60 // front of the card to this activity. If there is saved instance state, 120 // the card, uses custom animations, and is part of the fragment manager's back stack. 126 // rotations when switching to the back of the card, as well as animator 139 // to get to the front of the card. 165 * A fragment representing the front of the card [all...] |
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
HorizontalHoverCardSwitcher.java | 24 * A helper class for showing a hover card view below a {@link HorizontalGridView}. The hover card 26 * to the end, the ending edge of the hover card will be aligned to the ending edge of the parent 30 // left and right of selected card view 47 // measure the hover card width; if it's too large, align hover card 65 * Select a childView inside a grid view and create/bind a corresponding hover card view
|
/hardware/qcom/audio/hal/audio_extn/ |
audio_extn.c | 45 /* sound card name follows below mentioned convention 46 <target name>-<sound card name>-<form factor>-snd-card 47 parse target name, sound card name and form factor 62 ALOGE("%s: called on invalid snd card name", __func__); 69 ALOGE("%s: called on invalid snd card name", __func__); 76 ALOGE("%s: called on invalid snd card name", __func__);
|
/hardware/qcom/audio/hal/msm8916/ |
hw_info.c | 44 if (!strcmp(snd_card_name, "msm8x16-snd-card") || 45 !strcmp(snd_card_name, "msm8x16-snd-card-mtp")) { 47 } else if (!strcmp(snd_card_name, "msm8909-snd-card") || 48 !strcmp(snd_card_name, "msm8909-pm8916-snd-card")) { 50 } else if (!strcmp(snd_card_name, "msm8952-snd-card") || 51 !strcmp(snd_card_name, "msm8952-snd-card-mtp")) { 53 } else if (!strcmp(snd_card_name, "msm8952-l9300-snd-card")) {
|
/developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/ |
BatchStepSensorFragment.java | 29 import com.example.android.batchstepsensor.cardstream.Card; 40 // Card tags 56 // Action from COUNTING card 82 // Number of events to keep in queue and display on card 112 // Prepare all cards and show the intro card. 115 // Show the registration card if the hardware is supported, show an error otherwise 156 * Handles a click on a card action. 160 * Actions are defined when a card is created. 170 // Register Step Counter card 181 // Register Step Detector card [all...] |
/developers/samples/android/sensors/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/ |
BatchStepSensorFragment.java | 29 import com.example.android.batchstepsensor.cardstream.Card; 40 // Card tags 56 // Action from COUNTING card 82 // Number of events to keep in queue and display on card 112 // Prepare all cards and show the intro card. 115 // Show the registration card if the hardware is supported, show an error otherwise 156 * Handles a click on a card action. 160 * Actions are defined when a card is created. 170 // Register Step Counter card 181 // Register Step Detector card [all...] |