Home
last modified time | relevance | path

Searched refs:src_path (Results 1 – 25 of 34) sorted by relevance

12

/third_party/gstreamer/gstplugins_bad/ext/wpe/wpe-extension/
Dgstwpebusmsgforwarder.c46 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/mesa3d/src/compiler/nir/
Dnir_lower_var_copies.c107 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()
Dnir_opt_find_array_copies.c406 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()
Dnir_split_vars.c652 struct array_var_info *src_info, nir_deref_path *src_path, in emit_split_copies() argument
665 while ((src_p = src_path->path[src_level + 1])) { in emit_split_copies()
686 glsl_get_length(src_path->path[src_level]->type)); in emit_split_copies()
691 src_info, src_path, src_level + 1, in emit_split_copies()
698 src_info, src_path, src_level + 1, in emit_split_copies()
733 nir_deref_path dst_path, src_path; in split_array_copies_impl() local
735 nir_deref_path_init(&src_path, src_deref, mem_ctx); in split_array_copies_impl()
738 !deref_has_split_wildcard(&src_path, src_info)) in split_array_copies_impl()
744 src_info, &src_path, 0, src_path.path[0]); in split_array_copies_impl()
/third_party/flutter/build/skia/
Dmake_skia_include_dir.py35 src_path = os.path.abspath(path)
36 print("skia path is : " + src_path)
39 subprocess.run(['ln', '-sf', dst_path, src_path])
/third_party/musl/scripts/
Dsearch_source_files.py42 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/cef/tools/
Dcef_version.py22 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')
Dmake_distrib.py728 src_path = os.path.join(build_dir_release, 'includes', 'include', include) variable
729 if not os.path.exists(src_path):
730 src_path = os.path.join(build_dir_debug, 'includes', 'include', include) variable
731 if not os.path.exists(src_path):
733 copy_file(src_path, os.path.join(include_dir, include), options.quiet)
/third_party/skia/third_party/icu/
Dmake_data_cpp.py31 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/flutter/skia/third_party/icu/
Dmake_data_cpp.py29 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/expat/
DBUILD.gn4 src_path = "//third_party/expat"
8 rebase_path(src_path, root_build_dir),
11 inputs = [ src_path ]
/third_party/skia/infra/bots/recipes/
Dupload_nano_results.py26 src_path = api.path['start_dir'].join('perf')
27 with api.context(cwd=src_path):
30 src_path,
Dupload_buildstats_results.py26 src_path = api.path['start_dir'].join('perf')
27 with api.context(cwd=src_path):
30 src_path,
/third_party/flutter/skia/infra/bots/recipes/
Dupload_buildstats_results.py24 src_path = api.path['start_dir'].join('perf')
25 with api.context(cwd=src_path):
28 src_path,
Dupload_nano_results.py24 src_path = api.path['start_dir'].join('perf')
25 with api.context(cwd=src_path):
28 src_path,
/third_party/skia/gn/
Dcopy_git_directory.py45 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/
Dtexidep.pl11 my ($src_path, $root, $target) = @ARGV;
26 print_deps("$src_path/doc/$1", {%$deps});
/third_party/ltp/testcases/kernel/mce-test/lib/
Dmce.sh134 local src_path=$1
135 local src_fn=$(basename $src_path)
136 local src_dir=$(dirname $src_path)
/third_party/libpng/
Dinstall.py33 def move_file(src_path, dst_path): argument
43 src_file = os.path.join(src_path, file)
/third_party/skia/third_party/externals/brotli/scripts/dictionary/
Dstep-04-generate-java-literals.py76 src_path = "DictionaryData.inc.java" variable
78 with open(src_path, "w") as source:
/third_party/gstreamer/gstplugins_bad/ext/wpe/
DWPEThreadedView.cpp197 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.h229 _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/python/Modules/
D_winapi.c538 _winapi_CreateJunction_impl(PyObject *module, LPCWSTR src_path, in _winapi_CreateJunction_impl() argument
556 if (src_path == NULL || dst_path == NULL) in _winapi_CreateJunction_impl()
559 if (wcsncmp(src_path, L"\\??\\", prefix_len) == 0) in _winapi_CreateJunction_impl()
562 if (PySys_Audit("_winapi.CreateJunction", "uu", src_path, dst_path) < 0) { in _winapi_CreateJunction_impl()
580 if (GetFileAttributesW(src_path) == INVALID_FILE_ATTRIBUTES) in _winapi_CreateJunction_impl()
584 print_len = (USHORT)GetFullPathNameW(src_path, 0, NULL, NULL); in _winapi_CreateJunction_impl()
631 if (GetFullPathNameW(src_path, print_len + 1, in _winapi_CreateJunction_impl()
/third_party/python/Doc/library/
Daudit_events.rst33 | _winapi.CreateJunction | ``src_path``, ``dst_path`` |
/third_party/FreeBSD/sys/dev/usb/
Dusb_dev.h40 char src_path[32]; /* Source path - including terminating member

12