/prebuilts/jdk/jdk9/linux-x86/legal/java.desktop/ |
xwindows.md | 119 * Xlib Extension-Writing Utilities 121 * This package contains utilities for writing the client API for various
|
/external/protobuf/csharp/src/Google.Protobuf/ |
CodedOutputStream.cs | 164 #region Writing of values (not including tags)
385 #region Raw tag writing
471 #region Underlying writing primitives
669 // We're writing to a single buffer.
686 : base("CodedOutputStream was writing to a flat byte array and ran out of space.")
702 /// if a later write ends up writing to a stream which has been disposed, that is likely to
729 /// a CodedOutputStream. Calling CheckNoSpaceLeft after writing verifies that
741 /// If writing to a flat array, returns the space left in the array. Otherwise,
756 "writing to a flat array.");
|
/prebuilts/go/darwin-x86/src/archive/tar/ |
tar_test.go | 806 // Writing to ioutil.Discard because we want to
|
/prebuilts/go/linux-x86/src/archive/tar/ |
tar_test.go | 806 // Writing to ioutil.Discard because we want to
|
/external/blktrace/doc/ |
blktrace.tex | 254 Writing inode tables: done 256 Writing superblocks and filesystem accounting information: done [all...] |
/external/blktrace/btreplay/doc/ |
btreplay.tex | 525 \texttt{--write-enable}\\Enable Writing During Replay}
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/ |
objfile.go | 5 // Writing of Go object files. 25 // Temporary buffer for zigzag int writing. 418 log.Fatalln("writing an unreferenced symbol", s.Name)
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/ |
objfile.go | 5 // Writing of Go object files. 25 // Temporary buffer for zigzag int writing. 418 log.Fatalln("writing an unreferenced symbol", s.Name)
|
/prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/ |
decode.go | 339 // Writing assembly test cases to divine which interpretation the [all...] |
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/ |
decode.go | 339 // Writing assembly test cases to divine which interpretation the [all...] |
/prebuilts/go/darwin-x86/src/net/http/ |
server.go | 68 // be possible to read from the Request.Body after writing to the 117 // WriteHeader(http.StatusOK) before writing the data. If the Header 125 // needed request body data before writing the response. Once the 127 // call or writing enough data to trigger a flush), the request body 130 // writing the response. However, such behavior may not be supported 131 // by all HTTP/2 clients. Handlers should read before writing if 447 // finishes writing the body. This field is initialized from 1037 // Accessing the header between logically writing it 1038 // and physically writing it means we need to allocate [all...] |
transport_test.go | 1123 t.Errorf("Writing 200 OK failed: %v", err) [all...] |
/prebuilts/go/linux-x86/src/net/http/ |
server.go | 68 // be possible to read from the Request.Body after writing to the 117 // WriteHeader(http.StatusOK) before writing the data. If the Header 125 // needed request body data before writing the response. Once the 127 // call or writing enough data to trigger a flush), the request body 130 // writing the response. However, such behavior may not be supported 131 // by all HTTP/2 clients. Handlers should read before writing if 447 // finishes writing the body. This field is initialized from 1037 // Accessing the header between logically writing it 1038 // and physically writing it means we need to allocate [all...] |
transport_test.go | 1123 t.Errorf("Writing 200 OK failed: %v", err) [all...] |