Searched defs:oe (Results 1 - 18 of 18) sorted by relevance

/external/libedit/src/
H A Drefresh.c504 Char *ofd, *ols, *oe, *nfd, *nls, *ne; local
531 oe = o;
532 *oe = '\0';
621 if ((oe - ols) < MIN_END_KEEP) {
622 ols = oe;
649 ols = oe;
653 ols = oe;
665 ols = oe;
669 ols = oe;
692 ELRE_DEBUG(1, (__F, "ofd %d, osb %d, ose %d, ols %d, oe
[all...]
/external/mesa3d/src/gallium/auxiliary/rtasm/
H A Drtasm_ppc.c552 unsigned oe:1; member in struct:xo_inst::__anon14477
559 emit_xo(struct ppc_function *p, uint op, uint rt, uint ra, uint rb, uint oe, argument
567 inst.inst.oe = oe;
/external/clang/lib/Sema/
H A DSemaCast.cpp922 OverloadExpr* oe = OverloadExpr::find(SrcExpr.get()).Expression; local
924 << oe->getName() << DestType << OpRange
925 << oe->getQualifierLoc().getSourceRange();
H A DSemaDeclObjC.cpp175 oe = Overridden->param_end(); local
178 ni != ne && oi != oe; ++ni, ++oi) {
H A DSemaDecl.cpp3312 oe = oldMethod->param_end(); local
3315 ni != ne && oi != oe; ++ni, ++oi)
/external/skia/src/pathops/
H A DSkOpCoincidence.cpp691 const SkOpPtT* oe = oppSeg->existing(oppTe, coinSeg); local
692 if (overlap && os && oe && overlap->contains(os, oe)) {
698 SkASSERT(!oe || !oe->deleted());
707 const SkOpPtT* oeExisting = !oe ? oppSeg->existing(oppTe, nullptr) : nullptr;
709 FAIL_IF(osExisting && (osExisting == oe ||
710 osExisting->contains(oeExisting ? oeExisting : oe)));
727 FAIL_IF((ce && ce->deleted()) || (oe && oe
[all...]
H A DSkPathOpsDebug.cpp1799 const SkOpPtT* oe = oppSeg->existing(oppTe, coinSeg); local
1800 RETURN_FALSE_IF(overlap && os && oe && overlap->contains(os, oe), oppSeg);
1804 SkASSERT(true || !oe || !oe->deleted());
1813 const SkOpPtT* oeExisting = !oe ? oppSeg->existing(oppTe, nullptr) : nullptr;
1815 RETURN_FALSE_IF(osExisting && (osExisting == oe ||
1816 osExisting->contains(oeExisting ? oeExisting : oe)), oppSeg);
1830 RETURN_FALSE_IF((ce && ce->deleted()) || (oe && oe
[all...]
/external/valgrind/coregrind/
H A Dm_transtab.c495 static void OutEdge__init ( OutEdge* oe )
497 oe->to_sNo = INV_SNO; /* invalid */
498 oe->to_tteNo = 0;
499 oe->from_offs = 0;
640 void OutEdgeArr__add ( OutEdgeArr* oea, OutEdge* oe )
644 VG_(addToXA)(oea->edges.var, oe);
658 VG_(addToXA)(var, oe);
664 oea->edges.fixed[oea->n_fixed++] = *oe;
864 OutEdge oe; local
865 OutEdge__init(&oe);
945 OutEdge* oe = OutEdgeArr__index(&from_tte->out_edges, j); local
957 OutEdge* oe = OutEdgeArr__index(&here_tte->out_edges, i); local
[all...]
/external/v8/src/crankshaft/ppc/
H A Dlithium-codegen-ppc.cc1184 OEBit oe = LeaveOE; local
1195 oe = SetOE;
1199 __ neg(result, dividend, oe, SetRC);
/external/guice/extensions/persist/lib/
H A Dxwork-2.0.4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/opensymphony/ com/opensymphony/xwork2/ com/opensymphony/xwork2/config/ ...
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...
/external/guice/extensions/struts2/lib/
H A Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0.dtd xwork ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 503 milliseconds