/external/elfutils/tests/ |
run-strip-groups.sh | 46 outfile=$infile.stripped 50 tempfiles $outfile $dbgfile 52 testrun ${abs_top_builddir}/src/strip -o $outfile -f $dbgfile $infile 54 testrun ${abs_top_builddir}/src/elflint -q $outfile
|
/external/libvpx/libvpx/build/make/ |
gen_msvs_def.sh | 51 echo " $sym" >> ${outfile} 57 printf " %-40s DATA\n" "$sym" >> ${outfile} 67 --out=*) outfile="$optval" 76 outfile=${outfile:-/dev/stdout} 79 echo "LIBRARY ${name}" > ${outfile} 80 echo "EXPORTS" >> ${outfile}
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/ |
gen_msvs_def.sh | 51 echo " $sym" >> ${outfile} 57 printf " %-40s DATA\n" "$sym" >> ${outfile} 67 --out=*) outfile="$optval" 76 outfile=${outfile:-/dev/stdout} 79 echo "LIBRARY ${name}" > ${outfile} 80 echo "EXPORTS" >> ${outfile}
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/ |
bigfile.py | 45 def encrypt_bigfile(infile, outfile, pub_key): 46 '''Encrypts a file, writing it to 'outfile' in VARBLOCK format. 49 :param outfile: file-like object to write the crypto in VARBLOCK format to 61 outfile.write(byte(varblock.VARBLOCK_VERSION)) 67 varblock.write_varint(outfile, len(crypto)) 68 outfile.write(crypto) 70 def decrypt_bigfile(infile, outfile, priv_key): 71 '''Decrypts an encrypted VARBLOCK file, writing it to 'outfile' 74 :param outfile: file-like object to write the cleartext to 84 outfile.write(cleartext [all...] |
/external/vboot_reference/futility/ |
cmd_vbutil_key.c | 46 "Usage: " MYNAME " %s --pack <outfile> [PARAMETERS]\n" 70 static int Pack(const char *infile, const char *outfile, uint64_t algorithm, 76 if (!infile || !outfile) { 83 if (0 != PublicKeyWrite(outfile, pubkey)) { 93 if (0 != PrivateKeyWrite(outfile, privkey)) { 106 static int Unpack(const char *infile, const char *outfile) 126 if (outfile) { 127 if (0 != PublicKeyWrite(outfile, pubkey)) { 147 if (outfile) { 148 if (0 != PrivateKeyWrite(outfile, privkey)) 168 char *outfile = NULL; local [all...] |
cmd_create.c | 38 static char *infile, *outfile, *outext; variable 123 if (0 != PrivateKeyWrite(outfile, privkey)) { 127 fprintf(stderr, "wrote %s\n", outfile); 143 if (0 != PublicKeyWrite(outfile, pubkey)) { 147 fprintf(stderr, "wrote %s\n", outfile); 209 if (vb2_private_key_write(privkey, outfile)) { 213 fprintf(stderr, "wrote %s\n", outfile); 250 if (vb2_public_key_write(pubkey, outfile)) { 254 fprintf(stderr, "wrote %s\n", outfile); 368 outfile = (char *)malloc(len) [all...] |
/external/pcre/dist/ |
perltest.pl | 56 open(OUTFILE, ">$ARGV[1]") || die "Failed to open $ARGV[1]\n"; 57 $outfile = "OUTFILE"; 59 else { $outfile = "STDOUT"; } 61 printf($outfile "Perl $] Regular Expressions\n\n"); 70 printf $outfile "$_" if $infile ne "STDIN"; 79 printf $outfile "$_" if $infile ne "STDIN"; 123 printf $outfile "Error: $@"; 156 printf $outfile "$_\n" if $infile ne "STDIN"; 196 printf $outfile "Error: $@\n" [all...] |
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
MountServiceTests.java | 105 final File outFile = new File(filesDir, name); 106 return outFile; 109 private void copyRawToFile(int rawResId, File outFile) { 117 FileUtils.setPermissions(outFile.getPath(), FileUtils.S_IRWXU | FileUtils.S_IRWXG 119 assertTrue(FileUtils.copyToFile(is, outFile)); 120 FileUtils.setPermissions(outFile.getPath(), FileUtils.S_IRWXU | FileUtils.S_IRWXG 202 final File outFile = getFilePath("test1.obb"); 204 mountObb(sm, R.raw.test1, outFile, OnObbStateChangeListener.MOUNTED); 206 mountObb(sm, R.raw.test1, outFile, OnObbStateChangeListener.ERROR_ALREADY_MOUNTED); 208 final String mountPath = checkMountedPath(sm, outFile); [all...] |
/device/huawei/angler/vr/ |
vr.c | 41 * Write 'len' characters from 'input' character array into file at path 'outFile.' 45 static int write_string(const char* input, size_t len, const char* outFile) { 50 if (input == NULL || outFile == NULL) { 56 fd = open(outFile, O_WRONLY); 58 ALOGE("%s: Failed to open file %s, error %s (%d)", __FUNCTION__, outFile, strerror(errno), 66 ALOGE("%s: Failed to write file %s, error %s (%d)", __FUNCTION__, outFile, strerror(errno), 78 * Write integer 'input' formatted as a character string into the file at path 'outFile.' 82 static int write_int(int input, const char* outFile) { 91 return write_string(buffer, (size_t) bytes, outFile);
|
/external/webrtc/webrtc/modules/audio_coding/neteq/test/ |
RTPtimeshift.cc | 35 FILE* outFile = fopen(argv[2], "wb"); 36 if (!outFile) { 46 EXPECT_GT(fputs(firstline, outFile), 0); 50 fwrite(firstline, 1, kRtpDumpHeaderSize, outFile)); 77 packet.writeToFile(outFile); 83 fclose(outFile);
|
/external/toybox/scripts/ |
mkstatus.py | 99 outfile=open("www/status.gen", "w") variable 100 outfile.write("<h1>Status of toybox %s</h1>\n" % version[0]); 101 outfile.write("<h3>Legend: [posix] <lsb> (development) {android}\n") 102 outfile.write("=klibc= #sash# @sbase@ *beastiebox* $tizen$ %shell% +request+ other\n") 103 outfile.write("<strike>pending</strike></h3>\n"); 105 outfile.write("<a name=done><h2><a href=#done>Completed</a></h2><blockquote><p>%s</p></blockquote>\n" % "\n".join(done)) 106 outfile.write("<a name=part><h2><a href=#part>Partially implemented</a></h2><blockquote><p>%s</p></blockquote>\n" % "\n".join(pend)) 107 outfile.write("<a name=todo><h2><a href=#todo>Not started yet</a></h2><blockquote><p>%s</p></blockquote>\n" % "\n".join(todo)) 111 outfile.write("<hr><h2>Categories of remaining todo items</h2>") 127 outfile.write("<a name=%s><h2><a href=#%s>%s<a></h2><blockquote><p>" % (i,i,k) [all...] |
/external/vboot_reference/utility/ |
bmpblk_font.c | 45 {"outfile", 1, 0, OPT_OUTFILE }, 64 " --outfile <filename> Output file (default is %s)\n" 120 char* outfile = DEFAULT_OUTFILE; local 137 outfile = optarg; 153 printf("outfile is %s\n", outfile); 156 ofp = fopen(outfile, "wb"); 158 fatal("Unable to open %s: %s\n", outfile, strerror(errno)); 163 error("Can't write header to %s: %s\n", outfile, strerror(errno)); 205 error("Can't write entry to %s: %s\n", outfile, strerror(errno)) [all...] |
/external/sonic/ |
main.c | 19 waveFile outFile, 50 writeToWaveFile(outFile, outBuffer, samplesWritten); 60 fprintf(stderr, "Usage: sonic [OPTION]... infile outfile\n" 75 waveFile inFile, outFile; 129 outFile = openOutputWaveFile(outFileName, sampleRate, numChannels); 130 if(outFile == NULL) { 134 runSonic(inFile, outFile, speed, pitch, rate, volume, emulateChordPitch, quality, 137 closeWaveFile(outFile);
|
/external/curl/docs/examples/ |
curlgtk.c | 46 FILE *outfile; local 52 outfile = fopen("test.curl", "w"); 55 curl_easy_setopt(curl, CURLOPT_WRITEDATA, outfile); 64 fclose(outfile);
|
/external/minijail/ |
gen_constants.sh | 15 echo "Usage: $(basename "$0") OUTFILE" 16 echo "Usage: $(basename "$0") CC OUTFILE" 24 OUTFILE="$1" 49 cat <<-EOF > "${OUTFILE}"
|
gen_syscalls.sh | 16 echo "Usage: $(basename "$0") OUTFILE" 17 echo "Usage: $(basename "$0") CC OUTFILE" 25 OUTFILE="$1" 38 cat <<-EOF > "${OUTFILE}"
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/ |
test_tool.py | 63 outfile = test_support.TESTFN + '.out' 64 rc, out, err = assert_python_ok('-m', 'json.tool', infile, outfile) 65 self.addCleanup(os.remove, outfile) 66 with open(outfile, "r") as fp:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/ |
test_tool.py | 63 outfile = test_support.TESTFN + '.out' 64 rc, out, err = assert_python_ok('-m', 'json.tool', infile, outfile) 65 self.addCleanup(os.remove, outfile) 66 with open(outfile, "r") as fp:
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
float16_gen.sh | 23 OUTFILE=$TMPDIR/Float16TestData.java 28 clang-format -style='{ColumnLimit: 80}' $TMPFILE > $OUTFILE 29 cp $OUTFILE .
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/tests/ |
test_bigfile.py | 23 outfile = BytesIO() 25 bigfile.encrypt_bigfile(infile, outfile, pub_key) 28 crypto = outfile.getvalue()
|
/external/xmlrpcpp/test/ |
TestBase64Client.cpp | 30 std::ofstream outfile(argv[3], std::ios::binary | std::ios::trunc);
31 if (outfile.fail())
37 outfile << data[i];
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/ |
CheckedOutputStreamTest.java | 35 FileOutputStream outFile = new FileOutputStream( 37 CheckedOutputStream chkOut = new CheckedOutputStream(outFile, 41 outFile.close(); 57 FileOutputStream outFile = new FileOutputStream( 59 CheckedOutputStream chkOut = new CheckedOutputStream(outFile, 74 outFile.close(); 90 FileOutputStream outFile = new FileOutputStream( 92 CheckedOutputStream chkOut = new CheckedOutputStream(outFile, 100 outFile.close(); 115 FileOutputStream outFile = new FileOutputStream [all...] |
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
CalendarDebugActivity.java | 98 File outFile = new File(Environment.getExternalStorageDirectory(), OUT_FILE); 99 outFile.delete(); 118 File outFile = new File(path, OUT_FILE); 119 outFile.delete(); 120 Log.i(TAG, "Outfile=" + outFile.getAbsolutePath()); 125 os = new ZipOutputStream(new FileOutputStream(outFile)); 148 outFile.toString() 152 return outFile; 175 protected void onPostExecute(File outFile) { [all...] |
/system/bt/build/toolchain/gcc/ |
BUILD.gn | 78 outfile = "{{target_output_name}}{{output_extension}}" 79 rspfile = "$outfile.rsp" 80 command = "$cxx {{ldflags}} -o $outfile -Wl,--start-group @$rspfile {{solibs}} -Wl,--end-group {{libs}}" 81 description = "LINK $outfile" 84 outfile,
|
/external/libpcap/ |
runlex.sh | 36 outfile=lex.yy.c 45 outfile=`echo "$1" | sed 's/-o\(.*\)/\1/'` 116 ${LEX} $flags -o"$outfile" "$@" 137 # Is the outfile where we think it is? 139 outfile_base=`basename "$outfile"` 140 if [ "$outfile_base" != "$outfile" -a \( ! -r "$outfile" \) -a -r "$outfile_base" ] 146 mv "$outfile_base" "$outfile" 180 mv lex.yy.c "$outfile" 221 header_file=`dirname "$outfile"`/`basename "$outfile" .c`. [all...] |