HomeSort by relevance Sort by last modified time
    Searched refs:ofile (Results 51 - 75 of 106) sorted by null

1 23 4 5

  /prebuilts/clang/host/linux-x86/clang-3957855/tools/scan-build/libexec/
ccc-analyzer 149 my ($Clang, $Lang, $file, $Args, $HtmlDir, $ErrorType, $ofile) = @_;
179 rename($ofile, "$PPFile.stderr.txt");
284 my ($ofh, $ofile) = tempfile("clang_output_XXXXXX", DIR => $HtmlDir);
298 $HtmlDir, "Crash", $ofile);
303 $HtmlDir, $ParserRejects, $ofile);
306 $HtmlDir, $OtherError, $ofile);
311 if (open(CHILD, $ofile)) {
339 $HtmlDir, $AttributeIgnored, $ofile);
352 unlink($ofile);
  /prebuilts/clang/host/linux-x86/clang-3960126/tools/scan-build/libexec/
ccc-analyzer 149 my ($Clang, $Lang, $file, $Args, $HtmlDir, $ErrorType, $ofile) = @_;
179 rename($ofile, "$PPFile.stderr.txt");
284 my ($ofh, $ofile) = tempfile("clang_output_XXXXXX", DIR => $HtmlDir);
298 $HtmlDir, "Crash", $ofile);
303 $HtmlDir, $ParserRejects, $ofile);
306 $HtmlDir, $OtherError, $ofile);
311 if (open(CHILD, $ofile)) {
339 $HtmlDir, $AttributeIgnored, $ofile);
352 unlink($ofile);
  /prebuilts/clang/host/linux-x86/clang-3977809/tools/scan-build/libexec/
ccc-analyzer 149 my ($Clang, $Lang, $file, $Args, $HtmlDir, $ErrorType, $ofile) = @_;
179 rename($ofile, "$PPFile.stderr.txt");
284 my ($ofh, $ofile) = tempfile("clang_output_XXXXXX", DIR => $HtmlDir);
298 $HtmlDir, "Crash", $ofile);
303 $HtmlDir, $ParserRejects, $ofile);
306 $HtmlDir, $OtherError, $ofile);
311 if (open(CHILD, $ofile)) {
339 $HtmlDir, $AttributeIgnored, $ofile);
352 unlink($ofile);
  /prebuilts/clang/host/linux-x86/clang-4053586/tools/scan-build/libexec/
ccc-analyzer 149 my ($Clang, $Lang, $file, $Args, $HtmlDir, $ErrorType, $ofile) = @_;
179 rename($ofile, "$PPFile.stderr.txt");
284 my ($ofh, $ofile) = tempfile("clang_output_XXXXXX", DIR => $HtmlDir);
298 $HtmlDir, "Crash", $ofile);
303 $HtmlDir, $ParserRejects, $ofile);
306 $HtmlDir, $OtherError, $ofile);
311 if (open(CHILD, $ofile)) {
339 $HtmlDir, $AttributeIgnored, $ofile);
352 unlink($ofile);
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
ccc-analyzer 100 my ($Clang, $Lang, $file, $Args, $HtmlDir, $ErrorType, $ofile) = @_;
130 system 'mv',$ofile,"$PPFile.stderr.txt";
254 my ($ofh, $ofile) = tempfile("clang_output_XXXXXX", DIR => $HtmlDir);
270 $HtmlDir, "Crash", $ofile);
275 $HtmlDir, $ParserRejects, $ofile);
278 $HtmlDir, $OtherError, $ofile);
283 if (open(CHILD, $ofile)) {
311 $HtmlDir, $AttributeIgnored, $ofile);
324 unlink($ofile);
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
ccc-analyzer 100 my ($Clang, $Lang, $file, $Args, $HtmlDir, $ErrorType, $ofile) = @_;
130 system 'mv',$ofile,"$PPFile.stderr.txt";
254 my ($ofh, $ofile) = tempfile("clang_output_XXXXXX", DIR => $HtmlDir);
270 $HtmlDir, "Crash", $ofile);
275 $HtmlDir, $ParserRejects, $ofile);
278 $HtmlDir, $OtherError, $ofile);
283 if (open(CHILD, $ofile)) {
311 $HtmlDir, $AttributeIgnored, $ofile);
324 unlink($ofile);
  /prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/
importer_test.go 143 ofile := filepath.Join(tmpdir, test.pkgpath+".o")
146 cmd := exec.Command("gccgo", "-fgo-pkgpath="+test.pkgpath, "-c", "-o", ofile, gofile)
155 cmd = exec.Command("ar", "cr", afile, ofile)
159 t.Fatalf("ar cr %s %s failed: %s", afile, ofile, err)
164 if err = os.Remove(ofile); err != nil {
  /prebuilts/go/linux-x86/src/go/internal/gccgoimporter/
importer_test.go 143 ofile := filepath.Join(tmpdir, test.pkgpath+".o")
146 cmd := exec.Command("gccgo", "-fgo-pkgpath="+test.pkgpath, "-c", "-o", ofile, gofile)
155 cmd = exec.Command("ar", "cr", afile, ofile)
159 t.Fatalf("ar cr %s %s failed: %s", afile, ofile, err)
164 if err = os.Remove(ofile); err != nil {
  /toolchain/binutils/binutils-2.25/binutils/
coffgrok.c 40 static struct coff_ofile *ofile; variable in typeref:struct:coff_ofile
234 where->section = &ofile->sections[sym->n_scnum];
547 /* Glue onto the ofile list */
550 if (ofile->symbol_list_tail)
551 ofile->symbol_list_tail->next_in_ofile_list = s;
553 ofile->symbol_list_head = s;
554 ofile->symbol_list_tail = s;
602 ofile = head;
651 top_scope->sec = ofile->sections + sym->n_scnum;
671 top_scope->sec = ofile->sections + sym->n_scnum
    [all...]
  /external/curl/tests/server/
tftpd.c 111 int ofile; /* file descriptor for output file when uploading to us */ member in struct:testcase
565 if(!test->ofile) {
569 test->ofile=open(outfile, O_CREAT|O_RDWR|O_BINARY, 0777);
571 test->ofile=open(outfile, O_CREAT|O_RDWR, 0777);
573 if(test->ofile == -1) {
589 return write(test->ofile, writebuf, count);
597 lseek(test->ofile, -1, SEEK_CUR); /* smash lf on top of the cr */
605 if(1 != write(test->ofile, &c, 1))
888 if(test.ofile > 0) {
889 close(test.ofile);
    [all...]
  /external/lisa/libs/utils/
energy.py 225 with open(nrg_file, 'w') as ofile:
226 json.dump(clusters_nrg, ofile, sort_keys=True, indent=4)
273 with open(nrg_file, 'w') as ofile:
274 json.dump(channels_nrg, ofile, sort_keys=True, indent=4)
492 with open(nrg_file, 'w') as ofile:
493 json.dump(channels_nrg, ofile, sort_keys=True, indent=4)
499 with open(nrg_stats_file, 'w') as ofile:
500 json.dump(channels_stats, ofile, sort_keys=True, indent=4)
results.py 290 with open(prf_file, 'w') as ofile:
291 json.dump(self.rtapp_run, ofile, indent=4, sort_keys=True)
340 with open(prf_file, 'w') as ofile:
341 json.dump(rta, ofile, indent=4, sort_keys=True)
  /external/blktrace/btt/
btt_plot.py 312 ofile = output_file
314 ofile = '%s.png' % type
317 print 'Generating plot into %s' % ofile
353 plt.savefig(ofile)
  /external/syslinux/com32/cmenu/
menugen.py 287 ofile = "-"
296 ofile = a
304 inst.output(ofile)
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/
build_vc.pl 49 my (@headerlist, @filelist, $hd, $file, $ofile, $command, $objlist, $libfile, $h);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/
build_vc.pl 49 my (@headerlist, @filelist, $hd, $file, $ofile, $command, $objlist, $libfile, $h);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/
build_vc.pl 49 my (@headerlist, @filelist, $hd, $file, $ofile, $command, $objlist, $libfile, $h);
  /external/lisa/libs/wlgen/wlgen/
rta.py 183 with open(logfile, 'w') as ofile:
185 ofile.write(line+'\n')
306 ofile = open(self.json, 'w')
324 ofile.write(line)
326 ofile.close()
  /external/openssh/
moduli.c 153 qfileout(FILE * ofile, u_int32_t otype, u_int32_t otests, u_int32_t otries,
163 res = fprintf(ofile, "%04d%02d%02d%02d%02d%02d %u %u %u %u %x ",
171 if (BN_print_fp(ofile, omodulus) < 1)
174 res = fprintf(ofile, "\n");
175 fflush(ofile);
  /prebuilts/go/darwin-x86/src/cmd/go/
build.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
build.go     [all...]
  /hardware/intel/common/utils/ISV/base/
isv_worker.cpp 1019 FILE *ofile = fopen(FRAME_OUTPUT_FILE_NV12, "ab"); local
    [all...]
  /external/bison/data/
glr.cc 101 [b4_syncline([@oline@], [@ofile@])[
115 [b4_syncline([@oline@], [@ofile@])[
  /build/make/tools/releasetools/
add_img_to_target_files 128 ofile = open(os.path.join(OPTIONS.input_tmp, "SYSTEM", fn), "w")
129 ofile.write(data)
130 ofile.close()
136 common.ZipWrite(output_zip, ofile.name, arc_name)
add_img_to_target_files.py 128 ofile = open(os.path.join(OPTIONS.input_tmp, "SYSTEM", fn), "w")
129 ofile.write(data)
130 ofile.close()
136 common.ZipWrite(output_zip, ofile.name, arc_name)

Completed in 2294 milliseconds

1 23 4 5