Searched defs:write (Results 1 - 25 of 669) sorted by relevance

1234567891011>>

/external/google-breakpad/src/client/linux/log/
H A Dlog.cc40 int write(const char* buf, size_t nbytes) { function in namespace:logger
/external/chromium-trace/catapult/telemetry/telemetry/testing/
H A Dstream.py14 def write(self, data): member in class:TestOutputStream
H A Drun_chromeos_tests.py43 def write(self, s): member in class:_LoggingOutputStream
44 """Buffer a string write. Log it when we encounter a newline."""
/external/syslinux/com32/lib/sys/
H A Dwrite.c29 * write.c
41 ssize_t write(int fd, void *buf, size_t count) function
50 return fp->oop->write(fp, buf, count);
/external/apache-http/src/org/apache/http/io/
H A DHttpMessageWriter.java55 void write(HttpMessage message) method in interface:HttpMessageWriter
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DCMSProcessable.java17 public void write(OutputStream out) method in interface:CMSProcessable
H A DCMSAbsentContent.java34 public void write(OutputStream zOut) method in class:CMSAbsentContent
H A DNullOutputStream.java12 public void write(byte[] buf) method in class:NullOutputStream
18 public void write(byte[] buf, int off, int len) method in class:NullOutputStream
24 public void write(int b) throws IOException method in class:NullOutputStream
H A DPKCS7ProcessableObject.java31 public void write(OutputStream cOut) method in class:PKCS7ProcessableObject
42 cOut.write(enc.toASN1Primitive().getEncoded(ASN1Encoding.DER));
57 cOut.write(encoded, index, encoded.length - index);
/external/libunwind/src/arm/
H A DGregs.c29 int write)
55 if (write)
67 if (write)
77 int write)
28 tdep_access_reg(struct cursor *c, unw_regnum_t reg, unw_word_t *valp, int write) argument
76 tdep_access_fpreg(struct cursor *c, unw_regnum_t reg, unw_fpreg_t *valp, int write) argument
/external/libunwind/src/coredump/
H A D_UCD_access_reg_freebsd.c31 int write, void *arg)
33 if (write)
35 Debug(0, "write is not supported\n");
29 _UCD_access_reg(unw_addr_space_t as, unw_regnum_t regnum, unw_word_t *valp, int write, void *arg) argument
H A D_UCD_access_reg_linux.c32 int write, void *arg)
36 if (write)
38 Debug(0, "write is not supported\n");
30 _UCD_access_reg(unw_addr_space_t as, unw_regnum_t regnum, unw_word_t *valp, int write, void *arg) argument
H A D_UPT_access_fpreg.c29 int write, void *arg)
28 _UCD_access_fpreg(unw_addr_space_t as, unw_regnum_t reg, unw_fpreg_t *val, int write, void *arg) argument
/external/libunwind/src/hppa/
H A DGregs.c30 int write)
37 if (write)
46 if (write)
66 if (write)
74 int write)
83 if (write)
29 tdep_access_reg(struct cursor *c, unw_regnum_t reg, unw_word_t *valp, int write) argument
73 tdep_access_fpreg(struct cursor *c, unw_regnum_t reg, unw_fpreg_t *valp, int write) argument
/external/libunwind/src/mips/
H A DGregs.c31 int write)
77 if (write)
89 if (write)
99 int write)
30 tdep_access_reg(struct cursor *c, unw_regnum_t reg, unw_word_t *valp, int write) argument
98 tdep_access_fpreg(struct cursor *c, unw_regnum_t reg, unw_fpreg_t *valp, int write) argument
/external/libunwind/src/ppc32/
H A DGregs.c32 int write)
39 if (write)
51 if (write)
67 if (write)
75 int write)
82 if (write)
31 tdep_access_reg(struct cursor *c, unw_regnum_t reg, unw_word_t *valp, int write) argument
74 tdep_access_fpreg(struct cursor *c, unw_regnum_t reg, unw_fpreg_t *valp, int write) argument
/external/libunwind/src/ppc64/
H A DGregs.c32 int write)
39 if (write)
51 if (write)
68 if (write)
76 int write)
83 if (write)
92 if (write)
31 tdep_access_reg(struct cursor *c, unw_regnum_t reg, unw_word_t *valp, int write) argument
75 tdep_access_fpreg(struct cursor *c, unw_regnum_t reg, unw_fpreg_t *valp, int write) argument
/external/libunwind/src/sh/
H A DGregs.c30 int write)
57 if (write)
67 if (write)
75 int write)
29 tdep_access_reg(struct cursor *c, unw_regnum_t reg, unw_word_t *valp, int write) argument
74 tdep_access_fpreg(struct cursor *c, unw_regnum_t reg, unw_fpreg_t *valp, int write) argument
/external/proguard/src/proguard/
H A DSeedPrinter.java18 * with this program; if not, write to the Free Software Foundation, Inc.,
53 public void write(Configuration configuration, method in class:SeedPrinter
/external/syslinux/gpxe/src/include/gpxe/
H A Dbitbash.h21 * @v data Value to write
29 void ( * write ) ( struct bit_basher *basher, unsigned int bit_id, member in struct:bit_basher_operations
/external/caliper/caliper/src/main/java/com/google/caliper/json/
H A DInstantTypeAdapter.java32 @Override public void write(JsonWriter out, Instant value) throws IOException { method in class:InstantTypeAdapter
/external/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_mutexset_test.cc18 static void Expect(const MutexSet &mset, uptr i, u64 id, bool write, u64 epoch, argument
22 EXPECT_EQ(write, d.write);
/external/conscrypt/common/src/jni/main/include/
H A DBioOutputStream.h30 int write(const char* buf, int len) { function in class:conscrypt::BioOutputStream
33 JNI_TRACE("BioOutputStream::write => could not get JNIEnv");
38 JNI_TRACE("BioOutputStream::write => called with pending exception");
44 JNI_TRACE("BioOutputStream::write => failed call to NewByteArray");
52 JNI_TRACE("BioOutputStream::write => failed call to OutputStream#write");
/external/curl/lib/
H A Dwarnless.h80 # undef write macro
81 # define write(fd, buf, count) curlx_write(fd, buf, count) macro
/external/libbrillo/brillo/streams/
H A Dstream_utils.h67 // Checks if |mode| allows write access.
73 // Make the access mode based on read/write rights requested.
74 inline Stream::AccessMode MakeAccessMode(bool read, bool write) { argument
75 CHECK(read || write); // Either read or write (or both) must be specified.
76 if (read && write)
78 return write ? Stream::AccessMode::WRITE : Stream::AccessMode::READ;

Completed in 683 milliseconds

1234567891011>>