/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/ |
H A D | writertest.cpp | 24 TEST(Writer, Compact) { in TEST() argument 48 TEST(Writer, Root) { in TEST() argument 58 TEST(Writer, Int) { in TEST() argument 64 TEST(Writer, UInt) { in TEST() argument 72 TEST(Writer, Int64) { in TEST() argument 77 TEST(Writer, Uint64) { in TEST() argument 82 TEST(Writer, String) { in TEST() argument 97 TEST(Writer, Double) { in TEST() argument 110 TEST(Writer, Transcode) { in TEST() argument 165 TEST(Writer, OStreamWrapper) { in TEST() argument [all …]
|
/aosp12/build/soong/third_party/zip/ |
H A D | writer.go | 19 type Writer struct { struct 20 cw *countWriter 21 dir []*header 22 last *fileWriter 23 closed bool 24 compressors map[uint16]Compressor 33 func NewWriter(w io.Writer) *Writer { 268 func writeHeader(w io.Writer, h *FileHeader) error { 430 io.Writer anonMember
|
H A D | writer_test.go | 143 func testCreate(t *testing.T, w *Writer, wt *WriteTest) {
|
H A D | register.go | 31 func newFlateWriter(w io.Writer) io.WriteCloser {
|
/aosp12/build/soong/cmd/javac_wrapper/ |
H A D | javac_wrapper.go | 63 func Main(out io.Writer, name string, args []string) (int, error) { 126 func (proc *processor) process(r io.Reader, w io.Writer) error { 142 func (proc *processor) processLine(w io.Writer, line string) {
|
/aosp12/build/soong/ui/terminal/ |
H A D | util.go | 25 func isSmartTerminal(w io.Writer) bool { 41 func termSize(w io.Writer) (width int, height int, ok bool) {
|
H A D | status.go | 29 func NewStatusOutput(w io.Writer, statusFormat string, forceSimpleOutput, quietBuild bool) status.S…
|
H A D | simple_status.go | 32 func NewSimpleStatusOutput(w io.Writer, formatter formatter) status.StatusOutput {
|
H A D | stdio.go | 47 func NewCustomStdio(stdin io.Reader, stdout, stderr io.Writer) StdioInterface {
|
/aosp12/build/soong/apex/ |
H A D | androidmk.go | 76 func (a *apexBundle) androidMkForFiles(w io.Writer, apexBundleName, apexName, moduleDir string, 325 func (a *apexBundle) writeRequiredModules(w io.Writer, apexBundleName string) {
|
/aosp12/build/soong/bpfix/cmd_lib/ |
H A D | bpfix.go | 52 func openAndProcess(filename string, out io.Writer, fixRequest bpfix.FixRequest) error { 62 func processFile(filename string, in io.Reader, out io.Writer, fixRequest bpfix.FixRequest) error {
|
/aosp12/build/blueprint/bpfmt/ |
H A D | bpfmt.go | 50 func processFile(filename string, out io.Writer) error { 60 func processReader(filename string, in io.Reader, out io.Writer) error {
|
/aosp12/build/soong/symbol_inject/ |
H A D | symbol_inject.go | 54 func InjectStringSymbol(file *File, w io.Writer, symbol, value, from string) error { 85 func InjectUint64Symbol(file *File, w io.Writer, symbol string, value uint64) error { 101 func copyAndInject(r io.ReaderAt, w io.Writer, offset uint64, buf []byte) (err error) {
|
/aosp12/build/soong/android/ |
H A D | androidmk.go | 461 func (a *AndroidMkEntries) WriteLicenseVariables(w io.Writer) { 619 func (a *AndroidMkEntries) write(w io.Writer) { 733 func translateAndroidMkModule(ctx SingletonContext, w io.Writer, mod blueprint.Module) error { 757 func translateGoBinaryModule(ctx SingletonContext, w io.Writer, mod blueprint.Module, 795 func translateAndroidModule(ctx SingletonContext, w io.Writer, mod blueprint.Module, 862 func WriteAndroidMkData(w io.Writer, data AndroidMkData) { 882 func translateAndroidMkEntriesModule(ctx SingletonContext, w io.Writer, mod blueprint.Module,
|
/aosp12/packages/apps/Camera2/src/com/android/camera/stats/profiler/ |
H A D | Writer.java | 22 public interface Writer { interface
|
/aosp12/build/soong/cmd/extract_linker/ |
H A D | main.go | 114 func bytesToAsm(asm io.Writer, buf []byte) {
|
/aosp12/build/soong/response/ |
H A D | response.go | 92 func WriteRspFile(w io.Writer, files []string) error {
|
/aosp12/build/soong/cmd/merge_zips/ |
H A D | merge_zips.go | 95 func (ze ZipEntryFromZip) WriteToZip(dest string, zw *zip.Writer) error { 124 func (be ZipEntryFromBuffer) WriteToZip(dest string, zw *zip.Writer) error { 152 func NewOutputZip(outputWriter *zip.Writer, sortEntries, emulateJar, stripDirEntries, ignoreDuplica… 534 func mergeZips(inputZips []InputZip, writer *zip.Writer, manifest, pyMain string,
|
/aosp12/build/soong/cmd/run_with_timeout/ |
H A D | run_with_timeout.go | 91 stdin io.Reader, stdout, stderr io.Writer) error {
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/clipping/ |
H A D | ClipStorage.java | 206 public static final class Writer implements Closeable { class in ClipStorage 211 private Writer(File file) throws IOException { in Writer() method in ClipStorage.Writer
|
/aosp12/frameworks/base/services/core/java/com/android/server/net/ |
H A D | DelayedDiskWrite.java | 36 public interface Writer { interface in DelayedDiskWrite
|
/aosp12/build/blueprint/parser/ |
H A D | modify.go | 98 func (list *PatchList) Apply(in io.ReaderAt, out io.Writer) error {
|
/aosp12/build/soong/cmd/path_interposer/ |
H A D | main.go | 80 func Main(stdout, stderr io.Writer, interposer string, args []string, opts mainOpts) (int, error) {
|
/aosp12/frameworks/av/media/libnblog/ |
H A D | Writer.cpp | 36 Writer::Writer(void *shared, size_t size) in Writer() function in android::NBLog::Writer 58 Writer::Writer(const sp<IMemory>& iMemory, size_t size) in Writer() function in android::NBLog::Writer
|
/aosp12/build/soong/ui/build/ |
H A D | context.go | 38 Writer io.Writer member
|