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

<<11121314151617181920>>

  /build/soong/third_party/zip/
writer.go 40 // It must be called before any data is written.
43 panic("zip: SetOffset called after data was written")
181 // It returns a Writer to which the file contents should be written.
185 // The file's contents must be written to the io.Writer before the next
206 // It returns a Writer to which the file contents should be written.
208 // The file's contents must be written to the io.Writer before the next
  /external/curl/tests/server/
sws.c 618 then be written as "example.com.123". */
874 size_t written; local
896 written = fwrite(&reqbuf[totalsize-writeleft],
900 if(written > 0)
901 writeleft -= written;
1060 ssize_t written; local
    [all...]
  /external/libchrome/base/trace_event/
trace_event_impl.cc 30 // location, and then advances |*buffer| by the amount written.
35 size_t written = strlcpy(*buffer, *member, end - *buffer) + 1; local
36 DCHECK_LE(static_cast<int>(written), end - *buffer);
38 *buffer += written;
  /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/v8/src/
string-builder.h 344 int written() { return static_cast<int>(cursor_ - start_); } function in class:v8::internal::ReplacementStringBuilder::IncrementalStringBuilder::NoExtend
362 int length = NoExtend<DestChar>::written();
382 builder_->current_index_ += NoExtend<DestChar>::written();
  /external/valgrind/coregrind/
m_libcassert.c 452 UInt written; local
479 /* Check whether anything will be written */
483 written = VG_(vsnprintf) ( buf, sizeof(buf), format, vargs );
486 if (written > 0) {
  /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;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
SinkChannelTest.java 163 int written = sink.write(buffer); local
239 long written = sink.write(bufArray); local
378 long written = sink.write(bufArray, 0, 1); local
  /prebuilts/go/darwin-x86/src/encoding/base64/
base64.go 245 // NewEncoder returns a new base64 stream encoder. Data written to
246 // the returned writer will be encoded using enc and then written to w.
249 // partially written blocks.
276 // It returns the number of bytes read from src, the number of bytes written
459 // written. If src contains invalid base64 data, it will return the
460 // number of bytes successfully written and CorruptInputError.
  /prebuilts/go/linux-x86/src/encoding/base64/
base64.go 245 // NewEncoder returns a new base64 stream encoder. Data written to
246 // the returned writer will be encoded using enc and then written to w.
249 // partially written blocks.
276 // It returns the number of bytes read from src, the number of bytes written
459 // written. If src contains invalid base64 data, it will return the
460 // number of bytes successfully written and CorruptInputError.
  /system/extras/tests/sdcard/
sdcard_perf_test.cpp 134 " Data will be written/read using that chunk size.\n"
286 // @param chunk buffer large enough where the chunk read are written.
385 ssize_t written = write(fd, chunk, chunk_size); local
386 if (written < 0)
391 left -= written;
395 if (kVerbose) printf("Child %d all chunk written\n", testCase->pid());
  /prebuilts/go/darwin-x86/src/encoding/asn1/
asn1.go 997 // being written to must use upper case field names.
999 // An ASN.1 INTEGER can be written to an int, int32, int64,
1004 // An ASN.1 BIT STRING can be written to a BitString.
1006 // An ASN.1 OCTET STRING can be written to a []byte.
1008 // An ASN.1 OBJECT IDENTIFIER can be written to an
1011 // An ASN.1 ENUMERATED can be written to an Enumerated.
1013 // An ASN.1 UTCTIME or GENERALIZEDTIME can be written to a time.Time.
1015 // An ASN.1 PrintableString, IA5String, or NumericString can be written to a string.
1017 // Any of the above ASN.1 values can be written to an interface{}.
1021 // An ASN.1 SEQUENCE OF x or SET OF x can be written
    [all...]
  /prebuilts/go/linux-x86/src/encoding/asn1/
asn1.go 997 // being written to must use upper case field names.
999 // An ASN.1 INTEGER can be written to an int, int32, int64,
1004 // An ASN.1 BIT STRING can be written to a BitString.
1006 // An ASN.1 OCTET STRING can be written to a []byte.
1008 // An ASN.1 OBJECT IDENTIFIER can be written to an
1011 // An ASN.1 ENUMERATED can be written to an Enumerated.
1013 // An ASN.1 UTCTIME or GENERALIZEDTIME can be written to a time.Time.
1015 // An ASN.1 PrintableString, IA5String, or NumericString can be written to a string.
1017 // Any of the above ASN.1 values can be written to an interface{}.
1021 // An ASN.1 SEQUENCE OF x or SET OF x can be written
    [all...]
  /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/antlr-3.4/runtime/Ruby/lib/antlr3/
constants.rb 20 derived from this software without specific prior written permission.
  /external/expat/
expat.spec 4 Summary: Expat is an XML 1.0 parser written in C.
15 Expat is an XML 1.0 parser written in C by James Clark. It aims to be
  /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

Completed in 1329 milliseconds

<<11121314151617181920>>