Home
last modified time | relevance | path

Searched refs:src_name (Results 1 – 25 of 28) sorted by relevance

12

/external/python/cpython2/Lib/distutils/
Ddir_util.py144 src_name = os.path.join(src, n)
151 if preserve_symlinks and os.path.islink(src_name):
152 link_dest = os.readlink(src_name)
159 elif os.path.isdir(src_name):
161 copy_tree(src_name, dst_name, preserve_mode,
165 copy_file(src_name, dst_name, preserve_mode,
Demxccompiler.py188 for src_name in source_filenames:
190 (base, ext) = os.path.splitext (os.path.normcase(src_name))
194 (ext, src_name)
Dcygwinccompiler.py273 for src_name in source_filenames:
275 (base, ext) = os.path.splitext (os.path.normcase(src_name))
279 (ext, src_name)
Dbcppcompiler.py340 for src_name in source_filenames:
342 (base, ext) = os.path.splitext (os.path.normcase(src_name))
346 (ext, src_name)
Dmsvccompiler.py324 for src_name in source_filenames:
325 (base, ext) = os.path.splitext (src_name)
332 raise CompileError ("Don't know how to compile %s" % src_name)
Dccompiler.py817 for src_name in source_filenames:
818 base, ext = os.path.splitext(src_name)
823 "unknown file type '%s' (from '%s')" % (ext, src_name)
Dmsvc9compiler.py445 for src_name in source_filenames:
446 (base, ext) = os.path.splitext (src_name)
453 raise CompileError ("Don't know how to compile %s" % src_name)
/external/python/cpython3/Lib/distutils/
Ddir_util.py140 src_name = os.path.join(src, n)
147 if preserve_symlinks and os.path.islink(src_name):
148 link_dest = os.readlink(src_name)
155 elif os.path.isdir(src_name):
157 copy_tree(src_name, dst_name, preserve_mode,
161 copy_file(src_name, dst_name, preserve_mode,
Dcygwinccompiler.py257 for src_name in source_filenames:
259 base, ext = os.path.splitext(os.path.normcase(src_name))
262 (ext, src_name))
Dbcppcompiler.py340 for src_name in source_filenames:
342 (base, ext) = os.path.splitext (os.path.normcase(src_name))
345 (ext, src_name))
Dmsvccompiler.py320 for src_name in source_filenames:
321 (base, ext) = os.path.splitext (src_name)
328 raise CompileError ("Don't know how to compile %s" % src_name)
Dccompiler.py850 for src_name in source_filenames:
851 base, ext = os.path.splitext(src_name)
856 "unknown file type '%s' (from '%s')" % (ext, src_name))
Dmsvc9compiler.py435 for src_name in source_filenames:
436 (base, ext) = os.path.splitext (src_name)
443 raise CompileError ("Don't know how to compile %s" % src_name)
/external/tensorflow/tensorflow/contrib/graph_editor/
Dutil.py510 src_name = target.name
513 if not src_name.startswidth(src_scope):
514 raise ValueError("{} does not start with {}".format(src_name, src_scope))
515 src_name = src_name[len(src_scope):]
517 dst_name = src_name
/external/tensorflow/tensorflow/contrib/verbs/
Drdma_rendezvous_mgr.cc52 string src_name, dst_name, unused; in RecvFromRemoteAsync() local
53 if (!DeviceNameUtils::SplitDeviceName(parsed.src_device, &src_name, in RecvFromRemoteAsync()
65 RdmaChannel* rc = rdma_mgr_->FindChannel(src_name); in RecvFromRemoteAsync()
/external/tensorflow/tensorflow/python/framework/
Dimporter.py277 src_name = compat.as_bytes(input_src[1:])
280 options, src_name, dst_op)
282 src_name, src_idx = _ParseTensorName(input_src)
283 src_name = compat.as_str(src_name)
285 c_api.TF_ImportGraphDefOptionsAddInputMapping(options, src_name, src_idx,
/external/autotest/site_utils/lxc/
Dutils.py65 def clone(lxc_path, src_name, new_path, dst_name, snapshot): argument
83 orig = src_name,
/external/tensorflow/tensorflow/core/graph/
Dgraph.cc509 void AddInput(NodeDef* dst, StringPiece src_name, int src_slot) { in AddInput() argument
511 dst->add_input(strings::StrCat("^", src_name)); in AddInput()
513 dst->add_input(src_name.data(), src_name.size()); in AddInput()
515 dst->add_input(strings::StrCat(src_name, ":", src_slot)); in AddInput()
Dgraph_partition.cc157 void AddInput(NodeDef* dst, StringPiece src_name, int src_slot) { in AddInput() argument
159 dst->add_input(strings::StrCat("^", src_name)); in AddInput()
161 dst->add_input(src_name.data(), src_name.size()); in AddInput()
163 dst->add_input(strings::StrCat(src_name, ":", src_slot)); in AddInput()
879 string src_name = start_times[j - 1].first->name(); in AddControlEdges() local
880 AddInput(dummy, src_name, Graph::kControlSlot); in AddControlEdges()
Dmkl_tfconversion_pass.cc347 string src_name = e->src()->name(); in RunPass() local
351 << "node on edge between " << src_name << " and " << dst_name; in RunPass()
Dgraph_constructor.cc306 : src_name(name), src_index(i1), dst_node(n), dst_index(i2) {} in EdgeInfo()
308 string src_name; member
1034 Node* src_node = gdef_nodes_[e.src_name].node; in AddBackEdges()
/external/vboot_reference/cgpt/
Dcgpt_nor.c96 const char *src_name, in read_write() argument
107 if (asprintf(&dest, "%s_%d", src_name, idx) == -1) { in read_write()
/external/tensorflow/tensorflow/core/grappler/costs/
Dvirtual_scheduler.cc556 string src_name; in CreateSendRecv() local
558 src_name = strings::StrCat(from->name(), "_", input_node_port_num); in CreateSendRecv()
560 src_name = strings::StrCat(from->name(), "_minus1"); in CreateSendRecv()
565 send->set_name("Send_" + src_name + "_from_" + SanitizedDeviceName(from) + in CreateSendRecv()
577 recv->set_name("Recv_" + src_name + "_on_" + SanitizedDeviceName(to)); in CreateSendRecv()
/external/curl/tests/libtest/
Dstub_gssapi.c345 gss_name_t *src_name, in gss_inquire_context() argument
/external/tensorflow/tensorflow/c/
Dc_api.h919 TF_ImportGraphDefOptions* opts, const char* src_name, int src_index,
927 TF_ImportGraphDefOptions* opts, const char* src_name, TF_Operation* dst);

12