/external/libedit/src/ |
D | refresh.c | 504 Char *ofd, *ols, *oe, *nfd, *nls, *ne; in re_update_line() local 531 oe = o; in re_update_line() 532 *oe = '\0'; in re_update_line() 621 if ((oe - ols) < MIN_END_KEEP) { in re_update_line() 622 ols = oe; in re_update_line() 649 ols = oe; in re_update_line() 653 ols = oe; in re_update_line() 665 ols = oe; in re_update_line() 669 ols = oe; in re_update_line() 693 ofd - old, osb - old, ose - old, ols - old, oe - old)); in re_update_line() [all …]
|
/external/valgrind/coregrind/ |
D | m_transtab.c | 495 static void OutEdge__init ( OutEdge* oe ) in OutEdge__init() argument 497 oe->to_sNo = INV_SNO; /* invalid */ in OutEdge__init() 498 oe->to_tteNo = 0; in OutEdge__init() 499 oe->from_offs = 0; in OutEdge__init() 640 void OutEdgeArr__add ( OutEdgeArr* oea, OutEdge* oe ) in OutEdgeArr__add() argument 644 VG_(addToXA)(oea->edges.var, oe); in OutEdgeArr__add() 658 VG_(addToXA)(var, oe); in OutEdgeArr__add() 664 oea->edges.fixed[oea->n_fixed++] = *oe; in OutEdgeArr__add() 864 OutEdge oe; in VG_() local 865 OutEdge__init(&oe); in VG_() [all …]
|
/external/libcxx/test/libcxx/test/ |
D | format.py | 51 except OSError as oe: 52 if oe.errno != errno.ETXTBSY:
|
/external/skia/src/pathops/ |
D | SkOpCoincidence.cpp | 119 SkOpPtT* oe = oppSeg->addMissing(oppTe, coinSeg, allocator); in addIfMissing() local 120 SkASSERT(os != oe); in addIfMissing() 122 ce->addOpp(oe); in addIfMissing() 123 this->add(cs, ce, os, oe, allocator); in addIfMissing()
|
/external/icu/icu4c/source/data/translit/ |
D | la_la_FONIPA.txt | 43 oe → oj;
|
D | Any_Accents.txt | 32 $pre oe $post ↔ œ ; # LATIN SMALL LIGATURE OE
|
D | Latin_ConjoiningJamo.txt | 238 $jamoInitial {oe} ↔ $OE;
|
D | Korean_Latin_BGN.txt | 262 ᅬ → oe ; # HANGUL JUNGSEONG OE
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/ |
D | MultiStartMultivariateRealOptimizer.java | 181 } catch (OptimizationException oe) { in optimize()
|
D | MultiStartDifferentiableMultivariateRealOptimizer.java | 192 } catch (OptimizationException oe) { in optimize()
|
D | MultiStartDifferentiableMultivariateVectorialOptimizer.java | 196 } catch (OptimizationException oe) { in optimize()
|
/external/llvm/lib/CodeGen/ |
D | TargetInstrInfo.cpp | 249 oe = MI->memoperands_end(); in hasLoadFromStackSlot() local 250 o != oe; in hasLoadFromStackSlot() 269 oe = MI->memoperands_end(); in hasStoreToStackSlot() local 270 o != oe; in hasStoreToStackSlot()
|
D | MachineLICM.cpp | 408 oe = MI->memoperands_end(); o != oe; ++o) { in InstructionStoresToFI() local
|
/external/mesa3d/src/gallium/auxiliary/rtasm/ |
D | rtasm_ppc.c | 552 unsigned oe:1; member 559 emit_xo(struct ppc_function *p, uint op, uint rt, uint ra, uint rb, uint oe, in emit_xo() argument 567 inst.inst.oe = oe; in emit_xo()
|
/external/icu/icu4c/source/data/coll/ |
D | root.txt | 561 "&oe<<ɶ<<ᴔ"
|
/external/llvm/utils/TableGen/ |
D | RegisterInfoEmitter.cpp | 1254 for (unsigned oi = 1 , oe = RC.getNumOrders(); oi != oe; ++oi) { in runTargetDesc() local 1267 for (unsigned oi = 1, oe = RC.getNumOrders(); oi != oe; ++oi) in runTargetDesc() local
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ConditionalCompares.cpp | 221 for (unsigned oi = 1, oe = I.getNumOperands(); oi != oe; oi += 2) { in trivialTailPHIs() local
|
/external/icu/icu4c/source/data/rbnf/ |
D | de.txt | 16 … "&ue=\u00FC&ae=\u00E4&oe=\u00F6&[last primary ignorable ] << ' ' << ',' << '-' << '\u00AD';",
|
/external/lldb/source/Expression/ |
D | IRForTarget.cpp | 1903 for (OffsetsTy::iterator oi = offsets.begin(), oe = offsets.end(); in ReplaceStrings() local 1904 oi != oe; in ReplaceStrings() 1980 for (Instruction::op_iterator oi = inst.op_begin(), oe = inst.op_end(); in ReplaceStaticLiterals() local 1981 oi != oe; in ReplaceStaticLiterals()
|
D | IRInterpreter.cpp | 527 for (int oi = 0, oe = ii->getNumOperands(); in CanInterpret() local 528 oi != oe; in CanInterpret()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 793 multiclass XOForm_1r<bits<6> opcode, bits<9> xo, bit oe, dag OOL, dag IOL, 797 def NAME : XOForm_1<opcode, xo, oe, OOL, IOL, 801 def o : XOForm_1<opcode, xo, oe, OOL, IOL, 809 multiclass XOForm_1rcr<bits<6> opcode, bits<9> xo, bit oe, dag OOL, dag IOL, 813 def NAME : XOForm_1<opcode, xo, oe, OOL, IOL, 817 def o : XOForm_1<opcode, xo, oe, OOL, IOL, 824 multiclass XOForm_1rc<bits<6> opcode, bits<9> xo, bit oe, dag OOL, dag IOL, 829 def NAME : XOForm_1<opcode, xo, oe, OOL, IOL, 833 def o : XOForm_1<opcode, xo, oe, OOL, IOL, 839 multiclass XOForm_3r<bits<6> opcode, bits<9> xo, bit oe, dag OOL, dag IOL, [all …]
|
D | PPCInstrFormats.td | 1243 class XOForm_1<bits<6> opcode, bits<9> xo, bit oe, dag OOL, dag IOL, string asmstr, 1257 let Inst{21} = oe; 1262 class XOForm_3<bits<6> opcode, bits<9> xo, bit oe, 1264 : XOForm_1<opcode, xo, oe, OOL, IOL, asmstr, itin, pattern> {
|
/external/clang/lib/Sema/ |
D | SemaCast.cpp | 920 OverloadExpr* oe = OverloadExpr::find(SrcExpr.get()).Expression; in CheckStaticCast() local 922 << oe->getName() << DestType << OpRange in CheckStaticCast() 923 << oe->getQualifierLoc().getSourceRange(); in CheckStaticCast()
|
D | SemaDeclObjC.cpp | 175 oe = Overridden->param_end(); in CheckObjCMethodOverride() local 178 ni != ne && oi != oe; ++ni, ++oi) { in CheckObjCMethodOverride()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/ |
D | DiagBigDecimal.java | 1893 java.lang.ArithmeticException oe = null; in diagmultiply() local 2068 oe = $57; in diagmultiply() 2069 flag = (oe.getMessage()).equals("Exponent Overflow: 1000000000"); in diagmultiply() 2078 oe = $58; in diagmultiply() 2079 flag = (oe.getMessage()).equals("Exponent Overflow: 1000000002"); in diagmultiply() 2089 oe = $59; in diagmultiply() 2090 flag = (oe.getMessage()).equals("Exponent Overflow: -1000000000"); in diagmultiply() 2100 oe = $60; in diagmultiply() 2101 flag = (oe.getMessage()).equals("Exponent Overflow: -1000000002"); in diagmultiply()
|