| /external/rust/crates/crossbeam-channel/tests/ |
| D | select.rs | 27 let oper = sel.select(); in smoke1() localVariable 39 let oper = sel.select(); in smoke1() localVariable 63 let oper = sel.select(); in smoke2() localVariable 89 let oper = sel.select_timeout(ms(1000)); in disconnected() localVariable 106 let oper = sel.select_timeout(ms(1000)); in disconnected() localVariable 124 let oper = sel.select_timeout(ms(1000)); in disconnected() localVariable 144 let oper = sel.try_select(); in default() localVariable 155 let oper = sel.try_select(); in default() localVariable 169 let oper = sel.try_select(); in default() localVariable 180 let oper = sel.try_select(); in default() localVariable [all …]
|
| D | ready.rs | 279 let oper = sel.select_timeout(ms(1000)); in unblocks() localVariable 810 let oper = sel.select(); in fairness2() localVariable
|
| D | tick.rs | 232 let oper = sel.select(); in select() localVariable
|
| D | after.rs | 209 let oper = sel.select(); in select() localVariable
|
| /external/ltp/testcases/kernel/io/ltp-aiodio/ |
| D | aio-stress.c | 296 static void oper_list_add(struct io_oper *oper, struct io_oper **list) in oper_list_add() 311 static void oper_list_del(struct io_oper *oper, struct io_oper **list) in oper_list_del() 369 static int grab_iou(struct io_unit *io, struct io_oper *oper) in grab_iou() 397 static inline double oper_mb_trans(struct io_oper *oper) in oper_mb_trans() 402 static void print_time(struct io_oper *oper) in print_time() 460 struct io_oper *oper = io->io_oper; in finish_io() local 508 static struct io_unit *find_iou(struct thread_info *t, struct io_oper *oper) in find_iou() 536 static int io_oper_wait(struct thread_info *t, struct io_oper *oper) in io_oper_wait() 568 static off_t random_byte_offset(struct io_oper *oper) in random_byte_offset() 610 static struct io_unit *build_iocb(struct thread_info *t, struct io_oper *oper) in build_iocb() [all …]
|
| /external/mesa3d/src/compiler/glsl/glcpp/tests/ |
| D | 089-redefine-macro-error.c | 16 #define oper(a,b) a+b macro 17 #define oper(a,b) a*b macro
|
| /external/tensorflow/tensorflow/c/ |
| D | c_api.cc | 649 const tensorflow::AttrValue* GetAttrValue(TF_Operation* oper, in GetAttrValue() 1071 const char* TF_OperationName(TF_Operation* oper) { in TF_OperationName() 1075 const char* TF_OperationOpType(TF_Operation* oper) { in TF_OperationOpType() 1079 const char* TF_OperationDevice(TF_Operation* oper) { in TF_OperationDevice() 1083 int TF_OperationNumOutputs(TF_Operation* oper) { in TF_OperationNumOutputs() 1092 int TF_OperationOutputListLength(TF_Operation* oper, const char* arg_name, in TF_OperationOutputListLength() 1106 int TF_OperationNumInputs(TF_Operation* oper) { in TF_OperationNumInputs() 1114 int TF_OperationInputListLength(TF_Operation* oper, const char* arg_name, in TF_OperationInputListLength() 1138 void TF_OperationAllInputs(TF_Operation* oper, TF_Output* inputs, in TF_OperationAllInputs() 1172 int TF_OperationNumControlInputs(TF_Operation* oper) { in TF_OperationNumControlInputs() [all …]
|
| D | c_api_test.cc | 611 TF_Operation* oper; in TEST() local 704 TF_Operation* oper = ScalarConst(3, graph, s); in TEST() local 881 TF_Operation* oper = ScalarConst(3, graph, s); in TEST() local 932 TF_Operation* oper = ScalarConst(3, graph, s); in TEST() local 2044 auto oper = TF_FinishOperation(desc, s_); in TEST_F() local 2068 auto oper = TF_FinishOperation(desc, s_); in TEST_F() local 2090 auto oper = TF_FinishOperation(desc, s_); in TEST_F() local 2107 auto oper = TF_FinishOperation(desc, s_); in TEST_F() local 2121 auto oper = TF_FinishOperation(desc, s_); in TEST_F() local 2138 auto oper = TF_FinishOperation(desc, s_); in TEST_F() local [all …]
|
| D | c_api.h | 173 TF_Operation* oper; member 179 TF_Operation* oper; member
|
| /external/wpa_supplicant_8/hs20/server/www/ |
| D | est.php | 54 $oper = $row['operation']; variable 91 $oper = $row['operation']; variable
|
| /external/mesa3d/src/compiler/glsl/ |
| D | ast_expr.cpp | 81 ast_expression_bin::ast_expression_bin(int oper, ast_expression *ex0, in ast_expression_bin()
|
| /external/javassist/src/test/test5/ |
| D | JIRA241.java | 19 int oper = new Random().nextInt(); in test() local
|
| /external/tensorflow/tensorflow/c/experimental/ops/gen/common/ |
| D | view_util.cc | 23 std::vector<string> arguments, const char* oper) { in Call()
|
| /external/tensorflow/tensorflow/python/client/ |
| D | tf_session_wrapper.cc | 608 [](TF_Operation* oper, const char* attr_name) { in PYBIND11_MODULE() 653 [](TF_Operation* oper, TF_Buffer* output_node_def) { in PYBIND11_MODULE() 670 m.def("TF_OperationGetStackTrace", [](TF_Operation* oper) -> py::object { in PYBIND11_MODULE() 1024 [](TF_Operation* oper, const char* attr_name) { in PYBIND11_MODULE() 1132 [](TF_Operation* oper, const char* attr_name) { in PYBIND11_MODULE()
|
| D | tf_session_helper.cc | 542 std::vector<TF_Output> GetOperationInputs(TF_Operation* oper) { in GetOperationInputs() 550 TF_Operation* oper) { in TF_OperationGetControlInputs_wrapper() 558 TF_Operation* oper) { in TF_OperationGetControlOutputs_wrapper()
|
| /external/wpa_supplicant_8/src/ap/ |
| D | ieee802_11_vht.c | 76 struct ieee80211_vht_operation *oper; in hostapd_eid_vht_operation() local
|
| D | wnm_ap.c | 29 u8 *buf, u16 *buf_len, enum wnm_oper oper) in ieee80211_11_get_tfs_ie() 39 u8 *buf, u16 *buf_len, enum wnm_oper oper) in ieee80211_11_set_tfs_ie()
|
| D | ieee802_11_ht.c | 84 struct ieee80211_ht_operation *oper; in hostapd_eid_ht_operation() local
|
| D | ieee802_11_eht.c | 197 struct ieee80211_eht_operation *oper; in hostapd_eid_eht_operation() local
|
| D | ieee802_11_he.c | 173 struct ieee80211_he_operation *oper; in hostapd_eid_he_operation() local
|
| /external/wpa_supplicant_8/src/common/ |
| D | hw_features_common.c | 181 struct ieee80211_ht_operation *oper; in get_pri_sec_chan() local 271 struct ieee80211_ht_operation *oper; in check_20mhz_bss() local
|
| /external/rust/crates/crossbeam-channel/src/flavors/ |
| D | zero.rs | 243 let oper = Operation::hook(token); in send() localVariable 312 let oper = Operation::hook(token); in recv() localVariable
|
| D | array.rs | 362 let oper = Operation::hook(token); in send() localVariable 422 let oper = Operation::hook(token); in recv() localVariable
|
| /external/wpa_supplicant_8/hs20/server/ |
| D | spp_server.c | 1806 enum hs20_session_operation oper; in hs20_user_input_complete() local 1909 enum hs20_session_operation oper; in hs20_cert_enroll_completed() local 1937 enum hs20_session_operation oper; in hs20_cert_enroll_failed() local 2251 enum hs20_session_operation oper; in hs20_spp_post_dev_data() local 2275 enum hs20_session_operation oper; in hs20_spp_post_dev_data() local 2598 enum hs20_session_operation oper; in hs20_spp_update_response() local
|
| /external/rust/crates/crossbeam-channel/src/ |
| D | waker.rs | 14 pub(crate) oper: Operation, field
|