/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test/ |
videoprocessor_integrationtest.cc | 161 config_.output_filename = webrtc::test::TempFilename( 196 new webrtc::test::FrameWriterImpl(config_.output_filename, 487 config_.output_filename.c_str(), 500 if (!remove(config_.output_filename.c_str())) { [all...] |
videoprocessor.cc | 29 output_filename(""),
|
/external/chromium_org/tools/grit/grit/format/ |
html_inline.py | 376 def InlineToFile(input_filename, output_filename, grd_node): 381 to output_filename. 385 output_filename: name of file to be written to 391 with open(output_filename, 'wb') as out_file:
|
/art/runtime/ |
profiler.cc | 328 const std::string& output_filename, const ProfilerOptions& options) { 333 CHECK(!output_filename.empty()); 344 LOG(INFO) << "Starting profiler using output file: " << output_filename 348 profiler_ = new BackgroundMethodSamplingProfiler(output_filename, options); 391 const std::string& output_filename, const ProfilerOptions& options) 392 : output_filename_(output_filename),
|
/external/chromium_org/native_client_sdk/src/build_tools/ |
build_sdk.py | 694 def GenerateNotice(fileroot, output_filename='NOTICE', extra_files=None): 709 if not os.path.isabs(output_filename): 710 output_filename = os.path.join(fileroot, output_filename) 711 generate_notice.Generate(output_filename, fileroot, license_files) [all...] |
/external/chromium_org/tools/grit/grit/tool/ |
build.py | 263 outfiles[ix].output_filename = os.path.abspath( 267 output.output_filename = os.path.abspath(os.path.join(
|
/external/chromium_org/tools/gyp/pylib/gyp/generator/ |
make.py | 709 def Write(self, qualified_target, base_path, output_filename, spec, configs, 717 output_filename: output .mk file name to write 721 gyp.common.EnsureDirExists(output_filename) 723 self.fp = open(output_filename, 'w') 842 def WriteSubMake(self, output_filename, makefile_path, targets, build_dir): 849 output_filename: sub-project Makefile name to write 854 gyp.common.EnsureDirExists(output_filename) 855 self.fp = open(output_filename, 'w') 860 os.path.join(os.path.dirname(output_filename), build_dir)) [all...] |
android.py | 110 def Write(self, qualified_target, relative_target, base_path, output_filename, 119 output_filename: output .mk file name to write 125 gyp.common.EnsureDirExists(output_filename) 127 self.fp = open(output_filename, 'w') [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
ccompiler.py | 617 def link(self, target_desc, objects, output_filename, output_dir=None, 625 as 'objects'. 'output_filename' should be a filename. If 626 'output_dir' is supplied, 'output_filename' is relative to it 627 (i.e. 'output_filename' can provide directory components if 682 def link_shared_object(self, objects, output_filename, output_dir=None, 688 output_filename, output_dir, [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
ccompiler.py | 617 def link(self, target_desc, objects, output_filename, output_dir=None, 625 as 'objects'. 'output_filename' should be a filename. If 626 'output_dir' is supplied, 'output_filename' is relative to it 627 (i.e. 'output_filename' can provide directory components if 682 def link_shared_object(self, objects, output_filename, output_dir=None, 688 output_filename, output_dir, [all...] |
/external/webrtc/src/modules/audio_processing/test/ |
unit_test.cc | 66 const std::string output_filename; member in class:__anon17169::ApmTest 78 output_filename(resource_path + "output_data_fixed.pb"), 80 output_filename(resource_path + "output_data_float.pb"), [all...] |
/art/runtime/hprof/ |
hprof.cc | 386 Hprof(const char* output_filename, int fd, bool direct_to_ddms) 387 : filename_(output_filename), [all...] |