/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/ |
D | CombinedLexer.m | 4 * - From the grammar source file : Combined.g 40 // $ANTLR 3.2 Aug 24, 2010 10:45:57 Combined.g 2010-08-24 13:53:42 61 [ANTLRBaseRecognizer setGrammarFileName:@"Combined.g"]; 100 …// Combined.g:14:5: ( ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '0' .. '9' | '… 101 …// Combined.g:14:9: ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '0' .. '9' | '_'… 121 // Combined.g: // alt 166 // Combined.g:17:5: ( ( '0' .. '9' )+ ) // ruleBlockSingleAlt 167 // Combined.g:17:9: ( '0' .. '9' )+ // alt 169 // Combined.g:17:9: ( '0' .. '9' )+ // positiveClosureBlock 181 // Combined.g:17:10: '0' .. '9' // alt [all …]
|
D | Combined__.gl | 1 lexer grammar Combined; 7 // $ANTLR src "Combined.g" 14 11 // $ANTLR src "Combined.g" 17 15 // $ANTLR src "Combined.g" 20
|
D | CombinedParser.m | 4 * - From the grammar source file : Combined.g 40 // $ANTLR 3.2 Aug 24, 2010 10:45:57 Combined.g 2010-08-24 13:53:42 114 * Combined.g:7:1: stat : ( identifier )+ ; 121 // Combined.g:7:5: ( ( identifier )+ ) // ruleBlockSingleAlt 122 // Combined.g:7:7: ( identifier )+ // alt 124 // Combined.g:7:7: ( identifier )+ // positiveClosureBlock 136 // Combined.g:7:7: identifier // alt 173 * Combined.g:9:1: identifier : ID ; 180 // Combined.g:10:5: ( ID ) // ruleBlockSingleAlt 181 // Combined.g:10:7: ID // alt
|
D | Combined.g | 1 grammar Combined;
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoadCombine.cpp | 112 bool Combined = false; in combineLoads() local 121 Combined = true; in combineLoads() 123 return Combined; in combineLoads() 134 bool Combined = false; in aggregateLoads() local 151 Combined = true; in aggregateLoads() 166 Combined = true; in aggregateLoads() 167 return Combined; in aggregateLoads() 236 bool Combined = false; in runOnBasicBlock() local 241 Combined = true; in runOnBasicBlock() 259 Combined = true; in runOnBasicBlock() [all …]
|
/external/elfutils/ |
D | COPYING-LGPLV3 | 20 other than an Application or a Combined Work as defined below. 27 A "Combined Work" is a work produced by combining or linking an 29 with which the Combined Work was made is also called the "Linked 32 The "Minimal Corresponding Source" for a Combined Work means the 33 Corresponding Source for the Combined Work, excluding any source code 34 for portions of the Combined Work that, considered in isolation, are 37 The "Corresponding Application Code" for a Combined Work means the 39 and utility programs needed for reproducing the Combined Work from the 40 Application, but excluding the System Libraries of the Combined Work. 79 4. Combined Works. [all …]
|
/external/autotest/ |
D | MODULE_LICENSE_LGPL | 20 other than an Application or a Combined Work as defined below. 27 A "Combined Work" is a work produced by combining or linking an 29 with which the Combined Work was made is also called the "Linked 32 The "Minimal Corresponding Source" for a Combined Work means the 33 Corresponding Source for the Combined Work, excluding any source code 34 for portions of the Combined Work that, considered in isolation, are 37 The "Corresponding Application Code" for a Combined Work means the 39 and utility programs needed for reproducing the Combined Work from the 40 Application, but excluding the System Libraries of the Combined Work. 79 4. Combined Works. [all …]
|
D | LGPL_LICENSE | 20 other than an Application or a Combined Work as defined below. 27 A "Combined Work" is a work produced by combining or linking an 29 with which the Combined Work was made is also called the "Linked 32 The "Minimal Corresponding Source" for a Combined Work means the 33 Corresponding Source for the Combined Work, excluding any source code 34 for portions of the Combined Work that, considered in isolation, are 37 The "Corresponding Application Code" for a Combined Work means the 39 and utility programs needed for reproducing the Combined Work from the 40 Application, but excluding the System Libraries of the Combined Work. 79 4. Combined Works. [all …]
|
/external/llvm/lib/Target/XCore/Disassembler/ |
D | XCoreDisassembler.cpp | 242 unsigned Combined = fieldFromInstruction(Insn, 6, 5); in Decode2OpInstruction() local 243 if (Combined < 27) in Decode2OpInstruction() 246 if (Combined == 31) in Decode2OpInstruction() 248 Combined += 5; in Decode2OpInstruction() 250 Combined -= 27; in Decode2OpInstruction() 251 unsigned Op1High = Combined % 3; in Decode2OpInstruction() 252 unsigned Op2High = Combined / 3; in Decode2OpInstruction() 261 unsigned Combined = fieldFromInstruction(Insn, 6, 5); in Decode3OpInstruction() local 262 if (Combined >= 27) in Decode3OpInstruction() 265 unsigned Op1High = Combined % 3; in Decode3OpInstruction() [all …]
|
/external/llvm/tools/gold/ |
D | gold-plugin.cpp | 893 std::unique_ptr<Module> Combined(new Module("ld-temp.o", Context)); in allSymbolsReadHook() local 894 IRMover L(*Combined); in allSymbolsReadHook() 915 GlobalValue *GV = Combined->getNamedValue(Name.first()); in allSymbolsReadHook() 921 GlobalValue *GV = Combined->getNamedValue(Name.first()); in allSymbolsReadHook() 938 saveBCFile(path, *Combined); in allSymbolsReadHook() 943 codegen(std::move(Combined)); in allSymbolsReadHook()
|
/external/llvm/lib/Analysis/ |
D | BlockFrequencyInfoImpl.cpp | 157 HashTable Combined(NextPowerOf2(2 * Weights.size())); in combineWeightsByHashing() local 159 combineWeight(Combined[W.TargetNode.Index], W); in combineWeightsByHashing() 162 if (Weights.size() == Combined.size()) in combineWeightsByHashing() 167 Weights.reserve(Combined.size()); in combineWeightsByHashing() 168 for (const auto &I : Combined) in combineWeightsByHashing()
|
/external/skia/src/utils/ |
D | SkTFitsIn.h | 112 typedef typename SkTCombineOutOfRange<OutOfRange_Low, OutOfRange_High>::type Combined; in OutOfRange() typedef 113 return Combined::apply(s); in OutOfRange()
|
/external/deqp/doc/testspecs/GLES2/ |
D | functional.color_clear.txt | 28 + Combined glScissor() and glColorMask() effect
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonScheduleV60.td | 18 // Combined functional units. 23 // Combined functional unit data.
|
D | HexagonISelLowering.cpp | 2331 SDValue Combined = DAG.getNode(ISD::OR, dl, MVT::i64, Shifted, Offset); in LowerBUILD_VECTOR() local 2332 const SDValue Ops[] = {ConstVal, Operand, Combined}; in LowerBUILD_VECTOR() 2464 SDValue Combined = DAG.getNode(ISD::OR, dl, MVT::i64, Shifted, Offset); in LowerEXTRACT_VECTOR() local 2466 const SDValue Ops[] = {Vec, Combined}; in LowerEXTRACT_VECTOR() 2512 SDValue Combined = DAG.getNode(ISD::OR, dl, MVT::i64, Shifted, Offset); in LowerINSERT_VECTOR() local 2520 const SDValue Ops[] = {Vec, Val, Combined}; in LowerINSERT_VECTOR()
|
/external/llvm/lib/IR/ |
D | ConstantFold.cpp | 2110 Constant *Combined = CE->getOperand(CE->getNumOperands()-1); in ConstantFoldGetElementPtrImpl() local 2113 Type *IdxTy = Combined->getType(); in ConstantFoldGetElementPtrImpl() 2123 Constant *C2 = ConstantExpr::getSExtOrBitCast(Combined, CommonTy); in ConstantFoldGetElementPtrImpl() 2124 Combined = ConstantExpr::get(Instruction::Add, C1, C2); in ConstantFoldGetElementPtrImpl() 2126 Combined = in ConstantFoldGetElementPtrImpl() 2127 ConstantExpr::get(Instruction::Add, Idx0, Combined); in ConstantFoldGetElementPtrImpl() 2131 NewIndices.push_back(Combined); in ConstantFoldGetElementPtrImpl()
|
/external/clang/docs/ |
D | LibASTMatchers.rst | 6 nodes of the AST and execute code that uses the matched nodes. Combined with
|
/external/opencv3/doc/py_tutorials/py_feature2d/py_features_harris/ |
D | py_features_harris.markdown | 17 Stephens** in their paper **A Combined Corner and Edge Detector** in 1988, so now it is called
|
/external/clang/lib/Sema/ |
D | SemaExprMember.cpp | 1739 Qualifiers Combined = BaseQuals + MemberQuals; in BuildFieldReferenceExpr() local 1740 if (Combined != MemberQuals) in BuildFieldReferenceExpr() 1741 MemberType = S.Context.getQualifiedType(MemberType, Combined); in BuildFieldReferenceExpr()
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ANTLR/ANTLR.xcodeproj/ |
D | project.pbxproj | 531 …1A63BC7A134F5EB1002EDFB4 /* Combined.g */ = {isa = PBXFileReference; lastKnownFileType = text; pat… 532 …1A63BC7B134F5EB1002EDFB4 /* Combined.tokens */ = {isa = PBXFileReference; lastKnownFileType = text… 539 …1A63BC83134F5EB1002EDFB4 /* Combined.tokens */ = {isa = PBXFileReference; lastKnownFileType = text… 1254 1A63BC7A134F5EB1002EDFB4 /* Combined.g */, 1255 1A63BC7B134F5EB1002EDFB4 /* Combined.tokens */, 1270 1A63BC83134F5EB1002EDFB4 /* Combined.tokens */,
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ANTLR.xcodeproj/ |
D | project.pbxproj | 714 …005D0757 /* Combined.g */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; … 784 …3C4 /* Combined.tokens */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; n… 1321 F738D35C0B07C105001813C4 /* Combined.tokens */, 1326 F700E85E0A5FA2DE005D0757 /* Combined.g */, 1843 buildArgumentsString = "-jar /Library/Java/Extensions/antlr-3.3.1.jar Combined.g";
|
/external/blktrace/btt/doc/ |
D | btt.tex | 694 \item Combined data -- all read and write IOs 713 \item[c] Combined -- both read and write IOs 726 # Combined
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstr64Bit.td | 942 // Combined op for ADDItlsgdL and GETtlsADDR, late expanded. X3 and LR8 974 // Combined op for ADDItlsldL and GETtlsADDR, late expanded. X3 and LR8
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64SchedA57.td | 17 // conservative 3-wide in-order stage for decode and dispatch. Combined with the
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 3401 unsigned Combined = 0; in ParseMDField() local 3406 Combined |= Val; in ParseMDField() 3409 Result.assign(Combined); in ParseMDField()
|