Home
last modified time | relevance | path

Searched defs:oper (Results 1 – 25 of 107) sorted by relevance

12345

/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-channel/tests/
Dselect.rs25 let oper = sel.select(); in smoke1() localVariable
37 let oper = sel.select(); in smoke1() localVariable
61 let oper = sel.select(); in smoke2() localVariable
87 let oper = sel.select_timeout(ms(1000)); in disconnected() localVariable
104 let oper = sel.select_timeout(ms(1000)); in disconnected() localVariable
122 let oper = sel.select_timeout(ms(1000)); in disconnected() localVariable
142 let oper = sel.try_select(); in default() localVariable
153 let oper = sel.try_select(); in default() localVariable
167 let oper = sel.try_select(); in default() localVariable
178 let oper = sel.try_select(); in default() localVariable
[all …]
Dready.rs277 let oper = sel.select_timeout(ms(1000)); in unblocks() localVariable
808 let oper = sel.select(); in fairness2() localVariable
/aosp_15_r20/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactDeltaTests.java195 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testEntityDiffNoneInsert() local
201 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testEntityDiffNoneInsert() local
207 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testEntityDiffNoneInsert() local
238 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testEntityDiffUpdateInsert() local
244 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testEntityDiffUpdateInsert() local
250 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testEntityDiffUpdateInsert() local
256 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testEntityDiffUpdateInsert() local
281 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testEntityDiffNoneUpdate() local
287 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testEntityDiffNoneUpdate() local
293 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testEntityDiffNoneUpdate() local
[all …]
DRawContactModifierTests.java390 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testTrimEmptySingle() local
396 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testTrimEmptySingle() local
402 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testTrimEmptySingle() local
414 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testTrimEmptySingle() local
525 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testTrimEmptyAfterUpdate() local
531 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testTrimEmptyAfterUpdate() local
537 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testTrimEmptyAfterUpdate() local
549 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testTrimEmptyAfterUpdate() local
572 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testTrimInsertEmpty() local
602 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testTrimInsertInsert() local
[all …]
/aosp_15_r20/external/ltp/testcases/kernel/io/ltp-aiodio/
H A Daio-stress.c296 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 …]
/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dc_api.cc649 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 …]
H A Dc_api_test.cc611 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 …]
H A Dc_api.h173 TF_Operation* oper; member
179 TF_Operation* oper; member
/aosp_15_r20/external/mesa3d/src/compiler/glsl/glcpp/tests/
H A D089-redefine-macro-error.c16 #define oper(a,b) a+b macro
17 #define oper(a,b) a*b macro
/aosp_15_r20/external/tensorflow/tensorflow/python/client/
H A Dtf_session_wrapper.cc608 [](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()
H A Dtf_session_helper.cc542 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()
/aosp_15_r20/external/wpa_supplicant_8/hs20/server/www/
H A Dest.php54 $oper = $row['operation']; variable
91 $oper = $row['operation']; variable
/aosp_15_r20/external/wpa_supplicant_8/src/ap/
H A Dieee802_11_ht.c83 struct ieee80211_ht_operation *oper) in set_ht_param()
129 struct ieee80211_ht_operation *oper; in hostapd_eid_ht_operation() local
/aosp_15_r20/external/wpa_supplicant_8/hs20/server/
H A Dspp_server.c1806 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
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Dzero.rs183 let oper = Operation::hook(token); in send() localVariable
254 let oper = Operation::hook(token); in recv() localVariable
H A Darray.rs337 let oper = Operation::hook(token); in send() localVariable
388 let oper = Operation::hook(token); in recv() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Dzero.rs187 let oper = Operation::hook(token); in send() localVariable
258 let oper = Operation::hook(token); in recv() localVariable
H A Darray.rs341 let oper = Operation::hook(token); in send() localVariable
392 let oper = Operation::hook(token); in recv() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Dzero.rs187 let oper = Operation::hook(token); in send() localVariable
258 let oper = Operation::hook(token); in recv() localVariable
H A Darray.rs341 let oper = Operation::hook(token); in send() localVariable
392 let oper = Operation::hook(token); in recv() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Dzero.rs187 let oper = Operation::hook(token); in send() localVariable
258 let oper = Operation::hook(token); in recv() localVariable
H A Darray.rs341 let oper = Operation::hook(token); in send() localVariable
392 let oper = Operation::hook(token); in recv() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Dzero.rs183 let oper = Operation::hook(token); in send() localVariable
254 let oper = Operation::hook(token); in recv() localVariable
H A Darray.rs337 let oper = Operation::hook(token); in send() localVariable
388 let oper = Operation::hook(token); in recv() localVariable
/aosp_15_r20/external/pytorch/torch/backends/_nnapi/
H A Dserializer.py355 def add_tensor_operand(self, jitval, oper): argument
368 def add_anonymous_tensor_operand(self, oper): argument
550 def operand_to_template_torchscript(self, op_id, oper, shape=None): argument
609 def transpose_to_nhwc(self, in_id, oper): argument

12345