HomeSort by relevance Sort by last modified time
    Searched refs:Write (Results 1 - 25 of 1293) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/compile/libbcc/bcinfo/Wrap/
wrapper_output.cpp 19 bool WrapperOutput::Write(const uint8_t* buffer, size_t buffer_size) {
20 // Default implementation that uses the byte write routine.
22 if (!Write(buffer[i])) return false;
file_wrapper_output.cpp 34 bool FileWrapperOutput::Write(uint8_t byte) {
38 bool FileWrapperOutput::Write(const uint8_t* buffer, size_t buffer_size) {
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
output_stream.h 32 virtual void Write(ByteVector* buffer) = 0;
33 virtual void Write(byte_t b) = 0;
35 // Note: C++ port offered both versions of Write() here. The first one is
38 virtual void Write(ByteVector* buffer, int32_t offset, int32_t length) = 0;
41 virtual void Write(byte_t* buffer, int32_t offset, int32_t length) = 0;
memory_output_stream.h 37 virtual void Write(ByteVector* buffer);
38 virtual void Write(ByteVector* buffer, int32_t offset, int32_t length);
39 virtual void Write(byte_t* buffer, int32_t offset, int32_t length);
40 virtual void Write(byte_t b);
  /external/sfntly/cpp/src/sfntly/port/
output_stream.h 32 virtual void Write(ByteVector* buffer) = 0;
33 virtual void Write(byte_t b) = 0;
35 // Note: C++ port offered both versions of Write() here. The first one is
38 virtual void Write(ByteVector* buffer, int32_t offset, int32_t length) = 0;
41 virtual void Write(byte_t* buffer, int32_t offset, int32_t length) = 0;
memory_output_stream.h 37 virtual void Write(ByteVector* buffer);
38 virtual void Write(ByteVector* buffer, int32_t offset, int32_t length);
39 virtual void Write(byte_t* buffer, int32_t offset, int32_t length);
40 virtual void Write(byte_t b);
  /frameworks/compile/libbcc/include/bcinfo/Wrap/
wrapper_output.h 36 // Writes a single byte, returning false if unable to write.
37 virtual bool Write(uint8_t byte) = 0;
39 // output. Returns false if unable to write.
40 virtual bool Write(const uint8_t* buffer, size_t buffer_size);
file_wrapper_output.h 32 // Writes a single byte, returning false if unable to write.
33 virtual bool Write(uint8_t byte);
35 // output. Returns false if unable to write.
36 virtual bool Write(const uint8_t* buffer, size_t buffer_size);
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
font_output_stream.cc 32 void FontOutputStream::Write(byte_t b) {
34 stream_->Write(b);
39 void FontOutputStream::Write(ByteVector* b) {
41 Write(b, 0, b->size());
46 void FontOutputStream::Write(ByteVector* b, int32_t off, int32_t len) {
58 stream_->Write(b, off, len);
62 void FontOutputStream::Write(byte_t* b, int32_t off, int32_t len) {
73 stream_->Write(b, off, len);
78 Write(c);
82 Write((byte_t)((us >> 8) & 0xff))
    [all...]
font_output_stream.h 53 virtual void Write(byte_t b);
54 virtual void Write(ByteVector* b);
55 virtual void Write(ByteVector* b, int32_t off, int32_t len);
56 virtual void Write(byte_t* b, int32_t off, int32_t len);
  /external/sfntly/cpp/src/sfntly/data/
font_output_stream.cc 32 void FontOutputStream::Write(byte_t b) {
34 stream_->Write(b);
39 void FontOutputStream::Write(ByteVector* b) {
41 Write(b, 0, b->size());
46 void FontOutputStream::Write(ByteVector* b, int32_t off, int32_t len) {
58 stream_->Write(b, off, len);
62 void FontOutputStream::Write(byte_t* b, int32_t off, int32_t len) {
73 stream_->Write(b, off, len);
78 Write(c);
82 Write((byte_t)((us >> 8) & 0xff))
    [all...]
font_output_stream.h 53 virtual void Write(byte_t b);
54 virtual void Write(ByteVector* b);
55 virtual void Write(ByteVector* b, int32_t off, int32_t len);
56 virtual void Write(byte_t* b, int32_t off, int32_t len);
  /external/lzma/CPP/7zip/Archive/Common/
DummyOutStream.cpp 7 STDMETHODIMP CDummyOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize)
17 result = _stream->Write(data, size, &realProcessedSize);
OutStreamWithCRC.cpp 7 STDMETHODIMP COutStreamWithCRC::Write(const void *data, UInt32 size, UInt32 *processedSize)
11 result = _stream->Write(data, size, &size);
  /external/chromium_org/gpu/command_buffer/
build_gles2_cmd_buffer.py     [all...]
  /art/runtime/base/unix_file/
string_file_test.cc 38 TEST_F(StringFileTest, Write) {
null_file_test.cc 51 ASSERT_EQ(content.size(), static_cast<uint64_t>(f.Write(content.data(), content.size(), 0)));
55 TEST_F(NullFileTest, Write) {
58 // You can't write at a negative offset...
59 ASSERT_EQ(-EINVAL, f.Write(content.data(), content.size(), -128));
60 // But you can write anywhere else...
61 ASSERT_EQ(content.size(), static_cast<uint64_t>(f.Write(content.data(), content.size(), 0)));
62 ASSERT_EQ(content.size(), static_cast<uint64_t>(f.Write(content.data(), content.size(), 128)));
  /external/chromium_org/chrome/test/chromedriver/chrome/
util.cc 12 base::JSONWriter::Write(value, &json);
  /external/chromium_org/third_party/webrtc/modules/video_processing/main/test/unit_test/
writeYUV420file.m 12 % Write luminance
15 % Write U channel
18 % Write V channel
  /external/chromium_org/base/json/
json_writer_unittest.cc 16 EXPECT_TRUE(JSONWriter::Write(root, &output_js));
22 EXPECT_TRUE(JSONWriter::Write(root, &output_js));
28 EXPECT_TRUE(JSONWriter::Write(root, &output_js));
34 EXPECT_TRUE(JSONWriter::Write(root, &output_js));
40 EXPECT_TRUE(JSONWriter::Write(root, &output_js));
46 EXPECT_TRUE(JSONWriter::Write(root, &output_js));
52 EXPECT_TRUE(JSONWriter::Write(root, &output_js));
58 EXPECT_TRUE(JSONWriter::Write(root, &output_js));
64 EXPECT_TRUE(JSONWriter::Write(root, &output_js));
86 EXPECT_TRUE(JSONWriter::Write(&root_dict, &output_js))
    [all...]
  /frameworks/base/tools/aidl/
AST.h 30 // Write the modifiers that are set in both mod and mask
39 virtual void Write(FILE* to) = 0;
45 virtual void Write(FILE* to) = 0;
54 virtual void Write(FILE* to);
64 virtual void Write(FILE* to);
80 void Write(FILE* to);
93 void Write(FILE* to);
108 virtual void Write(FILE* to);
114 virtual void Write(FILE* to) = 0;
123 virtual void Write(FILE* to)
    [all...]
AST.cpp 41 arguments[i]->Write(to);
81 Field::Write(FILE* to)
109 LiteralExpression::Write(FILE* to)
124 StringLiteralExpression::Write(FILE* to)
172 Variable::Write(FILE* to)
196 FieldVariable::Write(FILE* to)
199 this->object->Write(to);
221 StatementBlock::Write(FILE* to)
226 this->statements[i]->Write(to);
253 ExpressionStatement::Write(FILE* to
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
log_test.cc 121 void Write(const std::string& msg) {
122 ASSERT_TRUE(!reading_) << "Write() after starting to read";
188 Write(record);
243 Write("foo");
244 Write("bar");
245 Write("");
246 Write("xxxx");
257 Write(NumberString(i));
266 Write("small");
267 Write(BigString("medium", 50000))
    [all...]
  /external/chromium_org/tools/clang/blink_gc_plugin/
JsonWriter.h 10 // Helper to write information for the points-to graph.
25 Write(key);
42 void Write(const size_t val) {
46 void Write(const std::string val) {
50 void Write(const std::string key, const size_t val) {
54 void Write(const std::string key, const std::string val) {
  /packages/apps/OMA-DM/engine/dmlib/dmengine/dm_persist/src/
dmBufferWriter.cc 73 return Write((UINT8*)str,length+1);
81 return Write((UINT8*)&data,sizeof(UINT32));
88 return Write((UINT8*)&data,sizeof(UINT8));
95 return Write((UINT8*)&data,sizeof(UINT16));
100 DMBufferWriter::Write(UINT8 * pBuffer, UINT32 count)

Completed in 6613 milliseconds

1 2 3 4 5 6 7 8 91011>>