/external/libnfc-nxp/src/ |
phHciNfc_CE_B.h | 22 * \brief HCI card emulation management routines. * 85 /* Information structure for the card emulation B gate */ 89 /* Pointer to the card emulation B pipe information */ 100 * \brief Allocates the resources of card emulation B management gate. 102 * This function Allocates the resources of the card emulation B management 115 * The phHciNfc_CE_B_Get_PipeID function gives the pipe id of the card 138 * The phHciNfc_CE_B_Update_PipeInfo function updates the pipe_id of the card 143 * \param[in] pipeID pipeID of the card emulation A gate 170 * \param[in] pipeID pipeID of the card emulation B gate 171 * \param[in] pPipeInfo Update the pipe Information of the card [all...] |
phFriNfc_NdefMap.h | 67 * a remote device that can be a smart- or memory card. \n\n 86 * rule are specific to the NDEF mapping of certain card / remote device types and separately noted, 92 * \name NDEF Mapping - specifies the different card types 93 * These are the only recognised card types in this version. 127 /* Enum reperesents the different card state*/ 142 * \name NDEF Mapping - specifies the Compliant Blocks in the Mifare 1k and 4k card types 156 * \name NDEF Mapping - specifies the Compliant Blocks in the Mifare 1k and 4k card types 176 #define PH_FRINFC_NDEFMAP_MFUL_64BYTES_BUF 2048 /**< \internal To store 2048 bytes after reading entire card */ 178 #define PH_FRINFC_NDEFMAP_MFUL_64BYTES_BUF 64 /**< \internal To store 64 bytes after reading entire card */ 231 * Read/Write operation shall start from the begining of the file/card */ [all...] |
/hardware/qcom/audio/legacy/libalsa-intf/ |
alsaucm_test.c | 133 " open NAME open card NAME\n" 134 " reset reset sound card to default state\n" 208 fprintf(stderr, "%s: error failed to open sound card %s: %d\n", cmd->cmd_str, identifier, err); 217 fprintf(stderr, "%s: error failed to get card list: %d\n", cmd->cmd_str, err); 232 fprintf(stderr, "No card is opened before. %s command can't be executed\n", cmd->cmd_str); 238 fprintf(stderr, "%s: error failed to reset sound card %d\n", cmd->cmd_str, err); 245 fprintf(stderr, "No card is opened before. %s command can't be executed\n", cmd->cmd_str); 258 fprintf(stderr, "No card is opened before. %s command can't be executed\n", cmd->cmd_str); 279 fprintf(stderr, "No card is opened before. %s command can't be executed\n", cmd->cmd_str); 292 fprintf(stderr, "No card is opened before. %s command can't be executed\n", cmd->cmd_str) [all...] |
/art/runtime/gc/accounting/ |
card_table_test.cc | 63 // Return a pseudo random card for an address. 71 uint8_t* card = card_table_->CardFromAddr(addr); local 72 *card = PseudoRandomCard(addr); 102 void operator()(uint8_t* /*card*/, uint8_t /*expected_value*/, uint8_t /*new_value*/) const { 117 // Don't always start at a card boundary. 137 uint8_t* card = card_table_->CardFromAddr(cur); local 139 EXPECT_EQ(visitor(value), *card); local 141 *card = value;
|
/external/e2fsprogs/debian/ |
e2fsck-static.copyright | 3 were written by Theodore Ts'o <tytso@mit.edu> and Remy Card 4 <card@masi.ibp.fr>.
|
/external/e2fsprogs/lib/e2p/ |
fgetversion.c | 4 * Copyright (C) 1993, 1994 Remy Card <card@masi.ibp.fr>
|
fsetversion.c | 4 * Copyright (C) 1993, 1994 Remy Card <card@masi.ibp.fr>
|
getflags.c | 4 * Copyright (C) 1993, 1994 Remy Card <card@masi.ibp.fr>
|
iod.c | 4 * Copyright (C) 1993, 1994 Remy Card <card@masi.ibp.fr>
|
pf.c | 4 * Copyright (C) 1993, 1994 Remy Card <card@masi.ibp.fr>
|
setflags.c | 4 * Copyright (C) 1993, 1994 Remy Card <card@masi.ibp.fr>
|
/external/e2fsprogs/misc/ |
lsattr.1.in | 36 was written by Remy Card <Remy.Card@linux.org>. It is currently being
|
mklost+found.8.in | 33 has been written by Remy Card <Remy.Card@linux.org>. It is currently being
|
/external/kernel-headers/original/uapi/sound/ |
firewire.h | 72 unsigned int card; /* same as fw_cdev_get_info.card */ member in struct:snd_firewire_get_info
|
/external/libpcap/ |
pcap-dag.h | 2 * pcap-dag.c: Packet capture interface for Endace DAG card. 5 * as possible. This code is only needed when compiling in the DAG card code
|
/external/libxml2/result/noent/ |
wap.xml | 5 <card id="card1"> 22 </card>
|
/external/libxml2/result/ |
wap.xml | 5 <card id="card1"> 22 </card>
|
/external/libxml2/test/ |
wap.xml | 6 <card id="card1"> 25 </card>
|
/external/svox/picolanginstaller/res/values-lo-rLA/ |
strings.xml | 24 <string name="installing_message" product="default" msgid="8792926973732354514">"???????????????????????? SD card."</string> 28 <string name="retry_message" product="default" msgid="4262829785604216441">"???????????????????????????. ????????????????? SD card ??????????????????? ????????????????????????? 6MB. ??????????????????????????????????????????????, ?????????????????????????????????."</string>
|
/frameworks/opt/setupwizard/library/main/res/values-land/ |
dimens.xml | 20 <!-- Card layout (for tablets) --> 29 <!-- GLIF card layout (for tablets) -->
|
/frameworks/support/samples/Support7Demos/res/layout/ |
touch_item.xml | 3 xmlns:card="http://schemas.android.com/apk/res-auto" 5 card:cardUseCompatPadding="true"
|
/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/ |
MainFragment.java | 31 import android.support.v17.leanback.supportleanbackshowcase.models.Card; 81 for (Card card : cardRow.getCards()) { 82 listRowAdapter.add(card); 106 Card card = (Card) item; local 107 int id = card.getId();
|
/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/details/ |
DetailViewExampleFragment.java | 27 import android.support.v17.leanback.supportleanbackshowcase.models.Card; 49 * Displays a card with more details using a {@link DetailsFragment}. 55 public static final String EXTRA_CARD = "card"; 67 // Load the card we want to display from a JSON resource. This JSON data could come from 131 for (Card characterCard : data.getCharacters()) listRowAdapter.add(characterCard); 137 for (Card card : data.getRecommended()) listRowAdapter.add(card);
|
/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/models/ |
CardRow.java | 38 @SerializedName("cards") private List<Card> mCards; 52 public List<Card> getCards() {
|
/hardware/qcom/msm8994/original-kernel-headers/linux/mmc/ |
core.h | 7 #define MMC_RSP_BUSY (1 << 3) /* card may send busy */ 19 #define MMC_RSP_SPI_BUSY (1 << 10) /* card may send busy */
|