HomeSort by relevance Sort by last modified time
    Searched refs:wrote (Results 26 - 50 of 158) sorted by null

12 3 4 5 6 7

  /external/skqp/src/utils/win/
SkIStream.cpp 245 bool wrote = this->fSkWStream->write(pv, cb); local
246 if (wrote) {
  /prebuilts/go/darwin-x86/src/encoding/json/
number_test.go 111 t.Errorf("%s should be invalid but unmarshal wrote %v", test, f)
  /prebuilts/go/linux-x86/src/encoding/json/
number_test.go 111 t.Errorf("%s should be invalid but unmarshal wrote %v", test, f)
  /frameworks/base/libs/hwui/service/
GraphicsStatsService.cpp 286 int wrote = write(outFd, &sCurrentFileVersion, sHeaderSize); local
287 if (wrote != sHeaderSize) {
289 ALOGW("Failed to write header to '%s', returned=%d errno=%d (%s)", path.c_str(), wrote, err,
  /external/curl/lib/
http.h 85 ssize_t length, ssize_t *wrote);
rtsp.c 750 size_t wrote; local
773 wrote = writeit(ptr, 1, len, user_ptr);
775 if(CURL_WRITEFUNC_PAUSE == wrote) {
780 if(wrote != len) {
  /external/flatbuffers/android/jni/
Android.mk 10 # claim that you wrote the original software. If you use this software
build_flatc.bat 10 @rem claim that you wrote the original software. If you use this software
  /prebuilts/go/darwin-x86/src/cmd/go/internal/test/
cover.go 68 fmt.Fprintf(ew, "error: test wrote malformed coverage profile.\n")
  /prebuilts/go/darwin-x86/src/internal/poll/
fd.go 61 var TestHookDidWritev = func(wrote int) {}
  /prebuilts/go/darwin-x86/src/net/textproto/
writer.go 62 wstateCR // wrote \r (possibly at end of line)
  /prebuilts/go/linux-x86/src/cmd/go/internal/test/
cover.go 68 fmt.Fprintf(ew, "error: test wrote malformed coverage profile.\n")
  /prebuilts/go/linux-x86/src/internal/poll/
fd.go 61 var TestHookDidWritev = func(wrote int) {}
  /prebuilts/go/linux-x86/src/net/textproto/
writer.go 62 wstateCR // wrote \r (possibly at end of line)
  /prebuilts/jdk/jdk9/darwin-x86/legal/jdk.javadoc/
pako.md 36 claim that you wrote the original software. If you use this software
  /prebuilts/jdk/jdk9/linux-x86/legal/jdk.javadoc/
pako.md 36 claim that you wrote the original software. If you use this software
  /bootable/recovery/applypatch/
applypatch.cpp 427 ssize_t wrote = TEMP_FAILURE_RETRY(ota_write(fd, data + done, len - done)); local
428 if (wrote == -1) {
432 done += wrote;
  /prebuilts/go/darwin-x86/src/crypto/tls/
tls_test.go 830 wrote := 0
831 for wrote < len(p) {
837 if wrote < allowed {
838 n, err := c.Conn.Write(p[wrote:allowed])
839 wrote += n
841 return wrote, err
  /prebuilts/go/linux-x86/src/crypto/tls/
tls_test.go 830 wrote := 0
831 for wrote < len(p) {
837 if wrote < allowed {
838 n, err := c.Conn.Write(p[wrote:allowed])
839 wrote += n
841 return wrote, err
  /prebuilts/go/darwin-x86/src/io/
pipe_test.go 70 t.Errorf("wrote %d, got %d", len(p), n)
77 t.Errorf("wrote %d, read got %d", n, nn)
  /prebuilts/go/darwin-x86/src/net/http/httptest/
recorder_test.go 45 return fmt.Errorf("wrote = %q; want %q", rec.Body.String(), want)
188 // Act as if the user wrote new(httptest.ResponseRecorder)
  /prebuilts/go/linux-x86/src/io/
pipe_test.go 70 t.Errorf("wrote %d, got %d", len(p), n)
77 t.Errorf("wrote %d, read got %d", n, nn)
  /prebuilts/go/linux-x86/src/net/http/httptest/
recorder_test.go 45 return fmt.Errorf("wrote = %q; want %q", rec.Body.String(), want)
188 // Act as if the user wrote new(httptest.ResponseRecorder)
  /external/libffi/src/x86/
win64.S 79 ; ffi_closure_win64_inner wrote it to rax
328 # ffi_closure_win64_inner wrote it to rax
  /external/python/cpython2/Modules/_ctypes/libffi/src/x86/
win64.S 79 ; ffi_closure_win64_inner wrote it to rax
302 # ffi_closure_win64_inner wrote it to rax

Completed in 859 milliseconds

12 3 4 5 6 7