Home
last modified time | relevance | path

Searched refs:oe (Results 1 – 25 of 118) sorted by relevance

12345

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-observer.hpp77 explicit OnErrorForward(onerror_t oe) : onerror(std::move(oe)) {} in OnErrorForward()
496 auto make_observer(OnError oe) in make_observer() argument
502 detail::OnNextEmpty<T>(), std::move(oe)); in make_observer()
505 auto make_observer(OnNext on, OnError oe) in make_observer() argument
511 std::move(on), std::move(oe)); in make_observer()
523 auto make_observer(OnNext on, OnError oe, OnCompleted oc) in make_observer() argument
530 std::move(on), std::move(oe), std::move(oc)); in make_observer()
544 auto make_observer(State os, OnError oe) in make_observer() argument
551 std::move(os), detail::OnNextEmpty<T>(), std::move(oe)); in make_observer()
554 auto make_observer(State os, OnNext on, OnError oe) in make_observer() argument
[all …]
Drx-subscriber.hpp275 auto make_subscriber(const OnNext& on, const OnError& oe) in make_subscriber() argument
281 observer<T, detail::stateless_observer_tag, OnNext, OnError>(on, oe)); in make_subscriber()
293 auto make_subscriber(const OnNext& on, const OnError& oe, const OnCompleted& oc) in make_subscriber() argument
300 … observer<T, detail::stateless_observer_tag, OnNext, OnError, OnCompleted>(on, oe, oc)); in make_subscriber()
352 auto make_subscriber(const composite_subscription& cs, const OnNext& on, const OnError& oe) in make_subscriber() argument
358 observer<T, detail::stateless_observer_tag, OnNext, OnError>(on, oe)); in make_subscriber()
370 auto make_subscriber(const composite_subscription& cs, const OnNext& on, const OnError& oe, const O… in make_subscriber() argument
377 … observer<T, detail::stateless_observer_tag, OnNext, OnError, OnCompleted>(on, oe, oc)); in make_subscriber()
460 auto make_subscriber(trace_id id, const OnNext& on, const OnError& oe) in make_subscriber() argument
466 observer<T, detail::stateless_observer_tag, OnNext, OnError>(on, oe)); in make_subscriber()
[all …]
/external/deqp-deps/glslang/Test/
Dpreprocessor.include.enabled.vert8 #include "foo.oe>"
9 #include <foo.oe>
12 #include "foo.oe>"
/external/deqp-deps/glslang/Test/baseResults/
Dpreprocessor.include.enabled.vert.err6 ERROR: 0:8005: '#include' : Could not process include directive for header name: foo.oe>
7 ERROR: 0:8006: '#include' : Could not process include directive for header name: foo.oe
10 ERROR: 0:8009: '#include' : Could not process include directive for header name: foo.oe>
/external/skia/src/pathops/
DSkOpCoincidence.cpp701 const SkOpPtT* oe = oppSeg->existing(oppTe, coinSeg); in addOrOverlap() local
702 if (overlap && os && oe && overlap->contains(os, oe)) { in addOrOverlap()
708 FAIL_IF(oe && oe->deleted()); in addOrOverlap()
717 const SkOpPtT* oeExisting = !oe ? oppSeg->existing(oppTe, nullptr) : nullptr; in addOrOverlap()
719 FAIL_IF(osExisting && (osExisting == oe || in addOrOverlap()
720 osExisting->contains(oeExisting ? oeExisting : oe))); in addOrOverlap()
738 FAIL_IF((ce && ce->deleted()) || (oe && oe->deleted())); in addOrOverlap()
740 if (!ce || !oe) { in addOrOverlap()
743 SkOpPtT* oeWritable = oe ? const_cast<SkOpPtT*>(oe) in addOrOverlap()
747 oe = oeWritable; in addOrOverlap()
[all …]
DSkPathOpsDebug.cpp1783 const SkOpPtT* oe = oppSeg->existing(oppTe, coinSeg); in debugAddOrOverlap() local
1784 RETURN_FALSE_IF(overlap && os && oe && overlap->contains(os, oe), oppSeg); in debugAddOrOverlap()
1788 SkASSERT(true || !oe || !oe->deleted()); in debugAddOrOverlap()
1797 const SkOpPtT* oeExisting = !oe ? oppSeg->existing(oppTe, nullptr) : nullptr; in debugAddOrOverlap()
1799 RETURN_FALSE_IF(osExisting && (osExisting == oe || in debugAddOrOverlap()
1800 osExisting->contains(oeExisting ? oeExisting : oe)), oppSeg); in debugAddOrOverlap()
1814 RETURN_FALSE_IF((ce && ce->deleted()) || (oe && oe->deleted()), coinSeg); in debugAddOrOverlap()
1816 if (!ce || !oe) { in debugAddOrOverlap()
1819 if (!oe) in debugAddOrOverlap()
1820 oe = oppSeg->debugAddT(oppTe, log); in debugAddOrOverlap()
[all …]
/external/skqp/src/pathops/
DSkOpCoincidence.cpp701 const SkOpPtT* oe = oppSeg->existing(oppTe, coinSeg); in addOrOverlap() local
702 if (overlap && os && oe && overlap->contains(os, oe)) { in addOrOverlap()
708 FAIL_IF(oe && oe->deleted()); in addOrOverlap()
717 const SkOpPtT* oeExisting = !oe ? oppSeg->existing(oppTe, nullptr) : nullptr; in addOrOverlap()
719 FAIL_IF(osExisting && (osExisting == oe || in addOrOverlap()
720 osExisting->contains(oeExisting ? oeExisting : oe))); in addOrOverlap()
738 FAIL_IF((ce && ce->deleted()) || (oe && oe->deleted())); in addOrOverlap()
740 if (!ce || !oe) { in addOrOverlap()
743 SkOpPtT* oeWritable = oe ? const_cast<SkOpPtT*>(oe) in addOrOverlap()
747 oe = oeWritable; in addOrOverlap()
[all …]
DSkPathOpsDebug.cpp1806 const SkOpPtT* oe = oppSeg->existing(oppTe, coinSeg); in debugAddOrOverlap() local
1807 RETURN_FALSE_IF(overlap && os && oe && overlap->contains(os, oe), oppSeg); in debugAddOrOverlap()
1811 SkASSERT(true || !oe || !oe->deleted()); in debugAddOrOverlap()
1820 const SkOpPtT* oeExisting = !oe ? oppSeg->existing(oppTe, nullptr) : nullptr; in debugAddOrOverlap()
1822 RETURN_FALSE_IF(osExisting && (osExisting == oe || in debugAddOrOverlap()
1823 osExisting->contains(oeExisting ? oeExisting : oe)), oppSeg); in debugAddOrOverlap()
1837 RETURN_FALSE_IF((ce && ce->deleted()) || (oe && oe->deleted()), coinSeg); in debugAddOrOverlap()
1839 if (!ce || !oe) { in debugAddOrOverlap()
1842 if (!oe) in debugAddOrOverlap()
1843 oe = oppSeg->debugAddT(oppTe, log); in debugAddOrOverlap()
[all …]
/external/cldr/common/testData/transforms/
Dvec-fonipa-t-vec.txt2 Artìgoło aɾˈtiɡoe̯o
13 Regołamento ɾeɡoe̯ameŋto
89 partegołar paɾteɡoe̯aɾ
/external/tensorflow/tensorflow/compiler/jit/
Dencapsulate_xla_computations_pass.cc306 for (const Edge* oe : output_node->out_edges()) { in BuildXlaLaunchOps() local
307 TF_RET_CHECK(!oe->IsControlEdge()); in BuildXlaLaunchOps()
309 {oe->dst(), oe->dst_input()}); in BuildXlaLaunchOps()
/external/mesa3d/.gitlab-ci/
Dlava-tracie.yml.jinja239 os: oe
67 - oe
Dlava-deqp.yml.jinja239 os: oe
67 - oe
/external/icu/icu4c/source/data/translit/
Dcy_cy_FONIPA.txt117 ˈ { oe } s? $end → ɔːɨ;
125 ˈ { oe } [bχdðɡvfθ] $end → ɔːɨ;
131 ˈ { oe } [bχdðɡvfθ] $vowel → ɔːɨ;
144 oe → ɔɨ;
Dde_ASCII.txt13 [ö {o \u0308}] → oe;
Dla_la_FONIPA.txt47 oe → oj;
/external/icu/icu4c/source/data/coll/
Dda.txt22 "&oe<<œ<<<Œ"
/external/grpc-grpc/tools/interop_matrix/
Dcreate_testcases.sh40 eval docker_image=$(grep -oe '${docker_image:=.*}' $testcase)
/external/rust/crates/grpcio-sys/grpc/tools/interop_matrix/
Dcreate_testcases.sh40 eval docker_image=$(grep -oe '${docker_image:=.*}' $testcase)
/external/libcxx/utils/libcxx/test/
Dformat.py80 except OSError as oe:
81 if oe.errno != errno.ETXTBSY:
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/
DMultiStartDifferentiableMultivariateRealOptimizer.java192 } catch (OptimizationException oe) { in optimize()
DMultiStartMultivariateRealOptimizer.java181 } catch (OptimizationException oe) { in optimize()
DMultiStartDifferentiableMultivariateVectorialOptimizer.java196 } catch (OptimizationException oe) { in optimize()
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/
Dinternal_matchIpaRules.txt94 oe o
/external/libxkbcommon/test/data/symbols/
Dch23 key <AD09> { [ o, O, oe, OE ] };
143 key <AD01> { [ q, Q, oe, OE ] };
/external/llvm/lib/CodeGen/
DTargetInstrInfo.cpp310 oe = MI.memoperands_end(); in hasLoadFromStackSlot() local
311 o != oe; ++o) { in hasLoadFromStackSlot()
329 oe = MI.memoperands_end(); in hasStoreToStackSlot() local
330 o != oe; ++o) { in hasStoreToStackSlot()

12345