HomeSort by relevance Sort by last modified time
    Searched refs:Write (Results 126 - 150 of 2248) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/bsdiff/
sink_file.h 21 // The SinkFile will call |sink| function upon write.
29 bool Write(const void* buf, size_t count, size_t* bytes_written) override;
35 // The sink() function used to write data.
  /external/chromium-trace/catapult/common/py_utils/py_utils/refactor/
__init__.py 22 module.Write()
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_mutex_test.cc 31 void Write() {
77 data->Write();
88 data->Write();
96 TEST(Mutex, Write) {
  /external/curl/docs/cmdline-opts/
dump-header.d 4 Help: Write the received headers to <filename>
8 Write the received protocol headers to the specified file.
  /external/libchrome/base/json/
json_writer.h 28 // This option instructs the writer to write doubles that have no fractional
45 static bool Write(const Value& node, std::string* json);
67 // Where we write JSON data as we generate it.
  /external/libchrome/crypto/
openssl_util.cc 58 location.Write(true, true, &message);
  /external/libmojo/ipc/
ipc_mojo_param_traits.h 26 static void Write(base::Pickle* m, const param_type& p);
  /external/llvm/lib/DebugInfo/PDB/Raw/
EnumTables.cpp 24 PDB_ENUM_CLASS_ENT(OMFSegDescFlags, Write),
  /external/lzma/CPP/7zip/Archive/Common/
OutStreamWithCRC.h 22 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
  /external/lzma/CPP/7zip/Common/
StreamBinder.cpp 31 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
36 STDMETHODIMP CBinderOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize)
37 { return _binder->Write(data, size, processedSize); }
119 HRESULT CStreamBinder::Write(const void *data, UInt32 size, UInt32 *processedSize)
StreamBinder.h 43 HRESULT Write(const void *data, UInt32 size, UInt32 *processedSize);
  /external/pdfium/fpdfsdk/pwl/
cpwl_appstream.h 31 void Write(const ByteString& sAPType,
  /external/puffin/src/
file_stream.h 22 static UniqueStreamPtr Open(const std::string& path, bool read, bool write);
28 bool Write(const void* buffer, size_t length) override;
memory_stream.h 33 bool Write(const void* buffer, size_t length) override;
43 // The memory buffer for writing. It can grow as we write into it.
  /external/tensorflow/tensorflow/core/lib/io/snappy/
snappy_outputbuffer.h 34 // `Write`), the contents of the buffer are compressed and sent to the output
63 // To immediately write contents to file call `Flush()`.
64 Status Write(StringPiece data);
  /external/v8/src/interpreter/
bytecode-dead-code-optimizer.h 25 void Write(BytecodeNode* node) override;
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_fileutils.h 45 bool Write(uint32_t value);
  /prebuilts/go/darwin-x86/src/crypto/hmac/
hmac.go 17 mac.Write(message)
48 h.outer.Write(h.opad)
49 h.outer.Write(in[origLen:])
53 func (h *hmac) Write(p []byte) (n int, err error) {
54 return h.inner.Write(p)
63 h.inner.Write(h.ipad)
80 hm.outer.Write(key)
91 hm.inner.Write(hm.ipad)
  /prebuilts/go/darwin-x86/src/internal/trace/
writer.go 12 w.Write([]byte("go 1.9 trace\x00\x00\x00\x00"))
33 n, err := w.Write(buf)
35 panic("failed to write")
  /prebuilts/go/darwin-x86/src/net/textproto/
writer_test.go 26 n, err := d.Write([]byte("abc\n.def\n..ghi\n.jkl\n."))
28 t.Fatalf("Write: %d, %s", n, err)
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue16760.go 10 // we write some args but never do the call. That messes up
16 Write([]byte)
33 w.Write([]byte(x[5]))
  /prebuilts/go/linux-x86/src/crypto/hmac/
hmac.go 17 mac.Write(message)
48 h.outer.Write(h.opad)
49 h.outer.Write(in[origLen:])
53 func (h *hmac) Write(p []byte) (n int, err error) {
54 return h.inner.Write(p)
63 h.inner.Write(h.ipad)
80 hm.outer.Write(key)
91 hm.inner.Write(hm.ipad)
  /prebuilts/go/linux-x86/src/internal/trace/
writer.go 12 w.Write([]byte("go 1.9 trace\x00\x00\x00\x00"))
33 n, err := w.Write(buf)
35 panic("failed to write")
  /prebuilts/go/linux-x86/src/net/textproto/
writer_test.go 26 n, err := d.Write([]byte("abc\n.def\n..ghi\n.jkl\n."))
28 t.Fatalf("Write: %d, %s", n, err)
  /prebuilts/go/linux-x86/test/fixedbugs/
issue16760.go 10 // we write some args but never do the call. That messes up
16 Write([]byte)
33 w.Write([]byte(x[5]))

Completed in 548 milliseconds

1 2 3 4 56 7 8 91011>>