Searched defs:ID (Results 101 - 125 of 770) sorted by relevance

1234567891011>>

/external/llvm/lib/Transforms/Utils/
H A DMem2Reg.cpp30 static char ID; // Pass identification, replacement for typeid member in struct:__anon26357::PromotePass
31 PromotePass() : FunctionPass(ID) {
51 char PromotePass::ID = 0; member in class:PromotePass
H A DUnifyFunctionExitNodes.cpp26 char UnifyFunctionExitNodes::ID = 0; member in class:UnifyFunctionExitNodes
/external/llvm/tools/opt/
H A DBreakpointPrinter.cpp27 static char ID; member in struct:__anon26421::BreakpointPrinter
30 BreakpointPrinter(raw_ostream &out) : ModulePass(ID), Out(out) {}
77 char BreakpointPrinter::ID = 0; member in class:__anon26421::BreakpointPrinter
H A DPrintSCC.cpp38 static char ID; // Pass identification, replacement for typeid member in struct:__anon26425::CFGSCC
39 CFGSCC() : FunctionPass(ID) {}
50 static char ID; // Pass identification, replacement for typeid member in struct:__anon26425::CallGraphSCC
51 CallGraphSCC() : ModulePass(ID) {}
66 char CFGSCC::ID = 0; member in class:CFGSCC
70 char CallGraphSCC::ID = 0; member in class:CallGraphSCC
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDGPUConvertToISA.cpp26 static char ID; member in class:__anon27312::AMDGPUConvertToISAPass
31 MachineFunctionPass(ID), TM(tm) { }
41 char AMDGPUConvertToISAPass::ID = 0; member in class:AMDGPUConvertToISAPass
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfFileTrailerDictionary_autogen.cpp71 SkPdfArray* SkPdfFileTrailerDictionary::ID(SkPdfNativeDoc* doc) { function in class:SkPdfFileTrailerDictionary
72 SkPdfNativeObject* ret = get("ID", "");
80 return get("ID", "") != NULL;
H A DSkPdfReferenceDictionary_autogen.cpp55 SkPdfArray* SkPdfReferenceDictionary::ID(SkPdfNativeDoc* doc) { function in class:SkPdfReferenceDictionary
56 SkPdfNativeObject* ret = get("ID", "");
64 return get("ID", "") != NULL;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreePatternLexer.cs40 public const int ID = 3; field in class:Antlr.Runtime.Tree.TreePatternLexer
58 /** <summary>Set when token type is ID or ARG (name mimics Java's StreamTokenizer)</summary> */
84 return ID;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
H A DSimpleCLexer.h35 #define ID 4 macro
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
H A DSymbolTableParser.h20 #define ID 4 macro
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
H A DLangDumpDecl.h33 #define ID 6 macro
/external/chromium_org/third_party/icu/source/i18n/
H A Dtransreg.h33 * A TransliteratorAlias object is returned by get() if the given ID
52 TransliteratorAlias(const UnicodeString& ID, const UnicodeString& idBlocks,
103 // Here ID is the ID, aliasID is the idBlock, trans is the
108 // Here ID is the ID, aliasID is the rules string.
110 UnicodeString ID; member in class:TransliteratorAlias
160 * Given a simple ID (forward direction, no inline filter, not
164 * Return a non-NULL aliasReturn value if the ID points to an alias.
168 * @param ID th
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dtimezone.h61 * with a time zone ID. For instance, the time zone ID for the US Pacific
71 * if a time zone ID is supported or not. You can then choose a
72 * supported ID to get a <code>TimeZone</code>.
74 * supported IDs, then you can create a custom time zone ID with
84 * time zone ID. The <code>TimeZone</code> that is returned
85 * when you specify a custom time zone ID uses the specified
88 * time zone ID to create a TimeZone representing 14 hours ahead
91 * normalize a custom time zone ID.
103 * <li>An ID
942 setID(const UnicodeString& ID) argument
[all...]
H A Dtranslit.h190 * <em>ID</em>. IDs follow the format <em>source-destination</em>,
211 * transliterator given its ID. Valid IDs may be enumerated using
213 * multiple calls to {@link #createInstance } with the same ID will
219 * acts a template; future calls to {@link #createInstance } with the ID
248 UnicodeString ID; member in class:Transliterator
298 * invoked, it will be passed the ID string that is being
302 * functions that are registered to more than one ID may use the
303 * ID or the context parameter to parameterize the transliterator
305 * @param ID the string identifier for this transliterator
307 * later passed to the factory function when an ID matchin
[all...]
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfWebCaptureDictionary_autogen.cpp35 SkString SkPdfWebCaptureDictionary::ID(SkPdfNativeDoc* doc) { function in class:SkPdfWebCaptureDictionary
36 SkPdfNativeObject* ret = get("ID", "");
44 return get("ID", "") != NULL;
/external/clang/include/clang/Driver/
H A DOptions.h37 enum ID { enum in namespace:clang::driver::options
38 OPT_INVALID = 0, // This is not an option ID.
39 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
40 HELPTEXT, METAVAR) OPT_##ID,
/external/clang/lib/AST/
H A DDeclFriend.cpp56 FriendDecl *FriendDecl::CreateDeserialized(ASTContext &C, unsigned ID, argument
59 return new (C, ID, Extra) FriendDecl(EmptyShell(), FriendTypeNumTPLists);
/external/clang/lib/Analysis/
H A DCocoaConventions.cpp77 const ObjCInterfaceDecl *ID = PT->getInterfaceDecl(); local
81 if (!ID->hasDefinition())
84 for ( ; ID ; ID = ID->getSuperClass())
85 if (ID->getIdentifier()->getName() == "NSObject")
/external/clang/lib/Index/
H A DSimpleFormatContext.h58 std::string getRewrittenText(FileID ID) { argument
61 Rewrite.getEditBuffer(ID).write(OS);
/external/clang/test/Lexer/
H A Dcxx0x_keyword_as_cxx98.cpp16 #define ID(X) X macro
17 extern int ID(decltype); // expected-warning {{'decltype' is a keyword in C++11}}
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
H A DStreamBitmapDecoder.java15 private static final String ID = "StreamBitmapDecoder.com.bumptech.glide.load.resource.bitmap"; field in class:StreamBitmapDecoder
49 .append(ID)
/external/icu/icu4c/source/i18n/
H A Dtransreg.h33 * A TransliteratorAlias object is returned by get() if the given ID
52 TransliteratorAlias(const UnicodeString& ID, const UnicodeString& idBlocks,
103 // Here ID is the ID, aliasID is the idBlock, trans is the
108 // Here ID is the ID, aliasID is the rules string.
110 UnicodeString ID; member in class:TransliteratorAlias
160 * Given a simple ID (forward direction, no inline filter, not
164 * Return a non-NULL aliasReturn value if the ID points to an alias.
168 * @param ID th
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dtimezone.h61 * with a time zone ID. For instance, the time zone ID for the US Pacific
71 * if a time zone ID is supported or not. You can then choose a
72 * supported ID to get a <code>TimeZone</code>.
74 * supported IDs, then you can create a custom time zone ID with
84 * time zone ID. The <code>TimeZone</code> that is returned
85 * when you specify a custom time zone ID uses the specified
88 * time zone ID to create a TimeZone representing 14 hours ahead
91 * normalize a custom time zone ID.
103 * <li>An ID
942 setID(const UnicodeString& ID) argument
[all...]
H A Dtranslit.h190 * <em>ID</em>. IDs follow the format <em>source-destination</em>,
211 * transliterator given its ID. Valid IDs may be enumerated using
213 * multiple calls to {@link #createInstance } with the same ID will
219 * acts a template; future calls to {@link #createInstance } with the ID
248 UnicodeString ID; member in class:Transliterator
298 * invoked, it will be passed the ID string that is being
302 * functions that are registered to more than one ID may use the
303 * ID or the context parameter to parameterize the transliterator
305 * @param ID the string identifier for this transliterator
307 * later passed to the factory function when an ID matchin
[all...]
/external/llvm/include/llvm/Analysis/
H A DIntervalPartition.h49 static char ID; // Pass identification, replacement for typeid member in class:llvm::IntervalPartition
51 IntervalPartition() : FunctionPass(ID), RootInterval(nullptr) {

Completed in 1824 milliseconds

1234567891011>>