HomeSort by relevance Sort by last modified time
    Searched refs:written (Results 226 - 250 of 1664) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/jdk/jdk9/darwin-x86/legal/java.xml/
jcup.md 14 distribution of the software without specific, written prior permission.
  /prebuilts/jdk/jdk9/linux-x86/legal/java.xml/
jcup.md 14 distribution of the software without specific, written prior permission.
  /external/bsdiff/
bspatch.cc 104 size_t offset = 0, written; local
106 if (!file->Write(data + offset, size - offset, &written) || written == 0)
108 offset += written;
  /external/curl/lib/
curl_ntlm_wb.c 171 strings pre-written in test case definitions */
262 ssize_t written = swrite(conn->ntlm_auth_hlpr_socket, input, len_in); local
263 if(written == -1) {
270 input += written;
271 len_in -= written;
  /external/linux-kselftest/tools/testing/selftests/capabilities/
test_execve.c 38 ssize_t written; local
56 written = write(fd, buf, buf_len);
57 if (written != buf_len) {
58 if (written >= 0) {
  /external/protobuf/js/commonjs/
import_test.js 17 // this software without specific prior written permission.
31 // Test suite is written using Jasmine -- see http://jasmine.github.io/
  /frameworks/av/media/libaudiohal/2.0/
StreamHalLocal.cpp 139 status_t StreamOutHalLocal::write(const void *buffer, size_t bytes, size_t *written) {
142 *written = writeResult;
143 mStreamPowerLog.log(buffer, *written);
146 *written = 0;
  /frameworks/compile/slang/
slang_rs_reflect_utils.cpp 143 for (int written = 0; written < blen; written++) {
151 out << std::setw(4) << static_cast<int>(buff[written]) << ",";
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictDecoderUtils.java 206 * @return the size written, in bytes.
239 * @return the size written, in bytes.
244 int written = 0; local
255 written += charSize;
258 written += FormatSpec.PTNODE_TERMINATOR_SIZE;
259 return written;
  /prebuilts/go/darwin-x86/src/hash/
hash.go 16 // later, without having to re-write the data previously written to the hash.
23 // decode data written with any previously released version,
  /prebuilts/go/darwin-x86/test/
nil.go 153 // but cannot be written to
172 // no 0-element slices can be read from or written to
  /prebuilts/go/linux-x86/src/hash/
hash.go 16 // later, without having to re-write the data previously written to the hash.
23 // decode data written with any previously released version,
  /prebuilts/go/linux-x86/test/
nil.go 153 // but cannot be written to
172 // no 0-element slices can be read from or written to
  /prebuilts/jdk/jdk9/darwin-x86/legal/java.smartcardio/
pcsclite.md 25 derived from this software without specific prior written permission.
28 explicit written consent.
  /prebuilts/jdk/jdk9/linux-x86/legal/java.smartcardio/
pcsclite.md 25 derived from this software without specific prior written permission.
28 explicit written consent.
  /dalvik/dx/src/com/android/dx/dex/code/
DalvInsnList.java 165 // Sanity check of the amount written.
166 int written = (out.getCursor() - startCursor) / 2; local
167 if (written != codeSize()) {
169 codeSize() + " but actually wrote " + written);
  /external/libevent/test/
regress_main.c 14 * derived from this software without specific prior written permission.
147 DWORD r, written;
164 written = 0;
166 WriteFile(h, data, (DWORD)datalen, &written, NULL);
  /external/skia/src/core/
SkStream.cpp 468 size_t written() const { return fCurr - this->start(); } function in struct:SkDynamicMemoryWStream::Block
507 return fBytesWrittenBeforeTail + fTail->written();
527 fBytesWrittenBeforeTail += fTail->written();
553 size_t size = block->written();
571 size_t size = block->written();
580 if (!dst->write(block->start(), block->written())) {
588 // The contract is to write zeros until the entire stream has written a multiple of 4 bytes.
594 int padBytes = -(int)fTail->written() & 0x03;
609 size_t len = block->written();
625 if (dstStreamGood && !dst->write(block->start(), block->written())) {
    [all...]
  /external/skqp/src/core/
SkStream.cpp 450 size_t written() const { return fCurr - this->start(); } function in struct:SkDynamicMemoryWStream::Block
489 return fBytesWrittenBeforeTail + fTail->written();
509 fBytesWrittenBeforeTail += fTail->written();
535 size_t size = block->written();
553 size_t size = block->written();
562 if (!dst->write(block->start(), block->written())) {
570 // The contract is to write zeros until the entire stream has written a multiple of 4 bytes.
576 int padBytes = -(int)fTail->written() & 0x03;
591 size_t len = block->written();
607 if (dstStreamGood && !dst->write(block->start(), block->written())) {
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/toco/
toco_port.cc 201 ssize_t written = write(fd, &contents[i], to_write);
202 if (written == -1) {
206 i += written;
  /frameworks/av/media/libaaudio/examples/write_sine/src/
write_sine_callback.cpp 160 int64_t written = AAudioStream_getFramesWritten(player.getStream()); local
163 (long long) written,
165 (int) (written - read));
  /frameworks/base/core/java/android/speech/tts/
BlockingAudioTrack.java 201 int written = audioTrack.write(bytes, count, bytes.length); local
202 if (written <= 0) {
205 count += written;
  /frameworks/base/core/java/android/util/
Log.java 361 * @return The number of bytes written.
450 private int written = 0; field in class:Log.ImmediateLogWriter
463 return written;
471 written += println_native(bufID, priority, tag, new String(cbuf, off, len));
  /prebuilts/go/darwin-x86/src/encoding/hex/
hex.go 23 // of bytes written to dst, but this value is always EncodedLen(len(src)).
51 // returning the actual number of bytes written to dst.
147 var written int
149 written, e.err = e.w.Write(e.out[:encoded])
150 n += written / 2
201 // Dumper returns a WriteCloser that writes a hex dump of all written data to
  /prebuilts/go/linux-x86/src/encoding/hex/
hex.go 23 // of bytes written to dst, but this value is always EncodedLen(len(src)).
51 // returning the actual number of bytes written to dst.
147 var written int
149 written, e.err = e.w.Write(e.out[:encoded])
150 n += written / 2
201 // Dumper returns a WriteCloser that writes a hex dump of all written data to

Completed in 598 milliseconds

1 2 3 4 5 6 7 8 91011>>