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

/frameworks/compile/libbcc/include/bcc/AndroidBitcode/
H A DABCExpandVAArgPass.h42 static char ID; member in class:bcc::ABCExpandVAArgPass
51 ABCExpandVAArgPass() : llvm::FunctionPass(ID), mContext(NULL) { }
/frameworks/compile/libbcc/lib/AndroidBitcode/
H A DABCExpandVAArgPass.cpp27 char ABCExpandVAArgPass::ID = 0; member in class:bcc::ABCExpandVAArgPass
/frameworks/compile/mclinker/include/mcld/LD/
H A DDiagnosticInfos.h19 enum ID { enum in namespace:mcld::diag
H A DDiagnosticEngine.h104 State() : numArgs(0), ID(-1), severity(None), file(NULL) { }
109 ID = -1;
119 uint16_t ID; member in struct:mcld::DiagnosticEngine::State
/frameworks/compile/mclinker/lib/LD/
H A DDiagnosticInfos.cpp25 uint16_t ID; member in struct:__anon1265::DiagStaticInfo
35 { return (ID < pRHS.ID); }
80 if (result == (static_info + info_size) || result->ID != pID)
105 unsigned int ID = info.getID(); local
108 const DiagStaticInfo* static_info = getDiagInfo(ID);
112 switch (ID) {
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriterPass.cpp27 static char ID; // Pass identification, replacement for typeid member in class:__anon1282::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:__anon1288::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/compile/libbcc/lib/Renderscript/
H A DRSForEachExpand.cpp50 static char ID; member in class:__anon1200::RSForEachExpandPass
154 : ModulePass(ID), M(NULL), C(NULL), mFuncs(pForeachFuncs),
644 char RSForEachExpandPass::ID = 0; member in class:RSForEachExpandPass
/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) {
406 bits.skipBits(3); // ID, layer
/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/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/chips/src/com/android/ex/chips/
H A DBaseRecipientAdapter.java134 public static final int ID = 0; field in class:BaseRecipientAdapter.DirectoryListQuery
562 final long id = directoryCursor.getLong(DirectoryListQuery.ID);
931 * 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.cpp431 Type *BitcodeReader::getTypeByID(unsigned ID) { argument
433 if (ID >= TypeList.size())
436 if (Type *Ty = TypeList[ID])
441 return TypeList[ID] = StructType::create(Context, "");
445 Type *BitcodeReader::getTypeByIDOrNull(unsigned ID) { argument
446 if (ID >= TypeList.size())
447 TypeList.resize(ID+1);
449 return TypeList[ID];
1000 return Error("Invalid Type ID in TST_ENTRY record");
1050 return Error("Invalid Value ID i
[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];
1315 return Error("Invalid Type ID in TST_ENTRY record");
1365 return Error("Invalid Value ID i
[all...]
/frameworks/opt/telephony/src/java/android/provider/
H A DTelephony.java74 * The thread ID of the message
86 * The person ID of the sender
570 * <li><em>transactionId (Integer)</em> - The WAP transaction ID</li>
755 * The Message-ID of the message.
1151 * The thread ID of the message
1275 * return its thread ID. If the message starts a new thread,
1276 * allocate a new thread ID. Otherwise, use the appropriate
1277 * existing thread ID.
1279 * Find the thread ID of the same set of recipients (in
1281 * is found, return it. Otherwise, return a unique thread ID
1736 public static final String ID = "_id"; field in class:Telephony.MmsSms.WordsTable
[all...]
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp2466 ID = 1 << 6, enumerator in enum:android::TouchInputMapperTest::Axes
3719 if (axes & ID) {
4085 prepareAxes(POSITION | ID);
4261 prepareAxes(POSITION | ID | SLOT);
4432 prepareAxes(POSITION | TOUCH | TOOL | PRESSURE | ORIENTATION | ID | MINOR | DISTANCE);
4636 prepareAxes(POSITION | ID | SLOT);
4797 prepareAxes(POSITION | ID | SLOT | TOOL_TYPE);
4948 prepareAxes(POSITION | ID | SLOT);
5020 prepareAxes(POSITION | ID | SLOT | PRESSURE);
/frameworks/base/core/java/android/provider/
H A DSettings.java3108 * Setting to record the input method used by default, holding the ID
3114 * Setting to record the input method subtype used by default, holding the ID
3121 * Setting to record the history of input method subtype, holding the pair of ID of IME
3148 * containing the IDs of all enabled input methods, each ID separated
3155 * containing the IDs of all disabled input methods, each ID separated
3253 * The Logging ID (a unique 64-bit value) as a hex string.
5633 * The row ID.
5636 public static final String ID = "_id"; field in class:Settings.Bookmarks
5683 private static final String[] sShortcutProjection = { ID, SHORTCUT };
5818 * Returns the device ID tha
[all...]

Completed in 362 milliseconds