/external/Reactive-Extensions/RxCpp/projects/CMake/ |
D | CMakeLists.txt | 14 add_subdirectory(${RXCPP_DIR}/Rx/v2/test ${CMAKE_CURRENT_BINARY_DIR}/test) 18 set(EXAMPLES_DIR ${RXCPP_DIR}/Rx/v2/examples) 29 ${RXCPP_DIR}/Rx/v2/src/rxcpp/operators/rx-all.hpp 30 ${RXCPP_DIR}/Rx/v2/src/rxcpp/operators/rx-amb.hpp 31 ${RXCPP_DIR}/Rx/v2/src/rxcpp/operators/rx-any.hpp 32 ${RXCPP_DIR}/Rx/v2/src/rxcpp/operators/rx-buffer_count.hpp 33 ${RXCPP_DIR}/Rx/v2/src/rxcpp/operators/rx-buffer_time.hpp 34 ${RXCPP_DIR}/Rx/v2/src/rxcpp/operators/rx-buffer_time_count.hpp 35 ${RXCPP_DIR}/Rx/v2/src/rxcpp/operators/rx-combine_latest.hpp 36 ${RXCPP_DIR}/Rx/v2/src/rxcpp/operators/rx-concat.hpp [all …]
|
/external/tcpdump/tests/ |
D | bfd-raw-auth-md5-v.out | 7 Required min Rx Interval: 1000 ms 18 Required min Rx Interval: 1000 ms 29 Required min Rx Interval: 1000 ms 40 Required min Rx Interval: 1000 ms 51 Required min Rx Interval: 1000 ms 62 Required min Rx Interval: 1000 ms 73 Required min Rx Interval: 1000 ms 84 Required min Rx Interval: 1000 ms 95 Required min Rx Interval: 1000 ms 106 Required min Rx Interval: 1000 ms [all …]
|
D | bfd-raw-auth-sha1-v.out | 7 Required min Rx Interval: 1000 ms 18 Required min Rx Interval: 1000 ms 29 Required min Rx Interval: 1000 ms 40 Required min Rx Interval: 1000 ms 51 Required min Rx Interval: 1000 ms 62 Required min Rx Interval: 1000 ms 73 Required min Rx Interval: 1000 ms 84 Required min Rx Interval: 1000 ms 95 Required min Rx Interval: 1000 ms 106 Required min Rx Interval: 1000 ms [all …]
|
D | bfd-raw-auth-simple-v.out | 7 Required min Rx Interval: 1000 ms 17 Required min Rx Interval: 1000 ms 27 Required min Rx Interval: 1000 ms 37 Required min Rx Interval: 1000 ms 47 Required min Rx Interval: 1000 ms 57 Required min Rx Interval: 1000 ms 67 Required min Rx Interval: 1000 ms 77 Required min Rx Interval: 1000 ms 87 Required min Rx Interval: 1000 ms 97 Required min Rx Interval: 1000 ms [all …]
|
D | atm-heapoverflow.out | 1 Rx: VPI:0 VCI:5 [|atm]
|
/external/Reactive-Extensions/RxCpp/projects/nuget/ |
D | rxcpp.autoconfig | 12 summary: "The Reactive Extensions (Rx) asynchronous algorithm library"; 17 tags: { RxCpp, RxC++, Rx, Reactive, Observable, Functional, native, nativepackage}; 25 include: { "${SDK_RX}Rx\v2\src\**\*" }; 26 docs: { ${SDK_RX}AUTHORS.txt, ${SDK_RX}Rx\v2\license.txt, ${SDK_RX}Rx\v2\examples\**\* };
|
/external/Reactive-Extensions/RxCpp/ |
D | AUTHORS.txt | 1 List of contributors to the Rx libraries 3 Rx and Ix.NET: 17 Rx.js and Ix.js: 39 Rx++ and Ix++:
|
D | README.md | 20 Add `Rx/v2/src` to the include paths 26 namespace Rx { 32 using namespace Rx; 102 Rx::map([](const string&){return 0;}); 111 return w | start_with<string>("") | sum() | Rx::map(removespaces); 132 * C#: [Rx.NET](https://github.com/Reactive-Extensions/Rx.NET) 235 …te that all code submissions will be rigorously reviewed and tested by the Rx Team, and only those…
|
D | Android.bp | 35 export_include_dirs: ["Rx/v2/src"] 42 "Rx/v2/test/**/*.cpp",
|
/external/rust/crates/tokio/src/sync/mpsc/ |
D | chan.rs | 26 pub(crate) struct Rx<T, S: Semaphore> { struct 30 impl<T, S: Semaphore + fmt::Debug> fmt::Debug for Rx<T, S> { argument 86 list: list::Rx<T>, 104 pub(crate) fn channel<T, S: Semaphore>(semaphore: S) -> (Tx<T, S>, Rx<T, S>) { in channel() 119 (Tx::new(chan.clone()), Rx::new(chan)) in channel() 195 impl<T, S: Semaphore> Rx<T, S> { implementation 196 fn new(chan: Arc<Chan<T, S>>) -> Rx<T, S> { in new() 197 Rx { inner: chan } in new() 268 impl<T, S: Semaphore> Drop for Rx<T, S> { implementation
|
D | list.rs | 22 pub(crate) struct Rx<T> { struct 33 pub(crate) fn channel<T>() -> (Tx<T>, Rx<T>) { in channel() argument 45 let rx = Rx { in channel() 220 impl<T> Rx<T> { implementation 331 impl<T> fmt::Debug for Rx<T> { implementation
|
D | unbounded.rs | 42 chan: chan::Rx<T, Semaphore>, 76 pub(crate) fn new(chan: chan::Rx<T, Semaphore>) -> UnboundedReceiver<T> { in new()
|
D | bounded.rs | 45 chan: chan::Rx<T, Semaphore>, 108 pub(crate) fn new(chan: chan::Rx<T, Semaphore>) -> Receiver<T> { in new()
|
/external/Reactive-Extensions/RxCpp/Rx/v2/examples/linesfrombytes/ |
D | main.cpp | 17 namespace Rx { namespace 23 using namespace Rx; 93 Rx::map([](const string&){return 0;}); in main() 102 return w | start_with<string>("") | sum() | Rx::map(removespaces); in main()
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCInstr64Bit.td | 987 def : InstAlias<"mtxer $Rx", (MTSPR8 1, g8rc:$Rx)>; 988 def : InstAlias<"mfxer $Rx", (MFSPR8 g8rc:$Rx, 1)>; 990 def : InstAlias<"mtudscr $Rx", (MTSPR8 3, g8rc:$Rx)>; 991 def : InstAlias<"mfudscr $Rx", (MFSPR8 g8rc:$Rx, 3)>; 993 def : InstAlias<"mfrtcu $Rx", (MFSPR8 g8rc:$Rx, 4)>; 994 def : InstAlias<"mfrtcl $Rx", (MFSPR8 g8rc:$Rx, 5)>; 996 def : InstAlias<"mtlr $Rx", (MTSPR8 8, g8rc:$Rx)>; 997 def : InstAlias<"mflr $Rx", (MFSPR8 g8rc:$Rx, 8)>; 999 def : InstAlias<"mtctr $Rx", (MTSPR8 9, g8rc:$Rx)>; 1000 def : InstAlias<"mfctr $Rx", (MFSPR8 g8rc:$Rx, 9)>; [all …]
|
D | PPCInstrInfo.td | 4627 def : InstAlias<"mftb $Rx", (MFTB gprc:$Rx, 268)>; 4628 def : InstAlias<"mftbl $Rx", (MFTB gprc:$Rx, 268)>; 4629 def : InstAlias<"mftbu $Rx", (MFTB gprc:$Rx, 269)>; 4634 def : InstAlias<"mfbr"#BR#" $Rx", 4635 (MFDCR gprc:$Rx, !add(BR, 0x80))>, 4637 def : InstAlias<"mtbr"#BR#" $Rx", 4638 (MTDCR gprc:$Rx, !add(BR, 0x80))>, 4645 def : InstAlias<"mtxer $Rx", (MTSPR 1, gprc:$Rx)>; 4646 def : InstAlias<"mfxer $Rx", (MFSPR gprc:$Rx, 1)>; 4648 def : InstAlias<"mtudscr $Rx", (MTSPR 3, gprc:$Rx)>; [all …]
|
/external/Reactive-Extensions/RxCpp/projects/doxygen/ |
D | mainpage.dox | 8 Introduction to Rx --- http://www.introtorx.com 10 Interactive diagrams of Rx Observables --- http://rxmarbles.io
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 3752 def : InstAlias<"mtxer $Rx", (MTSPR 1, gprc:$Rx)>; 3753 def : InstAlias<"mfxer $Rx", (MFSPR gprc:$Rx, 1)>; 3755 def : InstAlias<"mfrtcu $Rx", (MFSPR gprc:$Rx, 4)>; 3756 def : InstAlias<"mfrtcl $Rx", (MFSPR gprc:$Rx, 5)>; 3758 def : InstAlias<"mtdscr $Rx", (MTSPR 17, gprc:$Rx)>; 3759 def : InstAlias<"mfdscr $Rx", (MFSPR gprc:$Rx, 17)>; 3761 def : InstAlias<"mtdsisr $Rx", (MTSPR 18, gprc:$Rx)>; 3762 def : InstAlias<"mfdsisr $Rx", (MFSPR gprc:$Rx, 18)>; 3764 def : InstAlias<"mtdar $Rx", (MTSPR 19, gprc:$Rx)>; 3765 def : InstAlias<"mfdar $Rx", (MFSPR gprc:$Rx, 19)>; [all …]
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfoV4.td | 1050 // memd(Rx++#s4:3)=Rtt 1051 // memd(Rx++#s4:3:circ(Mu))=Rtt 1052 // memd(Rx++I:circ(Mu))=Rtt 1053 // memd(Rx++Mu)=Rtt 1054 // memd(Rx++Mu:brev)=Rtt 1131 // mem[bhw](Rx++#s4:3)=#s8 1132 // if ([!]Pv[.new]) mem[bhw](Rx++#s4:3)=#s6 1208 // memb(Rx++#s4:0:circ(Mu))=Rt 1209 // memb(Rx++I:circ(Mu))=Rt 1210 // memb(Rx++Mu)=Rt [all …]
|
D | HexagonIsetDx.td | 134 (outs IntRegs:$Rx), 136 "$Rx = add($_src_, #$s7)" , 138 "$_src_ = $Rx"> { 139 bits<4> Rx; 143 let Inst{3-0} = Rx; 321 (outs IntRegs:$Rx), 323 "$Rx = add($_src_, $Rs)" , 325 "$_src_ = $Rx"> { 326 bits<4> Rx; 330 let Inst{3-0} = Rx;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 4429 def : InstAlias<"mtxer $Rx", (MTSPR 1, gprc:$Rx)>; 4430 def : InstAlias<"mfxer $Rx", (MFSPR gprc:$Rx, 1)>; 4432 def : InstAlias<"mfrtcu $Rx", (MFSPR gprc:$Rx, 4)>; 4433 def : InstAlias<"mfrtcl $Rx", (MFSPR gprc:$Rx, 5)>; 4435 def : InstAlias<"mtdscr $Rx", (MTSPR 17, gprc:$Rx)>; 4436 def : InstAlias<"mfdscr $Rx", (MFSPR gprc:$Rx, 17)>; 4438 def : InstAlias<"mtdsisr $Rx", (MTSPR 18, gprc:$Rx)>; 4439 def : InstAlias<"mfdsisr $Rx", (MFSPR gprc:$Rx, 18)>; 4441 def : InstAlias<"mtdar $Rx", (MTSPR 19, gprc:$Rx)>; 4442 def : InstAlias<"mfdar $Rx", (MFSPR gprc:$Rx, 19)>; [all …]
|
/external/skia/modules/svg/include/ |
D | SkSVGEllipse.h | 22 SVG_ATTR(Rx, SkSVGLength, SkSVGLength(0))
|
D | SkSVGRect.h | 25 SVG_OPTIONAL_ATTR(Rx, SkSVGLength)
|
/external/capstone/arch/PowerPC/ |
D | PPCGenAsmWriter.inc | 6808 // (MFDCR gprc:$Rx, 128) 6817 // (MFDCR gprc:$Rx, 129) 6826 // (MFDCR gprc:$Rx, 130) 6835 // (MFDCR gprc:$Rx, 131) 6844 // (MFDCR gprc:$Rx, 132) 6853 // (MFDCR gprc:$Rx, 133) 6862 // (MFDCR gprc:$Rx, 134) 6871 // (MFDCR gprc:$Rx, 135) 6882 // (MFSPR gprc:$Rx, 1) 6891 // (MFSPR gprc:$Rx, 4) [all …]
|
/external/llvm-project/llvm/test/CodeGen/Hexagon/ |
D | sffms.ll | 3 ; Check that "Rx-=sfmpy(Rs,Rt)" is being generated for "fsub(fmul(..))"
|