Searched defs:ID (Results 1 - 22 of 22) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DDiagnosticInfos.h19 enum ID { enum in namespace:mcld::diag
H A DDiagnosticEngine.h103 State() : numArgs(0), ID(-1), severity(None), file(NULL) { }
108 ID = -1;
118 uint16_t ID; member in struct:mcld::DiagnosticEngine::State
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriterPass.cpp22 static char ID; // Pass identification, replacement for typeid member in class:__anon1292::WriteBitcodePass
24 : ModulePass(ID), OS(o) {}
35 char WriteBitcodePass::ID = 0; member in class:WriteBitcodePass
/frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
H A DProtocol.java41 public static final int ID = 1; field in class:Protocol.DisplaySinkService
54 public static final int ID = 2; field in class:Protocol.DisplaySourceService
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSEmbedInfo.cpp50 static char ID; member in class:__anon1240::RSEmbedInfoPass
59 : ModulePass(ID),
149 char RSEmbedInfoPass::ID = 0; member in class:RSEmbedInfoPass
H A DRSForEachExpand.cpp55 static char ID; member in class:__anon1241::RSForEachExpandPass
284 : ModulePass(ID), M(NULL), C(NULL), mFuncs(pForeachFuncs),
715 char RSForEachExpandPass::ID = 0; member in class:RSForEachExpandPass
/frameworks/compile/libbcc/tools/bcc_strip_attr/
H A Dbcc_strip_attr.cpp48 static char ID; member in class:__anon1251::StripAttributes
50 StripAttributes() : ModulePass(ID) {
86 char StripAttributes::ID = 0; member in class:StripAttributes
/frameworks/compile/mclinker/lib/LD/
H A DDiagnosticInfos.cpp27 uint16_t ID; member in struct:__anon1258::DiagStaticInfo
37 { return (ID < pRHS.ID); }
82 if (result == (static_info + info_size) || result->ID != pID)
108 unsigned int ID = info.getID(); local
111 const DiagStaticInfo* static_info = getDiagInfo(ID);
115 switch (ID) {
H A DEhFrameReader.cpp80 // ID Field
81 uint32_t ID = data[cur_idx++]; local
82 if (0x0 == ID)
172 // skip Length, Extended Length and CIE ID.
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriterPass.cpp27 static char ID; // Pass identification, replacement for typeid member in class:__anon1278::WriteBitcodePass
29 : ModulePass(ID), OS(o) {}
45 char WriteBitcodePass::ID = 0; member in class:WriteBitcodePass
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriterPass.cpp27 static char ID; // Pass identification, replacement for typeid member in class:__anon1284::WriteBitcodePass
29 : ModulePass(ID), OS(o) {}
45 char WriteBitcodePass::ID = 0; member in class:WriteBitcodePass
/frameworks/compile/libbcc/include/bcinfo/Wrap/
H A DBCHeaderField.h29 // The serialized format has 2 fixed subfields (ID and length) and the
41 BCHeaderField(Tag ID, size_t len, uint8_t* data) : argument
42 ID_(ID), len_(len), data_(data) {}
81 fprintf(stderr, "Field ID: %d, data length %d, total length %d\n",
/frameworks/base/core/java/android/os/
H A DBuild.java29 public static final String ID = getString("ro.build.id"); field in class:Build
31 /** A build ID string meant for displaying to the user */
/frameworks/av/media/libstagefright/mpeg2ts/
H A DESQueue.cpp75 unsigned ID = (ptr[1] >> 3) & 1; local
78 if (ID == 1 && profile_ObjectType == 3) {
96 unsigned ID = (ptr[1] >> 3) & 3; local
98 if (ID == 1) {
427 bits.skipBits(3); // ID, layer
/frameworks/base/media/java/android/media/
H A DTimedText.java183 * ID of the font. This ID will be used to choose the font
218 * @param fontId the ID of the font.
240 * Helper class to hold the font ID and name.
246 * The font ID
248 public final int ID; field in class:TimedText.Font
257 * @param id the font ID.
261 this.ID = id;
/frameworks/ex/common/java/com/android/common/contacts/
H A DBaseEmailAddressAdapter.java145 public static final int ID = 0; field in class:BaseEmailAddressAdapter.DirectoryListQuery
373 long id = directoryCursor.getLong(DirectoryListQuery.ID);
/frameworks/ex/chips/src/com/android/ex/chips/
H A DBaseRecipientAdapter.java137 public static final int ID = 0; field in class:BaseRecipientAdapter.DirectoryListQuery
604 final long id = directoryCursor.getLong(DirectoryListQuery.ID);
1014 * Returns a resource ID representing an image which should be shown when ther's no relevant
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp430 Type *BitcodeReader::getTypeByID(unsigned ID) { argument
432 if (ID >= TypeList.size())
435 if (Type *Ty = TypeList[ID])
440 return TypeList[ID] = StructType::create(Context);
444 Type *BitcodeReader::getTypeByIDOrNull(unsigned ID) { argument
445 if (ID >= TypeList.size())
446 TypeList.resize(ID+1);
448 return TypeList[ID];
504 switch (Stream.readRecord(Entry.ID, Record)) {
571 switch (Stream.readRecord(Entry.ID, Recor
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp710 Type *BitcodeReader::getTypeByID(unsigned ID) { argument
712 if (ID >= TypeList.size())
715 if (Type *Ty = TypeList[ID])
720 return TypeList[ID] = StructType::create(Context);
724 Type *BitcodeReader::getTypeByIDOrNull(unsigned ID) { argument
725 if (ID >= TypeList.size())
726 TypeList.resize(ID+1);
728 return TypeList[ID];
784 switch (Stream.readRecord(Entry.ID, Record)) {
852 switch (Stream.readRecord(Entry.ID, Recor
[all...]
/frameworks/opt/telephony/src/java/android/provider/
H A DTelephony.java147 * The thread ID of the message.
211 * The ID of the sender of the conversation, if present.
322 * Add an SMS to the given URI with the specified thread ID.
737 * <li><em>"transactionId"</em> - (Integer) The WAP transaction ID</li>
774 * <li><em>"transactionId"</em> - (Integer) The WAP transaction ID</li>
921 * The thread ID of the message.
965 * The {@code Message-ID} of the message.
1588 * return its thread ID. If the message starts a new thread,
1589 * allocate a new thread ID. Otherwise, use the appropriate
1590 * existing thread ID
2202 public static final String ID = "_id"; field in class:Telephony.MmsSms.WordsTable
[all...]
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp2476 ID = 1 << 6, enumerator in enum:android::TouchInputMapperTest::Axes
3729 if (axes & ID) {
4095 prepareAxes(POSITION | ID);
4271 prepareAxes(POSITION | ID | SLOT);
4442 prepareAxes(POSITION | TOUCH | TOOL | PRESSURE | ORIENTATION | ID | MINOR | DISTANCE);
4646 prepareAxes(POSITION | ID | SLOT);
4807 prepareAxes(POSITION | ID | SLOT | TOOL_TYPE);
4958 prepareAxes(POSITION | ID | SLOT);
5030 prepareAxes(POSITION | ID | SLOT | PRESSURE);
/frameworks/base/core/java/android/provider/
H A DSettings.java3274 * Setting to record the input method used by default, holding the ID
3280 * Setting to record the input method subtype used by default, holding the ID
3287 * Setting to record the history of input method subtype, holding the pair of ID of IME
3321 * containing the IDs of all enabled input methods, each ID separated
3328 * containing the IDs of all disabled input methods, each ID separated
3461 * The Logging ID (a unique 64-bit value) as a hex string.
6248 * The row ID.
6251 public static final String ID = "_id"; field in class:Settings.Bookmarks
6298 private static final String[] sShortcutProjection = { ID, SHORTCUT };
6433 * Returns the device ID tha
[all...]

Completed in 673 milliseconds