Searched
full:outfile (Results
426 -
450 of
943) sorted by null
<<11121314151617181920>>
/prebuilts/go/linux-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/linux-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)
|
/art/dexlist/ |
dexlist.cc | 209 fprintf(stderr, "%s: [-m p.c.m] [-o outfile] dexfile...\n", gProgName);
|
/external/bison/src/ |
scan-skel.l | 21 %option prefix="skel_" outfile="lex.yy.c"
|
/external/clang/lib/Frontend/ |
FrontendActions.cpp | 595 std::unique_ptr<llvm::raw_fd_ostream> OutFile; 599 OutFile.reset(new llvm::raw_fd_ostream(OutputFileName.str(), EC, 602 llvm::raw_ostream &Out = OutFile.get()? *OutFile.get() : llvm::outs();
|
/external/emma/ant/ant14/com/vladium/emma/instr/ |
instrTask.java | 127 // metadatafile|outfile attribute:
|
/external/libvpx/libvpx/examples/ |
set_maps.c | 59 fprintf(stderr, "Usage: %s <codec> <width> <height> <infile> <outfile>\n",
|
twopass_encoder.c | 62 fprintf(stderr, "Usage: %s <codec> <width> <height> <infile> <outfile>\n",
|
/external/mesa3d/docs/ |
devinfo.html | 114 indent -br -i3 -npcs --no-tabs infile.c -o outfile.c
|
/external/parameter-framework/upstream/tools/xmlGenerator/ |
domainGenerator.py | 198 outfile=fake_toplevel_config,
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/test/ |
iLBC_testLib.c | 36 * exefile_name.exe <infile> <bytefile> <outfile>
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
set_maps.c | 59 fprintf(stderr, "Usage: %s <codec> <width> <height> <infile> <outfile>\n",
|
twopass_encoder.c | 64 fprintf(stderr, "Usage: %s <codec> <width> <height> <infile> <outfile>\n",
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/ |
pe.go | 727 size := binary.Size(&e) + 10*nexport + len(outfile) + 1 767 v := int(e.Name + uint32(len(outfile)) + 1) 780 strnput(outfile, len(outfile)+1)
|
symtab.go | 446 abihashgostr := Linklookup(Ctxt, "go.link.abihash."+filepath.Base(outfile), 0) 499 thismodulename := filepath.Base(outfile) 501 // When linking an executable, outfile is just "a.out". Make
|
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/ |
pe.go | 724 size := binary.Size(&e) + 10*nexport + len(outfile) + 1 764 v := int(e.Name + uint32(len(outfile)) + 1) 777 strnput(outfile, len(outfile)+1)
|
symtab.go | 443 abihashgostr := Linklookup(Ctxt, "go.link.abihash."+filepath.Base(outfile), 0) 496 thismodulename := filepath.Base(outfile) 498 // When linking an executable, outfile is just "a.out". Make
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/ |
pe.go | 727 size := binary.Size(&e) + 10*nexport + len(outfile) + 1 767 v := int(e.Name + uint32(len(outfile)) + 1) 780 strnput(outfile, len(outfile)+1)
|
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
pe.go | 724 size := binary.Size(&e) + 10*nexport + len(outfile) + 1 764 v := int(e.Name + uint32(len(outfile)) + 1) 777 strnput(outfile, len(outfile)+1)
|
/external/compiler-rt/test/BlocksRuntime/ |
testfilerunner.m | 211 char outfile[1024]; 212 sprintf(outfile, "/tmp/stdout_%d", getpid()); 215 creat(outfile, 0700);
|
/external/libchrome/base/files/ |
file_util_posix.cc | 875 File outfile(to_path, File::FLAG_WRITE | File::FLAG_CREATE_ALWAYS); 876 if (!outfile.IsValid()) 894 ssize_t bytes_written_partial = outfile.WriteAtCurrentPos(
|
/external/libopus/src/ |
opus_demo.c | 220 char *inFile, *outFile; 515 outFile = argv[argc-1]; 516 fout = fopen(outFile, "wb+"); [all...] |
/external/llvm/tools/lli/ |
lli.cpp | 269 raw_fd_ostream outfile(CacheName, EC, sys::fs::F_None); 270 outfile.write(Obj.getBufferStart(), Obj.getBufferSize()); 271 outfile.close();
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/ |
kenny.cc | 166 printf("./kenny.exe [-F num][-I] bottleneck_value infile outfile \n\n"); 213 " (outfile is narrowband)\n\n"); 223 printf("outfile : Speech output file\n\n");
|
/packages/apps/Email/tests/src/com/android/email/provider/ |
AttachmentProviderTests.java | 660 File outFile = getAttachmentFile(forAccount, id); 663 FileOutputStream out = new FileOutputStream(outFile); 667 return outFile.getAbsolutePath();
|
Completed in 744 milliseconds
<<11121314151617181920>>