/external/webrtc/webrtc/common_video/libyuv/ |
D | scaler_unittest.cc | 28 FILE* source_file, std::string out_name, 34 double ComputeAvgSequencePSNR(FILE* input_file, std::string out_name, 126 std::string out_name = webrtc::test::OutputPath() + in TEST_F() local 129 source_file_, out_name, in TEST_F() 133 source_file2 = fopen(out_name.c_str(), "rb"); in TEST_F() 134 out_name = webrtc::test::OutputPath() + "LibYuvTest_PointScale_352_288_" in TEST_F() 137 source_file2, out_name, in TEST_F() 140 avg_psnr = ComputeAvgSequencePSNR(source_file_, out_name, width_, height_); in TEST_F() 147 out_name = webrtc::test::OutputPath() + "LibYuvTest_PointScale_320_240.yuv"; in TEST_F() 149 source_file_, out_name, in TEST_F() [all …]
|
/external/toybox/toys/pending/ |
D | gzip.c | 117 char *out_name = 0; in do_gzip() local 131 if (!(toys.optflags&FLAG_d)) out_name = xmprintf("%s%s", arg, ".gz"); in do_gzip() 136 out_name = xstrdup(arg); in do_gzip() 137 out_name[len-3] = 0; in do_gzip() 140 out_fd = xcreate(out_name, in do_gzip() 145 if (do_deflate(in_fd, out_fd, toys.optflags&FLAG_d, TT.level) && out_name) in do_gzip() 146 arg = out_name; in do_gzip() 149 if (out_name) { in do_gzip() 152 if (utimensat(AT_FDCWD, out_name, times, 0)) perror_exit("utimensat"); in do_gzip() 154 free(out_name); in do_gzip()
|
/external/selinux/checkpolicy/ |
D | checkmodule.c | 268 char *out_name = basename(out_path); in main() local 269 char *separator = strrchr(out_name, '.'); in main() 273 if (strcmp(mod_name, out_name) != 0) { in main() 274 …%s: Module name %s is different than the output base filename %s\n", argv[0], mod_name, out_name); in main()
|
/external/libxcam/tests/ |
D | test-image-blend.cpp | 371 char out_name[1024]; in main() local 372 snprintf (out_name, 1023, "%s.%02d", file_out_name, i); in main() 374 ret = file_out.open (out_name, "wb"); in main() 375 CHECK_STATEMENT (ret, FAILED_GEO_FREE, "open output file(%s) failed", out_name); in main() 377 CHECK_STATEMENT (ret, FAILED_GEO_FREE, "write buffer to (%s) failed", out_name); in main() 378 printf ("write output buffer to: %s done\n", out_name); in main()
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
D | CppAssetManager2.java | 774 public boolean GetResourceName(int resid, ResourceName out_name) { in GetResourceName() argument 788 out_name.package_ = package_.GetPackageName(); in GetResourceName() 792 out_name.type = entry.type_string_ref.string(); in GetResourceName() 795 if (out_name.type == null) { in GetResourceName() 803 out_name.entry = entry.entry_string_ref.string(); in GetResourceName() 806 if (out_name.entry == null) { in GetResourceName() 1198 ResourceName out_name = new ResourceName(); in GetResourceName() local 1199 if (GetResourceName(resid, out_name)) { in GetResourceName() 1200 return out_name.package_ + ":" + out_name.type + "@" + out_name.entry; in GetResourceName()
|
/external/webrtc/talk/media/devices/ |
D | macdevicemanager.cc | 158 std::string* out_name) { in GetAudioDeviceName() argument 169 *out_name = name; in GetAudioDeviceName()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_symbolizer_mac.cc | 82 static bool ParseCommandOutput(const char *str, uptr addr, char **out_name, in ParseCommandOutput() argument 108 *out_name = symbol_name; in ParseCommandOutput()
|
/external/tensorflow/tensorflow/lite/models/ |
D | speech_test.cc | 46 const string& out_name, const string& input_tensor, in ConvertCsvData() argument 62 string out_file_name = data_path(out_name); in ConvertCsvData()
|
/external/libpng/contrib/tools/ |
D | pngfix.c | 839 const char * out_name; /* Name of output file (if required) */ member 1013 perror(file->out_name); in file_end() 1029 const char *out_name, void *alloc_ptr, void (*alloc)(struct file*,int)) in file_init() argument 1039 file->out_name = out_name; in file_init() 1070 if (out_name != NULL) in file_init() 1072 file->out = fopen(out_name, "wb"); in file_init() 1078 perror(out_name); in file_init() 3567 const char *file_name, const char *out_name) in control_init() argument 3572 return file_init(&control->file, global, file_name, out_name, control, in control_init() 3652 one_file(struct global *global, const char *file_name, const char *out_name) in one_file() argument [all …]
|
/external/curl/lib/ |
D | setup-os400.h | 151 gss_name_t * out_name);
|
/external/libchrome/base/metrics/ |
D | persistent_histogram_allocator.cc | 763 std::string* out_name, in ParseFilePath() argument 772 if (out_name) in ParseFilePath() 773 *out_name = parts[0].as_string(); in ParseFilePath()
|
D | persistent_histogram_allocator.h | 395 std::string* out_name,
|
/external/curl/packages/OS400/ |
D | os400sys.c | 800 gss_OID in_name_type, gss_name_t * out_name) in Curl_gss_import_name_a() argument 808 return gss_import_name(minor_status, in_name, in_name_type, out_name); in Curl_gss_import_name_a() 823 rc = gss_import_name(minor_status, &in, in_name_type, out_name); in Curl_gss_import_name_a()
|
/external/mesa3d/src/amd/common/ |
D | ac_llvm_build.h | 328 char *out_name, unsigned out_len);
|
D | ac_llvm_build.c | 1561 char *out_name, unsigned out_len) in ac_get_image_intr_name() argument 1569 snprintf(out_name, out_len, "%s.%s", base_name, coords_type_name); in ac_get_image_intr_name() 1578 snprintf(out_name, out_len, "%s.%s.%s.%s", base_name, in ac_get_image_intr_name()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cShaderImageLoadStoreTests.cpp | 9371 void getImageUniformName(GLuint index, std::string& out_name) in getImageUniformName() argument 9377 out_name = stream.str(); in getImageUniformName()
|
D | gl4cEnhancedLayoutsTests.cpp | 6592 …const std::string out_name = Utils::Variable::GetReference(out_parent_name, out_variable, out_flav… in test() local 6602 Utils::replaceToken("OUT", pass_position, out_name.c_str(), passthrough); in test() 6621 …passthrough = getVariablePassthrough(in_name, in_member, Utils::Variable::BASIC, out_name, out_mem… in test()
|