Searched refs:out_name (Results 1 - 10 of 10) sorted by relevance

/external/webrtc/webrtc/common_video/libyuv/
H A Dscaler_unittest.cc28 FILE* source_file, std::string out_name,
32 // |input_file| and an output sequence with filename |out_name|. |width| and
34 double ComputeAvgSequencePSNR(FILE* input_file, std::string out_name,
126 std::string out_name = webrtc::test::OutputPath() + local
129 source_file_, out_name,
133 source_file2 = fopen(out_name.c_str(), "rb");
134 out_name = webrtc::test::OutputPath() + "LibYuvTest_PointScale_352_288_"
137 source_file2, out_name,
140 avg_psnr = ComputeAvgSequencePSNR(source_file_, out_name, width_, height_);
147 out_name
198 std::string out_name = webrtc::test::OutputPath() + local
255 std::string out_name = webrtc::test::OutputPath() + local
298 ComputeAvgSequencePSNR(FILE* input_file, std::string out_name, int width, int height) argument
340 ScaleSequence(ScaleMethod method, FILE* source_file, std::string out_name, int src_width, int src_height, int dst_width, int dst_height) argument
[all...]
/external/v8/tools/gyp/pylib/gyp/generator/
H A Declipse.py316 config_name, out_name, options,
318 gyp.common.EnsureDirExists(out_name)
319 with open(out_name, 'w') as out:
338 toplevel_build, out_name):
342 gyp.common.EnsureDirExists(out_name)
368 ET.ElementTree(result).write(out_name)
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_mac.cc99 static bool ParseCommandOutput(const char *str, uptr addr, char **out_name, argument
131 *out_name = symbol_name;
/external/webrtc/talk/media/devices/
H A Dmacdevicemanager.cc158 std::string* out_name) {
169 *out_name = name;
156 GetAudioDeviceName(AudioDeviceID id, bool input, std::string* out_name) argument
/external/curl/lib/
H A Dsetup-os400.h151 gss_name_t * out_name);
/external/libpng/contrib/tools/
H A Dpngfix.c840 const char * out_name; /* Name of output file (if required) */ member in struct:file
1014 perror(file->out_name);
1030 const char *out_name, void *alloc_ptr, void (*alloc)(struct file*,int))
1040 file->out_name = out_name;
1071 if (out_name != NULL)
1073 file->out = fopen(out_name, "wb");
1079 perror(out_name);
3567 const char *file_name, const char *out_name)
3572 return file_init(&control->file, global, file_name, out_name, contro
1029 file_init(struct file *file, struct global *global, const char *file_name, const char *out_name, void *alloc_ptr, void (*alloc)(struct file*,int)) argument
3566 control_init(struct control *control, struct global *global, const char *file_name, const char *out_name) argument
3652 one_file(struct global *global, const char *file_name, const char *out_name) argument
[all...]
/external/curl/packages/OS400/
H A Dos400sys.c779 gss_OID in_name_type, gss_name_t * out_name)
787 return gss_import_name(minor_status, in_name, in_name_type, out_name);
801 rc = gss_import_name(minor_status, &in, in_name_type, out_name);
778 Curl_gss_import_name_a(OM_uint32 * minor_status, gss_buffer_t in_name, gss_OID in_name_type, gss_name_t * out_name) argument
/external/valgrind/drd/tests/
H A Dtsan_unittest.cpp4790 char out_name[100]; local
4793 sprintf(out_name, "/tmp/racecheck_unittest_out.%ld", (long) getpid());
4794 fd_out = creat(out_name, O_WRONLY | S_IRWXU);
4797 strcpy(in_name, out_name);
4800 IGNORE_RETURN_VALUE(symlink(out_name, in_name));
4813 unlink(out_name);
/external/robolectric/v3/libs/
H A Dvtd-xml-2.11.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ximpleware/ com/ximpleware/extended/ com/ximpleware/extended/parser/ ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 541 milliseconds