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

1 2 34 5 6 7 8 91011>>

  /hardware/ril/reference-ril/
atchannel.c 481 ssize_t written; local
494 written = write (s_fd, s + cur, len - cur);
495 } while (written < 0 && errno == EINTR);
497 if (written < 0) {
501 cur += written;
507 written = write (s_fd, "\r" , 1);
508 } while ((written < 0 && errno == EINTR) || (written == 0));
510 if (written < 0) {
520 ssize_t written; local
    [all...]
  /external/google-benchmark/src/
timers.cc 181 std::size_t written; local
185 written =
191 written = std::strftime(storage, sizeof(storage), "%F %T", &timeinfo);
195 written = std::strftime(storage, sizeof(storage), "%x %X", ::gmtime(&now));
200 written = std::strftime(storage, sizeof(storage), "%F %T", &timeinfo);
203 CHECK(written < kStorageSize);
204 ((void)written); // prevent unused variable in optimized mode.
  /external/libcxx/utils/google-benchmark/src/
timers.cc 181 std::size_t written; local
185 written =
191 written = std::strftime(storage, sizeof(storage), "%F %T", &timeinfo);
195 written = std::strftime(storage, sizeof(storage), "%x %X", ::gmtime(&now));
200 written = std::strftime(storage, sizeof(storage), "%F %T", &timeinfo);
203 CHECK(written < kStorageSize);
204 ((void)written); // prevent unused variable in optimized mode.
  /external/webrtc/webrtc/libjingle/xmpp/
xmppsocket.cc 85 int written = cricket_socket_->Send(buffer_.Data(), buffer_.Length()); local
86 if (written > 0) {
87 buffer_.Consume(written);
136 size_t written; local
139 &written, &error);
147 ASSERT(written > 0);
148 buffer_.Shift(written);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
timers.cc 177 std::size_t written; local
181 written =
187 written = std::strftime(storage, sizeof(storage), "%F %T", &timeinfo);
191 written = std::strftime(storage, sizeof(storage), "%x %X", ::gmtime(&now));
196 written = std::strftime(storage, sizeof(storage), "%F %T", &timeinfo);
199 CHECK(written < kStorageSize);
200 ((void)written); // prevent unused variable in optimized mode.
  /external/curl/lib/
socks.c 224 ssize_t written; local
246 &written);
247 if(code || (written != packetsize + hostnamelen)) {
255 &written);
256 if(code || (written != hostnamelen)) {
380 ssize_t written; local
460 &written);
461 if(code || (written != (2 + (int)socksreq[1]))) {
539 code = Curl_write_plain(conn, sock, (char *)socksreq, len, &written);
540 if(code || (len != written)) {
    [all...]
  /external/ltp/testcases/kernel/syscalls/pipe/
pipe11.c 25 * Check if many children can read what is written to a pipe by the
72 int pipewrcnt; /* chars written to pipe */
93 int written; /* no of chars read and written */ local
115 written = write(fd[1], wrbuf, szcharbuf);
116 if (written != szcharbuf) {
  /external/perfetto/src/perfetto_cmd/
rate_limiter.cc 183 ssize_t written = PERFETTO_EINTR(write(out_fd.get(), &buf, size));
184 return written >= 0 && static_cast<size_t>(written) == size;
  /external/webrtc/webrtc/base/
socketstream.cc 80 size_t* written, int* error) {
90 if (written)
91 *written = result;
socketstream.h 41 size_t* written,
transformadapter.h 56 size_t* written,
  /external/curl/src/macos/src/
curl_GUSIConfig.cpp 62 /**************** BEGIN GUSI CONFIGURATION **************************** * * GUSI Configuration section generated by GUSI Configurator * last modified: Mon Oct 29 15:41:51 2001 * * This section will be overwritten by the next run of Configurator. */ #define GUSI_SOURCE #include <GUSIConfig.h> #include <sys/cdefs.h> /* Declarations of Socket Factories */ __BEGIN_DECLS void GUSIwithInetSockets(); void GUSIwithLocalSockets(); void GUSIwithMTInetSockets(); void GUSIwithMTTcpSockets(); void GUSIwithMTUdpSockets(); void GUSIwithOTInetSockets(); void GUSIwithOTTcpSockets(); void GUSIwithOTUdpSockets(); void GUSIwithPPCSockets(); void GUSISetupFactories(); __END_DECLS /* Configure Socket Factories */ void GUSISetupFactories() { #ifdef GUSISetupFactories_BeginHook GUSISetupFactories_BeginHook #endif GUSIwithInetSockets(); #ifdef GUSISetupFactories_EndHook GUSISetupFactories_EndHook #endif } /* Declarations of File Devices */ __BEGIN_DECLS void GUSIwithNullSockets(); void GUSISetupDevices(); __END_DECLS /* Configure File Devices */ void GUSISetupDevices() { #ifdef GUSISetupDevices_BeginHook GUSISetupDevices_BeginHook #endif GUSIwithNullSockets(); #ifdef GUSISetupDevices_EndHook GUSISetupDevices_EndHook #endif } #ifndef __cplusplus #error GUSISetupConfig() needs to be written in C++ #endif GUSIConfiguration::FileSuffix sSuffices[] = { "", '????', '????' }; extern "C" vo (…)
  /external/deqp/framework/delibs/destream/
deThreadStream.c 56 deInt32 written = 0; local
61 while (written < read)
66 deOutStream_write(&(threadStream->producerStream), buffer, read - written, &wrote);
68 written += wrote;
  /external/libxml2/macos/src/
libxml2_GUSIConfig.cp 62 /**************** BEGIN GUSI CONFIGURATION **************************** * * GUSI Configuration section generated by GUSI Configurator * last modified: Wed Oct 31 17:07:45 2001 * * This section will be overwritten by the next run of Configurator. */ #define GUSI_SOURCE #include <GUSIConfig.h> #include <sys/cdefs.h> /* Declarations of Socket Factories */ __BEGIN_DECLS void GUSIwithInetSockets(); void GUSIwithLocalSockets(); void GUSIwithMTInetSockets(); void GUSIwithMTTcpSockets(); void GUSIwithMTUdpSockets(); void GUSIwithOTInetSockets(); void GUSIwithOTTcpSockets(); void GUSIwithOTUdpSockets(); void GUSIwithPPCSockets(); void GUSISetupFactories(); __END_DECLS /* Configure Socket Factories */ void GUSISetupFactories() { #ifdef GUSISetupFactories_BeginHook GUSISetupFactories_BeginHook #endif GUSIwithInetSockets(); #ifdef GUSISetupFactories_EndHook GUSISetupFactories_EndHook #endif } /* Declarations of File Devices */ __BEGIN_DECLS void GUSIwithNullSockets(); void GUSISetupDevices(); __END_DECLS /* Configure File Devices */ void GUSISetupDevices() { #ifdef GUSISetupDevices_BeginHook GUSISetupDevices_BeginHook #endif GUSIwithNullSockets(); #ifdef GUSISetupDevices_EndHook GUSISetupDevices_EndHook #endif } #ifndef __cplusplus #error GUSISetupConfig() needs to be written in C++ #endif GUSIConfiguration::FileSuffix sSuffices[] = { "", '????', '????' }; extern "C" vo (…)
  /external/llvm/test/MC/Mips/
micromips-el-fixup-data.s 5 # Check that fixup data is written in the microMIPS specific little endian
  /external/mesa3d/src/gallium/auxiliary/util/
u_string.h 246 size_t written; local
249 written = util_vsnprintf(sbuf->ptr, sbuf->left, format, ap);
251 sbuf->ptr += written;
252 sbuf->left -= written;
  /frameworks/base/packages/PrintSpooler/jni/
com_android_printspooler_util_BitmapSerializeUtils.cpp 147 bool written = writeAllBytes(fd, (void*) &info, sizeof(AndroidBitmapInfo)); local
148 if (!written) {
163 written = writeAllBytes(fd, (void*) pixels, byteCount);
164 if (!written) {
  /libcore/ojluni/src/main/java/java/io/
DataOutputStream.java 40 * The number of bytes written to the data output stream so far.
43 protected int written; field in class:DataOutputStream
52 * underlying output stream. The counter <code>written</code> is
64 * Increases the written counter by the specified value
68 int temp = written + value;
72 written = temp;
78 * is thrown, the counter <code>written</code> is incremented by
83 * @param b the <code>byte</code> to be written.
95 * If no exception is thrown, the counter <code>written</code> is
113 * bytes to be written out to the stream
    [all...]
  /libcore/ojluni/src/main/java/java/util/zip/
ZipOutputStream.java 76 private long written = 0; field in class:ZipOutputStream
187 * @param e the ZIP entry to be written
238 current = new XEntry(e, written);
284 written += e.csize;
288 if (e.size != written - locoff) {
291 " but got " + (written - locoff) + " bytes)");
310 * will block until all the bytes are written.
311 * @param b the data to be written
313 * @param len the number of bytes that are written
336 written += len
    [all...]
  /prebuilts/go/darwin-x86/src/mime/quotedprintable/
example_test.go 19 "Hello, Gophers! This symbol will be unescaped: =3D and this will be written in =\r\none line.",
27 // Hello, Gophers! This symbol will be unescaped: = and this will be written in one line. <nil>
  /prebuilts/go/darwin-x86/src/syscall/
syscall_dragonfly_amd64.go 35 func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) {
39 written = int(writtenOut)
syscall_freebsd_amd64.go 35 func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) {
39 written = int(writtenOut)
syscall_freebsd_arm.go 35 func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) {
39 written = int(writtenOut)
  /prebuilts/go/linux-x86/src/mime/quotedprintable/
example_test.go 19 "Hello, Gophers! This symbol will be unescaped: =3D and this will be written in =\r\none line.",
27 // Hello, Gophers! This symbol will be unescaped: = and this will be written in one line. <nil>
  /prebuilts/go/linux-x86/src/syscall/
syscall_dragonfly_amd64.go 35 func sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) {
39 written = int(writtenOut)

Completed in 1869 milliseconds

1 2 34 5 6 7 8 91011>>