Searched refs:dst_name (Results 1 – 10 of 10) sorted by relevance
/external/python/cpython2/Lib/distutils/ |
D | dir_util.py | 145 dst_name = os.path.join(dst, n) 154 log.info("linking %s -> %s", dst_name, link_dest) 156 os.symlink(link_dest, dst_name) 157 outputs.append(dst_name) 161 copy_tree(src_name, dst_name, preserve_mode, 165 copy_file(src_name, dst_name, preserve_mode, 168 outputs.append(dst_name)
|
/external/python/cpython3/Lib/distutils/ |
D | dir_util.py | 141 dst_name = os.path.join(dst, n) 150 log.info("linking %s -> %s", dst_name, link_dest) 152 os.symlink(link_dest, dst_name) 153 outputs.append(dst_name) 157 copy_tree(src_name, dst_name, preserve_mode, 161 copy_file(src_name, dst_name, preserve_mode, 164 outputs.append(dst_name)
|
/external/ltp/testcases/network/stress/ns-tools/ |
D | ns-udpsender.c | 61 char *dst_name; member 187 udp_p->dst_name = strdup(optarg); in parse_options() 188 if (udp_p->dst_name == NULL) in parse_options() 243 if (udp_p->dst_name == NULL) in parse_options() 303 err = getaddrinfo(udp_p->dst_name, udp_p->dst_port, &hints, &res); in create_udp_datagram()
|
/external/libchrome/build/android/gyp/util/ |
D | build_utils.py | 401 dst_name = path_transform(info.filename) 402 if not dst_name: 404 already_added = dst_name in added_names 406 AddToZipHermetic(out_zip, dst_name, data=in_zip.read(info), 408 added_names.add(dst_name)
|
/external/autotest/site_utils/lxc/ |
D | utils.py | 107 def clone(lxc_path, src_name, new_path, dst_name, snapshot): argument 126 newname = dst_name,
|
/external/tensorflow/tensorflow/core/graph/ |
D | mkl_tfconversion_pass.cc | 358 string dst_name = e->dst()->name(); in RunPass() local 361 << "node on edge between " << src_name << " and " << dst_name; in RunPass()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | remote_fused_graph_execute_utils.cc | 799 const string dst_name = in ClusterizeNodes() local 815 dst_name) == border_outputs.end()) { in ClusterizeNodes() 816 border_outputs.emplace_back(dst_name); in ClusterizeNodes()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | executor.cc | 864 string dst_name; in InferAllocAttr() local 865 s = GetNodeAttr(dst->attrs(), "recv_device", &dst_name); in InferAllocAttr() 868 if (!DeviceNameUtils::ParseFullName(dst_name, &parsed_dst_name)) { in InferAllocAttr() 869 s = errors::Internal("Bad recv_device attr '", dst_name, "' in node ", in InferAllocAttr()
|
/external/libdrm/intel/ |
D | intel_decode.c | 902 char dst_name[100]; in i915_decode_tex() local 906 i915_get_instruction_dst(ctx->data, i, dst_name, 0); in i915_decode_tex() 912 tex_name, dst_name, sampler_nr, addr_name); in i915_decode_tex()
|
/external/python/dateutil/dateutil/test/ |
D | test_tz.py | 900 def _testTzName(self, tzval, std_name, dst_name): argument 903 self._testTzFunc(tzval, func, std_name, dst_name)
|