HomeSort by relevance Sort by last modified time
    Searched refs:writeLen (Results 1 - 7 of 7) sorted by null

  /hardware/qcom/wlan/qcwcn/wifi_hal/
nan.cpp     [all...]
  /external/webrtc/webrtc/modules/audio_processing/aecm/
aecm_core.c     [all...]
  /frameworks/native/cmds/rawbu/
backup.cpp 215 int writeLen = fwrite(copyBuffer, 1, readLen, dest);
216 if (writeLen != readLen) {
219 writeLen, readLen, destName, strerror(errno));
222 writeLen, readLen, strerror(errno));
  /prebuilts/go/darwin-x86/src/net/http/cgi/
matryoshka_test.go 110 const writeLen = 50 << 10
111 rw := &customWriterRecorder{&limitWriter{&out, writeLen}, rec}
121 if out.Len() != writeLen || out.Bytes()[0] != 'a' {
  /prebuilts/go/linux-x86/src/net/http/cgi/
matryoshka_test.go 110 const writeLen = 50 << 10
111 rw := &customWriterRecorder{&limitWriter{&out, writeLen}, rec}
121 if out.Len() != writeLen || out.Bytes()[0] != 'a' {
  /system/core/liblog/tests/
liblog_benchmark.cpp 954 size_t writeLen = strlen(buf) + 1;
956 ssize_t ret = TEMP_FAILURE_RETRY(write(sock, buf, writeLen));
  /external/boringssl/src/ssl/test/runner/
handshake_messages.go 13 func writeLen(buf []byte, v, size int) {
49 writeLen((*bb.buf)[bb.child.start:], bb.child.len(), bb.child.prefixLen)
    [all...]

Completed in 653 milliseconds