Searched refs:out_args (Results 1 – 14 of 14) sorted by relevance
/external/boringssl/src/tool/ |
D | args.cc | 26 bool ParseKeyValueArguments(std::map<std::string, std::string> *out_args, in ParseKeyValueArguments() argument 29 out_args->clear(); in ParseKeyValueArguments() 46 if (out_args->find(arg) != out_args->end()) { in ParseKeyValueArguments() 52 (*out_args)[arg] = ""; in ParseKeyValueArguments() 58 (*out_args)[arg] = args[++i]; in ParseKeyValueArguments() 65 out_args->find(templ->name) == out_args->end()) { in ParseKeyValueArguments()
|
D | internal.h | 67 bool ParseKeyValueArguments(std::map<std::string, std::string> *out_args, const
|
/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/ |
D | ffi.c | 208 void **out_args; in ffi_closure_SYSV_inner() local 210 out_args = (void **) alloca(cif->nargs * sizeof (void *)); in ffi_closure_SYSV_inner() 218 ffi_prep_incoming_args_SYSV(in_args, &rvalue, out_args, cif); in ffi_closure_SYSV_inner() 220 (closure->fun)(cif, rvalue, out_args, closure->user_data); in ffi_closure_SYSV_inner()
|
/external/grpc-grpc/src/core/ext/filters/client_channel/ |
D | connector.cc | 34 grpc_connect_out_args* out_args, in grpc_connector_connect() argument 36 connector->vtable->connect(connector, in_args, out_args, notify); in grpc_connector_connect()
|
D | connector.h | 60 grpc_connect_out_args* out_args, grpc_closure* notify); 68 grpc_connect_out_args* out_args,
|
/external/u-boot/drivers/core/ |
D | of_access.c | 528 struct of_phandle_args *out_args) in __of_parse_phandle_with_args() argument 605 if (out_args) { in __of_parse_phandle_with_args() 609 out_args->np = node; in __of_parse_phandle_with_args() 610 out_args->args_count = count; in __of_parse_phandle_with_args() 612 out_args->args[i] = in __of_parse_phandle_with_args() 658 int index, struct of_phandle_args *out_args) in of_parse_phandle_with_args() argument 664 index, out_args); in of_parse_phandle_with_args()
|
D | read.c | 119 int index, struct ofnode_phandle_args *out_args) in dev_read_phandle_with_args() argument 123 out_args); in dev_read_phandle_with_args()
|
D | ofnode.c | 326 struct ofnode_phandle_args *out_args) in ofnode_parse_phandle_with_args() argument 337 ofnode_from_of_phandle_args(&args, out_args); in ofnode_parse_phandle_with_args() 348 ofnode_from_fdtdec_phandle_args(&args, out_args); in ofnode_parse_phandle_with_args()
|
/external/u-boot/include/dm/ |
D | read.h | 263 struct ofnode_phandle_args *out_args); 551 int index, struct ofnode_phandle_args *out_args) in dev_read_phandle_with_args() argument 555 out_args); in dev_read_phandle_with_args()
|
D | of_access.h | 352 int index, struct of_phandle_args *out_args);
|
D | ofnode.h | 450 struct ofnode_phandle_args *out_args);
|
/external/u-boot/lib/ |
D | fdtdec.c | 725 struct fdtdec_phandle_args *out_args) in fdtdec_parse_phandle_with_args() argument 808 if (out_args) { in fdtdec_parse_phandle_with_args() 817 out_args->node = node; in fdtdec_parse_phandle_with_args() 818 out_args->args_count = count; in fdtdec_parse_phandle_with_args() 820 out_args->args[i] = in fdtdec_parse_phandle_with_args()
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | base_rendezvous_mgr.h | 213 const Rendezvous::Args& out_args, const Tensor& in,
|
/external/u-boot/include/ |
D | fdtdec.h | 219 struct fdtdec_phandle_args *out_args);
|