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

1234567891011>>

/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
H A DCombinedLexer.h19 #define ID 4 macro
H A DCombinedParser.h16 #define ID 4 macro
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/
H A DTestLexer.h17 #define ID 6 macro
H A DTestLexerLexer.h22 #define ID 5 macro
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/output1/
H A DTestLexer.h17 #define ID 6 macro
H A DTestLexerLexer.h17 #define ID 6 macro
/external/dropbear/libtomcrypt/src/misc/crypt/
H A Dcrypt_find_cipher_id.c15 Find cipher by ID, Tom St Denis
19 Find a cipher by ID number
20 @param ID The ID (not same as index) of the cipher to find
23 int find_cipher_id(unsigned char ID) argument
28 if (cipher_descriptor[x].ID == ID) {
H A Dcrypt_find_hash_id.c15 Find hash by ID, Tom St Denis
19 Find a hash by ID number
20 @param ID The ID (not same as index) of the hash to find
23 int find_hash_id(unsigned char ID) argument
28 if (hash_descriptor[x].ID == ID) {
H A Dcrypt_find_hash_oid.c18 int find_hash_oid(const unsigned long *ID, unsigned long IDlen) argument
21 LTC_ARGCHK(ID != NULL);
24 if (hash_descriptor[x].name != NULL && hash_descriptor[x].OIDlen == IDlen && !XMEMCMP(hash_descriptor[x].OID, ID, sizeof(unsigned long) * IDlen)) {
/external/llvm/include/llvm/CodeGen/
H A DMachineFunctionPass.h34 explicit MachineFunctionPass(char &ID) : FunctionPass(ID) {} argument
H A DMachineBlockFrequencyInfo.h36 static char ID; member in class:llvm::MachineBlockFrequencyInfo
/external/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfo.h34 static char ID; member in class:llvm::BlockFrequencyInfo
/external/llvm/lib/CodeGen/
H A DLiveDebugVariables.h35 static char ID; // Pass identification, replacement for typeid member in class:llvm::LiveDebugVariables
/external/llvm/lib/Transforms/IPO/
H A DBarrierNoopPass.cpp33 static char ID; // Pass identification. member in class:__anon22508::BarrierNoop
35 BarrierNoop() : ModulePass(ID) {
45 char BarrierNoop::ID = 0; member in class:BarrierNoop
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
H A DTLexer.h22 #define ID 4 macro
/external/clang/unittests/Tooling/
H A DRewriterTest.cpp17 FileID ID = Context.createOnDiskFile("t.cpp", "line1\nline2\nline3\nline4"); local
18 Context.Rewrite.ReplaceText(Context.getLocation(ID, 2, 1), 5, "replaced");
/external/llvm/lib/Target/Mips/
H A DMipsModuleISelDAGToDAG.cpp25 char MipsModuleDAGToDAGISel::ID = 0; member in class:llvm::MipsModuleDAGToDAGISel
H A DMipsOs16.h31 static char ID; member in class:llvm::MipsOs16
33 MipsOs16() : ModulePass(ID) {
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAllocaHoisting.h30 static char ID; // Pass ID member in class:llvm::NVPTXAllocaHoisting
31 NVPTXAllocaHoisting() : FunctionPass(ID) {}
H A DNVPTXSplitBBatBar.h25 static char ID; member in struct:llvm::NVPTXSplitBBatBar
27 NVPTXSplitBBatBar() : FunctionPass(ID) {}
/external/llvm/tools/bugpoint-passes/
H A DTestPasses.cpp29 static char ID; // Pass ID, replacement for typeid member in class:__anon22686::CrashOnCalls
30 CrashOnCalls() : BasicBlockPass(ID) {}
46 char CrashOnCalls::ID = 0; member in class:CrashOnCalls
56 static char ID; // Pass ID, replacement for typeid member in class:__anon22687::DeleteCalls
57 DeleteCalls() : BasicBlockPass(ID) {}
72 char DeleteCalls::ID = 0; member in class:DeleteCalls
/external/llvm/tools/opt/
H A DGraphPrinters.cpp29 static char ID; // Pass identification, replacement for typeid member in class:__anon22716::DomInfoPrinter
30 DomInfoPrinter() : FunctionPass(ID) {}
45 char DomInfoPrinter::ID = 0; member in class:DomInfoPrinter
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
H A DLangLexer.h24 #define ID 6 macro
/external/chromium_org/components/autofill/core/common/
H A Dweb_element_descriptor.h16 ID, enumerator in enum:autofill::WebElementDescriptor::RetrievalMethod
/external/chromium_org/components/url_matcher/
H A Dstring_pattern.h25 typedef int ID; typedef in class:url_matcher::StringPattern
27 StringPattern(const std::string& pattern, ID id);
30 ID id() const { return id_; }
36 ID id_;

Completed in 568 milliseconds

1234567891011>>