/external/deqp-deps/glslang/Test/ |
D | preprocessor.include.enabled.vert | 8 #include "foo.oe>" 9 #include <foo.oe> 12 #include "foo.oe>"
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | preprocessor.include.enabled.vert | 8 #include "foo.oe>" 9 #include <foo.oe> 12 #include "foo.oe>"
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/ |
D | rx-observer.hpp | 77 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 …]
|
D | rx-subscriber.hpp | 275 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/baseResults/ |
D | preprocessor.include.enabled.vert.err | 6 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/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | preprocessor.include.enabled.vert.err | 6 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/skqp/src/pathops/ |
D | SkOpCoincidence.cpp | 701 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 …]
|
D | SkPathOpsDebug.cpp | 1806 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/skia/src/pathops/ |
D | SkOpCoincidence.cpp | 701 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 …]
|
D | SkPathOpsDebug.cpp | 1783 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/cldr/common/testData/transforms/ |
D | vec-fonipa-t-vec.txt | 2 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/ |
D | encapsulate_xla_computations_pass.cc | 306 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/ |
D | lava-tracie.yml.jinja2 | 39 os: oe 67 - oe
|
D | lava-deqp.yml.jinja2 | 39 os: oe 67 - oe
|
/external/icu/icu4c/source/data/translit/ |
D | cy_cy_FONIPA.txt | 117 ˈ { oe } s? $end → ɔːɨ; 125 ˈ { oe } [bχdðɡvfθ] $end → ɔːɨ; 131 ˈ { oe } [bχdðɡvfθ] $vowel → ɔːɨ; 144 oe → ɔɨ;
|
D | de_ASCII.txt | 13 [ö {o \u0308}] → oe;
|
D | la_la_FONIPA.txt | 47 oe → oj;
|
/external/icu/icu4c/source/data/coll/ |
D | da.txt | 22 "&oe<<œ<<<Œ"
|
/external/grpc-grpc/tools/interop_matrix/ |
D | create_testcases.sh | 40 eval docker_image=$(grep -oe '${docker_image:=.*}' $testcase)
|
/external/rust/crates/grpcio-sys/grpc/tools/interop_matrix/ |
D | create_testcases.sh | 40 eval docker_image=$(grep -oe '${docker_image:=.*}' $testcase)
|
/external/libcxx/utils/libcxx/test/ |
D | format.py | 80 except OSError as oe: 81 if oe.errno != errno.ETXTBSY:
|
/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/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | internal_matchIpaRules.txt | 94 oe o
|