Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/tests/
Dhwdevice.c23 static int test_derivation(AVBufferRef *src_ref, const char *src_name) in test_derivation() argument
45 src_name, derived_name, err); in test_derivation()
59 "but did not return the same device.\n", src_name); in test_derivation()
71 src_name, derived_name, err); in test_derivation()
78 src_name, derived_name); in test_derivation()
83 src_name, derived_name); in test_derivation()
/third_party/gstreamer/gstreamer/tests/benchmarks/
Dmass-elements.c36 const gchar *src_name = SRC_ELEMENT, *sink_name = SINK_ELEMENT; in main() local
45 src_name = argv[3]; in main()
51 src_name, buffers, identities, sink_name); in main()
55 src = gst_element_factory_make (src_name, NULL); in main()
57 g_print ("no element named \"%s\" found, aborting...\n", src_name); in main()
/third_party/python/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.py255 for src_name in source_filenames:
257 base, ext = os.path.splitext(os.path.normcase(src_name))
260 (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.py851 for src_name in source_filenames:
852 base, ext = os.path.splitext(src_name)
857 "unknown file type '%s' (from '%s')" % (ext, src_name))
Dmsvc9compiler.py432 for src_name in source_filenames:
433 (base, ext) = os.path.splitext (src_name)
440 raise CompileError ("Don't know how to compile %s" % src_name)
/third_party/mesa3d/src/vulkan/util/
Dvk_cmd_queue_gen.py430 def get_array_member_copy(struct, src_name, member): argument
438 … copy = "memcpy((%s)%s, %s->%s, %s);" % (const_cast, field_name, src_name, member.name, field_size)
439 return "if (%s->%s) {\n %s\n %s\n}\n" % (src_name, member.name, allocation, copy)
462 def get_struct_copy(dst, src_name, src_type, size, types, level=0): argument
467 copy = "memcpy((void*)%s, %s, %s);" % (dst, src_name, size)
471 tmp_src = "%s *tmp_src%d = (void *) %s; (void) tmp_src%d;" % (src_type, level, src_name, level)
482 if_stmt = "if (%s) {" % src_name
/third_party/cups/
Dgenerate_mime_convs.py21 src_name = '/mime.convs.in'
23 src_file = dir + src_name
/third_party/cups-filters/
Dinstall.py23 src_name = '/cupsfilters.convs.in'
25 src_file = dir + src_name
/third_party/nghttp2/src/
DHtmlParser.cc88 void start_element_func(void *user_data, const xmlChar *src_name, in start_element_func() argument
92 StringRef{src_name, strlen(reinterpret_cast<const char *>(src_name))}; in start_element_func()
/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
204 &src_name, in webkit_extension_gerror_msg_received()
236 "wpe-original-src-name", G_TYPE_STRING, src_name, in webkit_extension_gerror_msg_received()
253 const gchar *src_name, *src_type, *src_path, *struct_str; in webkit_extension_bus_message_received() local
259 &src_name, in webkit_extension_bus_message_received()
278 "wpe-original-src-name", G_TYPE_STRING, src_name, in webkit_extension_bus_message_received()
/third_party/spirv-tools/source/diff/
Ddiff.cpp1160 std::string src_name = GetName(src_id_to_, src_type_id, &src_has_name); in MatchOpTypeStruct() local
1165 if (src_name != dst_name) { in MatchOpTypeStruct()
1172 if (src_name == "gl_PerVertex") { in MatchOpTypeStruct()
1269 std::string src_name = GetName(src_id_to_, src_id, &src_has_name); in MatchOpSpecConstant() local
1274 return src_name == dst_name; in MatchOpSpecConstant()
1318 std::string src_name = GetName(src_id_to_, src_id, &src_has_name); in MatchOpVariable() local
1323 return src_name == dst_name; in MatchOpVariable()
1535 const std::string src_name = GetSanitizedName(src_id_to_, src_func_id); in BestEffortMatchFunctions() local
1544 if (src_name != "" && dst_name != "" && src_name != dst_name) { in BestEffortMatchFunctions()
2011 const opt::Operand& src_name = src_inst->GetOperand(1); in MatchExtInstImportIds() local
[all …]
/third_party/gstreamer/gstreamer/libs/gst/helpers/
Dgst_gdb.py998 src_name = None
1000 (ss, src_name) = self._dot_pads(indent+1, "srcpads",
1003 if sink_name and src_name:
1006 (spc, name, sink_name, name, src_name)
1012 if src_name and not sink_name:
1014 elif not src_name and sink_name:
1016 elif src_name and sink_name:
/third_party/libfuse/test/
Dtest_examples.py836 src_name = pjoin(src_dir, name)
840 with open(src_name, 'w') as fh:
844 assert os.stat(src_name) == os.stat(mnt_name)
847 src_name = pjoin(src_dir, name)
855 assert os.stat(src_name) == os.stat(mnt_name)
/third_party/flutter/skia/dm/
DDM.cpp830 const char* src_name = nullptr) { in gather_file_srcs() argument
831 if (!src_name) { in gather_file_srcs()
833 src_name = ext; in gather_file_srcs()
841 push_src(src_name, "", new T(SkOSPath::Join(path, file.c_str()))); in gather_file_srcs()
844 push_src(src_name, "", new T(path)); in gather_file_srcs()
/third_party/skia/dm/
DDM.cpp849 const char* src_name = nullptr) { in gather_file_srcs() argument
850 if (!src_name) { in gather_file_srcs()
852 src_name = ext; in gather_file_srcs()
860 push_src(src_name, "", new T(SkOSPath::Join(path, file.c_str()))); in gather_file_srcs()
863 push_src(src_name, "", new T(path)); in gather_file_srcs()
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_copy_image.txt214 4 CARD32 src_name
237 4 CARD32 src_name
/third_party/openGLES/extensions/NV/
DNV_copy_image.txt214 4 CARD32 src_name
237 4 CARD32 src_name
/third_party/skia/third_party/externals/spirv-cross/
Dmain.cpp591 string src_name; member
964 …(resources), end(resources), [&remap](const Resource &res) { return res.name == remap.src_name; }); in remap_generic()
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch949 for src_name in source_filenames:
951 - base, ext = os.path.splitext(os.path.normcase(src_name))
953 + base, ext = os.path.splitext(src_name)
960 (ext, src_name))