Searched refs:ID (Results 26 - 43 of 43) sorted by path

12

/frameworks/compile/mclinker/include/mcld/LD/
H A DDiagnostic.h29 { return m_Engine.state().ID; }
H A DDiagnosticEngine.h100 State() : numArgs(0), ID(-1), severity(None), file(NULL) { }
105 ID = -1;
115 uint16_t ID; member in struct:mcld::DiagnosticEngine::State
H A DDiagnosticInfos.h16 enum ID { enum in namespace:mcld::diag
/frameworks/compile/mclinker/lib/LD/
H A DDiagnosticEngine.cpp72 m_State.ID = pID;
H A DDiagnosticInfos.cpp27 uint16_t ID; member in struct:__anon1080::DiagStaticInfo
37 { return (ID < pRHS.ID); }
87 if (result == (static_info + info_size) || result->ID != pID)
113 unsigned int ID = info.getID(); local
116 const DiagStaticInfo* static_info = getDiagInfo(ID);
120 switch (ID) {
H A DEhFrameReader.cpp83 // ID Field
84 uint32_t ID = data[cur_idx++]; local
85 if (0x0 == ID)
175 // skip Length, Extended Length and CIE ID.
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriterPass.cpp26 static char ID; // Pass identification, replacement for typeid member in class:__anon1126::WriteBitcodePass
28 : ModulePass(ID), OS(o) {}
40 char WriteBitcodePass::ID = 0; member in class:WriteBitcodePass
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriterPass.cpp26 static char ID; // Pass identification, replacement for typeid member in class:__anon1132::WriteBitcodePass
28 : ModulePass(ID), OS(o) {}
40 char WriteBitcodePass::ID = 0; member in class:WriteBitcodePass
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriterPass.cpp26 static char ID; // Pass identification, replacement for typeid member in class:__anon1140::WriteBitcodePass
28 : ModulePass(ID), OS(o) {}
40 char WriteBitcodePass::ID = 0; member in class:WriteBitcodePass
/frameworks/compile/slang/
H A Drs_cc_options.cpp37 OPT_INVALID = 0, // This is not an option ID.
39 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
41 OPT_##ID,
49 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
57 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
60 PREFIX, NAME, HELPTEXT, METAVAR, OPT_##ID, llvm::opt::Option::KIND##Class, \
H A Dstrip_unknown_attributes.cpp21 StripUnknownAttributes::StripUnknownAttributes() : ModulePass(ID) {
59 char StripUnknownAttributes::ID = 0; member in class:slang::StripUnknownAttributes
H A Dstrip_unknown_attributes.h29 static char ID; member in class:slang::StripUnknownAttributes
/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/native/services/inputflinger/tests/
H A DInputReader_test.cpp2487 ID = 1 << 6, enumerator in enum:android::TouchInputMapperTest::Axes
3783 if (axes & ID) {
4149 prepareAxes(POSITION | ID);
4325 prepareAxes(POSITION | ID | SLOT);
4496 prepareAxes(POSITION | TOUCH | TOOL | PRESSURE | ORIENTATION | ID | MINOR | DISTANCE);
4700 prepareAxes(POSITION | ID | SLOT);
4861 prepareAxes(POSITION | ID | SLOT | TOOL_TYPE);
5012 prepareAxes(POSITION | ID | SLOT);
5084 prepareAxes(POSITION | ID | SLOT | PRESSURE);
/frameworks/opt/chips/src/com/android/ex/chips/
H A DBaseRecipientAdapter.java118 public static final int ID = 0; field in class:BaseRecipientAdapter.DirectoryListQuery
635 final long id = directoryCursor.getLong(DirectoryListQuery.ID);
/frameworks/opt/telephony/src/java/android/provider/
H A DTelephony.java149 * The thread ID of the message.
213 * The ID of the sender of the conversation, if present.
368 * Add an SMS to the given URI with the specified thread ID.
904 * <li><em>"transactionId"</em> - (Integer) The WAP transaction ID</li>
947 * <li><em>"transactionId"</em> - (Integer) The WAP transaction ID</li>
1111 * The thread ID of the message.
1155 * The {@code Message-ID} of the message.
1800 * return its thread ID. If the message starts a new thread,
1801 * allocate a new thread ID. Otherwise, use the appropriate
1802 * existing thread ID
2421 public static final String ID = "_id"; field in class:Telephony.MmsSms.WordsTable
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DHbpcdLookup.java39 public static final String ID = "_id"; field in class:HbpcdLookup
/frameworks/rs/
H A Dspec.l10 ID [a-zA-Z_][a-zA-Z0-9_]*
61 {ID} {
164 <var_type>{ID} {
175 <api_entry_param>{ID} {

Completed in 368 milliseconds

12