HomeSort by relevance Sort by last modified time
    Searched refs:written (Results 51 - 75 of 1794) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/ppapi/tests/
test_broker.cc 107 DWORD written = 0;
109 return ::WriteFile(file, message, size, &written, NULL) && written == size;
115 ssize_t written = HANDLE_EINTR(::write(file, message + total_written,
117 if (written <= 0)
119 total_written += written;
test_tcp_socket_private.cc 246 size_t written = 0; local
247 while (written < s.size()) {
249 int32_t rv = socket->Write(buffer + written, s.size() - written,
258 written += cb.result();
260 if (written != s.size())
  /external/chromium_org/chrome/browser/media/
webrtc_log_util.cc 98 int written = base::WriteFile(log_list_path, &log_list[0], log_list.size()); local
99 DPCHECK(written == static_cast<int>(log_list.size()));
  /external/chromium_org/chrome/tools/convert_dict/
convert_dict.cc 144 size_t written = fwrite(&serialized[0], 1, serialized.size(), out_file); local
145 CHECK(written == serialized.size());
  /external/chromium_org/content/browser/
browser_shutdown_profile_dumper.cc 126 size_t written = fwrite(chars, 1, size, dump_file_);
127 if (written != size) {
  /external/chromium_org/remoting/host/native_messaging/
native_messaging_reader_unittest.cc 84 int written = write_file_.WriteAtCurrentPos(data, length); local
85 ASSERT_EQ(length, written);
  /external/chromium_org/third_party/mesa/src/docs/
MESA_pack_invert.spec 29 This extensions is written against the OpenGL 1.4 Specification.
MESA_shader_debug.spec 35 The extension is written against the OpenGL 1.5 specification.
37 The extension is written against the OpenGL Shading Language 1.10
189 print log" (XXX DEBUG_PRINT_MESA?). Each component is written in
204 a diagnostic message is written to the "debug assert log".
  /external/mesa3d/docs/
MESA_pack_invert.spec 29 This extensions is written against the OpenGL 1.4 Specification.
MESA_shader_debug.spec 35 The extension is written against the OpenGL 1.5 specification.
37 The extension is written against the OpenGL Shading Language 1.10
189 print log" (XXX DEBUG_PRINT_MESA?). Each component is written in
204 a diagnostic message is written to the "debug assert log".
  /external/chromium_org/third_party/libxml/src/
encoding.c 294 * Returns the number of bytes written if success, or -1 otherwise
343 * Returns the number of bytes written, or -1 if lack of space.
382 * Returns the number of bytes written if success, -2 if the transcoding fails,
475 * Returns the number of bytes written, or -1 if lack of space, or -2
562 * Returns the number of bytes written, or -1 if lack of space, or -2
671 * Returns the number of bytes written, or -1 if lack of space, or -2
713 * Returns the number of bytes written, or -1 if lack of space, or -2
804 * Returns the number of byte written, or -1 by lack of space, or -2
1920 int written; local
2046 int written; local
2157 int written; local
2440 int toconv = in->end - in->cur, written = 32000; local
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderStateQueryTests.cpp 587 GLint written = 0; // written does not include null terminator local
588 glGetShaderInfoLog(shader, DE_LENGTH_OF_ARRAY(buffer), &written, buffer);
593 if (written != logLength-1)
595 m_testCtx.getLog() << TestLog::Message << "// ERROR: Expected length " << logLength-1 << "; got " << written << TestLog::EndMessage;
601 // check null-terminator, either at end of buffer or at buffer[written]
604 terminator = &buffer[written];
619 GLint written = 0; local
620 glGetShaderInfoLog(shader, 1, &written, buffer);
621 if (written != 0
702 GLint written = 0; \/\/ not inluding null-terminator local
728 GLint written = 0; local
994 GLint written = 0; local
1013 GLint written = 0; local
1253 GLint written = 0; \/\/ null terminator not included local
1392 GLint written = 0; local
1458 GLint written = 0; local
1484 GLint written = 0; local
    [all...]
  /external/chromium_org/chrome/browser/extensions/
user_script_loader_unittest.cc 231 size_t written = base::WriteFile(path, content.c_str(), content.size()); local
232 ASSERT_EQ(written, content.size());
250 size_t written = base::WriteFile(path, content.c_str(), content.size()); local
251 ASSERT_EQ(written, content.size());
  /external/chromium_org/chrome/installer/mini_installer/
decompress.cc 100 DWORD written = 0; local
101 if (!::WriteFile(reinterpret_cast<HANDLE>(hf), pv, cb, &written, NULL))
102 written = static_cast<DWORD>(-1L);
103 return written;
  /external/chromium_org/third_party/icu/source/io/
uprintf.h 73 int32_t len; /* Maximum number of code units that can be written to output */
96 int32_t *written,
uprntf_p.c 82 * @return The number of Unicode characters written to <TT>stream</TT>.
201 int32_t len, written; local
232 written = handler->pad_and_justify(context, info, s, len);
239 return written;
250 int32_t len = 1, written; local
265 written = handler->pad_and_justify(context, info, s, len);
267 return written;
752 int32_t len, written; local
768 written = handler->pad_and_justify(context, info, arg, len);
770 return written;
780 int32_t written = 0; local
    [all...]
  /external/chromium_org/third_party/webrtc/base/
multipart.h 55 size_t* written, int* error);
nssstreamadapter.h 61 size_t* written, int* error);
  /external/chromium_org/tools/android/file_poller/
file_poller.cc 38 int written = write(fd, index, to_write); local
39 if (written < 0)
41 index += written;
42 to_write -= written;
98 // Create and bind the socket so that the port can be written to stdout.
  /external/icu/icu4c/source/io/
uprintf.h 73 int32_t len; /* Maximum number of code units that can be written to output */
96 int32_t *written,
uprntf_p.c 82 * @return The number of Unicode characters written to <TT>stream</TT>.
201 int32_t len, written; local
232 written = handler->pad_and_justify(context, info, s, len);
239 return written;
250 int32_t len = 1, written; local
265 written = handler->pad_and_justify(context, info, s, len);
267 return written;
752 int32_t len, written; local
768 written = handler->pad_and_justify(context, info, arg, len);
770 return written;
780 int32_t written = 0; local
    [all...]
  /external/llvm/test/MC/ARM/
ldr-pseudo-obj-errors.s 9 @to be written out.
  /external/openssl/crypto/conf/
keysets.pl 59 * This package is an SSL implementation written
61 * The implementation was written so as to conform with Netscapes SSL.
87 * "This product includes cryptographic software written by
93 * "This product includes software written by Tim Hudson (tjh\@cryptsoft.com)"
  /external/chromium_org/base/files/
file_util_win.cc 630 DWORD written; local
631 BOOL result = ::WriteFile(file.Get(), data, size, &written, NULL);
632 if (result && static_cast<int>(written) == size)
633 return written;
641 DLOG(WARNING) << "wrote" << written << " bytes to "
662 DWORD written; local
663 BOOL result = ::WriteFile(file.Get(), data, size, &written, NULL);
664 if (result && static_cast<int>(written) == size)
665 return written;
673 DLOG(WARNING) << "wrote" << written << " bytes to
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderStateQueryTests.cpp 751 GLint written = 0; // written does not include null terminator local
752 glGetShaderInfoLog(shader, DE_LENGTH_OF_ARRAY(buffer), &written, buffer);
757 if (written != logLength-1)
759 m_testCtx.getLog() << TestLog::Message << "// ERROR: Expected length " << logLength-1 << "; got " << written << TestLog::EndMessage;
765 // check null-terminator, either at end of buffer or at buffer[written]
768 terminator = &buffer[written];
783 GLint written = 0; local
784 glGetShaderInfoLog(shader, 1, &written, buffer);
785 if (written != 0
864 GLint written = 0; \/\/ not inluding null-terminator local
890 GLint written = 0; local
1220 GLint written = 0; local
1239 GLint written = 0; local
1504 GLint written = 0; \/\/ null terminator not included local
1807 GLint written = 0; local
1968 GLint written = 0; local
2052 GLint written = 0; local
2078 GLint written = 0; local
    [all...]

Completed in 1835 milliseconds

1 23 4 5 6 7 8 91011>>