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

<<11121314151617181920>>

  /external/f2fs-tools/tools/f2fs_io/
f2fs_io.c 158 u64 buf_size = 0, inc_num = 0, ret = 0, written = 0; local
220 written += ret;
223 printf("Written %"PRIu64" bytes with pattern=%s\n", written, argv[4]);
  /external/libmtp/src/
libusb-glue.c 965 unsigned long *written
1156 unsigned long written = 0; local
1201 unsigned long written; local
    [all...]
libusb1-glue.c 981 unsigned long *written
1181 unsigned long written = 0; local
1226 unsigned long written; local
    [all...]
  /external/libvterm/src/
vterm.c 136 int written = vsnprintf(vt->outbuffer + vt->outbuffer_cur, local
140 if(written == vt->outbuffer_len - vt->outbuffer_cur) {
145 vt->outbuffer_cur += written;
  /external/mesa3d/src/compiler/nir/
nir_linking_helpers.c 137 uint64_t read[4] = { 0 }, written[4] = { 0 }; local
145 written[var->data.location_frac] |=
160 /* Each TCS invocation can read data written by other TCS invocations,
171 progress = remove_unused_io_vars(consumer, &consumer->inputs, written,
  /external/u-boot/drivers/mtd/onenand/
onenand_base.c 1414 int written = 0, column, thislen, subpage; local
1537 int written = 0, oobcmd; local
    [all...]
  /external/webrtc/webrtc/p2p/base/
dtlstransportchannel.cc 32 // after they have been written, so a capacity of "1" is sufficient.
68 size_t* written,
75 if (written) {
76 *written = data_len;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
pystrtod.c 592 int written; local
607 written = PyOS_snprintf(p, buf_avail, "e%+.02d", digit_count-1);
608 if (!(0 <= written &&
609 written < Py_SAFE_DOWNCAST(buf_avail, size_t, int)))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_MimeWriter.py 249 # Phantom body doesn't need to be written
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
pystrtod.c 592 int written; local
607 written = PyOS_snprintf(p, buf_avail, "e%+.02d", digit_count-1);
608 if (!(0 <= written &&
609 written < Py_SAFE_DOWNCAST(buf_avail, size_t, int)))
    [all...]
  /external/antlr/runtime/Ruby/lib/antlr3/
constants.rb 20 derived from this software without specific prior written permission.
  /external/bcc/SPECS/
bcc.spec 120 Summary: Standalone tool to run BCC tracers written in Lua
123 Standalone tool to run BCC tracers written in Lua
  /external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/
DiskLruCache.java 510 if (!editor.written[i]) {
707 private final boolean[] written; field in class:DiskLruCache.Editor
712 this.written = (entry.readable) ? null : new boolean[valueCount];
750 written[index] = true;
  /external/golang-protobuf/protoc-gen-go/
main.go 18 // this software without specific prior written permission.
41 // With that input, the output will be written to
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
GeneratedClrTypeInfo.cs 18 // this software without specific prior written permission.
38 /// These are constructed as required, and are not long-lived. Hand-written code should
  /external/protobuf/js/binary/
writer_test.js 17 // this software without specific prior written permission.
36 * Test suite is written using Jasmine -- see http://jasmine.github.io/
  /external/protobuf/js/
debug.js 17 // this software without specific prior written permission.
44 * Turns a proto into a human readable object that can i.e. be written to the
  /external/python/cpython2/Lib/test/
test_MimeWriter.py 249 # Phantom body doesn't need to be written
  /external/python/cpython2/Python/
pystrtod.c 592 int written; local
607 written = PyOS_snprintf(p, buf_avail, "e%+.02d", digit_count-1);
608 if (!(0 <= written &&
609 written < Py_SAFE_DOWNCAST(buf_avail, size_t, int)))
    [all...]
  /external/python/cpython3/Lib/
_pyio.py 128 * On output, if newline is None, any '\n' characters written are
131 other legal values, any '\n' characters written are translated to
288 represent a file that cannot be read, written or seeked.
296 The basic type used for binary data read from or written to a file is
360 # XXX Should this return the number of bytes written???
613 Returns the number of bytes written, which may be less than the
709 Return the number of bytes written, which is always the length of b
    [all...]
  /external/python/cpython3/Python/
pystrtod.c 667 int written; local
682 written = PyOS_snprintf(p, buf_avail, "e%+.02d", digit_count-1);
683 if (!(0 <= written &&
684 written < Py_SAFE_DOWNCAST(buf_avail, size_t, int)))
    [all...]
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/
DexWriterSleb128Test.java 17 * this software without specific prior written permission.
243 byte written = writtenData[i];
246 written = (byte)(written & 0x0F);
248 Assert.assertEquals(String.format("Values not equal at index %d", i), encoded, written);
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
tensor_array_ops.cc 223 xla::XlaOp written; variable
225 written = DynamicAddSlice(b, ta, update, slice_shape.dim_sizes(),
231 written = xla::DynamicUpdateSlice(ta, update, start_indices);
233 OP_REQUIRES_OK(ctx, resource->SetValue(written));
  /external/tremolo/Tremolo/
floor1LARM.s 20 @ specific prior written permission.
  /frameworks/av/media/libaudiohal/impl/
StreamHalLocal.h 110 virtual status_t write(const void *buffer, size_t bytes, size_t *written);
112 // Return the number of audio frames written by the audio dsp to DAC since

Completed in 2223 milliseconds

<<11121314151617181920>>