/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/ |
D | sync_broadcast.rs | 116 let mut recv1 = task::spawn(rx1.recv()); in send_two_recv_bounded() localVariable 134 let mut recv1 = task::spawn(rx1.recv()); in send_two_recv_bounded() localVariable 176 let mut recv1 = task::spawn(rx1.recv()); in send_slow_rx() localVariable 195 let mut recv1 = task::spawn(rx1.recv()); in send_slow_rx() localVariable 330 let mut recv1 = task::spawn(rx1.recv()); in dropping_tx_notifies_rx() localVariable
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/ |
H A D | encapsulate_subgraphs_pass_test.cc | 1054 Node* recv1 = RecvAtHost( in TEST() local 1152 Node* recv1 = RecvAtHost( in TEST() local 1324 Node* recv1 = RecvAtHost( in TEST() local 1491 Node* recv1 = RecvAtHost(ops::NodeOut(key_constant1, 0), "F1", "F1", "O1", in TEST() local 1607 Node* recv1 = RecvAtHost(ops::NodeOut(key_constant, 0), "F1", "F1", "O1", in TEST() local 1704 Node* recv1 = RecvAtHost(ops::NodeOut(key_constant, 0), "F1", "F1", "O1", in TEST() local 1760 Node* recv1 = in TEST() local 1814 Node* recv1 = RecvAtHost(ops::NodeOut(key_constant, 0), "F1", "F1", "O1", in TEST() local 1870 Node* recv1 = in TEST() local 1928 Node* recv1 = RecvAtHost(ops::NodeOut(key_constant, 0), "F1", "F1", "O1", in TEST() local [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/ |
H A D | constant_folding_test.cc | 411 auto recv1 = ops::_Recv(s.WithOpName("recv1"), DT_FLOAT, "recv1", "sender", in TEST_F() local 428 Node* recv1 = index.at("recv1"); in TEST_F() local 450 Output recv1 = ops::_Recv(s.WithOpName("recv1"), DT_FLOAT, "recv1", in TEST_F() local 471 Node* recv1 = orig_index.at("recv1"); in TEST_F() local 532 Output recv1 = ops::_Recv(s.WithOpName("recv1"), DT_FLOAT, "recv1", in TEST_F() local 550 Node* recv1 = orig_index.at("recv1"); in TEST_F() local
|
/aosp_15_r20/prebuilts/go/linux-x86/test/ |
D | struct0.go | 19 func recv1(c chan interface{}) { func
|
D | escape_reflect.go | 308 func recv1(ch chan string) string { // ERROR "ch does not escape" func
|
/aosp_15_r20/prebuilts/go/linux-x86/test/chan/ |
D | select7.go | 13 func recv1(c <-chan int) { func
|
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-channel/tests/ |
D | golang.rs | 825 fn recv1(c: Chan<i32>) { in recv1() function 976 let recv1 = Arc::new(Mutex::new(false)); in test_chan() localVariable
|
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/ |
H A D | graph_partition_test.cc | 364 auto recv1 = in TEST_F() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/ |
H A D | virtual_scheduler_test.cc | 489 NodeDef recv1; in TEST_F() local
|