/external/u-boot/board/Seagate/goflexhome/ |
D | goflexhome.c | 149 u32 oe; in set_leds() local 153 oe = readl(&r->oe) | BOTH_LEDS; in set_leds() 154 writel(oe & ~leds, &r->oe); /* active low */ in set_leds()
|
/external/u-boot/drivers/pinctrl/ |
D | pinctrl-sti.c | 94 int oe = 0, pu = 0, od = 0; in sti_pin_configure() local 128 oe = 0; pu = 0; od = 0; in sti_pin_configure() 131 oe = 0; pu = 1; od = 0; in sti_pin_configure() 134 oe = 1; pu = 0; od = 0; in sti_pin_configure() 137 oe = 1; pu = 0; od = 1; in sti_pin_configure() 140 oe = 1; pu = 1; od = 1; in sti_pin_configure() 179 if (oe) in sti_pin_configure()
|
/external/angle/third_party/glslang/src/Test/ |
D | preprocessor.include.enabled.vert | 8 #include "foo.oe>" 9 #include <foo.oe> 12 #include "foo.oe>"
|
/external/deqp-deps/glslang/Test/ |
D | preprocessor.include.enabled.vert | 8 #include "foo.oe>" 9 #include <foo.oe> 12 #include "foo.oe>"
|
/external/u-boot/board/Seagate/dockstar/ |
D | dockstar.c | 147 u32 oe = readl(&r->oe) | BOTH_LEDS; in set_leds() local 148 writel(oe & ~leds, &r->oe); /* active low */ in set_leds()
|
/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/u-boot/arch/arm/mach-mvebu/ |
D | gpio.c | 27 writel(gpp0_oe, &gpio0reg->oe); in mvebu_config_gpio() 28 writel(gpp1_oe, &gpio1reg->oe); in mvebu_config_gpio()
|
/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/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 …]
|
/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 …]
|
/external/u-boot/arch/arm/dts/ |
D | omap-gpmc-smsc9221.dtsi | 38 gpmc,oe-on-ns = <0>; 39 gpmc,oe-off-ns = <42>;
|
D | omap-gpmc-smsc911x.dtsi | 36 gpmc,oe-on-ns = <45>; 37 gpmc,oe-off-ns = <140>;
|
D | omap3-igep.dtsi | 130 gpmc,oe-off-ns = <54>; 161 gpmc,oe-on-ns = <18>; 162 gpmc,oe-off-ns = <96>;
|
/external/u-boot/board/technexion/tao3530/ |
D | tao3530.c | 135 writel(~(GPIO10 | GPIO8 | GPIO2 | GPIO1), &gpio6_base->oe); in misc_init_r() 137 GPIO15 | GPIO14 | GPIO13 | GPIO12), &gpio5_base->oe); in misc_init_r()
|
/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/u-boot/drivers/gpio/ |
D | 74x164_gpio.c | 33 struct gpio_desc oe; member 155 ret = gpio_request_by_name(dev, "oe-gpios", 0, &priv->oe, in gen_74x164_probe()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | encapsulate_xla_computations_pass.cc | 312 for (const Edge* oe : output_node->out_edges()) { in BuildXlaLaunchOps() local 313 TF_RET_CHECK(!oe->IsControlEdge()); in BuildXlaLaunchOps() 315 {oe->dst(), oe->dst_input()}); in BuildXlaLaunchOps()
|
/external/u-boot/include/bedbug/ |
D | ppc.h | 242 #define XO_OPCODE(i,xo,oe,rc) (MAKE_OPCODE(i) | (((oe) & 0x1) << 10) | \ argument
|
/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 | 116 ˈ { oe } s? $end → ɔːɨ; 124 ˈ { oe } [bχdðɡvfθ] $end → ɔːɨ; 130 ˈ { oe } [bχdðɡvfθ] $vowel → ɔːɨ; 143 oe → ɔɨ;
|
D | de_ASCII.txt | 12 [ö {o \u0308}] → oe;
|
/external/icu/icu4c/source/data/coll/ |
D | da.txt | 22 "&oe<<œ<<<Œ"
|