/external/icu/icu4c/source/data/translit/ |
D | de_ASCII.txt | 10 $OE = [Ö {O \u0308}]; 16 {$OE} [:Lowercase:] → Oe; 19 $OE → OE;
|
/external/tcpdump/tests/ |
D | bgp-aigp-oobr-nossl.out | 19 Multi-Protocol Reach NLRI (14), length: 33, Flags [OE]: 42 Multi-Protocol Reach NLRI (14), length: 32, Flags [OE]: 62 Multi-Protocol Reach NLRI (14), length: 81, Flags [OE]: 107 Multi-Protocol Reach NLRI (14), length: 33, Flags [OE]: 130 Multi-Protocol Reach NLRI (14), length: 95, Flags [OE]: 159 Multi-Protocol Reach NLRI (14), length: 33, Flags [OE]: 198 Multi-Protocol Reach NLRI (14), length: 33, Flags [OE]: 221 Multi-Protocol Reach NLRI (14), length: 95, Flags [OE]: 250 Multi-Protocol Reach NLRI (14), length: 33, Flags [OE]: 289 Multi-Protocol Reach NLRI (14), length: 33, Flags [OE]: [all …]
|
D | bgp-aigp-oobr-ssl.out | 19 Multi-Protocol Reach NLRI (14), length: 33, Flags [OE]: 42 Multi-Protocol Reach NLRI (14), length: 32, Flags [OE]: 62 Multi-Protocol Reach NLRI (14), length: 81, Flags [OE]: 107 Multi-Protocol Reach NLRI (14), length: 33, Flags [OE]: 130 Multi-Protocol Reach NLRI (14), length: 95, Flags [OE]: 159 Multi-Protocol Reach NLRI (14), length: 33, Flags [OE]: 198 Multi-Protocol Reach NLRI (14), length: 33, Flags [OE]: 221 Multi-Protocol Reach NLRI (14), length: 95, Flags [OE]: 250 Multi-Protocol Reach NLRI (14), length: 33, Flags [OE]: 289 Multi-Protocol Reach NLRI (14), length: 33, Flags [OE]: [all …]
|
D | tok2str-oobr-1.out | 16 Multi-Protocol Reach NLRI (14), length: 32, Flags [OE]: 36 Multi-Protocol Reach NLRI (14), length: 23, Flags [OE]: 53 Multi-Protocol Unreach NLRI (15), length: 3, Flags [OE]:
|
D | bgp-aigp.out | 13 Multi-Protocol Reach NLRI (14), length: 17, Flags [OE]: 18 Multi-Protocol Unreach NLRI (15), length: 3, Flags [OE]:
|
/external/llvm-project/llvm/tools/dsymutil/ |
D | BinaryHolder.cpp | 171 ObjectEntry OE; in getObjectEntry() local 201 OE.Objects.push_back(std::move(*ErrOrObjectFile)); in getObjectEntry() 209 if (OE.Objects.empty()) in getObjectEntry() 213 MemberCache.try_emplace(Key, std::move(OE)); in getObjectEntry() 248 ObjectEntry &OE = ObjectCache[Filename]; in getObjectEntry() local 249 auto Err = OE.load(VFS, Filename, Verbose); in getObjectEntry()
|
/external/llvm/lib/Transforms/ObjCARC/ |
D | DependencyAnalysis.cpp | 105 OE = CS.arg_end(); OI != OE; ++OI) { in CanUse() local 123 for (User::const_op_iterator OI = Inst->op_begin(), OE = Inst->op_end(); in CanUse() local 124 OI != OE; ++OI) { in CanUse()
|
D | ObjCARCAPElim.cpp | 155 for (User::op_iterator OI = Init->op_begin(), OE = Init->op_end(); in runOnModule() local 156 OI != OE; ++OI) { in runOnModule()
|
/external/llvm-project/llvm/lib/Transforms/ObjCARC/ |
D | DependencyAnalysis.cpp | 97 for (auto OI = CS->arg_begin(), OE = CS->arg_end(); OI != OE; ++OI) { in CanUse() local 113 for (User::const_op_iterator OI = Inst->op_begin(), OE = Inst->op_end(); in CanUse() local 114 OI != OE; ++OI) { in CanUse()
|
D | ObjCARCAPElim.cpp | 125 for (User::op_iterator OI = Init->op_begin(), OE = Init->op_end(); in runImpl() local 126 OI != OE; ++OI) { in runImpl()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
D | DependencyAnalysis.cpp | 101 OE = CS.arg_end(); OI != OE; ++OI) { in CanUse() local 119 for (User::const_op_iterator OI = Inst->op_begin(), OE = Inst->op_end(); in CanUse() local 120 OI != OE; ++OI) { in CanUse()
|
D | ObjCARCAPElim.cpp | 157 for (User::op_iterator OI = Init->op_begin(), OE = Init->op_end(); in runOnModule() local 158 OI != OE; ++OI) { in runOnModule()
|
/external/cldr/common/testData/transforms/ |
D | de-t-de-d0-ascii.txt | 13 Ä Ö Ü AE OE UE 14 Ä.Ö-Ü. AE.OE-UE.
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/ |
D | GVNExpression.h | 217 const auto &OE = cast<BasicExpression>(Other); in equals() local 218 return getType() == OE.getType() && NumOperands == OE.NumOperands && in equals() 219 std::equal(op_begin(), op_end(), OE.op_begin()); in equals() 459 const AggregateValueExpression &OE = cast<AggregateValueExpression>(Other); in equals() local 460 return NumIntOperands == OE.NumIntOperands && in equals() 461 std::equal(int_op_begin(), int_op_end(), OE.int_op_begin()); in equals() 521 const PHIExpression &OE = cast<PHIExpression>(Other); in equals() local 522 return BB == OE.BB; in equals()
|
/external/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
D | GVNExpression.h | 217 const auto &OE = cast<BasicExpression>(Other); in equals() local 218 return getType() == OE.getType() && NumOperands == OE.NumOperands && in equals() 219 std::equal(op_begin(), op_end(), OE.op_begin()); in equals() 452 const AggregateValueExpression &OE = cast<AggregateValueExpression>(Other); in equals() local 453 return NumIntOperands == OE.NumIntOperands && in equals() 454 std::equal(int_op_begin(), int_op_end(), OE.int_op_begin()); in equals() 514 const PHIExpression &OE = cast<PHIExpression>(Other); in equals() local 515 return BB == OE.BB; in equals()
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMCTargetDesc.cpp | 84 for (unsigned OI = 4, OE = MI.getNumOperands(); OI < OE; ++OI) { in getARMStoreDeprecationInfo() local 102 for (unsigned OI = 4, OE = MI.getNumOperands(); OI < OE; ++OI) { in getARMLoadDeprecationInfo() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMCTargetDesc.cpp | 87 for (unsigned OI = 4, OE = MI.getNumOperands(); OI < OE; ++OI) { in getARMStoreDeprecationInfo() local 105 for (unsigned OI = 4, OE = MI.getNumOperands(); OI < OE; ++OI) { in getARMLoadDeprecationInfo() local
|
/external/llvm-project/llvm/unittests/XRay/ |
D | GraphTest.cpp | 114 const auto &OE = G.outEdges(EV.first.first); in graphEdgeTester() local 116 EXPECT_NE(OE.size(), 0u); in graphEdgeTester() 118 EXPECT_NE(OE.begin(), OE.end()); in graphEdgeTester()
|
/external/llvm/lib/IR/ |
D | TypeFinder.cpp | 62 for (User::const_op_iterator OI = I.op_begin(), OE = I.op_end(); in run() local 63 OI != OE; ++OI) in run()
|
/external/pcre/dist2/src/sljit/ |
D | sljitNativePPC_32.c | 92 …return push_inst(compiler, NEG | OE((flags & ALT_FORM1) ? ALT_SET_FLAGS : 0) | RC(flags) | D(dst) … in emit_single_op() 101 …return push_inst(compiler, ADD | OE(ALT_SET_FLAGS) | RC(ALT_SET_FLAGS) | D(dst) | A(src1) | B(src2… in emit_single_op() 147 …return push_inst(compiler, SUBF | OE(ALT_SET_FLAGS) | RC(ALT_SET_FLAGS) | D(dst) | A(src2) | B(src… in emit_single_op() 178 return push_inst(compiler, MULLW | OE(flags) | RC(flags) | D(dst) | A(src2) | B(src1)); in emit_single_op()
|
D | sljitNativePPC_64.c | 207 FAIL_IF(push_inst(compiler, NEG | OE(ALT_SET_FLAGS) | RC(ALT_SET_FLAGS) | D(dst) | A(TMP_REG2))); in emit_single_op() 213 …return push_inst(compiler, NEG | OE((flags & ALT_FORM1) ? ALT_SET_FLAGS : 0) | RC(flags) | D(dst) … in emit_single_op() 230 …FAIL_IF(push_inst(compiler, ADD | OE(ALT_SET_FLAGS) | RC(ALT_SET_FLAGS) | D(dst) | A(src1) | B(src… in emit_single_op() 288 …FAIL_IF(push_inst(compiler, SUBF | OE(ALT_SET_FLAGS) | RC(ALT_SET_FLAGS) | D(dst) | A(src2) | B(sr… in emit_single_op() 326 return push_inst(compiler, MULLW | OE(flags) | RC(flags) | D(dst) | A(src2) | B(src1)); in emit_single_op() 327 return push_inst(compiler, MULLD | OE(flags) | RC(flags) | D(dst) | A(src2) | B(src1)); in emit_single_op()
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | tokenLength.vert.out | 52 0:13 'OE' ( global highp int) 112 0:? 'OE' ( global highp int) 148 0:13 'OE' ( global highp int) 208 0:? 'OE' ( global highp int)
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | tokenLength.vert.out | 52 0:13 'OE' ( global highp int) 112 0:? 'OE' ( global highp int) 148 0:13 'OE' ( global highp int) 208 0:? 'OE' ( global highp int)
|
/external/icu/icu4c/source/data/coll/ |
D | de.txt | 9 "&OE<<ö<<<Ö"
|
/external/pdfium/testing/resources/ |
D | bug_644.in | 13 /OE <26B337B3B635C18262B4915289F1D353EB432D7E7FF6BE5450C82D690202A093>
|