/external/mesa3d/src/mesa/ |
Makefile.am | 84 $(AM_V_GEN) $(LEX) --never-interactive --outfile=$@ $<
|
/external/selinux/policycoreutils/restorecond/ |
restorecond.c | 153 r_opts.outfile = NULL;
|
/external/webrtc/webrtc/modules/audio_processing/aec/ |
aec_core_internal.h | 170 rtc_WavWriter* outFile;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
vp8cx_set_ref.c | 63 fprintf(stderr, "Usage: %s <width> <height> <infile> <outfile> <frame>\n",
|
/packages/services/Telephony/src/com/android/phone/ |
CarrierConfigLoader.java | 485 FileOutputStream outFile = null; 487 outFile = new FileOutputStream( 490 out.setOutput(outFile, "utf-8"); 502 outFile.close(); [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/ |
applesingle.py | 87 outfile = open(path, 'wb')
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
profile.py | 580 parser.add_option('-o', '--outfile', dest="outfile", 581 help="Save stats to <outfile>", default=None) 603 runctx(code, globs, None, options.outfile, options.sort)
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
profile.py | 580 parser.add_option('-o', '--outfile', dest="outfile", 581 help="Save stats to <outfile>", default=None) 603 runctx(code, globs, None, options.outfile, options.sort)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
applesingle.py | 87 outfile = open(path, 'wb')
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
profile.py | 580 parser.add_option('-o', '--outfile', dest="outfile", 581 help="Save stats to <outfile>", default=None) 603 runctx(code, globs, None, options.outfile, options.sort)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
profile.py | 580 parser.add_option('-o', '--outfile', dest="outfile", 581 help="Save stats to <outfile>", default=None) 603 runctx(code, globs, None, options.outfile, options.sort)
|
/system/extras/verity/ |
KeystoreSigner.java | 164 "<certificate.x509.pem> <outfile> <publickey0.der> " +
|
/external/curl/tests/server/ |
tftpd.c | 566 char outfile[256]; local 567 snprintf(outfile, sizeof(outfile), "log/upload.%ld", test->testno); 568 test->ofile=open(outfile, O_CREAT|O_RDWR, 0777); 570 logmsg("Couldn't create and/or open file %s for upload!", outfile); [all...] |
/external/libvpx/libvpx/examples/ |
vp9_spatial_svc_encoder.c | 617 VpxVideoWriter *outfile[VPX_TS_MAX_LAYERS] = {NULL}; local 681 outfile[tl] = vpx_video_writer_open(file_name, kContainerIVF, &info); 682 if (!outfile[tl]) 770 vpx_video_writer_write_frame(outfile[tl], [all...] |
/external/vboot_reference/utility/ |
eficompress.c | 1626 fprintf(stderr, "\nUsage: %s INFILE OUTFILE\n\n", progname); 1631 char *outfile = argv[2]; local 1695 FILE *ofp = fopen(outfile, "wb"); 1700 outfile, 1713 printf("wrote %d bytes to %s\n", osize, outfile);
|
/external/chromium-trace/catapult/dependency_manager/dependency_manager/ |
base_config.py | 373 with open(file_path, 'w') as outfile: 375 json_dict, outfile, indent=2, sort_keys=True, separators=(',', ': '))
|
/external/llvm/tools/llvm-dwp/ |
llvm-dwp.cpp | 404 raw_fd_ostream OutFile(OutputFilename, EC, sys::fs::F_None); 410 TheTriple, MC, *MAB, OutFile, MCE, *MSTI, MCOptions.MCRelaxAll,
|
/external/lzma/DOC/ |
lzma.txt | 217 outStream.file = outFile;
250 MyWriteFileAndCheck(outFile, header, headerSize)
|
/external/selinux/policycoreutils/setfiles/ |
restore.c | 244 if (r_opts->outfile) 245 fprintf(r_opts->outfile, "%s\n", my_file);
|
/external/skia/tools/ |
buildbot_spec.py | 11 Write buildbot spec to outfile based on the bot name: 12 $ python buildbot_spec.py outfile Test-Ubuntu-GCC-GCE-CPU-AVX2-x86-Debug
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/ |
test_iSACfixfloat.c | 148 printf("./kenny.exe [-I] bottleneck_value infile outfile \n\n"); 167 printf("outfile : Speech output file\n\n");
|
/external/webrtc/webrtc/modules/audio_processing/aecm/ |
echo_control_mobile.c | 105 aecm->aecmCore->outFile = fopen("aecOut.pcm","wb"); 126 fclose(aecm->aecmCore->outFile);
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/ |
MediaPlayerPerformance.java | 223 int outFormat, String outFile, boolean videoOnly) { 236 mRecorder.setOutputFile(outFile);
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
obj.go | 29 bout, err = obj.Bopenw(outfile) 32 fmt.Printf("can't create %s: %v\n", outfile, err)
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
obj.go | 26 bout, err = obj.Bopenw(outfile) 29 fmt.Printf("can't create %s: %v\n", outfile, err)
|