Searched
refs:Writer (Results
501 -
525 of
1150) sorted by null
<<21222324252627282930>>
/external/swiftshader/third_party/LLVM/utils/ |
GenLibDeps.pl | 98 $libpath =~ s/^BitWriter/Bitcode\/Writer/; 140 $libpath =~ s/^BitWriter/Bitcode\/Writer/;
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
MediaRecorderStressTest.java | 26 import java.io.Writer; 65 private Writer mOutput;
|
/frameworks/base/services/core/java/com/android/server/pm/dex/ |
PackageDexUsage.java | 37 import java.io.Writer; 200 /* package */ void write(Writer out) {
|
/libcore/ojluni/src/main/java/java/util/ |
Properties.java | 35 import java.io.Writer; 64 * {@link #store(java.io.Writer, java.lang.String) store(Writer, String)} 70 * methods work the same way as the load(Reader)/store(Writer, String) pair, except 733 * in comments is replaced by a line separator generated by the {@code Writer} 741 * current time), and a line separator as generated by the {@code Writer}. 758 * @param writer an output character stream writer. 764 * @exception NullPointerException if {@code writer} is null. 767 public void store(Writer writer, String comments [all...] |
/packages/apps/Test/connectivity/sl4n/rapidjson/test/perftest/ |
rapidjsontest.cpp | 262 Writer<NullStream> writer(s);
263 doc_.Accept(writer);
272 Writer<StringBuffer> writer(s);
273 doc_.Accept(writer);
284 PrettyWriter<StringBuffer> writer(s);
285 writer.SetIndent(' ', 1);
286 doc_.Accept(writer);
|
/prebuilts/go/darwin-x86/src/bytes/ |
reader.go | 128 func (r *Reader) WriteTo(w io.Writer) (n int64, err error) {
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/ |
objfile.go | 125 func Writeobjdirect(ctxt *Link, b *bufio.Writer) { 132 wr *bufio.Writer 192 func newObjWriter(ctxt *Link, b *bufio.Writer) *objWriter { 201 func WriteObjFile(ctxt *Link, b *bufio.Writer) {
|
/prebuilts/go/darwin-x86/src/go/scanner/ |
errors.go | 116 func PrintError(w io.Writer, err error) {
|
/prebuilts/go/darwin-x86/src/net/http/ |
npn_test.go | 122 io.Writer
|
/prebuilts/go/darwin-x86/src/reflect/ |
example_test.go | 104 writerType := reflect.TypeOf((*io.Writer)(nil)).Elem()
|
/prebuilts/go/darwin-x86/src/runtime/ |
cpuprof.go | 11 // to an arbitrary io.Writer, while the google-perftools code always 20 // the io.Writer might block or need system calls or locks that are not 24 // offers to swap with the goroutine. If the writer is not done with its half, 92 // Writer state. 93 // Writer maintains its own toggle to avoid races
|
/prebuilts/go/darwin-x86/src/strings/ |
reader.go | 127 func (r *Reader) WriteTo(w io.Writer) (n int64, err error) {
|
/prebuilts/go/darwin-x86/test/ |
rotate.go | 113 func gentest(b *bufio.Writer, bits uint, unsigned, inverted bool) {
|
slice3.go | 18 var bout *bufio.Writer
|
/prebuilts/go/linux-x86/src/bytes/ |
reader.go | 128 func (r *Reader) WriteTo(w io.Writer) (n int64, err error) {
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/ |
objfile.go | 125 func Writeobjdirect(ctxt *Link, b *bufio.Writer) { 132 wr *bufio.Writer 192 func newObjWriter(ctxt *Link, b *bufio.Writer) *objWriter { 201 func WriteObjFile(ctxt *Link, b *bufio.Writer) {
|
/prebuilts/go/linux-x86/src/go/scanner/ |
errors.go | 116 func PrintError(w io.Writer, err error) {
|
/prebuilts/go/linux-x86/src/net/http/ |
npn_test.go | 122 io.Writer
|
/prebuilts/go/linux-x86/src/reflect/ |
example_test.go | 104 writerType := reflect.TypeOf((*io.Writer)(nil)).Elem()
|
/prebuilts/go/linux-x86/src/runtime/ |
cpuprof.go | 11 // to an arbitrary io.Writer, while the google-perftools code always 20 // the io.Writer might block or need system calls or locks that are not 24 // offers to swap with the goroutine. If the writer is not done with its half, 92 // Writer state. 93 // Writer maintains its own toggle to avoid races
|
/prebuilts/go/linux-x86/src/strings/ |
reader.go | 127 func (r *Reader) WriteTo(w io.Writer) (n int64, err error) {
|
/prebuilts/go/linux-x86/test/ |
rotate.go | 113 func gentest(b *bufio.Writer, bits uint, unsigned, inverted bool) {
|
slice3.go | 18 var bout *bufio.Writer
|
/build/soong/ui/tracer/ |
tracer.go | 15 // This package implements a trace file writer, whose files can be opened in 81 type nopCloser struct{ io.Writer } 111 t.log.Println("Error closing trace writer:", err) 139 // Save the file, since closing the gzip Writer doesn't close the
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/ |
UniClassObject.py | 311 (Reader, Writer) = (Info.streamreader, Info.streamwriter)
312 return codecs.StreamReaderWriter(UniFile, Reader, Writer)
325 (Reader, Writer) = (Info.streamreader, Info.streamwriter)
326 File = codecs.StreamReaderWriter(UniFile, Reader, Writer)
|
Completed in 976 milliseconds
<<21222324252627282930>>