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

1 2 3 4 5 6 7 8 91011>>

  /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...]
  /external/curl/src/
tool_dirhie.h 26 CURLcode create_dir_hierarchy(const char *outfile, FILE *errors);
  /development/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/libvpx/libvpx/
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);
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);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
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);
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);
  /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,
  /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')
  /frameworks/support/v17/tests/
generatev4.py 31 outfile = open('src/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('src/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('src/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 (…)
    [all...]
  /development/tools/yuv420sp2rgb/
cmdline.h 7 char **outfile,
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/arch/
arch.exp 190 set outfile [open "arch_results.txt" w 0666]
191 puts $outfile "# Generated file. DO NOT EDIT"
192 puts $outfile "#"
193 puts $outfile "# This file is generated by ld/testsuite/ld-sh/arch/arch.exp ."
194 puts $outfile "# It contains the expected results of the tests."
195 puts $outfile "# If the tests are failing because the expected results"
196 puts $outfile "# have changed then run 'make check' and copy the new file"
197 puts $outfile "# from <objdir>/ld/arch_results.txt"
198 puts $outfile "# to <srcdir>/ld/testsuite/ld-sh/arch/arch_expected.txt ."
199 puts $outfile "# Make sure the new expected results are ALL correct.
    [all...]
  /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/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
  /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()
  /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...]
  /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/xmlrpcpp/test/
TestBase64Client.cpp 30 std::ofstream outfile(argv[3], std::ios::binary | std::ios::trunc);
31 if (outfile.fail())
37 outfile << data[i];
  /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...]

Completed in 1708 milliseconds

1 2 3 4 5 6 7 8 91011>>