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

12

/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/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.cpp27 uint16_t ID; member in struct:__anon1262::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 DDiagnosticEngine.cpp72 m_State.ID = pID;
H A DEhFrameReader.cpp80 // ID Field
81 uint32_t ID = data[cur_idx++]; local
82 if (0x0 == ID)
166 // skip Length, Extended Length and CIE ID.
/frameworks/compile/mclinker/include/mcld/LD/
H A DDiagnosticEngine.h102 State() : numArgs(0), ID(-1), severity(None), file(NULL) { }
107 ID = -1;
117 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; }
/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/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.h171 // Map the bitcode's custom MDKind ID to the Module's MDKind ID.
235 Type *getTypeByID(unsigned ID);
236 Type *getTypeByIDOrNull(unsigned ID);
237 Value *getFnValueByID(unsigned ID, Type *Ty) {
239 return MDValueList.getValueFwdRef(ID);
240 return ValueList.getValueFwdRef(ID, Ty);
242 BasicBlock *getBasicBlock(unsigned ID) const {
243 if (ID >= FunctionBBs.size()) return 0; // Invalid ID
[all...]
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.h171 // Map the bitcode's custom MDKind ID to the Module's MDKind ID.
229 Type *getTypeByID(unsigned ID);
230 Type *getTypeByIDOrNull(unsigned ID);
231 Value *getFnValueByID(unsigned ID, Type *Ty) {
233 return MDValueList.getValueFwdRef(ID);
234 return ValueList.getValueFwdRef(ID, Ty);
236 BasicBlock *getBasicBlock(unsigned ID) const {
237 if (ID >= FunctionBBs.size()) return 0; // Invalid ID
[all...]
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/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/compile/libbcc/lib/Renderscript/
H A DRSEmbedInfo.cpp50 static char ID; member in class:__anon1227::RSEmbedInfoPass
59 : ModulePass(ID),
149 char RSEmbedInfoPass::ID = 0; member in class:RSEmbedInfoPass
H A DRSForEachExpand.cpp50 static char ID; member in class:__anon1228::RSForEachExpandPass
154 : ModulePass(ID), M(NULL), C(NULL), mFuncs(pForeachFuncs),
644 char RSForEachExpandPass::ID = 0; member in class:RSForEachExpandPass
/frameworks/compile/libbcc/tools/bcc_strip_attr/
H A Dbcc_strip_attr.cpp47 static char ID; member in class:__anon1255::StripAttributes
49 StripAttributes() : ModulePass(ID) {
85 char StripAttributes::ID = 0; member in class:StripAttributes
/frameworks/compile/libbcc/lib/AndroidBitcode/
H A DABCExpandVAArgPass.cpp28 char ABCExpandVAArgPass::ID = 0; member in class:bcc::ABCExpandVAArgPass
/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 */
/frameworks/compile/slang/
H A Dllvm-rs-cc.cpp77 OPT_INVALID = 0, // This is not an option ID.
79 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \
80 HELPTEXT, METAVAR) OPT_##ID,
88 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \
96 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \
98 { PREFIX, NAME, HELPTEXT, METAVAR, OPT_##ID, Option::KIND##Class, 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;

Completed in 8270 milliseconds

12