/external/libxml2/test/relaxng/ |
tutor4_1.rng | 6 <element name="card">
|
tutor6_3.rng | 1 <element name="card" xmlns="http://relaxng.org/ns/structure/1.0">
|
tutor9_1.rng | 3 <element name="card">
|
tutor9_12.rng | 6 <element name="card">
|
/external/svox/PicoLangInstallerDeuDeu/res/values/ |
strings.xml | 21 <!-- This is the name and title of the application that installs the required files for speech synthesis on the user's SD card --> 24 <!-- After launching the application that installs the required files for speech synthesis on the user's SD card, this message is shown during the installation --> 25 <string name="installing_message">Installing voice data on SD card.</string> 33 <!-- Text shown to the user when the application that tries to install voice data files on the user's SD card failed the installation --> 34 <string name="retry_message">The voice data failed to install. Please make sure your SD card is in your device and has at least 6MB of free space. If your card is already in your device, please try removing the card and reinserting it.</string>
|
/external/svox/PicoLangInstallerEngGbr/res/values/ |
strings.xml | 21 <!-- This is the name and title of the application that installs the required files for speech synthesis on the user's SD card --> 24 <!-- After launching the application that installs the required files for speech synthesis on the user's SD card, this message is shown during the installation --> 25 <string name="installing_message">Installing voice data on SD card.</string> 33 <!-- Text shown to the user when the application that tries to install voice data files on the user's SD card failed the installation --> 34 <string name="retry_message">The voice data failed to install. Please make sure your SD card is in your device and has at least 6MB of free space. If your card is already in your device, please try removing the card and reinserting it.</string>
|
/external/svox/PicoLangInstallerEngUsa/res/values/ |
strings.xml | 21 <!-- This is the name and title of the application that installs the required files for speech synthesis on the user's SD card --> 24 <!-- After launching the application that installs the required files for speech synthesis on the user's SD card, this message is shown during the installation --> 25 <string name="installing_message">Installing voice data on SD card.</string> 33 <!-- Text shown to the user when the application that tries to install voice data files on the user's SD card failed the installation --> 34 <string name="retry_message">The voice data failed to install. Please make sure your SD card is in your device and has at least 6MB of free space. If your card is already in your device, please try removing the card and reinserting it.</string>
|
/external/svox/PicoLangInstallerFraFra/res/values/ |
strings.xml | 21 <!-- This is the name and title of the application that installs the required files for speech synthesis on the user's SD card --> 24 <!-- After launching the application that installs the required files for speech synthesis on the user's SD card, this message is shown during the installation --> 25 <string name="installing_message">Installing voice data on SD card.</string> 33 <!-- Text shown to the user when the application that tries to install voice data files on the user's SD card failed the installation --> 34 <string name="retry_message">The voice data failed to install. Please make sure your SD card is in your device and has at least 6MB of free space. If your card is already in your device, please try removing the card and reinserting it.</string>
|
/external/svox/PicoLangInstallerItaIta/res/values/ |
strings.xml | 21 <!-- This is the name and title of the application that installs the required files for speech synthesis on the user's SD card --> 24 <!-- After launching the application that installs the required files for speech synthesis on the user's SD card, this message is shown during the installation --> 25 <string name="installing_message">Installing voice data on SD card.</string> 33 <!-- Text shown to the user when the application that tries to install voice data files on the user's SD card failed the installation --> 34 <string name="retry_message">The voice data failed to install. Please make sure your SD card is in your device and has at least 6MB of free space. If your card is already in your device, please try removing the card and reinserting it.</string>
|
/external/svox/PicoLangInstallerSpaEsp/res/values/ |
strings.xml | 21 <!-- This is the name and title of the application that installs the required files for speech synthesis on the user's SD card --> 24 <!-- After launching the application that installs the required files for speech synthesis on the user's SD card, this message is shown during the installation --> 25 <string name="installing_message">Installing voice data on SD card.</string> 33 <!-- Text shown to the user when the application that tries to install voice data files on the user's SD card failed the installation --> 34 <string name="retry_message">The voice data failed to install. Please make sure your SD card is in your device and has at least 6MB of free space. If your card is already in your device, please try removing the card and reinserting it.</string>
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/ |
ContactListViewUtils.java | 11 * Utilities for configuring ListViews with a card background. 15 // These two constants will help add more padding for the text inside the card. 38 * layout file so that the {@param listView}'s padding can be set proportional to the card 47 // Set a padding on the list view so it appears in the center of the card 55 // Set the card view visible 59 "Your content must have a list card view who can be turned visible " + 63 // Add extra padding to the list view to make them appear in the center of the card.
|
/external/libnfc-nxp/src/ |
phFriNfc_ISO15693Format.h | 19 * \brief ISO-15693 Smart card formatting. 49 * \ref phFriNfc_sNdefSmtCrdFmt_t. Use this function to reset the instance of smart card 59 * \brief Initiates the card formatting procedure for Remote Smart Card Type. 61 * \copydoc page_ovr The function initiates and formats the ISO-15693 Card.After this 62 * operation,remote card would be properly initialized and 63 * Ndef Compliant.Depending upon the different card type, this 71 * \retval NFCSTATUS_SUCCESS Card formatting has been successfully completed. 74 * \retval NFCSTATUS_INVALID_REMOTE_DEVICE Card Type is unsupported. 85 * \brief Smart card Formatting \b Completion \b Routine or \b Process functio [all...] |
phFriNfc_NdefMap.c | 167 /* Reset the Card Type */ 170 /* Reset the Memory Card Size*/ 264 * Remote Peer device may be of type any card. Ex: desfire,felica,jewel 270 * In future this can be extended to support any types of card. 302 /* Card is in invalid state, cannot have any read/write 309 /* Can't read any data from the card:TLV length is zero*/ 325 reading from the first Page of the card. 350 /* Mifare card selected. Call Mifare read */ 363 /* Desfire card selected. Call Desfire read */ 374 /* Mifare card selected. Call Mifare read * [all...] |
/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/models/ |
DetailedCard.java | 19 import android.support.v17.leanback.supportleanbackshowcase.models.Card; 30 @SerializedName("characters") private Card[] mCharacters = null; 31 @SerializedName("recommended") private Card[] mRecommended = null; 59 public Card[] getCharacters() { 63 public Card[] getRecommended() {
|
/frameworks/base/core/java/com/android/internal/alsa/ |
AlsaCardsParser.java | 196 // Choose the most-recently added EXTERNAL card 200 Slog.d(TAG, rec.mCardName + " card:" + rec.mCardNum + " usb:" + rec.mIsUsb); 208 // or return the first added EXTERNAL card? 211 Slog.d(TAG, rec.mCardName + " card:" + rec.mCardNum + " usb:" + rec.mIsUsb); 222 // return an external card if possible 223 int card = getDefaultUsbCard(); local 225 Slog.d(TAG, "getDefaultCard() default usb card:" + card); 228 if (card < 0 && getNumCardRecords() > 0) { 229 // otherwise return the (internal) card with the highest numbe [all...] |
/build/tools/droiddoc/templates-ndk/assets/css/ |
default.css | [all...] |
/frameworks/base/docs/html/training/tv/playback/ |
card.jd | 1 page.title=Providing a Card View 2 page.tags="card" 12 <li><a href="#presenter">Create a Card Presenter</a></li> 13 <li><a href="#card-view">Create a Card View</a></li> 24 displays a list of media items. In this lesson, you create the card views for your media items and 35 <img itemprop="image" src="{@docRoot}images/tv/card-view.png" alt="App card view" id="collapsed"/> 37 Leanback sample app</a> image card view when selected.</p> 40 <h2 id="presenter">Create a Card Presenter</h2 [all...] |
now-playing.jd | 1 page.title=Displaying a Now Playing Card 14 <li><a href="#card">Display a Now Playing Card</a></li> 22 <p>TV apps must display a <em>Now Playing</em> card when playing media behind the launcher or in the 23 background. This card allows users to return to the app that is currently playing media.</p> 25 <p>The Android framework displays a <em>Now Playing</em> card on the home 27 The card includes media metadata such as album art, title, and app icon. 28 When the user selects the card, the system opens the app.</p> 31 the <em>Now Playing</em> card.</p> 34 <p class="img-caption"><strong>Figure 1.</strong> Display a <em>Now Playing</em> card when playin [all...] |
/external/svox/picolanginstaller/res/values/ |
strings.xml | 21 <!-- This is the name and title of the application that installs the required files for speech synthesis on the user's SD card --> 24 <!-- After launching the application that installs the required files for speech synthesis on the user's SD card, this message is shown during the installation. CHAR LIMIT=80 --> 26 <!-- After launching the application that installs the required files for speech synthesis on the user's SD card, this message is shown during the installation --> 27 <string name="installing_message" product="default">Installing voice data on SD card.</string> 35 <!-- Text shown to the user when the application that tries to install voice data files on the user's SD card failed the installation [CHAR LIMIT=NONE] --> 37 <!-- Text shown to the user when the application that tries to install voice data files on the user's SD card failed the installation --> 38 <string name="retry_message" product="default">The voice data couldn\'t install. Make sure your SD card is in your device and has at least 6MB of free space. If your card is already in your device, try removing the card and reinserting it.</string>
|
/external/kernel-headers/original/uapi/linux/ |
mic_common.h | 51 * used internally by the host and card side drivers. 77 * @magic: A magic value used by the card to ensure it can see the host 78 * @h2c_config_db: Host to Card Virtio config doorbell set by card 80 * @h2c_scif_db - Host to card SCIF doorbell set by card 81 * @c2h_scif_db - Card to host SCIF doorbell set by host 83 * @scif_card_dma_addr - SCIF card queue pair DMA address 99 * status updates between MIC host and card drivers. 147 * for the avail index and magic for the card [all...] |
/frameworks/base/libs/hwui/tests/common/scenes/ |
ClippingAnimation.cpp | 30 sp<RenderNode> card; member in class:ClippingAnimation 33 card = TestUtils::createNode(0, 0, 200, 400, 59 canvas.drawRenderNode(card.get()); 63 card->mutateStagingProperties().setTranslationX(curFrame); 64 card->mutateStagingProperties().setTranslationY(curFrame); 65 card->setPropertyFieldsDirty(RenderNode::X | RenderNode::Y);
|
SaveLayerAnimation.cpp | 30 sp<RenderNode> card; member in class:SaveLayerAnimation 34 card = TestUtils::createNode(0, 0, 400, 800, 57 canvas.drawRenderNode(card.get()); 61 card->mutateStagingProperties().setTranslationX(curFrame); 62 card->mutateStagingProperties().setTranslationY(curFrame); 63 card->setPropertyFieldsDirty(RenderNode::X | RenderNode::Y);
|
/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/cards/ |
CharacterCardView.java | 21 import android.support.v17.leanback.supportleanbackshowcase.models.Card; 52 public void updateUi(Card card) { 56 primaryText.setText(card.getTitle()); 57 if (card.getLocalImageResourceName() != null) { 58 int resourceId = card.getLocalImageResourceId(getContext());
|
TextCardView.java | 21 import android.support.v17.leanback.supportleanbackshowcase.models.Card; 37 public void updateUi(Card card) { 42 extraText.setText(card.getExtraText()); 43 primaryText.setText(card.getTitle()); 46 int resourceId = card.getLocalImageResourceId(getContext());
|
/frameworks/support/v7/cardview/res/values/ |
attrs.xml | 29 <!-- Add padding to CardView on v20 and before to prevent intersections between the Card content and rounded corners. --> 31 <!-- Inner padding between the edges of the Card and children of the CardView. --> 33 <!-- Inner padding between the left edge of the Card and children of the CardView. --> 35 <!-- Inner padding between the right edge of the Card and children of the CardView. --> 37 <!-- Inner padding between the top edge of the Card and children of the CardView. --> 39 <!-- Inner padding between the bottom edge of the Card and children of the CardView. -->
|