HomeSort by relevance Sort by last modified time
    Searched full:outfile (Results 1 - 25 of 943) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skia/tools/
generate_vk_interface.sh 6 outFile=tempVkInterface
8 if [ ! -e "$outFile" ] ; then
10 touch "$outFile"
13 chmod 700 $outFile
15 echo '// *******************************************' > $outFile
16 echo '// Place these lines into GrVkInterface.cpp::validate' >> $outFile
17 echo '// *******************************************' >> $outFile
18 sed -n 's/^VKAPI_ATTR \(VkResult\|void\) VKAPI_CALL vk\([a-zA-Z]*\).*/NULL == fFunctions.f\2 ||/p' $headerLoc >> $outFile
19 sed -i '1,/NULL/ s/^NULL/if (NULL/' $outFile
20 sed -i '5,$ s/^/ /' $outFile
    [all...]
  /external/curl/winbuild/
gen_resp_file.bat 2 @del %OUTFILE%
3 @echo %MACRO_NAME% = \> %OUTFILE%
4 @for %%i in (%*) do @echo %DIROBJ%/%%i \>> %OUTFILE%
5 @echo. >> %OUTFILE%
  /external/e2fsprogs/lib/ss/
ct_c.awk 4 rootname, rootname > outfile
5 print "#include <ss/ss.h>" > outfile
6 print "" >outfile
13 printf "static char const * const ssu%05d[] = {\n", cmdnum > outfile
26 printf "%s\"%s\",\n", cmdtab, cmd > outfile
41 print " (char const *)0" > outfile
42 print "};" > outfile
43 printf "extern void %s __SS_PROTO;\n", subr > outfile
58 print "#__ERROR_IN_FILE__" > outfile
62 printf "static ss_request_entry ssu%05d[] = {\n", cmdnum+1 > outfile
    [all...]
  /external/e2fsprogs/lib/et/
et_c.awk 3 outfn = outfile
124 print "/*" > outfile
125 print " * " outfn ":" > outfile
126 print " * This file is automatically generated; please do not edit it." > outfile
127 print " */" > outfile
129 print "" > outfile
130 print "#include <stdlib.h>" > outfile
131 print "" > outfile
132 print "#define N_(a) a" > outfile
133 print "" > outfile
    [all...]
et_h.awk 3 outfn = outfile
128 print "/*" > outfile
129 print " * " outfn ":" > outfile
130 print " * This file is automatically generated; please do not edit it." > outfile
131 print " */" > outfile
132 print "" > outfile
133 print "#include <et/com_err.h>" > outfile
134 print "" > outfile
144 curr_sign*curr_low > outfile
147 curr_low > outfile
    [all...]
  /frameworks/support/samples/SupportLeanbackDemos/
generatev4.py 28 outfile = open('src/com/example/android/leanback/GuidedStepSupportActivity.java', 'w') variable
29 write_java_head(outfile, "GuidedStepActivity")
36 outfile.write(line)
38 outfile.close()
41 outfile = open('src/com/example/android/leanback/GuidedStepSupportHalfScreenActivity.java', 'w') variable
42 write_java_head(outfile, "GuidedStepHalfScreenActivity")
50 outfile.write(line)
52 outfile.close()
55 outfile = open('src/com/example/android/leanback/BrowseSupportFragment.java', 'w') variable
56 write_java_head(outfile, "BrowseFragment"
75 outfile = open('src\/com\/example\/android\/leanback\/BrowseSupportActivity.java', 'w') variable
87 outfile = open('res\/layout\/browse_support.xml', 'w') variable
97 outfile = open('src\/com\/example\/android\/leanback\/DetailsSupportFragment.java', 'w') variable
111 outfile = open('src\/com\/example\/android\/leanback\/NewDetailsSupportFragment.java', 'w') variable
125 outfile = open('src\/com\/example\/android\/leanback\/DetailsSupportActivity.java', 'w') variable
141 outfile = open('res\/layout\/details_support.xml', 'w') variable
151 outfile = open('res\/layout\/legacy_details_support.xml', 'w') variable
161 outfile = open('src\/com\/example\/android\/leanback\/SearchDetailsSupportActivity.java', 'w') variable
171 outfile = open('src\/com\/example\/android\/leanback\/SearchSupportFragment.java', 'w') variable
181 outfile = open('src\/com\/example\/android\/leanback\/SearchSupportActivity.java', 'w') variable
195 outfile = open('res\/layout\/search_support.xml', 'w') variable
204 outfile = open('src\/com\/example\/android\/leanback\/VerticalGridSupportFragment.java', 'w') variable
215 outfile = open('src\/com\/example\/android\/leanback\/VerticalGridSupportActivity.java', 'w') variable
229 outfile = open('res\/layout\/vertical_grid_support.xml', 'w') variable
239 outfile = open('src\/com\/example\/android\/leanback\/ErrorSupportFragment.java', 'w') variable
248 outfile = open('src\/com\/example\/android\/leanback\/BrowseErrorSupportActivity.java', 'w') variable
264 outfile = open('src\/com\/example\/android\/leanback\/RowsSupportFragment.java', 'w') variable
274 outfile = open('src\/com\/example\/android\/leanback\/RowsSupportActivity.java', 'w') variable
289 outfile = open('res\/layout\/rows_support.xml', 'w') variable
299 outfile = open('src\/com\/example\/android\/leanback\/PlaybackOverlaySupportFragment.java', 'w') variable
310 outfile = open('src\/com\/example\/android\/leanback\/PlaybackControlSupportHelper.java', 'w') variable
321 outfile = open('src\/com\/example\/android\/leanback\/PlaybackOverlaySupportActivity.java', 'w') variable
333 outfile = open('res\/layout\/playback_controls_support.xml', 'w') variable
342 outfile = open('src\/com\/example\/android\/leanback\/OnboardingSupportActivity.java', 'w') variable
356 outfile = open('src\/com\/example\/android\/leanback\/OnboardingDemoSupportFragment.java', 'w') variable
    [all...]
  /external/libpcap/msdos/
bin2c.c 18 FILE *outFile = stdout;
28 fprintf (outFile,
37 fputs ("\n ", outFile);
38 fprintf (outFile, "0x%02X,", ch);
40 fputc ('\n', outFile);
  /external/autotest/client/profilers/catprofile/
catprofile.py 6 outfile=monitor, interval=1)
16 outfile = 'monitor', interval = 1):
18 self.outfile = outfile
34 outfile = test.profdir + '/' + self.outfile
35 output = open(outfile, 'a')
  /prebuilts/gdb/darwin-x86/lib/python2.7/json/
tool.py 19 outfile = sys.stdout
22 outfile = sys.stdout
25 outfile = open(sys.argv[2], 'wb')
27 raise SystemExit(sys.argv[0] + " [infile [outfile]]")
33 with outfile:
34 json.dump(obj, outfile, sort_keys=True,
36 outfile.write('\n')
  /prebuilts/gdb/linux-x86/lib/python2.7/json/
tool.py 19 outfile = sys.stdout
22 outfile = sys.stdout
25 outfile = open(sys.argv[2], 'wb')
27 raise SystemExit(sys.argv[0] + " [infile [outfile]]")
33 with outfile:
34 json.dump(obj, outfile, sort_keys=True,
36 outfile.write('\n')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
tool.py 19 outfile = sys.stdout
22 outfile = sys.stdout
25 outfile = open(sys.argv[2], 'wb')
27 raise SystemExit(sys.argv[0] + " [infile [outfile]]")
33 with outfile:
34 json.dump(obj, outfile, sort_keys=True,
36 outfile.write('\n')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
tool.py 19 outfile = sys.stdout
22 outfile = sys.stdout
25 outfile = open(sys.argv[2], 'wb')
27 raise SystemExit(sys.argv[0] + " [infile [outfile]]")
33 with outfile:
34 json.dump(obj, outfile, sort_keys=True,
36 outfile.write('\n')
  /development/tools/yuv420sp2rgb/
cmdline.h 7 char **outfile,
  /frameworks/support/v17/leanback/tests/
generatev4.py 31 outfile = open('java/android/support/v17/leanback/app/{}SupportFragment.java'.format(w), 'w') variable
33 outfile.write("/* This file is auto-generated from {}Fragment.java. DO NOT MODIFY. */\n\n".format(w))
40 outfile.write(line)
42 outfile.close()
50 outfile = open('java/android/support/v17/leanback/app/{}SupportFragmentTest.java'.format(w), 'w') variable
52 outfile.write("/* This file is auto-generated from {}FrgamentTest.java. DO NOT MODIFY. */\n\n".format(w))
61 outfile.write(line)
63 outfile.close()
68 outfile = open('java/android/support/v17/leanback/app/BrowseSupportFragmentTestActivity.java', 'w') variable
69 outfile.write("/* This file is auto-generated from BrowseFragmentTestActivity.java. DO NOT MODIFY. */\n\n (…)
83 outfile = open('java\/android\/support\/v17\/leanback\/app\/PlaybackControlSupportGlueTest.java', 'w') variable
    [all...]
  /external/bzip2/
format.pl 36 #my $outfile = 'fmt-manual.xml';
37 my $outfile = shift;
38 #print "Infile: $infile, Outfile: $outfile\n";
39 # check we can write to outfile
40 open( OUTFILE,">$outfile" ) or
41 die "Can't output $outfile $! for writing";
47 print OUTFILE $prev;
65 print OUTFILE $curr
    [all...]
  /external/libvpx/libvpx/
ivfenc.c 16 void ivf_write_file_header(FILE *outfile,
36 fwrite(header, 1, 32, outfile);
39 void ivf_write_frame_header(FILE *outfile, int64_t pts, size_t frame_size) {
45 fwrite(header, 1, 12, outfile);
48 void ivf_write_frame_size(FILE *outfile, size_t frame_size) {
52 fwrite(header, 1, 4, outfile);
ivfenc.h 22 void ivf_write_file_header(FILE *outfile,
27 void ivf_write_frame_header(FILE *outfile, int64_t pts, size_t frame_size);
29 void ivf_write_frame_size(FILE *outfile, size_t frame_size);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
ivfenc.c 16 void ivf_write_file_header(FILE *outfile,
36 fwrite(header, 1, 32, outfile);
39 void ivf_write_frame_header(FILE *outfile, int64_t pts, size_t frame_size) {
45 fwrite(header, 1, 12, outfile);
48 void ivf_write_frame_size(FILE *outfile, size_t frame_size) {
52 fwrite(header, 1, 4, outfile);
ivfenc.h 22 void ivf_write_file_header(FILE *outfile,
27 void ivf_write_frame_header(FILE *outfile, int64_t pts, size_t frame_size);
29 void ivf_write_frame_size(FILE *outfile, size_t frame_size);
  /external/opencv3/modules/viz/src/vtk/
vtkOBJWriter.cpp 84 std::ostream& outfile = *outfilep; local
87 outfile << "# wavefront obj file written by opencv viz module" << std::endl << std::endl;
88 outfile << "mtllib NONE" << std::endl << std::endl;
95 outfile << std::setprecision(this->DecimalPrecision) << "v " << p[0] << " " << p[1] << " " << p[2] << std::endl;
108 outfile << std::setprecision(this->DecimalPrecision) << "vn " << p[0] << " " << p[1] << " " << p[2] << std::endl;
119 outfile << std::setprecision(this->DecimalPrecision) << "vt " << p[0] << " " << p[1] << std::endl;
124 outfile << std::endl << "g grp" << idStart << std::endl;
125 outfile << "usemtl mtlNONE" << std::endl;
134 outfile << "p ";
136 outfile << index[i] + idStart << " "
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/tests/
test_varblock.py 47 outfile = BytesIO()
49 written = varblock.write_varint(outfile, 300)
52 self.assertEqual(expected, outfile.getvalue())
58 outfile = BytesIO()
59 written = varblock.write_varint(outfile, 0)
62 self.assertEqual(b('\x00'), outfile.getvalue())
  /external/jacoco/org.jacoco.agent.rt/src/com/vladium/emma/rt/
RT.java 36 * @param outFile
47 public static void dumpCoverageData(final File outFile,
50 final OutputStream out = new FileOutputStream(outFile, merge);
62 * @param outFile
69 public static synchronized void dumpCoverageData(final File outFile,
71 dumpCoverageData(outFile, true, stopDataCollection);
  /frameworks/support/v17/leanback/
generatev4.py 29 outfile = open('src/android/support/v17/leanback/app/{}SupportFragment.java'.format(w), 'w') variable
31 outfile.write("/* This file is auto-generated from {}Fragment.java. DO NOT MODIFY. */\n\n".format(w))
42 outfile.write(line)
44 outfile.close()
47 outfile = open('src/android/support/v17/leanback/app/PlaybackControlSupportGlue.java', 'w') variable
48 outfile.write("/* This file is auto-generated from PlaybackControlGlue.java. DO NOT MODIFY. */\n\n")
52 outfile.write(line)
54 outfile.close()
  /toolchain/binutils/binutils-2.25/gas/
configure.com 44 $ open/write outfile targ-cpu.h
45 $ write outfile "#include ""tc-''arch'.h"""
46 $ close outfile
48 $ open/write outfile targ-cpu.c
49 $ write outfile "#include ""tc-''arch'.c"""
50 $ close outfile
54 $ open/write outfile targ-env.h
55 $ write outfile "#include ""te-''env'.h"""
56 $ close outfile
61 $ open/write outfile obj-format.
    [all...]
  /external/expat/tests/
xmltest.sh 39 $XMLWF -p "$file" > outfile || return $?
40 read outdata < outfile
54 $XMLWF -p -d "$OUTPUT$reldir" "$file" > outfile || return $?
55 read outdata < outfile
58 diff -u "$OUTPUT$reldir$file" "out/$file" > outfile
59 if [ -s outfile ] ; then
60 cp outfile "$OUTPUT$reldir$file.diff"
103 rm outfile
112 rm outfile
131 rm outfile
    [all...]

Completed in 1495 milliseconds

1 2 3 4 5 6 7 8 91011>>