HomeSort by relevance Sort by last modified time
    Searched refs:oe (Results 1 - 25 of 73) sorted by null

1 2 3

  /external/libedit/src/
refresh.c 504 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 %d\n"
    [all...]
  /prebuilts/go/darwin-x86/src/net/
dial_unix_test.go 101 oe, ok := err.(*OpError)
102 if !ok || oe.Op != "dial" {
105 if oe.Err != ctx.Err() {
ipsock_plan9.go 138 oe, ok := err.(*OpError)
154 if nonNilInterface(oe.Source) {
155 oe.Source = nil
157 if nonNilInterface(oe.Addr) {
158 oe.Addr = nil
160 if pe, ok := oe.Err.(*os.PathError); ok {
162 oe.Err = pe.Err
  /prebuilts/go/linux-x86/src/net/
dial_unix_test.go 101 oe, ok := err.(*OpError)
102 if !ok || oe.Op != "dial" {
105 if oe.Err != ctx.Err() {
ipsock_plan9.go 138 oe, ok := err.(*OpError)
154 if nonNilInterface(oe.Source) {
155 oe.Source = nil
157 if nonNilInterface(oe.Addr) {
158 oe.Addr = nil
160 if pe, ok := oe.Err.(*os.PathError); ok {
162 oe.Err = pe.Err
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mt/
msys.s 48 ; type operand: odd, even, oe
50 mrcfbcb R0,#0,#oe,#0,#0,#0,#0,#0,#0 ; oe = 2
53 mrcfbcb R0,#0,#OE,#0,#0,#0,#0,#0,#0
  /external/skia/src/pathops/
SkOpCoincidence.cpp 690 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->deleted()))
    [all...]
SkPathOpsDebug.cpp 1799 const SkOpPtT* oe = oppSeg->existing(oppTe, coinSeg); local
    [all...]
  /external/skqp/src/pathops/
SkOpCoincidence.cpp 690 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->deleted()))
    [all...]
SkPathOpsDebug.cpp 1799 const SkOpPtT* oe = oppSeg->existing(oppTe, coinSeg); local
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/
MultiStartDifferentiableMultivariateRealOptimizer.java 192 } catch (OptimizationException oe) {
MultiStartMultivariateRealOptimizer.java 181 } catch (OptimizationException oe) {
MultiStartDifferentiableMultivariateVectorialOptimizer.java 196 } catch (OptimizationException oe) {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
TargetInstrInfoImpl.cpp 169 oe = MI->memoperands_end();
170 o != oe;
187 oe = MI->memoperands_end();
188 o != oe;
MachineLICM.cpp 371 oe = MI->memoperands_end(); o != oe; ++o) {
    [all...]
  /external/valgrind/coregrind/
m_transtab.c 566 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
1022 OutEdge* oe = OutEdgeArr__index(&from_tteC->out_edges, j); local
1034 OutEdge* oe = OutEdgeArr__index(&here_tteC->out_edges, i); local
    [all...]
  /external/libcxx/utils/libcxx/test/
format.py 80 except OSError as oe:
81 if oe.errno != errno.ETXTBSY:
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/libcxx/test/
format.py 80 except OSError as oe:
81 if oe.errno != errno.ETXTBSY:
  /external/swiftshader/third_party/LLVM/utils/TableGen/
RegisterInfoEmitter.cpp 640 for (unsigned oi = 1 , oe = RC.getNumOrders(); oi != oe; ++oi) {
651 for (unsigned oi = 1, oe = RC.getNumOrders(); oi != oe; ++oi)
  /prebuilts/go/darwin-x86/src/log/syslog/
syslog_test.go 35 if oe, ok := err.(*net.OpError); ok {
36 if ct < 3 && oe.Temporary() {
  /prebuilts/go/linux-x86/src/log/syslog/
syslog_test.go 35 if oe, ok := err.(*net.OpError); ok {
36 if ct < 3 && oe.Temporary() {
  /external/llvm/lib/Target/AArch64/
AArch64ConditionalCompares.cpp 218 for (unsigned oi = 1, oe = I.getNumOperands(); oi != oe; oi += 2) {
  /external/llvm/lib/CodeGen/
TargetInstrInfo.cpp 310 oe = MI.memoperands_end();
311 o != oe; ++o) {
329 oe = MI.memoperands_end();
330 o != oe; ++o) {
    [all...]
  /external/llvm/utils/TableGen/
RegisterInfoEmitter.cpp     [all...]
  /external/v8/benchmarks/
regexp.js     [all...]

Completed in 953 milliseconds

1 2 3