/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 | 575 struct of_phandle_args *out_args) in __of_parse_phandle_with_args() argument 652 if (out_args) { in __of_parse_phandle_with_args() 656 out_args->np = node; in __of_parse_phandle_with_args() 657 out_args->args_count = count; in __of_parse_phandle_with_args() 659 out_args->args[i] = in __of_parse_phandle_with_args() 705 int index, struct of_phandle_args *out_args) in of_parse_phandle_with_args() argument 711 index, out_args); in of_parse_phandle_with_args()
|
D | read.c | 192 int index, struct ofnode_phandle_args *out_args) in dev_read_phandle_with_args() argument 196 out_args); in dev_read_phandle_with_args()
|
D | ofnode.c | 374 struct ofnode_phandle_args *out_args) in ofnode_parse_phandle_with_args() argument 385 ofnode_from_of_phandle_args(&args, out_args); in ofnode_parse_phandle_with_args() 396 ofnode_from_fdtdec_phandle_args(&args, out_args); in ofnode_parse_phandle_with_args()
|
/external/u-boot/include/dm/ |
D | read.h | 388 struct ofnode_phandle_args *out_args); 768 int index, struct ofnode_phandle_args *out_args) in dev_read_phandle_with_args() argument 772 out_args); in dev_read_phandle_with_args()
|
D | of_access.h | 384 int index, struct of_phandle_args *out_args);
|
D | ofnode.h | 485 struct ofnode_phandle_args *out_args);
|
/external/u-boot/drivers/net/ti/ |
D | am65-cpsw-nuss.c | 590 struct ofnode_phandle_args out_args; in am65_cpsw_ofdata_parse_phy() local 613 NULL, 0, 0, &out_args); in am65_cpsw_ofdata_parse_phy() 621 priv->phy_node = out_args.node; in am65_cpsw_ofdata_parse_phy()
|
D | cpsw.c | 1185 struct ofnode_phandle_args out_args; in cpsw_eth_of_parse_slave() local 1198 NULL, 0, 0, &out_args); in cpsw_eth_of_parse_slave() 1200 slave_data->phy_of_handle = out_args.node; in cpsw_eth_of_parse_slave()
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | base_rendezvous_mgr.h | 220 const Rendezvous::Args& out_args, const Tensor& in,
|
/external/u-boot/lib/ |
D | fdtdec.c | 690 struct fdtdec_phandle_args *out_args) in fdtdec_parse_phandle_with_args() argument 773 if (out_args) { in fdtdec_parse_phandle_with_args() 782 out_args->node = node; in fdtdec_parse_phandle_with_args() 783 out_args->args_count = count; in fdtdec_parse_phandle_with_args() 785 out_args->args[i] = in fdtdec_parse_phandle_with_args()
|
/external/u-boot/include/ |
D | fdtdec.h | 223 struct fdtdec_phandle_args *out_args);
|