Home
last modified time | relevance | path

Searched +defs:val +defs:opts (Results 1 – 25 of 800) sorted by relevance

12345678910>>...32

/aosp_15_r20/external/libopenapv/app/
H A Doapv_app_args.h59 void *val; /* actual value */ member
75 args_opt_t *opts; member
79 static int args_search_long_key(args_opt_t *opts, const char *key) in args_search_long_key()
216 char line[256] = "", tag[50] = "", val[256] = ""; in args_parse_cfg() local
316 static int args_set_variable_by_key_long(args_opt_t *opts, char *key_long, void *var) in args_set_variable_by_key_long()
342 static int args_set_variable_by_key(args_opt_t *opts, char *key, void *var) in args_set_variable_by_key()
352 #define ARGS_SET_PARAM_VAR_KEY_LONG(opts, param, key_long) \ argument
355 #define ARGS_SET_PARAM_VAR_KEY(opts, param, key) \ argument
358 static int args_get(args_parser_t *args, char *keyl, void **val, int *flag) in args_get()
394 static int args_set_int(args_parser_t *args, char *keyl, int val) in args_set_int()
[all …]
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Dmessageformat2_function_registry.cpp174 static double tryStringAsNumber(const Locale& locale, const Formattable& val, UErrorCode& errorCode… in tryStringAsNumber()
247const FunctionOptions& opts, in formatterForOptions()
417 int64_t val = getInt64Value(locale, opt, localErrorCode); in maximumFractionDigits() local
431 int64_t val = getInt64Value(locale, opt, localErrorCode); in minimumFractionDigits() local
445 int64_t val = getInt64Value(locale, opt, localErrorCode); in minimumIntegerDigits() local
459 int64_t val = getInt64Value(locale, opt, localErrorCode); in minimumSignificantDigits() local
476 int64_t val = getInt64Value(locale, opt, localErrorCode); in maximumSignificantDigits() local
504 …er StandardFunctions::Number::format(FormattedPlaceholder&& arg, FunctionOptions&& opts, UErrorCod… in format()
567 UnicodeString val = opt.getString(localErrorCode); in pluralType() local
647 FunctionOptions&& opts, in selectKey()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/
H A Dworker.cc41 void Worker::GetStatusAsync(CallOptions* opts, const GetStatusRequest* request, in GetStatusAsync()
64 void Worker::DeleteWorkerSessionAsync(CallOptions* opts, in DeleteWorkerSessionAsync()
130 Tensor val; in PrepareRunGraph() local
142 void Worker::RunGraphAsync(CallOptions* opts, RunGraphRequestWrapper* request, in RunGraphAsync()
166 void Worker::DoRunGraph(CallOptions* opts, RunGraphRequestWrapper* request, in DoRunGraph()
249 const Tensor& val = p.second; in DoRunGraph() local
263 void Worker::DoPartialRunGraph(CallOptions* opts, in DoPartialRunGraph()
342 const Tensor& val = p.second; in DoPartialRunGraph() local
390 void Worker::RecvBufAsync(CallOptions* opts, const RecvBufRequest* request, in RecvBufAsync()
399 void Worker::CompleteGroupAsync(CallOptions* opts, in CompleteGroupAsync()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-rs/tests/
Dtest.rs331 let opts = libbpf_sys::bpf_map_create_opts { in test_map_info() localVariable
429 let val = (1_u32).to_ne_bytes().to_vec(); in test_object_percpu_invalid_update_fn() localVariable
498 let mut val = queue in test_object_map_queue_crud() localVariable
552 let val = bloom_filter in test_object_map_bloom_filter_crud() localVariable
596 let mut val = stack in test_object_map_stack_crud() localVariable
634 let val = start in test_object_map_mutation() localVariable
853 let val = vec![1, 2, 3, 4, 5, 6, 7, 8]; in test_object_reuse_pined_map() localVariable
1370 let opts = libbpf_sys::bpf_map_create_opts { in test_object_map_iter() localVariable
1389 let val = [&key[..], &[0_u8; 4]].concat(); in test_object_map_iter() localVariable
1421 let opts = libbpf_sys::bpf_map_create_opts { in test_object_map_create_and_pin() localVariable
[all …]
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_iter.c49 static void do_dummy_read_opts(struct bpf_program *prog, struct bpf_iter_attach_opts *opts) in do_dummy_read_opts()
219 static void test_task_common_nocheck(struct bpf_iter_attach_opts *opts, in test_task_common_nocheck()
249 static void test_task_common(struct bpf_iter_attach_opts *opts, int num_unknown, int num_known) in test_task_common()
776 __u64 val, expected_val = 0; in test_bpf_hash_map() local
877 void *val; in test_bpf_percpu_hash_map() local
946 __u64 val, expected_val = 0, res_first_val, first_val = 0; in test_bpf_array_map() local
1047 void *val; in test_bpf_percpu_array_map() local
1118 __u32 val = 42; in test_bpf_sk_storage_delete() local
1178 int err, map_fd, val = -1; in test_bpf_sk_storage_get() local
1241 __u32 val, expected_val = 0; in test_bpf_sk_storage_map() local
[all …]
/aosp_15_r20/external/toybox/lib/
H A Dargs.c99 struct opts { struct
100 struct opts *next; argument
109 } val[3]; // low, high, default - range of allowed values member
118 struct opts *opt; argument
128 struct opts *opts; member
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/
H A Dmap_defun_op.cc95 Status GetArg(int index, const Tensor** val) override { in GetArg()
124 Status SetRetval(int index, const Tensor& val) override { in SetRetval()
200 FunctionLibraryRuntime::Options opts; in ComputeAsync() local
242 FunctionLibraryRuntime::Options* opts, in SetRunOptions()
293 Status MapDefunOp::SetupOutputs(OpKernelContext* ctx, ComputeOptions* opts) { in SetupOutputs()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dfunction_ops.cc51 const Tensor* val; in Compute() local
53 auto validate_type = [this](const Tensor& val) { in Compute()
64 Tensor val; in Compute() local
81 const Tensor& val = ctx->input(0); in Compute() local
237 FunctionLibraryRuntime::Options opts; in ComputeAsync() local
342 FunctionLibraryRuntime::Options opts; in ComputeAsync() local
H A Dfunctional_ops.cc48 FunctionLibraryRuntime::InstantiateOptions opts; in Instantiate() local
111 void SetRunOptions(OpKernelContext* ctx, FunctionLibraryRuntime::Options* opts, in SetRunOptions()
401 const FunctionLibraryRuntime::Options& opts, in CondResultToBool()
457 Status GetArg(int index, const Tensor** val) override { in GetArg()
466 void ConsumeArg(int index, Tensor* val) override { in ConsumeArg()
475 Status SetRetval(int index, const Tensor& val) override { in SetRetval()
607 FunctionLibraryRuntime::Options opts; in DoComputeSync() local
/aosp_15_r20/external/strace/
H A Dnlattr.c290 const struct decode_nla_xlat_opts * const opts = opaque_data; in decode_nla_xval() local
292 uint64_t val; in decode_nla_xval() member
319 process_host_order(uint64_t val) in process_host_order()
330 const struct decode_nla_xlat_opts opts = { in decode_nla_ether_proto() local
350 const struct decode_nla_xlat_opts opts = { in decode_nla_ip_proto() local
399 const struct decode_nla_xlat_opts * const opts = opaque_data; in decode_nla_flags() local
/aosp_15_r20/external/pytorch/test/cpp/c10d/
H A DTCPStoreTest.cpp89 c10d::TCPStoreOptions opts{}; in testHelper() local
115 std::string val = "thread_val_" + std::to_string(j); in testHelper() local
130 std::string val = "thread_val_" + std::to_string(numIterations - 1); in testHelper() local
155 std::string val = "thread_val_" + std::to_string(numIterations - 1); in testHelper() local
253 c10d::TCPStoreOptions opts{}; in testMultiTenantStores() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/static/
H A Dimpl.cpp59 std::string iValueToString(const c10::IValue& val) { in iValueToString()
147 for (const auto* val : value_set) { in dumpValueSet() local
158 const StaticModuleOptions& opts, in OptimizeGraph()
270 const StaticModuleOptions& opts, in PrepareGraphForStaticModule()
292 const StaticModuleOptions& opts, in PrepareForStaticModule()
321 const StaticModuleOptions& opts, in PrepareForStaticModule()
530 const StaticModuleOptions& opts, in StaticModule()
539 const StaticModuleOptions& opts, in StaticModule()
548 const StaticModuleOptions& opts) in StaticModule()
804 const StaticModuleOptions& opts) { in prepare_for_memory_planner()
[all …]
/aosp_15_r20/external/mesa3d/src/compiler/spirv/
H A Dvtn_alu.c37 wrap_matrix(struct vtn_builder *b, struct vtn_ssa_value *val) in wrap_matrix()
54 unwrap_matrix(struct vtn_ssa_value *val) in unwrap_matrix()
398 handle_fp_fast_math(struct vtn_builder *b, UNUSED struct vtn_value *val, in handle_fp_fast_math()
435 vtn_handle_fp_fast_math(struct vtn_builder *b, struct vtn_value *val) in vtn_handle_fp_fast_math()
455 handle_no_contraction(struct vtn_builder *b, UNUSED struct vtn_value *val, in handle_no_contraction()
467 vtn_handle_no_contraction(struct vtn_builder *b, struct vtn_value *val) in vtn_handle_no_contraction()
501 handle_conversion_opts(struct vtn_builder *b, UNUSED struct vtn_value *val, in handle_conversion_opts()
505 struct conversion_opts *opts = _opts; in handle_conversion_opts() local
524 handle_no_wrap(UNUSED struct vtn_builder *b, UNUSED struct vtn_value *val, in handle_no_wrap()
544 struct vtn_value *val, int member, in vtn_value_is_relaxed_precision_cb()
[all …]
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DProcessGroupUCC.cpp370 std::vector<uint8_t> val = std::vector<uint8_t>( in get_comm() local
381 std::vector<uint8_t> val = std::vector<uint8_t>( in get_comm() local
960 const AllgatherOptions& opts) { in _allgather_base()
999 const AllreduceOptions& opts) { in allreduce()
1180 c10::intrusive_ptr<Work> ProcessGroupUCC::barrier(const BarrierOptions& opts) { in barrier()
1229 const BroadcastOptions& opts) { in broadcast()
1265 const GatherOptions& opts) { in gather()
1345 const ReduceOptions& opts) { in reduce()
1381 const ReduceScatterOptions& opts) { in reduce_scatter()
1455 const ScatterOptions& opts) { in scatter()
/aosp_15_r20/external/flatbuffers/src/
H A Didl_gen_cpp.cpp37 static inline std::string NumToStringCpp(std::string val, BaseType type) { in NumToStringCpp()
100 const std::string &file_name, IDLOptionsCpp opts) in CppGenerator()
799 const IDLOptions &opts) { in NativeName()
805 const IDLOptions &opts) { in WrapNativeNameInNameSpace()
980 const IDLOptions &opts) { in GetUnionElement()
1026 const IDLOptions &opts) { in TableCreateSignature()
1035 const IDLOptions &opts) { in TablePackSignature()
1045 const IDLOptions &opts) { in TableUnPackSignature()
1053 const IDLOptions &opts) { in TableUnPackToSignature()
1298 auto val = enum_def.Vals().front(); in GenEnum() local
[all …]
/aosp_15_r20/external/iproute2/tipc/
H A Dbearer.c123 static int nl_add_udp_enable_opts(struct nlmsghdr *nlh, struct opt *opts, in nl_add_udp_enable_opts()
198 struct cmdl *cmdl, struct opt *opts, in nl_add_bearer_name()
212 struct opt *opts, char *bname, in cmd_get_unique_bearer_name()
266 static int udp_bearer_add(struct nlmsghdr *nlh, struct opt *opts, in udp_bearer_add()
314 struct opt opts[] = { in cmd_bearer_add_media() local
395 struct opt opts[] = { in cmd_bearer_enable() local
477 struct opt opts[] = { in cmd_bearer_disable() local
538 int val; in cmd_bearer_set_prop() local
543 struct opt opts[] = { in cmd_bearer_set_prop() local
678 struct nlattr *opts[TIPC_NLA_UDP_MAX + 1] = {}; in bearer_get_udp_cb() local
[all …]
H A Dmedia.c95 struct opt opts[] = { in cmd_media_get_prop() local
169 int val; in cmd_media_set_prop() local
175 struct opt opts[] = { in cmd_media_set_prop() local
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dfunction_test.cc92 GraphConstructorOptions opts; in Create() local
167 OptimizerOptions opts; in Init() local
185 FunctionLibraryRuntime::Options opts, in Run()
242 FunctionLibraryRuntime::Options opts; in InstantiateAndRun() local
260 FunctionLibraryRuntime::Options opts, CallFrameInterface* frame) { in Run()
294 FunctionLibraryRuntime::Options opts; in InstantiateAndRunViaCallFrameInterface() local
431 Status GetArg(int index, const Tensor** val) override { in GetArg()
437 void ConsumeArg(int index, Tensor* val) override { *val = std::move(*arg_); } in ConsumeArg()
439 Status SetRetval(int index, const Tensor& val) override { in SetRetval()
463 FunctionLibraryRuntime::Options opts; in TEST_F() local
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/util/tensor_bundle/
H A Dtensor_bundle_test.cc92 Tensor val(expected_val.dtype(), shape); in Expect() local
126 Tensor val; in ExpectNext() local
598 Tensor val(DT_FLOAT, kFullShape); in TEST() local
629 Tensor val(DT_FLOAT, TensorShape({5, 2})); in TEST() local
639 Tensor val(DT_FLOAT, TensorShape({5, 2})); in TEST() local
663 Tensor val(DT_FLOAT, TensorShape(kFullShape)); in TEST() local
672 Tensor val(DT_FLOAT, TensorShape(kFullShape)); in TEST() local
681 Tensor val(DT_FLOAT, TensorShape(kFullShape)); in TEST() local
690 Tensor val(DT_FLOAT, TensorShape(kFullShape)); in TEST() local
991 const string& expected_msg, Tensor& val) { in TEST()
[all …]
/aosp_15_r20/external/strace/tests/
H A Dgroup_req.c50 const void *const val, const socklen_t len) in set_opt()
83 const struct group_req *const val; in main() member
85 } opts[] = { in main() local
/aosp_15_r20/external/strace/tests-m32/
H A Dgroup_req.c50 const void *const val, const socklen_t len) in set_opt()
83 const struct group_req *const val; in main() member
85 } opts[] = { in main() local
/aosp_15_r20/external/strace/tests-mx32/
H A Dgroup_req.c50 const void *const val, const socklen_t len) in set_opt()
83 const struct group_req *const val; in main() member
85 } opts[] = { in main() local
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/internal/
H A Dtfprof_utils.cc87 string val; in ReturnError() local
118 tensorflow::tfprof::Options* opts) { in ParseCmdLine()
370 string QueryDoc(const string& cmd, const Options& opts) { in QueryDoc()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/test/regress/
Dtest_icu.cpp49 back_insert_iterator& operator=(const value_type& val) in operator =()
170 boost::regex_constants::match_flag_type opts = test_info<wchar_t>::match_options(); in test_icu_grep() local
265 boost::regex_constants::match_flag_type opts = test_info<wchar_t>::match_options(); in test_icu() local
568 boost::regex_constants::match_flag_type opts = test_info<UChar32>::match_options(); in test_icu() local
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/android/app/bluetooth.mapsapi/android_common_apex33/javac/
Dbluetooth.mapsapi.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...

12345678910>>...32