Searched refs:ID (Results 1 - 25 of 32) sorted by relevance

12

/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/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/mclinker/include/mcld/LD/
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
H A DDiagnosticInfos.h19 enum ID { enum in namespace:mcld::diag
H A DDiagnostic.h33 { return m_Engine.state().ID; }
H A DMsgHandler.h118 m_State.ID = pID;
/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/lib/AndroidBitcode/
H A DABCExpandVAArgPass.cpp27 char ABCExpandVAArgPass::ID = 0; member in class:bcc::ABCExpandVAArgPass
/frameworks/av/media/libstagefright/codecs/common/include/
H A DvoMem.h52 #define voMemAlloc(pBuff, pMemOP, ID, nSize) \
56 pMemOP->Alloc(ID, &voMemInfo); \
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.h165 // Map the bitcode's custom MDKind ID to the Module's MDKind ID.
225 Type *getTypeByID(unsigned ID);
226 Type *getTypeByIDOrNull(unsigned ID);
227 Value *getFnValueByID(unsigned ID, Type *Ty) {
229 return MDValueList.getValueFwdRef(ID);
230 return ValueList.getValueFwdRef(ID, Ty);
232 BasicBlock *getBasicBlock(unsigned ID) const {
233 if (ID >= FunctionBBs.size()) return 0; // Invalid ID
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.h165 // Map the bitcode's custom MDKind ID to the Module's MDKind ID.
218 Type *getTypeByID(unsigned ID);
219 Type *getTypeByIDOrNull(unsigned ID);
220 Value *getFnValueByID(unsigned ID, Type *Ty) {
222 return MDValueList.getValueFwdRef(ID);
223 return ValueList.getValueFwdRef(ID, Ty);
225 BasicBlock *getBasicBlock(unsigned ID) const {
226 if (ID >= FunctionBBs.size()) return 0; // Invalid ID
[all...]
/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} {
/frameworks/support/renderscript/v8/rs_support/
H A Dspec.l10 ID [a-zA-Z_][a-zA-Z0-9_]*
61 {ID} {
164 <var_type>{ID} {
175 <api_entry_param>{ID} {
/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/tests/coretests/src/android/os/
H A DBuildTest.java56 assertNotEmpty("ID", Build.ID);
/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 */
H A DUserManager.java333 if (android.os.Build.ID.startsWith("JVP")) return 1;
/frameworks/compile/slang/
H A Dllvm-rs-cc.cpp77 OPT_INVALID = 0, // This is not an option ID.
78 #define OPTION(NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \
79 HELPTEXT, METAVAR) OPT_##ID,
86 #define OPTION(NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \
/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/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/base/core/java/com/android/internal/os/
H A DRuntimeInit.java166 String id = Build.ID; // "MASTER" or "M4-rc20"
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DBridgeTypedArray.java726 return mContext.getFrameworkResourceValue(ResourceType.ID, idName, defValue);
730 return mContext.getProjectResourceValue(ResourceType.ID, idName, defValue);
758 * gets the resource ID of the selected attribute, and uses
788 * This gets the resource ID of the selected attribute, and uses
/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);

Completed in 5970 milliseconds

12