Searched refs:ID (Results 451 - 475 of 1604) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/extensions/browser/api/bluetooth_socket/
H A Dbluetooth_socket_event_dispatcher.h69 content::BrowserThread::ID thread_id;
111 content::BrowserThread::ID thread_id_;
/external/chromium_org/extensions/browser/
H A Dinfo_map.h79 extensions::APIPermission::ID permission,
86 extensions::APIPermission::ID permission)
/external/clang/include/clang/Basic/
H A DLangOptions.h27 #define SANITIZER(NAME, ID) unsigned ID : 1;
/external/clang/lib/AST/
H A DExternalASTSource.cpp53 Decl *ExternalASTSource::GetExternalDecl(uint32_t ID) { argument
57 Selector ExternalASTSource::GetExternalSelector(uint32_t ID) { argument
/external/llvm/include/llvm/Analysis/
H A DBranchProbabilityInfo.h42 static char ID; member in class:llvm::BranchProbabilityInfo
44 BranchProbabilityInfo() : FunctionPass(ID) {
H A DPostDominators.h25 static char ID; // Pass identification, replacement for typeid member in struct:llvm::PostDominatorTree
28 PostDominatorTree() : FunctionPass(ID) {
H A DScalarEvolutionExpressions.h42 SCEVConstant(const FoldingSetNodeIDRef ID, ConstantInt *v) : argument
43 SCEV(ID, scConstant), V(v) {}
63 SCEVCastExpr(const FoldingSetNodeIDRef ID,
85 SCEVTruncateExpr(const FoldingSetNodeIDRef ID,
102 SCEVZeroExtendExpr(const FoldingSetNodeIDRef ID,
119 SCEVSignExtendExpr(const FoldingSetNodeIDRef ID,
143 SCEVNAryExpr(const FoldingSetNodeIDRef ID, argument
145 : SCEV(ID, T), Operands(O), NumOperands(N) {}
184 SCEVCommutativeExpr(const FoldingSetNodeIDRef ID, argument
186 : SCEVNAryExpr(ID,
210 SCEVAddExpr(const FoldingSetNodeIDRef ID, const SCEV *const *O, size_t N) argument
235 SCEVMulExpr(const FoldingSetNodeIDRef ID, const SCEV *const *O, size_t N) argument
256 SCEVUDivExpr(const FoldingSetNodeIDRef ID, const SCEV *lhs, const SCEV *rhs) argument
293 SCEVAddRecExpr(const FoldingSetNodeIDRef ID, const SCEV *const *O, size_t N, const Loop *l) argument
445 SCEVSMaxExpr(const FoldingSetNodeIDRef ID, const SCEV *const *O, size_t N) argument
466 SCEVUMaxExpr(const FoldingSetNodeIDRef ID, const SCEV *const *O, size_t N) argument
501 SCEVUnknown(const FoldingSetNodeIDRef ID, Value *V, ScalarEvolution *se, SCEVUnknown *next) argument
[all...]
/external/llvm/include/llvm/CodeGen/
H A DLiveStackAnalysis.h43 static char ID; // Pass identification, replacement for typeid member in class:llvm::LiveStacks
44 LiveStacks() : MachineFunctionPass(ID) {
/external/llvm/lib/Analysis/
H A DIntervalPartition.cpp18 char IntervalPartition::ID = 0; member in class:IntervalPartition
94 : FunctionPass(ID) {
/external/llvm/lib/CodeGen/
H A DEdgeBundles.cpp27 char EdgeBundles::ID = 0; member in class:EdgeBundles
32 char &llvm::EdgeBundlesID = EdgeBundles::ID;
H A DMachineInstrBundle.cpp24 static char ID; // Pass identification member in class:__anon25765::UnpackMachineBundles
25 UnpackMachineBundles() : MachineFunctionPass(ID) {
33 char UnpackMachineBundles::ID = 0; member in class:UnpackMachineBundles
34 char &llvm::UnpackMachineBundlesID = UnpackMachineBundles::ID;
75 static char ID; // Pass identification member in class:__anon25766::FinalizeMachineBundles
76 FinalizeMachineBundles() : MachineFunctionPass(ID) {
84 char FinalizeMachineBundles::ID = 0; member in class:FinalizeMachineBundles
85 char &llvm::FinalizeMachineBundlesID = FinalizeMachineBundles::ID;
/external/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.h41 const uint32_t *getCallPreservedMask(CallingConv::ID) const override;
62 const uint32_t *getThisReturnPreservedMask(CallingConv::ID) const;
/external/nist-sip/java/gov/nist/core/
H A DParserCore.java52 lexer.match(LexerCore.ID);
72 lexer.match(LexerCore.ID);
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DParser.java62 tok = lexer.match(ID);
92 || token.getTokenType() == ID) {
H A DRetryAfterParser.java97 lexer.match(TokenTypes.ID);
116 lexer.match(TokenTypes.ID);
/external/nist-sip/java/gov/nist/javax/sip/parser/ims/
H A DPrivacyParser.java92 this.lexer.match(TokenTypes.ID);
104 this.lexer.match(TokenTypes.ID);
/external/valgrind/main/drd/tests/
H A Dpth_cancel_locked.stderr.exp9 pthread_cancel(): invalid thread ID 0x........
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dbasic.rb188 : ID
192 : type ID '(' ( formalParameter ( ',' formalParameter )* )? ')'
203 | ID
225 : ID '=' expr
240 : ID
245 ID : ('a'..'z'|'A'..'Z'|'_') ('a'..'z'|'A'..'Z'|'0'..'9'|'_')*
/external/chromium_org/chrome/browser/resources/print_preview/data/
H A Dcloud_parsers.js21 ID: 'id',
67 if (!json.hasOwnProperty(CloudDestinationParser.Field_.ID) ||
70 throw Error('Cloud destination does not have an ID or a display name');
72 var id = json[CloudDestinationParser.Field_.ID];
/external/chromium_org/chrome/browser/speech/
H A Dtts_message_filter.cc29 const IPC::Message& message, BrowserThread::ID* thread) {
31 case TtsHostMsg_InitializeVoiceList::ID:
32 case TtsHostMsg_Speak::ID:
33 case TtsHostMsg_Pause::ID:
34 case TtsHostMsg_Resume::ID:
35 case TtsHostMsg_Cancel::ID:
/external/clang/include/clang/AST/
H A DCommentLexer.h38 unknown_command, // Command that does not have an ID.
39 backslash_command, // Command with an ID, that used backslash marker.
40 at_command, // Command with an ID, that used 'at' marker.
76 /// If the token is a konwn command, contains command ID and TextPtr is
127 void setCommandID(unsigned ID) { argument
129 IntVal = ID;
137 void setVerbatimBlockID(unsigned ID) { argument
139 IntVal = ID;
158 void setVerbatimLineID(unsigned ID) { argument
160 IntVal = ID;
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h39 static void Profile(llvm::FoldingSetNodeID& ID, QualType T,
42 void Profile(llvm::FoldingSetNodeID& ID) { Profile(ID, T, L); } argument
55 static void Profile(llvm::FoldingSetNodeID& ID,
59 void Profile(llvm::FoldingSetNodeID& ID) { Profile(ID, store, region); } argument
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h94 CallingConv::ID CallConv,
100 CallingConv::ID CallConv,
106 CallingConv::ID CallConv,
122 CallingConv::ID CallConv, bool isVarArg,
127 CallingConv::ID CallConv, bool IsVarArg,
132 CallingConv::ID CallConv, bool IsVarArg,
/external/clang/include/clang/Serialization/
H A DASTReader.h387 /// ID = (I + 1) << FastQual::Width has already been loaded
395 /// global type ID to produce a local ID.
400 /// When the pointer at index I is non-NULL, the declaration with ID
455 // ID as a key. It will be realized when the context is actually loaded.
488 /// IdentifierInfo for the identifier with ID=I+1 that has already
497 /// global identifier ID to produce a local ID.
504 /// MacroInfo for the identifier with ID=I+1 that has already
513 /// global macro ID t
597 unsigned ID; member in struct:clang::ASTReader::UnresolvedModuleRef
787 serialization::SubmoduleID ID; member in struct:clang::ASTReader::ImportedSubmodule
790 ImportedSubmodule(serialization::SubmoduleID ID, SourceLocation ImportLoc) argument
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp1060 void PathDiagnosticLocation::Profile(llvm::FoldingSetNodeID &ID) const {
1061 ID.AddInteger(Range.getBegin().getRawEncoding());
1062 ID.AddInteger(Range.getEnd().getRawEncoding());
1063 ID.AddInteger(Loc.getRawEncoding());
1067 void PathDiagnosticPiece::Profile(llvm::FoldingSetNodeID &ID) const {
1068 ID.AddInteger((unsigned) getKind());
1069 ID.AddString(str);
1071 ID.AddInteger((unsigned) getDisplayHint());
1075 ID.AddInteger(I->getBegin().getRawEncoding());
1076 ID
[all...]

Completed in 581 milliseconds

<<11121314151617181920>>