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

<<11121314151617181920>>

  /frameworks/av/media/mtp/
MtpFfsCompatHandle.cpp 83 PLOG(ERROR) << "less written than expected";
200 int written = aio_return(&aio); local
201 if (written == -1) {
205 if (static_cast<size_t>(written) < aio.aio_nbytes) {
  /libcore/luni/src/test/java/libcore/java/io/
OldObjectOutputStreamTest.java 60 // note aField2 is not written
178 assertTrue("Test 1: Primitive data unexpectedly written to the target stream.",
182 assertTrue("Test 2: Primitive data has not been written to the the target stream.",
197 boolean written = false;
200 // If there is no buffer then the bytes have already been written.
201 written = (target.size() > initialSize);
204 assertTrue("Content has not been written to the target.",
205 written || (target.size() > initialSize));
340 // Test 2: Check that at least four bytes have been written.
342 assertTrue("Test 2: At least four bytes should have been written",
    [all...]
  /libcore/luni/src/test/java/libcore/libcore/io/
OsTest.java 196 int written = Libcore.os.write(fd, byteBuffer); local
197 assertTrue(written > 0);
198 assertEquals(written, byteBuffer.position());
201 written = Libcore.os.write(fd, byteBuffer);
202 assertTrue(written > 0);
203 assertEquals(written + 4, byteBuffer.position());
206 written = Libcore.os.pwrite(fd, byteBuffer, 64 /* offset */);
207 assertTrue(written > 0);
208 assertEquals(written, byteBuffer.position());
211 written = Libcore.os.pwrite(fd, byteBuffer, 64 /* offset */)
    [all...]
  /packages/apps/Gallery2/jni_jpegstream/src/
jpegstream.cpp 236 int32_t written = 0; local
241 written = w_ptr->write(in_bytes, in_len);
243 return written;
  /build/blueprint/parser/
modify.go 102 written, err := io.Copy(out, io.NewSectionReader(in, offset, toWrite))
107 if written != toWrite {
  /cts/tests/filesystem/src/android/filesystem/cts/
FileUtil.java 148 long written = 0; local
149 while (written < length) {
150 int toWrite = (int) Math.min(BUFFER_SIZE, length - written);
152 written += toWrite;
187 * Value will not be written if /proc/self/io does not exist.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
_iomodule.h 78 Py_ssize_t written; member in struct:__anon4378
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
_iomodule.h 73 Py_ssize_t written; member in struct:__anon4691
  /external/curl/lib/
pingpong.c 487 ssize_t written; local
490 pp->sendleft, pp->sendleft, &written);
494 if(written != (ssize_t)pp->sendleft) {
496 pp->sendleft -= written;
security.c 30 * without specific prior written permission.
164 written. */
171 ssize_t written; local
174 result = Curl_write_plain(conn, fd, to_p, len, &written);
176 len -= written;
177 to_p += written;
  /external/deqp/modules/gles31/functional/
es31fProgramPipelineStateQueryTests.cpp 333 int written = -1; local
337 gl.glGetProgramPipelineInfoLog(pipeline.getPipeline(), 2, &written, &buf[0]);
340 if (written == -1)
341 result.fail("'length' was not written to");
342 else if (written != 0)
  /external/golang-protobuf/protoc-gen-go/
doc.go 18 // this software without specific prior written permission.
41 With that input, the output will be written to
  /external/python/cpython2/Modules/_io/
_iomodule.h 83 Py_ssize_t written; member in struct:__anon32712
  /external/v8/src/
utils.cc 308 int written = WriteCharsToFile(str, size, f); local
310 return written;
325 int written = WriteCharsToFile(str, size, f); local
327 return written;
  /external/webrtc/webrtc/base/
filerotatingstream.h 28 // Use this constructor for reading a directory previously written to with
50 size_t* written,
121 // Number of bytes written to current file. We need this because with
137 // |max_total_log_size| / 2 bytes are written to it, and subsequently writes to
145 // Use this constructor for reading a directory previously written to with
opensslstreamadapter.cc 256 size_t written; local
258 StreamResult result = stream->Write(in, inl, &written, &error);
260 return checked_cast<int>(written);
498 size_t* written, int* error) {
504 return StreamAdapterInterface::Write(data, data_len, written, error);
523 if (written)
524 *written = 0;
536 if (written)
537 *written = code;
    [all...]
opensslstreamadapter.h 28 // This class was written with OpenSSLAdapter (a socket adapter) as a
85 size_t* written,
  /frameworks/av/media/libaudiohal/4.0/
StreamHalLocal.cpp 141 status_t StreamOutHalLocal::write(const void *buffer, size_t bytes, size_t *written) {
144 *written = writeResult;
145 mStreamPowerLog.log(buffer, *written);
148 *written = 0;
  /frameworks/av/media/libaudiohal/include/media/audiohal/
StreamHalInterface.h 113 virtual status_t write(const void *buffer, size_t bytes, size_t *written) = 0;
115 // Return the number of audio frames written by the audio dsp to DAC since
  /hardware/interfaces/usb/1.0/default/
Usb.cpp 90 std::string written; local
97 if (!readFile(filename, written)) {
98 ALOGI("written: %s", written.c_str());
99 if (written == convertRoletoString(newRole)) {
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/norm/
readwriter.go 19 // write. The remaining bytes will be written on close.
53 // Close forces data that remains in the buffer to be written.
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/norm/
readwriter.go 19 // write. The remaining bytes will be written on close.
53 // Close forces data that remains in the buffer to be written.
  /prebuilts/jdk/jdk9/darwin-x86/legal/java.desktop/
xwindows.md 33 other dealings in this Software without prior written authorization
65 dealing in this Software without prior written authorization from the
93 in this Software without prior written authorization from the X Consortium.
115 in this Software without prior written authorization from The Open Group.
148 other dealings in this Software without prior written authorization
162 software without specific, written prior permission.
206 other dealings in this Software without prior written authorization
220 software without specific, written prior permission.
  /prebuilts/jdk/jdk9/linux-x86/legal/java.desktop/
xwindows.md 33 other dealings in this Software without prior written authorization
65 dealing in this Software without prior written authorization from the
93 in this Software without prior written authorization from the X Consortium.
115 in this Software without prior written authorization from The Open Group.
148 other dealings in this Software without prior written authorization
162 software without specific, written prior permission.
206 other dealings in this Software without prior written authorization
220 software without specific, written prior permission.
  /system/core/logd/tests/
logd_test.cpp 608 bool content_wrap = false, content_timeout = false, written = false; local
629 written = write(fd, ask.c_str(), len) == (ssize_t)len;
630 if (!written) {
675 EXPECT_TRUE(written);
712 bool content_wrap = false, content_timeout = false, written = false; local
743 written = write(fd, ask.c_str(), len) == (ssize_t)len;
744 if (!written) {
817 EXPECT_TRUE(written);
823 _exit(!written + content_wrap + alarm_wrap + !content_timeout +
    [all...]

Completed in 813 milliseconds

<<11121314151617181920>>