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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/base/json/
json_writer_unittest.cc 15 JSONWriter::Write(root, false, &output_js);
21 JSONWriter::Write(root, false, &output_js);
27 JSONWriter::Write(root, false, &output_js);
33 JSONWriter::Write(root, false, &output_js);
39 JSONWriter::Write(root, false, &output_js);
45 JSONWriter::Write(root, false, &output_js);
62 JSONWriter::Write(&root_dict, false, &output_js);
64 JSONWriter::Write(&root_dict, true, &output_js);
88 JSONWriter::Write(&period_dict, false, &output_js);
94 JSONWriter::Write(&period_dict3, false, &output_js)
    [all...]
json_writer.h 27 static void Write(const Value* const node, bool pretty_print,
55 // Where we write JSON data as we generate it.
  /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);
70 void Write(FILE* to);
83 void Write(FILE* to);
98 virtual void Write(FILE* to);
104 virtual void Write(FILE* to) = 0;
113 virtual void Write(FILE* to);
125 virtual void Write(FILE* to)
    [all...]
AST.cpp 41 arguments[i]->Write(to);
81 Field::Write(FILE* to)
109 LiteralExpression::Write(FILE* to)
157 Variable::Write(FILE* to)
181 FieldVariable::Write(FILE* to)
184 this->object->Write(to);
206 StatementBlock::Write(FILE* to)
211 this->statements[i]->Write(to);
238 ExpressionStatement::Write(FILE* to)
240 this->expression->Write(to)
    [all...]
  /external/webkit/Source/WebCore/bindings/js/
ScriptHeapSnapshot.h 43 virtual void Write(const String& chunk) = 0;
  /external/chromium/chrome/browser/bookmarks/
bookmark_html_writer.cc 105 if (!Write(kHeader) ||
138 Write(kFolderChildrenEnd);
139 Write(kNewline);
182 bool Write(const std::string& text) {
183 size_t wrote = file_stream_.Write(text.c_str(), text.length(), NULL);
191 bool Write(const std::string& text, TextType type) {
210 return Write(utf8_string);
215 return Write(indent_);
223 return Write(base::Int64ToString(
263 !Write(kBookmarkStart) |
    [all...]
  /external/chromium/chrome/common/
common_param_traits.h 21 static void Write(Message* m, const param_type& p);
29 static void Write(Message* m, const param_type& p);
automation_messages.h 210 static void Write(Message* m, const param_type& p);
218 static void Write(Message* m, const param_type& p);
226 static void Write(Message* m, const param_type& p);
234 static void Write(Message* m, const param_type& p);
242 static void Write(Message* m, const param_type& p);
250 static void Write(Message* m, const param_type& p);
261 static void Write(Message* m, const param_type& p) {
311 static void Write(Message* m, const param_type& p);
320 static void Write(Message* m, const param_type& p);
329 static void Write(Message* m, const param_type& p)
    [all...]
render_messages.cc 9 void ParamTraits<ContentSettings>::Write(
  /external/chromium/net/socket/
socket.h 15 // Represents a read/write socket.
45 // Disconnected before the write completes, the callback will not be invoked.
46 virtual int Write(IOBuffer* buf, int buf_len,
ssl_server_socket_openssl.cc 30 virtual int Write(IOBuffer* buf, int buf_len,
  /external/chromium/net/tools/flip_server/
buffer_interface.h 48 virtual int Write(const char* bytes, int size) = 0;
57 // ptr - assigned a pointer to which we can write
58 // size - the amount of data (in bytes) that it is safe to write to ptr.
64 // send() or write(), etc.
  /external/chromium/net/udp/
udp_client_socket.cc 30 int UDPClientSocket::Write(IOBuffer* buf,
33 return socket_.Write(buf, buf_len, callback);
udp_client_socket.h 27 virtual int Write(IOBuffer* buf, int buf_len, CompletionCallback* callback);
  /external/v8/src/
gdb-jit.cc 83 void Write(const T& val) {
132 Write<uint8_t>(byte);
149 Write<int8_t>(byte);
155 Write<char>(*str);
332 writer_->Write(*str);
361 void Write(Writer* w) {
559 void Write(Writer::Slot<SerializedLayout> s, StringTable* t) {
636 src->at(i).Write(dst.at(i), strtab);
768 w->Write<uint16_t>(2); // DWARF version.
769 w->Write<uint32_t>(0); // Abbreviation table offset
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
zip_writer.h 46 bool Write(const string& filename, const string& contents);
  /external/skia/include/xml/
SkBML_WXMLParser.h 30 static void Write(SkStream& s, const char filename[]);
  /external/webkit/Source/WebCore/bindings/v8/
ScriptHeapSnapshot.h 49 virtual void Write(const String& chunk) = 0;
  /external/clang/test/SemaCXX/
crashes.cpp 91 void Write(const Variant& __v);
92 void Write(const InfallibleTArray& __v);
95 Write(x);
  /external/v8/test/cctest/
test-log-utils.cc 34 dynabuf->Write(ref_buffer->start(), ref_buffer->length()));
83 // Verify that we can't read and write past the end.
85 CHECK_EQ(0, dynabuf.Write(buf.start(), buf.length()));
93 CHECK_EQ(48, dynabuf.Write(ref_buf.start(), ref_buf.length()));
94 // Verify that we can't write data when remaining buffer space isn't enough.
95 CHECK_EQ(0, dynabuf.Write(ref_buf.start(), ref_buf.length()));
125 // Try to write data that will not fit in the buffer.
126 CHECK_EQ(0, dynabuf.Write(ref_buf.start(), 128 - 100 - seal_size + 1));
128 CHECK_EQ(0, dynabuf.Write(ref_buf.start(), 1));
  /external/chromium/third_party/libjingle/source/talk/base/
socketstream.h 54 virtual StreamResult Write(const void* data, size_t data_len,
  /external/webkit/Source/WebKit/win/
CFDictionaryPropertyBag.h 54 virtual HRESULT STDMETHODCALLTYPE Write(LPCOLESTR pszPropName, VARIANT*);
WebElementPropertyBag.h 57 virtual HRESULT STDMETHODCALLTYPE Write(
  /external/webrtc/src/system_wrappers/interface/
file_wrapper.h 18 // write from/to a file.
33 // Opens a file in read or write mode, decided by the readOnly parameter.
53 // Write text to the opened file. The written text can contain plain text
61 // writing to file may happen some time later. Call flush to force a write
63 virtual bool Write(const void *buf,int len) = 0;
  /external/webrtc/src/system_wrappers/source/
file_impl.h 40 virtual bool Write(const void *buf, int len);

Completed in 882 milliseconds

1 2 3 4 5 6 7 8 91011>>