HomeSort by relevance Sort by last modified time
    Searched defs:written (Results 251 - 275 of 665) sorted by null

<<11121314151617181920>>

  /external/skqp/tools/bookmaker/
definition.cpp 957 int written = 0; local
    [all...]
  /frameworks/av/media/libaudioclient/
AudioTrack.cpp 688 ALOGV("start: server read:%lld cumulative flushed:%lld client written:%lld",
1783 size_t written = 0; local
    [all...]
  /frameworks/av/media/libmediaplayer2/nuplayer2/
NuPlayer2Renderer.cpp 908 // for non-offloaded audio, we need to compute the frames written because
909 // there is no EVENT_STREAM_END notification. The frames written gives
1056 ssize_t written = mAudioSink->write(entry->mBuffer->data() + entry->mOffset, local
1700 uint32_t written; local
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerRenderer.cpp 909 // for non-offloaded audio, we need to compute the frames written because
910 // there is no EVENT_STREAM_END notification. The frames written gives
1057 ssize_t written = mAudioSink->write(entry->mBuffer->data() + entry->mOffset, local
1694 uint32_t written; local
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.h 205 uint64_t written; /* total frames written, not cleared when entering standby */ member in struct:stream_out
  /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...]
  /system/core/adb/
sysdeps_win32.cpp 638 << " bytes reportedly written";
2380 DWORD written = 0; local
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
coffgen.c 3 Written by Cygnus Support.
939 /* This name should be written into the .debug section. For
986 bfd_vma *written,
1055 set_index (symbol, *written);
1057 *written += numaux + 1;
1070 bfd_vma *written,
1235 bfd_vma written = 0; local
    [all...]
libaout.h 3 Written by Cygnus Support.
105 /* Whether this symbol has been written out. */ member in struct:aout_link_hash_entry
106 bfd_boolean written;
193 /* Called for each global symbol being written out by the linker.
240 /* Magic number is written
peXXigen.c 3 Written by Cygnus Solutions.
1213 bfd_size_type written; local
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
AudioTrackTest.java 1704 int written = 0; local
1848 int written = 0; local
    [all...]
  /external/libmtp/src/
ptp.c 359 ssize_t written; local
362 written = write (priv->fd, data, sendlen);
363 if (written != sendlen)
    [all...]
  /external/minijail/
libminijail.c 952 /* Up to |available| will be written. */
2133 ssize_t written; local
    [all...]
  /hardware/ril/reference-ril/
reference-ril.c 1958 ssize_t written, rlen; local
    [all...]
  /external/python/cpython2/Modules/
_ssl.c 3465 Py_ssize_t len, written; local
    [all...]
  /external/python/cpython3/Modules/
_ssl.c 4493 Py_ssize_t len, written; local
    [all...]
  /external/v8/src/
gdb-jit.cc 448 uintptr_t written = 0; local
451 written++;
453 size_ += written;
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_ndis.c 457 DWORD written; local
469 o, sizeof(NDISUIO_QUERY_OID), o, buflen, &written,
477 if (written < hdrlen) {
478 wpa_printf(MSG_DEBUG, "NDIS: query oid=%08x written (%d); "
479 "too short", oid, (unsigned int) written);
483 written -= hdrlen;
484 if (written > len) {
485 wpa_printf(MSG_DEBUG, "NDIS: query oid=%08x written (%d) > "
486 "len (%d)",oid, (unsigned int) written, len);
490 os_memcpy(data, o->Data, written);
532 DWORD written; local
2028 DWORD written; local
2686 DWORD written; local
2721 DWORD written; local
2961 DWORD written; local
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 13 products derived from this software without specific prior written
186 * function to make sure the entire buffer is written */
189 size_t written = 0, to_write = size * nmemb; local
192 while (written < to_write) {
196 size_t temp = fwrite(ptr2 + written, 1, to_write - written, stream);
202 written += temp;
205 return written;
    [all...]
  /prebuilts/maven_repo/bumptech/com/github/bumptech/glide/disklrucache/SNAPSHOT/
disklrucache-SNAPSHOT.jar 
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
zipfs.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
zipfs.jar 
  /prebuilts/tools/common/m2/repository/com/github/marschall/memoryfilesystem/0.6.4/
memoryfilesystem-0.6.4.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp-ws/2.7.4/
okhttp-ws-2.7.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-io/8.1.14.v20131031/
jetty-io-8.1.14.v20131031.jar 

Completed in 2286 milliseconds

<<11121314151617181920>>