Home
last modified time | relevance | path

Searched refs:out_name (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/third_party/webrtc/common_video/libyuv/
Dscaler_unittest.cc29 FILE* source_file, std::string out_name,
35 double ComputeAvgSequencePSNR(FILE* input_file, std::string out_name,
122 std::string out_name = webrtc::test::OutputPath() + in TEST_F() local
125 source_file_, out_name, in TEST_F()
129 source_file2 = fopen(out_name.c_str(), "rb"); in TEST_F()
130 out_name = webrtc::test::OutputPath() + "LibYuvTest_PointScale_352_288_" in TEST_F()
133 source_file2, out_name, in TEST_F()
136 avg_psnr = ComputeAvgSequencePSNR(source_file_, out_name, width_, height_); in TEST_F()
143 out_name = webrtc::test::OutputPath() + "LibYuvTest_PointScale_320_240.yuv"; in TEST_F()
145 source_file_, out_name, in TEST_F()
[all …]
/external/libcxx/test/
Dmakemake.py23 out_name = os.path.splitext(path)[0] # trim .cpp
24 out_name = os.path.splitext(out_name)[0] # trim .pass
25 out_name = os.path.normpath(out_name)
26 tests.append((test, out_name))
49 for test, out_name in tests:
54 '''.format(out_name, test, build_mk_path))
/external/chromium_org/chrome_elf/blacklist/
Dblacklist_interceptions.cc126 std::string* out_name, in SafeGetImageInfo() argument
128 out_name->clear(); in SafeGetImageInfo()
129 out_name->reserve(MAX_PATH); in SafeGetImageInfo()
141 out_name->push_back(*image_name); in SafeGetImageInfo()
156 out_name->clear(); in SafeGetImageInfo()
161 std::string out_name; in GetImageInfoFromLoadedModule() local
163 SafeGetImageInfo(pe, &out_name, flags); in GetImageInfoFromLoadedModule()
164 return base::string16(out_name.begin(), out_name.end()); in GetImageInfoFromLoadedModule()
/external/chromium_org/sandbox/win/src/
Dsandbox_nt_util.cc220 wchar_t** out_name, uint32* attributes, in AllocAndCopyName() argument
225 DCHECK_NT(out_name); in AllocAndCopyName()
226 *out_name = NULL; in AllocAndCopyName()
238 *out_name = new(NT_ALLOC) wchar_t[size/sizeof(wchar_t)]; in AllocAndCopyName()
239 if (NULL == *out_name) in AllocAndCopyName()
242 ret = CopyData(*out_name, in_object->ObjectName->Buffer, in AllocAndCopyName()
247 (*out_name)[size / sizeof(wchar_t) - 1] = L'\0'; in AllocAndCopyName()
260 if (!NT_SUCCESS(ret) && *out_name) { in AllocAndCopyName()
261 operator delete(*out_name, NT_ALLOC); in AllocAndCopyName()
262 *out_name = NULL; in AllocAndCopyName()
[all …]
Dsandbox_nt_util.h104 wchar_t** out_name, uint32* attributes, HANDLE* root);
/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dchannelmanager.cc510 std::string* out_name, in GetAudioOptions() argument
514 if (out_name) in GetAudioOptions()
515 *out_name = audio_out_device_; in GetAudioOptions()
522 const std::string& out_name, in SetAudioOptions() argument
524 return SetAudioOptions(in_name, out_name, options, audio_delay_offset_); in SetAudioOptions()
528 const std::string& out_name, in SetAudioOptions() argument
537 if (!device_manager_->GetAudioOutputDevice(out_name, &out_dev)) { in SetAudioOptions()
538 LOG(LS_WARNING) << "Failed to GetAudioOutputDevice: " << out_name; in SetAudioOptions()
554 audio_out_device_ = out_name; in SetAudioOptions()
Dmediasessionclient.h114 bool SetAudioOptions(const std::string& in_name, const std::string& out_name, in SetAudioOptions() argument
116 return channel_manager_->SetAudioOptions(in_name, out_name, options); in SetAudioOptions()
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
Dmacdevicemanager.cc158 std::string* out_name) { in GetAudioDeviceName() argument
169 *out_name = name; in GetAudioDeviceName()
/external/chromium_org/tools/gyp/pylib/gyp/generator/
Declipse.py297 out_name = os.path.join(toplevel_build, 'eclipse-cdt-settings.xml')
298 gyp.common.EnsureDirExists(out_name)
299 out = open(out_name, 'w')
/external/chromium_org/ppapi/native_client/tests/nacl_browser/fault_injection/
Dnacl.scons43 for extra_os_env, test_args, out_name, run_name, html_file in [
74 out_name,
/external/chromium_org/tools/gn/
Dlabel.cc99 std::string* out_name, in Resolve() argument
167 out_name, err)) in Resolve()
/external/libpng/contrib/tools/
Dpngfix.c834 const char * out_name; /* Name of output file (if required) */ member
1008 perror(file->out_name); in file_end()
1024 const char *out_name, void *alloc_ptr, void (*alloc)(struct file*,int)) in file_init() argument
1034 file->out_name = out_name; in file_init()
1065 if (out_name != NULL) in file_init()
1067 file->out = fopen(out_name, "wb"); in file_init()
1073 perror(out_name); in file_init()
3560 const char *file_name, const char *out_name) in control_init() argument
3565 return file_init(&control->file, global, file_name, out_name, control, in control_init()
3648 one_file(struct global *global, const char *file_name, const char *out_name) in one_file() argument
[all …]
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_support_extension/
Dpnacl_component_crx_gen.py149 out_name = J(target_dir, UseWhitelistedChars(PnaclPackaging.pnacl_json,
151 with open(out_name, 'w') as output_fd:
/external/chromium_org/third_party/ots/src/
Dcff.cc125 ots::Buffer *table, const ots::CFFIndex &index, std::string* out_name) { in ParseNameData() argument
156 *out_name = reinterpret_cast<char *>(name); in ParseNameData()
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcvoiceengine.cc969 std::string out_name = (out_id != kDefaultAudioDeviceId) ? in SetDevices() local
972 << ") and speaker to (id=" << out_id << ", name=" << out_name in SetDevices()
1008 if (!FindWebRtcAudioDeviceId(false, out_name, out_id, &out_id)) { in SetDevices()
1009 LOG(LS_WARNING) << "Failed to find VoiceEngine device id for " << out_name; in SetDevices()
1014 LOG_RTCERR2(SetPlayoutDevice, out_name, out_id); in SetDevices()
1041 << ") and speaker to (id="<< out_id << " name=" << out_name in SetDevices()
/external/valgrind/main/drd/tests/
Dtsan_unittest.cpp4786 char out_name[100]; in Run() local
4789 sprintf(out_name, "/tmp/racecheck_unittest_out.%d", getpid()); in Run()
4790 fd_out = creat(out_name, O_WRONLY | S_IRWXU); in Run()
4793 strcpy(in_name, out_name); in Run()
4796 IGNORE_RETURN_VALUE(symlink(out_name, in_name)); in Run()
4809 unlink(out_name); in Run()