/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/bindings/ |
main.py | 177 def identical_file(reference_filename, output_filename): 187 if not filecmp.cmp(reference_filename, output_filename): 191 print diff(reference_filename, output_filename) 202 return all([identical_file(reference_filename, output_filename) 203 for (reference_filename, output_filename) in zip(reference_files, output_files)])
|
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/helpers/ |
vie_to_file_renderer.cc | 65 const std::string& output_filename) { 69 output_file_ = fopen((output_path + output_filename).c_str(), "wb"); 74 output_filename_ = output_filename;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
msvccompiler.py | 447 output_filename = \ 450 if self._need_link (objects, output_filename): 451 lib_args = objects + ['/OUT:' + output_filename] 460 log.debug("skipping %s (up-to-date)", output_filename) 467 output_filename, 492 output_filename = os.path.join (output_dir, output_filename) 494 if self._need_link (objects, output_filename): 512 objects + ['/OUT:' + output_filename]) 521 os.path.basename(output_filename)) [all...] |
emxccompiler.py | 94 output_filename, 129 os.path.basename(output_filename)) 137 os.path.splitext(os.path.basename(output_filename))[0], 164 output_filename,
|
msvc9compiler.py | 563 output_filename = self.library_filename(output_libname, 566 if self._need_link(objects, output_filename): 567 lib_args = objects + ['/OUT:' + output_filename] 575 log.debug("skipping %s (up-to-date)", output_filename) 581 output_filename, 608 output_filename = os.path.join(output_dir, output_filename) 610 if self._need_link(objects, output_filename): 627 objects + ['/OUT:' + output_filename]) 637 os.path.basename(output_filename)) [all...] |
cygwinccompiler.py | 195 output_filename, 230 os.path.basename(output_filename)) 238 "LIBRARY %s" % os.path.basename(output_filename), 274 output_filename,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
msvccompiler.py | 447 output_filename = \ 450 if self._need_link (objects, output_filename): 451 lib_args = objects + ['/OUT:' + output_filename] 460 log.debug("skipping %s (up-to-date)", output_filename) 467 output_filename, 492 output_filename = os.path.join (output_dir, output_filename) 494 if self._need_link (objects, output_filename): 512 objects + ['/OUT:' + output_filename]) 521 os.path.basename(output_filename)) [all...] |
emxccompiler.py | 94 output_filename, 129 os.path.basename(output_filename)) 137 os.path.splitext(os.path.basename(output_filename))[0], 164 output_filename,
|
msvc9compiler.py | 563 output_filename = self.library_filename(output_libname, 566 if self._need_link(objects, output_filename): 567 lib_args = objects + ['/OUT:' + output_filename] 575 log.debug("skipping %s (up-to-date)", output_filename) 581 output_filename, 608 output_filename = os.path.join(output_dir, output_filename) 610 if self._need_link(objects, output_filename): 627 objects + ['/OUT:' + output_filename]) 637 os.path.basename(output_filename)) [all...] |
cygwinccompiler.py | 195 output_filename, 230 os.path.basename(output_filename)) 238 "LIBRARY %s" % os.path.basename(output_filename), 274 output_filename,
|
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/include/ |
vie_to_file_renderer.h | 41 const std::string& output_filename);
|
/external/chromium_org/third_party/lcov/bin/ |
geninfo | 217 our $output_filename; 339 "output-filename|o=s" => \$output_filename, 516 if (defined($output_filename) && ($output_filename ne "-")) 521 open(DUMMY_HANDLE, ">", $output_filename) 522 or die("ERROR: cannot create $output_filename!\n"); 525 # Make $output_filename an absolute path because we're going 527 if (!($output_filename =~ /^\/(.*)$/)) 529 $output_filename = $cwd."/".$output_filename; [all...] |
lcov | 155 our $output_filename; # Name for file to write coverage data to 268 "output-file|o=s" => \$output_filename, 382 $to_file = ($output_filename && ($output_filename ne "-")); 389 $output_filename = "-"; 611 # TO_PACKAGE specified) or to OUTPUT_FILENAME or STDOUT. 801 if ($output_filename) 803 @param = (@param, "--output-filename", $output_filename); [all...] |
/frameworks/av/media/libstagefright/codecs/aacenc/SampleCode/ |
AAC_E_SAMPLES.c | 48 static int parsecmdline(int argc, char **argv,char **input_filename, char **output_filename, AACENC_PARAM *param) 78 *output_filename = *argv;
|
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/ |
tester_main.cc | 38 DEFINE_string(output_filename, webrtc::test::OutputPath() +
|
/external/chromium_org/third_party/boringssl/ |
update_gypi_and_asm.py | 124 def PerlAsm(output_filename, input_filename, perlasm_style, extra_args): 125 """Runs the a perlasm script and puts the output into output_filename.""" 126 base_dir = os.path.dirname(output_filename) 131 with open(output_filename, 'w+') as out_file:
|
/external/oprofile/libabi/ |
opimport.cpp | 34 string output_filename; member in namespace:__anon12118 43 popt::option(output_filename, "output", 'o', "output to file", "filename"), 210 rc = odb_open(&dest, output_filename.c_str(), ODB_RDWR,
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/ |
main.c | 768 char output_filename[200]; local 772 snprintf(output_filename, sizeof(output_filename), "%s-%s", 774 stream_file = fopen(output_filename, "w+"); 776 printf("Unable to open file '%s'\n", output_filename); 779 MPL_LOGI("-- Output on file '%s'\n", output_filename);
|
/external/chromium_org/third_party/libvpx/source/libvpx/examples/ |
vp9_spatial_svc_encoder.c | 85 const char *output_filename; member in struct:__anon17595 97 fprintf(stderr, "Usage: %s <options> input_filename output_filename\n", 251 app_input->output_filename = argv[1]; 311 writer = vpx_video_writer_open(app_input.output_filename, kContainerIVF, 314 die("Failed to open %s for writing\n", app_input.output_filename);
|
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test/ |
videoprocessor.h | 63 std::string output_filename; member in struct:webrtc::test::TestConfig
|
/external/chromium_org/tools/grit/grit/node/ |
io.py | 97 if hasattr(self, 'output_filename'): 98 path = self.output_filename
|
/external/libvpx/libvpx/examples/ |
vp9_spatial_scalable_encoder.c | 102 const char *output_filename; member in struct:__anon8466 114 fprintf(stderr, "Usage: %s <options> input_filename output_filename\n", 263 app_input->output_filename = argv[1]; 328 writer = vpx_video_writer_open(app_input.output_filename, kContainerIVF, 331 die("Failed to open %s for writing\n", app_input.output_filename);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
vp9_spatial_scalable_encoder.c | 102 const char *output_filename; member in struct:__anon19650 114 fprintf(stderr, "Usage: %s <options> input_filename output_filename\n", 263 app_input->output_filename = argv[1]; 328 writer = vpx_video_writer_open(app_input.output_filename, kContainerIVF, 331 die("Failed to open %s for writing\n", app_input.output_filename);
|
/art/runtime/ |
profiler.h | 170 static bool Start(const std::string& output_filename, const ProfilerOptions& options) 190 const std::string& output_filename, const ProfilerOptions& options);
|
/bionic/libc/tools/zoneinfo/ |
update-tzdata.py | 89 def HttpRetrieveFile(http, path, output_filename): 91 f = open(output_filename, 'wb')
|