| /external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/ |
| D | rx-subscriber.hpp | 275 auto make_subscriber(const OnNext& on, const OnError& oe) in make_subscriber() 293 auto make_subscriber(const OnNext& on, const OnError& oe, const OnCompleted& oc) in make_subscriber() 352 auto make_subscriber(const composite_subscription& cs, const OnNext& on, const OnError& oe) in make_subscriber() 370 auto make_subscriber(const composite_subscription& cs, const OnNext& on, const OnError& oe, const O… in make_subscriber() 460 auto make_subscriber(trace_id id, const OnNext& on, const OnError& oe) in make_subscriber() 469 …make_subscriber(trace_id id, const composite_subscription& cs, const OnNext& on, const OnError& oe) in make_subscriber() 496 auto make_subscriber(trace_id id, const OnNext& on, const OnError& oe, const OnCompleted& oc) in make_subscriber() 506 …er(trace_id id, const composite_subscription& cs, const OnNext& on, const OnError& oe, const OnCom… in make_subscriber() 599 …make_subscriber(const subscriber<OtherT, OtherObserver>& scbr, const OnNext& on, const OnError& oe) in make_subscriber() 610 …er(const subscriber<OtherT, OtherObserver>& scbr, trace_id id, const OnNext& on, const OnError& oe) in make_subscriber() [all …]
|
| D | rx-observer.hpp | 496 auto make_observer(OnError oe) in make_observer() 505 auto make_observer(OnNext on, OnError oe) in make_observer() 523 auto make_observer(OnNext on, OnError oe, OnCompleted oc) in make_observer() 544 auto make_observer(State os, OnError oe) in make_observer() 554 auto make_observer(State os, OnNext on, OnError oe) in make_observer() 573 auto make_observer(State os, OnNext on, OnError oe, OnCompleted oc) in make_observer() 599 auto make_observer_dynamic(OnNext&& on, OnError&& oe) in make_observer_dynamic() 617 auto make_observer_dynamic(OnNext&& on, OnError&& oe, OnCompleted&& oc) in make_observer_dynamic()
|
| /external/tensorflow/tensorflow/compiler/jit/ |
| D | encapsulate_xla_computations_pass.cc | 306 for (const Edge* oe : output_node->out_edges()) { in BuildXlaLaunchOps() local
|
| /external/llvm/lib/Target/AArch64/ |
| D | AArch64ConditionalCompares.cpp | 218 for (unsigned oi = 1, oe = I.getNumOperands(); oi != oe; oi += 2) { in trivialTailPHIs() local
|
| /external/llvm-project/llvm/lib/Target/AArch64/ |
| D | AArch64ConditionalCompares.cpp | 222 for (unsigned oi = 1, oe = I.getNumOperands(); oi != oe; oi += 2) { in trivialTailPHIs() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
| D | AArch64ConditionalCompares.cpp | 222 for (unsigned oi = 1, oe = I.getNumOperands(); oi != oe; oi += 2) { in trivialTailPHIs() local
|
| /external/llvm/utils/TableGen/ |
| D | RegisterInfoEmitter.cpp | 1293 for (unsigned oi = 1 , oe = RC.getNumOrders(); oi != oe; ++oi) { in runTargetDesc() local 1306 for (unsigned oi = 1, oe = RC.getNumOrders(); oi != oe; ++oi) in runTargetDesc() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | TargetInstrInfo.cpp | 356 oe = MI.memoperands_end(); in hasLoadFromStackSlot() local 370 oe = MI.memoperands_end(); in hasStoreToStackSlot() local
|
| /external/llvm-project/llvm/utils/TableGen/ |
| D | RegisterInfoEmitter.cpp | 1384 for (unsigned oi = 1 , oe = RC.getNumOrders(); oi != oe; ++oi) { in runTargetDesc() local 1397 for (unsigned oi = 1, oe = RC.getNumOrders(); oi != oe; ++oi) in runTargetDesc() local
|
| /external/llvm/lib/CodeGen/ |
| D | TargetInstrInfo.cpp | 310 oe = MI.memoperands_end(); in hasLoadFromStackSlot() local 329 oe = MI.memoperands_end(); in hasStoreToStackSlot() local
|
| /external/llvm-project/llvm/lib/CodeGen/ |
| D | TargetInstrInfo.cpp | 366 oe = MI.memoperands_end(); in hasLoadFromStackSlot() local 380 oe = MI.memoperands_end(); in hasStoreToStackSlot() local
|
| /external/brotli/js/ |
| D | decode.min.js | 1 …i=16;i>0;)e>>>i!=0&&(t+=i,e>>>=i),i>>=1;return t+e}function i(e,t,i){return 16+t+2*(i<<e)}function…
|
| /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/ |
| D | DiagBigDecimalTest.java | 1670 java.lang.ArithmeticException oe = null; in diagmultiply() local
|
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bigdec/ |
| D | DiagBigDecimalTest.java | 1673 java.lang.ArithmeticException oe = null; in diagmultiply() local
|
| /external/llvm-project/lldb/source/Expression/ |
| D | IRInterpreter.cpp | 591 for (unsigned oi = 0, oe = ii.getNumOperands(); oi != oe; ++oi) { in CanInterpret() local
|
| /external/skqp/src/pathops/ |
| D | SkOpCoincidence.cpp | 701 const SkOpPtT* oe = oppSeg->existing(oppTe, coinSeg); in addOrOverlap() local
|
| /external/skia/src/pathops/ |
| D | SkOpCoincidence.cpp | 701 const SkOpPtT* oe = oppSeg->existing(oppTe, coinSeg); in addOrOverlap() local
|
| /external/tensorflow/tensorflow/compiler/tf2xla/ |
| D | functionalize_cond.cc | 1239 const Edge* oe = *node->out_edges().begin(); in RemoveRedundantMerge() local
|
| /external/clang/lib/Sema/ |
| D | SemaCast.cpp | 922 OverloadExpr* oe = OverloadExpr::find(SrcExpr.get()).Expression; in CheckStaticCast() local
|
| /external/llvm-project/clang/lib/Sema/ |
| D | SemaCast.cpp | 1127 OverloadExpr* oe = OverloadExpr::find(SrcExpr.get()).Expression; in CheckStaticCast() local
|
| /external/openscreen/third_party/abseil/src/absl/types/ |
| D | optional_test.cc | 1343 OS oe(absl::in_place, n, 'e'); in TEST() local
|
| /external/webrtc/third_party/abseil-cpp/absl/types/ |
| D | optional_test.cc | 1345 OS oe(absl::in_place, n, 'e'); in TEST() local
|
| /external/libtextclassifier/abseil-cpp/absl/types/ |
| D | optional_test.cc | 1343 OS oe(absl::in_place, n, 'e'); in TEST() local
|
| /external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/ |
| D | optional_test.cc | 1343 OS oe(absl::in_place, n, 'e'); in TEST() local
|
| /external/angle/third_party/abseil-cpp/absl/types/ |
| D | optional_test.cc | 1343 OS oe(absl::in_place, n, 'e'); in TEST() local
|