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

1 23 4 5 6 7 8 91011>>

  /system/tpm/tpm_manager/server/
mock_local_data_store.h 32 MOCK_METHOD1(Write, bool(const LocalData&));
  /external/google-breakpad/src/processor/
map_serializers-inl.h 70 char *StdMapSerializer<Key, Value>::Write(const std::map<Key, Value> &m,
73 BPLOG(ERROR) << "StdMapSerializer failed: write to NULL address.";
78 // Write header:
80 dest = SimpleSerializer<uint32_t>::Write(m.size(), dest);
93 key_address = key_serializer_.Write(iter->first, key_address);
94 dest = value_serializer_.Write(iter->second, dest);
111 // Write serialized data into memory.
112 Write(m, serialized_data);
138 char *RangeMapSerializer<Address, Entry>::Write(
141 BPLOG(ERROR) << "RangeMapSerializer failed: write to NULL address."
    [all...]
map_serializers.h 61 // NOTE: caller has to allocate enough memory before invoke Write() method.
62 char* Write(const std::map<Key, Value> &m, char* dest) const;
86 // Write the serialized data to specified memory location. Return the "end"
88 // NOTE: caller has to allocate enough memory before invoke Write() method.
89 char* Write(const AddressMap<Addr, Entry> &m, char *dest) const {
90 return std_map_serializer_.Write(m.map_, dest);
115 // Write the serialized data to specified memory location. Return the "end"
117 // NOTE: caller has to allocate enough memory before invoke Write() method.
118 char* Write(const RangeMap<Address, Entry> &m, char* dest) const;
144 // Write the serialized data to specified memory location. Return the "end
    [all...]
  /system/update_engine/payload_consumer/
extent_writer.h 48 virtual bool Write(const void* bytes, size_t count) = 0;
78 bool Write(const void* bytes, size_t count) override;
88 // The next call to write should correspond to |cur_extents_|.
110 bool Write(const void* bytes, size_t count) override {
111 if (underlying_extent_writer_->Write(bytes, count)) {
122 TEST_AND_RETURN_FALSE(underlying_extent_writer_->Write(zeros.data(),
  /external/tensorflow/tensorflow/core/lib/io/
recordio_test.cc 116 void Write(const string& msg) {
117 ASSERT_TRUE(!reading_) << "Write() after starting to read";
163 Write("foo");
164 Write("bar");
165 Write(BigString("x", 10000));
178 Write("foo");
179 Write("bar");
180 Write("");
181 Write("xxxx");
192 Write(NumberString(i))
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Pci/Dxe/PciHostBridge/
PciHostBridgeSupport.c 85 mPciRootBridgeIo->Pci.Write (
99 mPciRootBridgeIo->Pci.Write (
  /external/ImageMagick/PerlMagick/demo/
settings.pl 31 $e = $im->Write('settings.png');
shapes.pl 35 # Write image.
37 print "Write image...\n";
38 $image->Write('shapes.gif');
40 $image->Write('win:');
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
Tracer.cs 59 Console.Out.Write( " " );
70 Console.Out.Write( " " );
  /external/libbrillo/brillo/dbus/
dbus_param_writer.h 34 DBusType<ParamType>::Write(writer, param);
67 DBusType<ParamType>::Write(writer, *param);
  /external/lzma/CPP/7zip/Common/
OffsetStream.cpp 16 STDMETHODIMP COffsetOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize)
18 return _stream->Write(data, size, processedSize);
  /external/v8/src/interpreter/
bytecode-dead-code-optimizer.cc 24 void BytecodeDeadCodeOptimizer::Write(BytecodeNode* node) {
38 next_stage_->Write(node);
  /prebuilts/go/darwin-x86/src/cmd/go/testdata/norunexample/
example_test.go 6 os.Stdout.Write([]byte("File with non-runnable example was built.\n"))
  /prebuilts/go/darwin-x86/src/net/
pipe_test.go 34 if _, err := c1.Write(nil); err != io.ErrClosedPipe {
35 t.Errorf("c1.Write() = %v, want io.ErrClosedPipe", err)
43 if _, err := c2.Write(nil); err != io.ErrClosedPipe {
44 t.Errorf("c2.Write() = %v, want io.ErrClosedPipe", err)
  /prebuilts/go/linux-x86/src/cmd/go/testdata/norunexample/
example_test.go 6 os.Stdout.Write([]byte("File with non-runnable example was built.\n"))
  /prebuilts/go/linux-x86/src/net/
pipe_test.go 34 if _, err := c1.Write(nil); err != io.ErrClosedPipe {
35 t.Errorf("c1.Write() = %v, want io.ErrClosedPipe", err)
43 if _, err := c2.Write(nil); err != io.ErrClosedPipe {
44 t.Errorf("c2.Write() = %v, want io.ErrClosedPipe", err)
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
outbuf.go 46 // Write writes the contents of v to the buffer.
48 // As Write is backed by a bufio.Writer, callers do not have
51 func (out *OutBuf) Write(v []byte) (int, error) {
52 n, err := out.w.Write(v)
65 out.Write(out.encbuf[:2])
70 out.Write(out.encbuf[:4])
75 out.Write(out.encbuf[:4])
80 out.Write(out.encbuf[:8])
85 out.Write(out.encbuf[:8])
108 out.Write(pad
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
outbuf.go 46 // Write writes the contents of v to the buffer.
48 // As Write is backed by a bufio.Writer, callers do not have
51 func (out *OutBuf) Write(v []byte) (int, error) {
52 n, err := out.w.Write(v)
65 out.Write(out.encbuf[:2])
70 out.Write(out.encbuf[:4])
75 out.Write(out.encbuf[:4])
80 out.Write(out.encbuf[:8])
85 out.Write(out.encbuf[:8])
108 out.Write(pad
    [all...]
  /device/google/cuttlefish_common/host/libs/vadb/
usb_cmd_attach.cpp 23 if (fd->Write(&req_, sizeof(req_)) != sizeof(req_)) {
24 LOG(ERROR) << "Short write: " << fd->StrError();
  /external/brotli/csharp/org/brotli/dec/
RunningState.cs 35 internal const int Write = 12;
  /external/bsdiff/
brotli_compressor.h 30 bool Write(const uint8_t* buf, size_t size) override;
bz2_compressor.h 29 bool Write(const uint8_t* buf, size_t size) override;
sink_file.cc 16 bool SinkFile::Write(const void* buf, size_t count, size_t* bytes_written) {
  /external/bsdiff/include/bsdiff/
file_interface.h 33 // were actually written to the file. This method may write less than |count|
34 // bytes and return successfully, or even write 0 bytes if there's no more
35 // space left on the device. Returns whether the write succeeded.
36 virtual bool Write(const void* buf, size_t count, size_t* bytes_written) = 0;
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvwriter.h 30 virtual int32 Write(const void* buffer, uint32 length);

Completed in 530 milliseconds

1 23 4 5 6 7 8 91011>>