HomeSort by relevance Sort by last modified time
    Searched refs:output_filename (Results 26 - 48 of 48) sorted by null

12

  /frameworks/compile/libbcc/lib/Renderscript/
RSInfoWriter.cpp 169 const char *output_filename = pOutput.getName().c_str(); local
173 output_filename, pOutput.getErrorMessage().c_str());
185 output_filename, pOutput.getErrorMessage().c_str());
193 output_filename, pOutput.getErrorMessage().c_str());
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
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,
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/
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,
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/chromium_org/third_party/lcov-1.9/bin/
geninfo 155 our $output_filename;
227 "output-filename|o=s" => \$output_filename,
421 if (defined($output_filename) && ($output_filename ne "-"))
426 open(DUMMY_HANDLE, ">$output_filename")
427 or die("ERROR: cannot create $output_filename!\n");
430 # Make $output_filename an absolute path because we're going
432 if (!($output_filename =~ /^\/(.*)$/))
434 $output_filename = $cwd."/".$output_filename;
    [all...]
lcov 153 our $output_filename; # Name for file to write coverage data to
248 "output-file|o=s" => \$output_filename,
351 $to_file = ($output_filename && ($output_filename ne "-"));
358 $output_filename = "-";
568 # TO_PACKAGE specified) or to OUTPUT_FILENAME or STDOUT.
758 if ($output_filename)
760 @param = (@param, "--output-filename", $output_filename);
    [all...]
  /bionic/libc/tools/zoneinfo/
update-tzdata.py 86 def HttpRetrieve(http, path, output_filename):
88 f = open(output_filename, 'wb')
  /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/oprofile/libabi/
opimport.cpp 34 string output_filename; member in namespace:__anon26152
43 popt::option(output_filename, "output", 'o', "output to file", "filename"),
210 rc = odb_open(&dest, output_filename.c_str(), ODB_RDWR,
  /external/chromium_org/tools/grit/grit/node/
io.py 94 if hasattr(self, 'output_filename'):
95 path = self.output_filename
  /external/chromium_org/tools/grit/grit/tool/
build.py 217 outfiles[ix].output_filename = os.path.abspath(
221 output.output_filename = os.path.abspath(os.path.join(
  /external/libvpx/libvpx/
vp9_spatial_scalable_encoder.c 33 char *output_filename; variable
61 "<input_filename> <output_filename>\n",
195 output_filename = argv[optind + 1];
396 snprintf(file_name, sizeof(file_name), "%s_%d.ivf", output_filename, i);
  /external/chromium_org/native_client_sdk/src/build_tools/
build_sdk.py 683 def GenerateNotice(fileroot, output_filename='NOTICE', extra_files=None):
698 if not os.path.isabs(output_filename):
699 output_filename = os.path.join(fileroot, output_filename)
700 generate_notice.Generate(output_filename, fileroot, license_files)
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
make.py 663 def Write(self, qualified_target, base_path, output_filename, spec, configs,
671 output_filename: output .mk file name to write
675 ensure_directory_exists(output_filename)
677 self.fp = open(output_filename, 'w')
792 def WriteSubMake(self, output_filename, makefile_path, targets, build_dir):
799 output_filename: sub-project Makefile name to write
804 ensure_directory_exists(output_filename)
805 self.fp = open(output_filename, 'w')
810 os.path.join(os.path.dirname(output_filename), build_dir))
    [all...]
android.py 135 def Write(self, qualified_target, relative_target, base_path, output_filename,
144 output_filename: output .mk file name to write
148 make.ensure_directory_exists(output_filename)
150 self.fp = open(output_filename, 'w')
    [all...]
  /external/chromium_org/media/tools/bug_hunter/
bug_hunter.py 376 bh.WriteIssuesToFileInCSV(issues, ops.output_filename)
  /external/webrtc/src/modules/audio_processing/test/
unit_test.cc 66 const std::string output_filename; member in class:__anon30524::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 369 Hprof(const char* output_filename, int fd, bool direct_to_ddms)
370 : filename_(output_filename),
    [all...]

Completed in 479 milliseconds

12