Searched defs:oe (Results 1 - 17 of 17) 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/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.cpp690 const SkOpPtT* oe = oppSeg->existing(oppTe, coinSeg); local
691 if (overlap && os && oe && overlap->contains(os, oe)) {
697 SkASSERT(!oe || !oe->deleted());
706 const SkOpPtT* oeExisting = !oe ? oppSeg->existing(oppTe, nullptr) : nullptr;
708 FAIL_IF(osExisting && (osExisting == oe ||
709 osExisting->contains(oeExisting ? oeExisting : oe)));
726 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.c566 static void OutEdge__init ( OutEdge* oe )
568 oe->to_sNo = INV_SNO; /* invalid */
569 oe->to_tteNo = 0;
570 oe->from_offs = 0;
716 void OutEdgeArr__add ( OutEdgeArr* oea, OutEdge* oe )
720 VG_(addToXA)(oea->edges.var, oe);
734 VG_(addToXA)(var, oe);
740 oea->edges.fixed[oea->n_fixed++] = *oe;
940 OutEdge oe; local
941 OutEdge__init(&oe);
1022 OutEdge* oe = OutEdgeArr__index(&from_tteC->out_edges, j); local
1034 OutEdge* oe = OutEdgeArr__index(&here_tteC->out_edges, i); local
[all...]
/external/v8/src/crankshaft/ppc/
H A Dlithium-codegen-ppc.cc1188 OEBit oe = LeaveOE; local
1199 oe = SetOE;
1203 __ 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 446 milliseconds