Searched refs:write (Results 1 - 25 of 29) sorted by relevance

12

/build/tools/
H A Djava-layers.py8 sys.stderr.write("usage: java-layers.py DEPENDENCY_FILE SOURCE_DIRECTORIES...\n")
9 sys.stderr.write("\n")
10 sys.stderr.write("Enforces layering between java packages. Scans\n")
11 sys.stderr.write("DIRECTORY and prints errors when the packages violate\n")
12 sys.stderr.write("the rules defined in the DEPENDENCY_FILE.\n")
13 sys.stderr.write("\n")
14 sys.stderr.write("Prints a warning when an unknown package is encountered\n")
15 sys.stderr.write("on the assumption that it should fit somewhere into the\n")
16 sys.stderr.write("layering.\n")
17 sys.stderr.write("\
[all...]
H A Dpost_process_props.py61 def write(self, f): member in class:PropFile
62 f.write("\n".join(self.lines))
63 f.write("\n")
77 sys.stderr.write("bad command line: " + str(argv) + "\n")
81 properties.write(f)
H A Djava-event-log-tags.py92 buffer.write("/* This file is auto-generated. DO NOT MODIFY.\n"
96 buffer.write("package %s;\n\n" % (tagfile.options["java_package"][0],))
101 buffer.write("/**\n"
104 buffer.write("public class %s {\n" % (basename,))
105 buffer.write(" private %s() { } // don't instantiate\n" % (basename,))
109 buffer.write("\n /** %d %s %s */\n" % (t.tagnum, t.tagname, t.description))
111 buffer.write("\n /** %d %s */\n" % (t.tagnum, t.tagname))
113 buffer.write(" public static final int %s = %d;\n" %
141 buffer.write("\n public static void %s(%s) {" % (methodName, argTypesNames))
142 buffer.write("\
[all...]
H A Ddiff_package_overlays.py83 f.write(p + " " + previous_overlays[p] + "\n")
H A Dfilter-product-graph.py45 sys.stderr.write("argv: " + str(sys.argv) + "\n")
H A Dmerge-event-log-tags.py180 buffer.write("%d %s %s\n" % (t.tagnum, t.tagname, t.description))
182 buffer.write("%d %s\n" % (t.tagnum, t.tagname))
H A Dfindleaves.py57 sys.stderr.write("""Usage: %(progName)s [<options>] <dirlist> <filename>
H A Devent_log_tags.py131 out.write(data)
134 print >> sys.stderr, "failed to write %s: %s" % (output_file, e)
/build/tools/droiddoc/templates-pdk/
H A Dtrailer.cs6 document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
H A Dsdkpage.cs79 access application resources, and more, when programming in C or C++. If you write
/build/tools/rgb2565/
H A Dto565.c36 write(1, &out, 2);
66 write(1, &out, 2);
115 write(1, &count, 2);
116 write(1, &last, 2);
124 write(1, &count, 2);
125 write(1, &last, 2);
/build/tools/signapk/
H A DSignApk.java313 outputJar.write(b, 0, read);
337 public void write(int b) throws IOException { method in class:SignApk.CountOutputStream
338 super.write(b);
343 public void write(byte[] b, int off, int len) throws IOException { method in class:SignApk.CountOutputStream
344 super.write(b, off, len);
369 manifest.write(print);
391 sf.write(cout);
398 cout.write('\r');
399 cout.write('\n');
403 /** Sign data and write th
498 public void write(byte[] b) throws IOException { method in class:SignApk.WholeFileSignerOutputStream
503 public void write(byte[] b, int off, int len) throws IOException { method in class:SignApk.WholeFileSignerOutputStream
516 public void write(int b) throws IOException { method in class:SignApk.WholeFileSignerOutputStream
558 public void write(OutputStream out) throws IOException { method in class:SignApk.CMSSigner
[all...]
/build/libs/host/
H A Dlist.java19 writer.write(n);
H A DCopyFile.c122 * Read a chunk, write it, and repeat.
133 writeCount = write(dstFd, buf, readCount);
140 fprintf(stderr, "acp: partial write to '%s' (%zd of %zd)\n",
204 * because it's okay to write through a symlink (the noDereference stuff
/build/tools/releasetools/
H A Dimg_from_target_files130 output_zip.write(img.name, "vendor.img")
161 output_zip.write(img.name, "userdata.img")
193 output_zip.write(img.name, "cache.img")
201 output_zip.write(os.path.join(OPTIONS.input_tmp, "OTA", "android-info.txt"),
H A Dsign_target_files_apks128 unsigned.write(data)
301 certs_zip.write(k)
H A Dcommon.py687 f.write("# Enter key passwords between the [[[ ]]] brackets.\n")
688 f.write("# (Additional spaces are harmless.)\n\n")
694 f.write("[[[ %s ]]] %s\n" % (v, k))
830 t.write(self.data)
/build/tools/zipalign/
H A DZipEntry.h241 status_t write(FILE* fp);
299 status_t write(FILE* fp);
H A DZipFile.h189 status_t write(FILE* fp);
H A DZipFile.cpp73 return INVALID_OPERATION; // create requires write
408 pEntry->mLFH.write(mZipFp);
488 * We could write the "Data Descriptor", but there doesn't seem to
489 * be any point since we're going to go back and write the LFH.
509 * Go back and write the LFH.
515 pEntry->mLFH.write(mZipFp);
583 pEntry->mLFH.write(mZipFp);
738 * Compress all of the data in "srcFp" and write it to "dstFp".
839 /* write when we're full or when we're done */
847 ALOGD("write
1262 status_t ZipFile::EndOfCentralDir::write(FILE* fp) function in class:ZipFile::EndOfCentralDir
[all...]
H A DZipEntry.cpp469 status_t ZipEntry::LocalFileHeader::write(FILE* fp) function in class:ZipEntry::LocalFileHeader
488 /* write filename */
494 /* write "extra field" */
627 status_t ZipEntry::CentralDirEntry::write(FILE* fp) function in class:ZipEntry::CentralDirEntry
652 /* write filename */
658 /* write "extra field" */
664 /* write comment */
/build/tools/droiddoc/templates-ds/
H A Ddesignpage.cs92 document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
H A Dcustomizations.cs368 <script>document.write(BUILD_TIMESTAMP)</script>
/build/tools/droiddoc/templates-sac/
H A Ddesignpage.cs92 document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
/build/tools/droiddoc/templates-sdk/
H A Ddesignpage.cs92 document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

Completed in 378 milliseconds

12