/third_party/ffmpeg/libavutil/tests/ |
H A D | hwdevice.c | 23 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/python/Lib/distutils/ |
H A D | dir_util.py | 140 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,
|
H A D | cygwinccompiler.py | 255 for src_name in source_filenames: 257 base, ext = os.path.splitext(os.path.normcase(src_name)) 260 (ext, src_name))
|
H A D | bcppcompiler.py | 340 for src_name in source_filenames: 342 (base, ext) = os.path.splitext (os.path.normcase(src_name)) 345 (ext, src_name))
|
H A D | msvccompiler.py | 319 for src_name in source_filenames: 320 (base, ext) = os.path.splitext (src_name) 327 raise CompileError ("Don't know how to compile %s" % src_name)
|
H A D | ccompiler.py | 851 for src_name in source_filenames: 852 base, ext = os.path.splitext(src_name) 857 "unknown file type '%s' (from '%s')" % (ext, src_name))
|
H A D | msvc9compiler.py | 432 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/ |
H A D | vk_cmd_queue_gen.py | 430 def get_array_member_copy(struct, src_name, member): 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): 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/ |
H A D | generate_mime_convs.py | 21 src_name = '/mime.convs.in' 23 src_file = dir + src_name
|
H A D | install.py | 33 src_name = '/mime.convs.in' 35 src_file = dir + src_name
|
/third_party/cups-filters/ |
H A D | install.py | 23 src_name = '/cupsfilters.convs.in' 25 src_file = dir + src_name
|
/third_party/nghttp2/src/ |
H A D | HtmlParser.cc | 88 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/curl/tests/libtest/ |
H A D | stub_gssapi.c | 376 gss_name_t *src_name, in gss_inquire_context() 386 (void)src_name; in gss_inquire_context() 374 gss_inquire_context(OM_uint32 *min, gss_const_ctx_id_t context_handle, gss_name_t *src_name, gss_name_t *targ_name, OM_uint32 *lifetime_rec, gss_OID *mech_type, OM_uint32 *ctx_flags, int *locally_initiated, int *open_context) gss_inquire_context() argument
|
/third_party/spirv-tools/source/diff/ |
H A D | diff.cpp | 1258 std::string src_name = GetName(src_id_to_, src_type_id, &src_has_name); 1263 if (src_name != dst_name) { 1270 if (src_name == "gl_PerVertex") { 1367 std::string src_name = GetName(src_id_to_, src_id, &src_has_name); 1372 return src_name == dst_name; 1416 std::string src_name = GetName(src_id_to_, src_id, &src_has_name); 1421 return src_name == dst_name; 1632 const std::string src_name = GetSanitizedName(src_id_to_, src_func_id); 1641 if (src_name != "" && dst_name != "" && src_name ! [all...] |
/third_party/libfuse/test/ |
H A D | test_examples.py | 836 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/skia/dm/ |
H A D | DM.cpp | 849 const char* src_name = nullptr) { in gather_file_srcs() 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/spirv-cross/ |
H A D | main.cpp | 591 string src_name; member 964 find_if(begin(resources), end(resources), [&remap](const Resource &res) { return res.name == remap.src_name; }); in remap_generic()
|