Home
last modified time | relevance | path

Searched defs:Writer (Results 1 – 25 of 42) sorted by relevance

12

/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
H A Dwritertest.cpp24 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 Dwriter.go19 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 Dwriter_test.go143 func testCreate(t *testing.T, w *Writer, wt *WriteTest) {
H A Dregister.go31 func newFlateWriter(w io.Writer) io.WriteCloser {
/aosp12/build/soong/cmd/javac_wrapper/
H A Djavac_wrapper.go63 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 Dutil.go25 func isSmartTerminal(w io.Writer) bool {
41 func termSize(w io.Writer) (width int, height int, ok bool) {
H A Dstatus.go29 func NewStatusOutput(w io.Writer, statusFormat string, forceSimpleOutput, quietBuild bool) status.S…
H A Dsimple_status.go32 func NewSimpleStatusOutput(w io.Writer, formatter formatter) status.StatusOutput {
H A Dstdio.go47 func NewCustomStdio(stdin io.Reader, stdout, stderr io.Writer) StdioInterface {
/aosp12/build/soong/apex/
H A Dandroidmk.go76 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 Dbpfix.go52 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 Dbpfmt.go50 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 Dsymbol_inject.go54 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 Dandroidmk.go461 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 DWriter.java22 public interface Writer { interface
/aosp12/build/soong/cmd/extract_linker/
H A Dmain.go114 func bytesToAsm(asm io.Writer, buf []byte) {
/aosp12/build/soong/response/
H A Dresponse.go92 func WriteRspFile(w io.Writer, files []string) error {
/aosp12/build/soong/cmd/merge_zips/
H A Dmerge_zips.go95 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 Drun_with_timeout.go91 stdin io.Reader, stdout, stderr io.Writer) error {
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/clipping/
H A DClipStorage.java206 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 DDelayedDiskWrite.java36 public interface Writer { interface in DelayedDiskWrite
/aosp12/build/blueprint/parser/
H A Dmodify.go98 func (list *PatchList) Apply(in io.ReaderAt, out io.Writer) error {
/aosp12/build/soong/cmd/path_interposer/
H A Dmain.go80 func Main(stdout, stderr io.Writer, interposer string, args []string, opts mainOpts) (int, error) {
/aosp12/frameworks/av/media/libnblog/
H A DWriter.cpp36 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 Dcontext.go38 Writer io.Writer member

12