Home
last modified time | relevance | path

Searched refs:ID (Results 1 – 25 of 2482) sorted by relevance

12345678910>>...100

/external/clang/include/clang/Basic/
DBuiltins.h45 enum ID { enum
47 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, argument
82 const char *getName(unsigned ID) const { in getName() argument
83 return getRecord(ID).Name; in getName()
87 const char *getTypeString(unsigned ID) const { in getTypeString() argument
88 return getRecord(ID).Type; in getTypeString()
92 bool isTSBuiltin(unsigned ID) const { in isTSBuiltin() argument
93 return ID >= Builtin::FirstTSBuiltin; in isTSBuiltin()
98 bool isConst(unsigned ID) const { in isConst() argument
99 return strchr(getRecord(ID).Attributes, 'c') != nullptr; in isConst()
[all …]
DTargetBuiltins.h28 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, argument
39 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, argument
50 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, argument
60 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, argument
70 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, argument
80 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, argument
90 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, argument
143 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, argument
153 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, argument
163 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, argument
[all …]
DSourceLocation.h42 int ID; variable
44 FileID() : ID(0) {} in FileID()
46 bool isValid() const { return ID != 0; } in isValid()
47 bool isInvalid() const { return ID == 0; } in isInvalid()
49 bool operator==(const FileID &RHS) const { return ID == RHS.ID; }
50 bool operator<(const FileID &RHS) const { return ID < RHS.ID; }
51 bool operator<=(const FileID &RHS) const { return ID <= RHS.ID; }
57 unsigned getHashValue() const { return static_cast<unsigned>(ID); } in getHashValue()
66 F.ID = V; in get()
69 int getOpaqueValue() const { return ID; } in getOpaqueValue()
[all …]
/external/libopus/silk/
Ddebug.h112 static int ID = -1; \
119 ID = k; \
123 if (ID == -1) { \
124 ID = silk_Timer_nTimers; \
126 silk_Timer_depth[ID] = silk_Timer_depth_ctr; \
127 strcpy(silk_Timer_tags[ID], #TAG_NAME); \
128 silk_Timer_cnt[ID] = 0; \
129 silk_Timer_sum[ID] = 0; \
130 silk_Timer_min[ID] = 0xFFFFFFFF; \
131 silk_Timer_max[ID] = 0; \
[all …]
/external/clang/lib/Serialization/
DASTCommon.cpp28 unsigned ID = 0; in TypeIdxFromBuiltin() local
31 ID = PREDEF_TYPE_VOID_ID; in TypeIdxFromBuiltin()
34 ID = PREDEF_TYPE_BOOL_ID; in TypeIdxFromBuiltin()
37 ID = PREDEF_TYPE_CHAR_U_ID; in TypeIdxFromBuiltin()
40 ID = PREDEF_TYPE_UCHAR_ID; in TypeIdxFromBuiltin()
43 ID = PREDEF_TYPE_USHORT_ID; in TypeIdxFromBuiltin()
46 ID = PREDEF_TYPE_UINT_ID; in TypeIdxFromBuiltin()
49 ID = PREDEF_TYPE_ULONG_ID; in TypeIdxFromBuiltin()
52 ID = PREDEF_TYPE_ULONGLONG_ID; in TypeIdxFromBuiltin()
55 ID = PREDEF_TYPE_UINT128_ID; in TypeIdxFromBuiltin()
[all …]
/external/clang/include/clang/Driver/
DTypes.h19 enum ID { enum
21 #define TYPE(NAME, ID, PP_TYPE, TEMP_SUFFIX, FLAGS) TY_##ID, argument
28 const char *getTypeName(ID Id);
33 ID getPreprocessedType(ID Id);
37 const char *getTypeTempSuffix(ID Id, bool CLMode = false);
40 bool onlyAssembleType(ID Id);
43 bool onlyPrecompileType(ID Id);
48 bool canTypeBeUserSpecified(ID Id);
53 bool appendSuffixForType(ID Id);
58 bool canLipoType(ID Id);
[all …]
/external/skia/src/core/
DSkRemote.h28 class ID {
30 ID() {} in ID() function
31 ID(Type type, uint64_t val) { in ID() function
39 bool operator==(ID o) const { return fVal == o.fVal; }
69 virtual ID define(const SkMatrix&) = 0;
70 virtual ID define(const Misc&) = 0;
71 virtual ID define(const SkPath&) = 0;
72 virtual ID define(const Stroke&) = 0;
73 virtual ID define(const SkTextBlob*) = 0;
74 virtual ID define(SkPathEffect*) = 0;
[all …]
/external/tcpdump/tests/
Dlmp-v.out4 Link ID Object (3), Class-Type: IPv4 Local (1) Flags: [non-negotiable], length: 8
5 IPv4 Link ID: 1.0.0.0 (0x01000000)
6 Message ID Object (5), Class-Type: 1 (1) Flags: [non-negotiable], length: 8
7 Message ID: 3 (0x00000003)
8 Link ID Object (3), Class-Type: IPv4 Remote (2) Flags: [non-negotiable], length: 8
9 IPv4 Link ID: 1.0.0.0 (0x01000000)
21 Control Channel ID Object (1), Class-Type: Local (1) Flags: [non-negotiable], length: 8
22 Control Channel ID: 1 (0x00000001)
28 Control Channel ID Object (1), Class-Type: Local (1) Flags: [non-negotiable], length: 8
29 Control Channel ID: 1 (0x00000001)
[all …]
Dospf3_nbma-vv.out2 Router-ID 3.3.3.3, Backbone Area
4 Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 100
8 Router-ID 3.3.3.3, Backbone Area
10 Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 100
14 Router-ID 1.1.1.1, Backbone Area
16 Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 1
21 Router-ID 3.3.3.3, Backbone Area
24 Router-ID 1.1.1.1, Backbone Area
27 Router-ID 1.1.1.1, Backbone Area
30 Router LSA (1), Area Local Scope, LSA-ID 0.0.0.0
[all …]
Dospf3_bc-vv.out2 Router-ID 1.1.1.1, Area 0.0.0.1
4 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.5, Priority 1
7 Router-ID 1.1.1.1, Area 0.0.0.1
9 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.5, Priority 1
12 Router-ID 1.1.1.1, Area 0.0.0.1
14 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.5, Priority 1
17 Router-ID 1.1.1.1, Area 0.0.0.1
19 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.5, Priority 1
22 Router-ID 2.2.2.2, Area 0.0.0.1
24 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.5, Priority 1
[all …]
Dospf3_mp-vv.out2 Router-ID 3.3.3.3, Backbone Area
4 Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 100
7 Router-ID 3.3.3.3, Backbone Area
9 Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 100
12 Router-ID 3.3.3.3, Backbone Area
14 Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 100
17 Router-ID 3.3.3.3, Backbone Area
19 Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 100
22 Router-ID 1.1.1.1, Backbone Area
24 Hello Timer 30s, Dead Timer 120s, Interface-ID 0.0.0.6, Priority 1
[all …]
Dospf3_ah-vv.out2 Router-ID 1.1.1.1, Area 0.0.0.1
4 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.5, Priority 1
7 Router-ID 2.2.2.2, Area 0.0.0.1
9 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.5, Priority 1
12 Router-ID 1.1.1.1, Area 0.0.0.1
14 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.5, Priority 1
18 Router-ID 2.2.2.2, Area 0.0.0.1
20 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.5, Priority 1
24 Router-ID 1.1.1.1, Area 0.0.0.1
26 Hello Timer 10s, Dead Timer 40s, Interface-ID 0.0.0.5, Priority 1
[all …]
/external/antlr/antlr-3.4/runtime/Python/tests/
Dt042ast.g44 : (INT|ID)+
52 : 'var' ID ':' type -> ^('var' type ID)
56 : type ID ';' -> ^(VARDEF type ID)
69 : ID (',' ID)* -> ID+
73 : type ID (',' ID)* ';' -> ^(type ID+)
86 : 'int' ID (',' ID)* -> ^('int' ID)+
147 : modifier type ID ('=' expression)? ';'
148 -> {self.flag == 0}? ^(VARDEF ID modifier* type expression?)
149 -> {self.flag == 1}? ^(VARIABLE ID modifier* type expression?)
150 -> ^(FIELD ID modifier* type expression?)
[all …]
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Dt042ast.g50 : (INT|ID)+
58 : 'var' ID ':' type -> ^('var' type ID)
62 : type ID ';' -> ^(VARDEF type ID)
75 : ID (',' ID)* -> ID+
79 : type ID (',' ID)* ';' -> ^(type ID+)
92 : 'int' ID (',' ID)* -> ^('int' ID)+
153 : modifier type ID ('=' expression)? ';'
154 -> {this.flag === 0}? ^(VARDEF ID modifier* type expression?)
155 -> {this.flag === 1}? ^(VARIABLE ID modifier* type expression?)
156 -> ^(FIELD ID modifier* type expression?)
[all …]
/external/llvm/lib/Analysis/
DDomPrinter.cpp93 static char ID; member
97 "dom", ID) { in DomViewer()
105 static char ID; member
109 "domonly", ID) { in DomOnlyViewer()
116 static char ID; member
118 DOTGraphTraitsViewer<PostDominatorTree, false>("postdom", ID){ in PostDomViewer()
125 static char ID; member
127 DOTGraphTraitsViewer<PostDominatorTree, true>("postdomonly", ID){ in PostDomOnlyViewer()
133 char DomViewer::ID = 0; member in DomViewer
137 char DomOnlyViewer::ID = 0;
[all …]
/external/snakeyaml/src/test/java/org/pyyaml/
DCanonicalParser.java53 scanner.getToken(Token.ID.StreamStart); in parseStream()
55 while (!scanner.checkToken(Token.ID.StreamEnd)) { in parseStream()
56 if (scanner.checkToken(Token.ID.Directive, Token.ID.DocumentStart)) { in parseStream()
62 scanner.getToken(Token.ID.StreamEnd); in parseStream()
68 if (scanner.checkToken(Token.ID.Directive)) { in parseDocument()
69 scanner.getToken(Token.ID.Directive); in parseDocument()
71 scanner.getToken(Token.ID.DocumentStart); in parseDocument()
79 if (scanner.checkToken(Token.ID.Alias)) { in parseNode()
84 if (scanner.checkToken(Token.ID.Anchor)) { in parseNode()
89 if (scanner.checkToken(Token.ID.Tag)) { in parseNode()
[all …]
/external/clang/lib/Basic/
DBuiltins.cpp23 #define BUILTIN(ID, TYPE, ATTRS) \ argument
24 { #ID, TYPE, ATTRS, nullptr, ALL_LANGUAGES, nullptr },
25 #define LANGBUILTIN(ID, TYPE, ATTRS, LANGS) \ argument
26 { #ID, TYPE, ATTRS, nullptr, LANGS, nullptr },
27 #define LIBBUILTIN(ID, TYPE, ATTRS, HEADER, LANGS) \ argument
28 { #ID, TYPE, ATTRS, HEADER, LANGS, nullptr },
32 const Builtin::Info &Builtin::Context::getRecord(unsigned ID) const { in getRecord()
33 if (ID < Builtin::FirstTSBuiltin) in getRecord()
34 return BuiltinInfo[ID]; in getRecord()
35 assert(((ID - Builtin::FirstTSBuiltin) < in getRecord()
[all …]
/external/clang/lib/StaticAnalyzer/Core/
DBasicValueFactory.cpp23 void CompoundValData::Profile(llvm::FoldingSetNodeID& ID, QualType T, in Profile() argument
25 T.Profile(ID); in Profile()
26 ID.AddPointer(L.getInternalPointer()); in Profile()
29 void LazyCompoundValData::Profile(llvm::FoldingSetNodeID& ID, in Profile() argument
32 ID.AddPointer(store.getStore()); in Profile()
33 ID.AddPointer(region); in Profile()
41 static inline void Profile(const SValData& X, llvm::FoldingSetNodeID& ID) { in Profile()
42 X.first.Profile(ID); in Profile()
43 ID.AddPointer( (void*) X.second); in Profile()
48 static inline void Profile(const SValPair& X, llvm::FoldingSetNodeID& ID) { in Profile()
[all …]
DMemRegion.cpp42 llvm::FoldingSetNodeID ID; in getRegion() local
43 RegionTy::ProfileRegion(ID, a1, superRegion); in getRegion()
45 RegionTy* R = cast_or_null<RegionTy>(Regions.FindNodeOrInsertPos(ID, in getRegion()
60 llvm::FoldingSetNodeID ID; in getSubRegion() local
61 RegionTy::ProfileRegion(ID, a1, superRegion); in getSubRegion()
63 RegionTy* R = cast_or_null<RegionTy>(Regions.FindNodeOrInsertPos(ID, in getSubRegion()
81 llvm::FoldingSetNodeID ID; in getRegion() local
82 RegionTy::ProfileRegion(ID, a1, a2, superRegion); in getRegion()
84 RegionTy* R = cast_or_null<RegionTy>(Regions.FindNodeOrInsertPos(ID, in getRegion()
100 llvm::FoldingSetNodeID ID; in getSubRegion() local
[all …]
/external/clang/lib/Driver/
DTypes.cpp23 ID PreprocessedType;
27 #define TYPE(NAME, ID, PP_TYPE, TEMP_SUFFIX, FLAGS) \ argument
39 const char *types::getTypeName(ID Id) { in getTypeName()
43 types::ID types::getPreprocessedType(ID Id) { in getPreprocessedType()
47 const char *types::getTypeTempSuffix(ID Id, bool CLMode) { in getTypeTempSuffix()
57 bool types::onlyAssembleType(ID Id) { in onlyAssembleType()
61 bool types::onlyPrecompileType(ID Id) { in onlyPrecompileType()
65 bool types::canTypeBeUserSpecified(ID Id) { in canTypeBeUserSpecified()
69 bool types::appendSuffixForType(ID Id) { in appendSuffixForType()
73 bool types::canLipoType(ID Id) { in canLipoType()
[all …]
/external/llvm/lib/Target/ARM/
DARMConstantPoolValue.cpp68 ARMConstantPoolValue::addSelectionDAGCSEId(FoldingSetNodeID &ID) { in addSelectionDAGCSEId() argument
69 ID.AddInteger(LabelId); in addSelectionDAGCSEId()
70 ID.AddInteger(PCAdjust); in addSelectionDAGCSEId()
107 unsigned ID, in ARMConstantPoolConstant() argument
112 : ARMConstantPoolValue(Ty, ID, Kind, PCAdj, Modifier, AddCurrentAddress), in ARMConstantPoolConstant()
116 unsigned ID, in ARMConstantPoolConstant() argument
121 : ARMConstantPoolValue((Type*)C->getType(), ID, Kind, PCAdj, Modifier, in ARMConstantPoolConstant()
126 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID) { in Create() argument
127 return new ARMConstantPoolConstant(C, ID, ARMCP::CPValue, 0, in Create()
140 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID, in Create() argument
[all …]
/external/clang/lib/AST/
DStmtProfile.cpp28 llvm::FoldingSetNodeID &ID; member in __anon98c5552c0111::StmtProfiler
33 StmtProfiler(llvm::FoldingSetNodeID &ID, const ASTContext &Context, in StmtProfiler() argument
35 : ID(ID), Context(Context), Canonical(Canonical) { } in StmtProfiler()
72 ID.AddInteger(S->getStmtClass()); in VisitStmt()
77 ID.AddInteger(0); in VisitStmt()
163 ID.AddBoolean(S->isVolatile()); in VisitGCCAsmStmt()
164 ID.AddBoolean(S->isSimple()); in VisitGCCAsmStmt()
166 ID.AddInteger(S->getNumOutputs()); in VisitGCCAsmStmt()
168 ID.AddString(S->getOutputName(I)); in VisitGCCAsmStmt()
171 ID.AddInteger(S->getNumInputs()); in VisitGCCAsmStmt()
[all …]
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/parser/
DParserImpl.java146 public boolean checkEvent(Event.ID choice) { in checkEvent()
194 … if (!scanner.checkToken(Token.ID.Directive, Token.ID.DocumentStart, Token.ID.StreamEnd)) { in produce()
214 while (scanner.checkToken(Token.ID.DocumentEnd)) { in produce()
219 if (!scanner.checkToken(Token.ID.StreamEnd)) { in produce()
223 if (!scanner.checkToken(Token.ID.DocumentStart)) { in produce()
256 if (scanner.checkToken(Token.ID.DocumentEnd)) { in produce()
271 if (scanner.checkToken(Token.ID.Directive, Token.ID.DocumentStart, in produce()
272 Token.ID.DocumentEnd, Token.ID.StreamEnd)) { in produce()
287 while (scanner.checkToken(Token.ID.Directive)) { in processDirectives()
375 if (scanner.checkToken(Token.ID.Alias)) { in parseNode()
[all …]
/external/llvm/include/llvm/
DPassAnalysisSupport.h57 AnalysisUsage &addRequiredID(const void *ID);
58 AnalysisUsage &addRequiredID(char &ID);
61 return addRequiredID(PassClass::ID); in addRequired()
64 AnalysisUsage &addRequiredTransitiveID(char &ID);
67 return addRequiredTransitiveID(PassClass::ID); in addRequiredTransitive()
73 AnalysisUsage &addPreservedID(const void *ID) { in addPreservedID() argument
74 Preserved.push_back(ID); in addPreservedID()
77 AnalysisUsage &addPreservedID(char &ID) { in addPreservedID() argument
78 Preserved.push_back(&ID); in addPreservedID()
84 Preserved.push_back(&PassClass::ID); in addPreserved()
[all …]
/external/llvm/include/llvm/ADT/
DFoldingSet.h163 Node *FindNodeOrInsertPos(const FoldingSetNodeID &ID, void *&InsertPos);
192 virtual void GetNodeProfile(Node *N, FoldingSetNodeID &ID) const = 0;
195 virtual bool NodeEquals(Node *N, const FoldingSetNodeID &ID, unsigned IDHash,
210 static void Profile(const T &X, FoldingSetNodeID &ID) { in Profile()
211 X.Profile(ID); in Profile()
213 static void Profile(T &X, FoldingSetNodeID &ID) { in Profile()
214 X.Profile(ID); in Profile()
221 static inline bool Equals(T &X, const FoldingSetNodeID &ID, unsigned IDHash,
247 static void Profile(T &X, FoldingSetNodeID &ID, Ctx Context) { in Profile()
248 X.Profile(ID, Context); in Profile()
[all …]

12345678910>>...100