/third_party/gstreamer/gstplugins_bad/ext/wpe/wpe-extension/ |
D | gstwpebusmsgforwarder.c | 46 gchar *debug_str, *details_structure, *src_path; in create_gerror_bus_msg() local 63 src_path = gst_object_get_path_string (GST_MESSAGE_SRC (message)); in create_gerror_bus_msg() 71 src_path, in create_gerror_bus_msg() 75 g_free (src_path); in create_gerror_bus_msg() 147 gchar *src_path = gst_object_get_path_string (GST_MESSAGE_SRC (message)); in gst_message_post_cb() local 152 G_OBJECT_TYPE_NAME (GST_MESSAGE_SRC (message)), src_path, str)); in gst_message_post_cb() 153 g_free (src_path); in gst_message_post_cb()
|
/third_party/flutter/build/skia/ |
D | make_skia_include_dir.py | 35 src_path = os.path.abspath(path) 36 print("skia path is : " + src_path) 39 subprocess.run(['ln', '-sf', dst_path, src_path])
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_var_copies.c | 107 nir_deref_path dst_path, src_path; in nir_lower_deref_copy_instr() local 109 nir_deref_path_init(&src_path, src, NULL); in nir_lower_deref_copy_instr() 113 src_path.path[0], &src_path.path[1], in nir_lower_deref_copy_instr() 118 nir_deref_path_finish(&src_path); in nir_lower_deref_copy_instr()
|
D | nir_opt_find_array_copies.c | 406 nir_deref_path src_path; in handle_read() local 407 nir_deref_path_init(&src_path, src, state->dead_ctx); in handle_read() 413 node_for_path(&src_path, state); in handle_read() 453 nir_deref_path src_path; in handle_write() local 454 nir_deref_path_init(&src_path, src, state->dead_ctx); in handle_write() 457 &src_path, dst_node->next_array_idx, in handle_write() 459 nir_deref_path_finish(&src_path); in handle_write()
|
D | nir_split_vars.c | 663 struct array_var_info *src_info, nir_deref_path *src_path, in emit_split_copies() argument 676 while ((src_p = src_path->path[src_level + 1])) { in emit_split_copies() 697 glsl_get_length(src_path->path[src_level]->type)); in emit_split_copies() 702 src_info, src_path, src_level + 1, in emit_split_copies() 709 src_info, src_path, src_level + 1, in emit_split_copies() 744 nir_deref_path dst_path, src_path; in split_array_copies_impl() local 746 nir_deref_path_init(&src_path, src_deref, mem_ctx); in split_array_copies_impl() 749 !deref_has_split_wildcard(&src_path, src_info)) in split_array_copies_impl() 755 src_info, &src_path, 0, src_path.path[0]); in split_array_copies_impl()
|
/third_party/boost/tools/boostbook/test/more/ |
D | run-tests.py | 63 src_path = os.path.join(root, filename) 67 doc_text = run_boostbook_consistent_ids(parser, boostbook_xsl, src_path) 69 doc_text = run_boostbook(parser, boostbook_xsl, src_path) 72 print "Error running boostbook for " + src_path 87 if not compare_xml(src_path, doc_text, gold_text):
|
/third_party/musl/scripts/ |
D | search_source_files.py | 42 src_path = path + "/" + src_dir 43 src_list = os.listdir(src_path) 45 cur_path = os.path.join(src_path, src) 63 src_path = path + "/" + src_dir + "/" + arch 64 src_list = os.listdir(src_path) 66 cur_path = os.path.join(src_path, src)
|
/third_party/flutter/skia/third_party/icu/ |
D | make_data_cpp.py | 29 def convert(fmt, name, src_path, dst_path): argument 31 assert os.path.exists(src_path) 32 src = iterate_as_uint32(src_path)
|
/third_party/skia/third_party/icu/ |
D | make_data_cpp.py | 31 def convert(fmt, name, src_path, dst_path): argument 33 assert os.path.exists(src_path) 34 src = iterate_as_uint32(src_path)
|
/third_party/skia/infra/bots/recipes/ |
D | upload_nano_results.py | 26 src_path = api.path['start_dir'].join('perf') 27 with api.context(cwd=src_path): 30 src_path,
|
D | upload_buildstats_results.py | 26 src_path = api.path['start_dir'].join('perf') 27 with api.context(cwd=src_path): 30 src_path,
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/ |
D | gen_common.py | 132 src_path = os.path.join(src, f) 136 if src_path == orig_dst: 139 if os.path.isdir(src_path): 147 rval = CopyDirFilesIfDifferent(src_path, dst_path, recurse, verbose, orig_dst) 149 rval = CopyFileIfDifferent(src_path, dst_path, verbose)
|
/third_party/flutter/skia/infra/bots/recipes/ |
D | upload_buildstats_results.py | 24 src_path = api.path['start_dir'].join('perf') 25 with api.context(cwd=src_path): 28 src_path,
|
D | upload_nano_results.py | 24 src_path = api.path['start_dir'].join('perf') 25 with api.context(cwd=src_path): 28 src_path,
|
/third_party/cef/tools/ |
D | cef_version.py | 22 self.src_path = chromium_src_path 23 assert os.path.isdir(self.src_path), self.src_path 24 self.cef_path = os.path.join(self.src_path, 'cef') 47 file_path = os.path.join(self.src_path, 'chrome', 'VERSION')
|
/third_party/skia/gn/ |
D | copy_git_directory.py | 45 src_path = os.path.join(abs_src, path) 48 with open(src_path) as f2: 52 shutil.copy2(src_path, path)
|
/third_party/ffmpeg/doc/ |
D | texidep.pl | 11 my ($src_path, $root, $target) = @ARGV; 26 print_deps("$src_path/doc/$1", {%$deps});
|
/third_party/iptables/extensions/ |
D | genInit.py | 96 src_path = os.path.join(ori_path, filter_file) 99 need_rebuild = _need_rebuild(src_path, dst_path, src_md5_file) 101 shutil.copy(src_path, dst_path)
|
/third_party/skia/third_party/externals/brotli/scripts/dictionary/ |
D | step-04-generate-java-literals.py | 76 src_path = "DictionaryData.inc.java" variable 78 with open(src_path, "w") as source:
|
/third_party/ltp/testcases/kernel/mce-test/lib/ |
D | mce.sh | 134 local src_path=$1 135 local src_fn=$(basename $src_path) 136 local src_dir=$(dirname $src_path)
|
/third_party/gstreamer/gstplugins_bad/ext/wpe/ |
D | WPEThreadedView.cpp | 197 const gchar *src_path, *src_type, *src_name, *error_domain, *msg, *debug_str, *details_str; in webkit_extension_gerror_msg_received() local 205 &src_path, in webkit_extension_gerror_msg_received() 217 debug_str, src_path in webkit_extension_gerror_msg_received() 238 "wpe-original-src-path", G_TYPE_STRING, src_path, in webkit_extension_gerror_msg_received() 253 const gchar *src_name, *src_type, *src_path, *struct_str; in webkit_extension_bus_message_received() local 261 &src_path, in webkit_extension_bus_message_received() 280 "wpe-original-src-path", G_TYPE_STRING, src_path, in webkit_extension_bus_message_received()
|
/third_party/python/Modules/clinic/ |
D | _winapi.c.h | 229 _winapi_CreateJunction_impl(PyObject *module, LPCWSTR src_path, 236 LPCWSTR src_path; in _winapi_CreateJunction() local 247 src_path = _PyUnicode_AsUnicode(args[0]); in _winapi_CreateJunction() 249 src_path = PyUnicode_AsWideCharString(args[0], NULL); in _winapi_CreateJunction() 251 if (src_path == NULL) { in _winapi_CreateJunction() 266 return_value = _winapi_CreateJunction_impl(module, src_path, dst_path); in _winapi_CreateJunction() 271 PyMem_Free((void *)src_path); in _winapi_CreateJunction()
|
/third_party/grpc/test/cpp/util/ |
D | test_credentials_provider.cc | 43 std::string ReadFile(const std::string& src_path) { in ReadFile() argument 45 src.open(src_path, std::ifstream::in | std::ifstream::binary); in ReadFile()
|
/third_party/mindspore/mindspore/core/utils/ |
D | info.cc | 65 auto src_path = std::string(path); in ToString() local 66 std::ifstream file(src_path); in ToString()
|
/third_party/boost/libs/log/src/ |
D | text_file_backend.cpp | 764 void file_collector::store_file(filesystem::path const& src_path) 773 info.m_TimeStamp = filesystem::last_write_time(src_path); 774 info.m_Size = filesystem::file_size(src_path); 776 const filesystem::path file_name_path = src_path.filename(); 781 filesystem::path src_dir = src_path.has_parent_path() ? 782 filesystem::system_complete(src_path.parent_path()) : 884 move_file(src_path, info.m_Path);
|