/build/make/tools/signapk/src/com/android/signapk/ |
D | CountingOutputStream.java | 39 public void write(byte[] b) throws IOException { in write() method in CountingOutputStream 45 public void write(byte[] b, int off, int len) throws IOException { in write() method in CountingOutputStream 51 public void write(int b) throws IOException { in write() method in CountingOutputStream
|
D | SignApk.java | 695 public void write(byte[] b) throws IOException { in write() method in SignApk.WholeFileSignerOutputStream 700 public void write(byte[] b, int off, int len) throws IOException { in write() method in SignApk.WholeFileSignerOutputStream 713 public void write(int b) throws IOException { in write() method in SignApk.WholeFileSignerOutputStream 770 public void write(OutputStream out) throws IOException { in write() method in SignApk.CMSSigner
|
/build/make/tools/zipalign/ |
D | ZipEntry.cpp | 471 status_t ZipEntry::LocalFileHeader::write(FILE* fp) in write() function in ZipEntry::LocalFileHeader 629 status_t ZipEntry::CentralDirEntry::write(FILE* fp) in write() function in ZipEntry::CentralDirEntry
|
D | ZipFile.cpp | 1364 status_t ZipFile::EndOfCentralDir::write(FILE* fp) in write() function in ZipFile::EndOfCentralDir
|
/build/soong/cc/ndkstubgen/ |
D | __init__.py | 37 def write(self, versions): member in Generator
|
/build/soong/bpfix/cmd_lib/ |
D | bpfix.go | 39 write = flag.Bool("w", false, "write result to (source) file instead of stdout") var
|
/build/soong/cc/ndk_api_coverage_parser/ |
D | __init__.py | 97 def write(self, versions): member in XmlGenerator
|
/build/make/tools/ |
D | post_process_props.py | 207 def write(self, filename): member in PropList
|
D | fat16copy.py | 126 def write(self, data): member in fat_file 438 def write(self, data): member in root_dentry_file
|
/build/blueprint/bpmodify/ |
D | bpmodify.go | 26 write = flag.Bool("w", false, "write result to (source) file instead of stdout") var
|
/build/soong/android/ |
D | androidmk.go | 383 func (a *AndroidMkEntries) write(w io.Writer) { func
|
/build/soong/zip/ |
D | zip.go | 450 func (z *ZipWriter) write(f io.Writer, pathMappings []pathMapping, manifest string, emulateJar, src… func
|