/external/python/cpython2/Lib/distutils/ |
cygwinccompiler.py | 171 output_filename, 206 os.path.basename(output_filename)) 214 "LIBRARY %s" % os.path.basename(output_filename), 250 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/webrtc/webrtc/video/ |
screenshare_loopback.cc | 85 DEFINE_string(output_filename, "", "Target graph data filename.");
|
video_loopback.cc | 87 DEFINE_string(output_filename, "", "Target graph data filename.");
|
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/ |
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/gdb/linux-x86/lib/python2.7/distutils/ |
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/darwin-x86/2.7.5/lib/python2.7/distutils/ |
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/ |
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...] |
/system/security/keystore/ |
keystore_cli_v2.cpp | 426 const std::string& output_filename, int32_t flags) { 434 WriteFile(output_filename, output); 439 const std::string& output_filename) { 447 WriteFile(output_filename, output);
|
/art/patchoat/ |
patchoat.cc | 110 static bool SymlinkFile(const std::string& input_filename, const std::string& output_filename) { 111 if (input_filename == output_filename) { 117 unlink(output_filename.c_str()); 120 if (symlink(input_filename.c_str(), output_filename.c_str()) < 0) { 121 PLOG(ERROR) << "Failed to create symlink " << output_filename << " -> " << input_filename; 126 LOG(INFO) << "Created symlink " << output_filename << " -> " << input_filename; [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
ccompiler.py | 667 def link(self, target_desc, objects, output_filename, output_dir=None,
675 as 'objects'. 'output_filename' should be a filename. If
676 'output_dir' is supplied, 'output_filename' is relative to it
677 (i.e. 'output_filename' can provide directory components if
732 def link_shared_object(self, objects, output_filename, output_dir=None,
[all...] |
/external/python/cpython3/Lib/distutils/ |
ccompiler.py | 620 output_filename, 635 as 'objects'. 'output_filename' should be a filename. If 636 'output_dir' is supplied, 'output_filename' is relative to it 637 (i.e. 'output_filename' can provide directory components if 702 output_filename, 714 output_filename, output_dir, [all...] |
/frameworks/support/heifwriter/src/androidTest/java/androidx/heifwriter/ |
HeifWriterTest.java | 83 private static final String OUTPUT_FILENAME = "output.heic"; 316 OUTPUT_FILENAME).getAbsolutePath();
|
/external/sonivox/jet_tools/JetCreator/ |
JetFile.py | 63 OUTPUT_FILENAME = 'filename'
274 if config.has_option(OUTPUT_SECTION, OUTPUT_FILENAME):
275 config.filename = config.get(OUTPUT_SECTION, OUTPUT_FILENAME)
663 config.set(OUTPUT_SECTION, OUTPUT_FILENAME, self.config.filename)
[all...] |
/external/v8/tools/ignition/ |
bytecode_dispatches_report.py | 268 pyplot.savefig(program_options.output_filename)
|
/external/webrtc/webrtc/modules/video_coding/codecs/test/ |
videoprocessor_integrationtest.cc | 168 config_.output_filename = webrtc::test::TempFilename( 218 config_.output_filename, config_.frame_length_in_bytes); 504 config_.input_filename.c_str(), config_.output_filename.c_str(), 515 if (!remove(config_.output_filename.c_str())) { [all...] |
videoprocessor.cc | 29 output_filename(""),
|
videoprocessor.h | 64 std::string output_filename; member in struct:webrtc::test::TestConfig
|
/toolchain/binutils/binutils-2.27/binutils/ |
objcopy.c | 3930 char *output_filename = NULL; local [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
HeifWriterTest.java | 97 private static final String OUTPUT_FILENAME = "output.heic"; 316 OUTPUT_FILENAME).getAbsolutePath();
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenBootSector/ |
GenBootSector.c | 574 -o OUTPUT_FILENAME, --output OUTPUT_FILENAME\n\
|