/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
build_py.py | 338 outfile = self.get_module_outfile(self.build_lib, package, module) 339 dir = os.path.dirname(outfile) 341 return self.copy_file(module_file, outfile, preserve_mode=0)
|
/external/llvm/tools/bugpoint/ |
ToolRunner.h | 126 std::string &OutFile, std::string &Error, 193 std::string &OutFile, std::string &Error,
|
/external/skia/tools/ |
dm_flags.py | 11 Write extra flags to outfile for DM based on the bot name: 12 $ python dm_flags.py outfile Test-Ubuntu-GCC-GCE-CPU-AVX2-x86-Debug
|
/frameworks/compile/libbcc/bcinfo/Wrap/ |
bitcode_wrapperer.cpp | 57 BitcodeWrapperer::BitcodeWrapperer(WrapperInput* infile, WrapperOutput* outfile) 59 outfile_(outfile),
|
/frameworks/support/core-utils/tests/java/android/support/v4/content/ |
FileProviderTest.java | 164 File outFile = new File(expectedRoot, "/foo/bar"); 169 assertEquals(outFile.getPath(),
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man1/ |
x86_64-w64-mingw32-nlmconv.1 | |
/prebuilts/sdk/tools/linux/bin/ |
zipalign | |
/external/emma/core/java12/com/vladium/emma/report/html/ |
ReportGenerator.java | 140 File outFile = m_settings.getOutFile (); 141 if (outFile == null) 143 outFile = new File ("index".concat (FILE_EXTENSION)); 144 m_settings.setOutFile (outFile); 147 final File fullOutFile = Files.newFile (m_settings.getOutDir (), outFile); 327 final File outFile = getItemFile (NESTED_ITEMS_PARENT_DIR, m_reportIDNamespace.getID (getItemKey (item))); 329 out = openOutFile (Files.newFile (m_settings.getOutDir (), outFile), m_settings.getOutEncoding (), true); 444 final File outFile = getItemFile (NESTED_ITEMS_PARENT_DIR, m_reportIDNamespace.getID (getItemKey (item))); 446 out = openOutFile (Files.newFile (m_settings.getOutDir (), outFile), m_settings.getOutEncoding (), true); 619 final File outFile = getItemFile (NESTED_ITEMS_PARENT_DIR, m_reportIDNamespace.getID (getItemKey (item))) [all...] |
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
PackageManagerTests.java | 298 Uri getInstallablePackage(int fileResId, File outFile) { 306 FileUtils.setPermissions(outFile.getPath(), 309 assertTrue(FileUtils.copyToFile(is, outFile)); 310 FileUtils.setPermissions(outFile.getPath(), 313 return Uri.fromFile(outFile); 695 File outFile = new File(filesDir, outFileName); 696 Uri packageURI = getInstallablePackage(rawResId, outFile); [all...] |
/art/dexdump/ |
dexdump_main.cc | 43 fprintf(stderr, "%s: [-c] [-d] [-e] [-f] [-h] [-i] [-l layout] [-o outfile]"
|
/cts/tests/tests/media/src/android/media/cts/ |
MediaRecorderTest.java | [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/pyasn1_modules/ |
rfc2315.py | 8 # openssl crl2pkcs7 -nocrl -certfile cert1.cer -out outfile.p7b
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/doc/ |
usage.rst | 313 >>> with open('inputfile', 'rb') as infile, open('outputfile', 'wb') as outfile: 314 ... encrypt_bigfile(infile, outfile, pub_key) 320 >>> with open('inputfile', 'rb') as infile, open('outputfile', 'wb') as outfile: 321 ... decrypt_bigfile(infile, outfile, priv_key)
|
/external/curl/src/ |
tool_cfgable.h | 106 struct getout *url_out; /* point to the node to fill in outfile */
|
tool_operhlp.c | 45 Curl_safefree(node->outfile);
|
/external/emma/ant/ant14/com/vladium/emma/data/ |
mergeTask.java | 53 // mergefile|tofile|outfile|file attribute:
|
/external/icu/icu4c/source/test/perf/DateFmtPerf/ |
DateFmtPerf.cpp | 190 fprintf(stderr, "Usage: %s -x <outfile>.xml\n", argv[0]);
|
/external/libdivsufsort/examples/ |
bwt.c | 73 fprintf(stderr, "usage: %s [-b num] INFILE OUTFILE\n", progname);
|
mksary.c | 64 fprintf(stderr, "usage: %s INFILE OUTFILE\n\n", progname);
|
unbwt.c | 76 fprintf(stderr, "usage: %s INFILE OUTFILE\n\n", progname);
|
/external/libgdx/gdx/src/com/badlogic/gdx/utils/compression/ |
Lzma.java | 53 public String OutFile;
|
/external/libjpeg-turbo/ |
example.c | 91 FILE * outfile; /* target file */ local 114 if ((outfile = fopen(filename, "wb")) == NULL) { 118 jpeg_stdio_dest(&cinfo, outfile); 169 fclose(outfile);
|
/external/libjpeg-turbo/release/ |
libjpeg-turbo.nsi.in | 3 OutFile "@CMAKE_BINARY_DIR@\${BUILDDIR}@INST_NAME@.exe"
|
/external/libpng/contrib/gregbook/ |
writepng.h | 96 FILE *outfile; member in struct:_mainprog_info
|
/external/libvpx/libvpx/examples/ |
vp8cx_set_ref.c | 62 fprintf(stderr, "Usage: %s <width> <height> <infile> <outfile> <frame>\n",
|