Searched refs:Write (Results 1 - 25 of 291) sorted by relevance

1234567891011>>

/external/chromium/base/json/
H A Djson_writer_unittest.cc15 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(
[all...]
H A Djson_writer.h27 static void Write(const Value* const node, bool pretty_print,
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_html_writer.cc105 if (!Write(kHeader) ||
138 Write(kFolderChildrenEnd);
139 Write(kNewline);
182 bool Write(const std::string& text) { function in class:__anon1036::Writer
183 size_t wrote = file_stream_.Write(text.c_str(), text.length(), NULL);
191 bool Write(const std::string& text, TextType type) { function in class:__anon1036::Writer
210 return Write(utf8_string);
215 return Write(indent_);
223 return Write(base::Int64ToString(
263 !Write(kBookmarkStar
[all...]
/external/chromium/chrome/common/
H A Dcommon_param_traits.h21 static void Write(Message* m, const param_type& p);
29 static void Write(Message* m, const param_type& p);
H A Dautomation_messages.h210 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) { function in struct:IPC::ParamTraits
311 static void Write(Message* m, const param_type& p);
320 static void Write(Message* m, const param_type& p);
329 static void Write(Messag
[all...]
H A Drender_messages.cc9 void ParamTraits<ContentSettings>::Write( function in class:IPC::ParamTraits
H A Dcommon_param_traits.cc12 void ParamTraits<ContentSetting>::Write(Message* m, const param_type& p) { function in class:IPC::ParamTraits
50 void ParamTraits<ContentSettingsType>::Write(Message* m, const param_type& p) { function in class:IPC::ParamTraits
/external/webkit/Source/WebCore/bindings/js/
H A DScriptHeapSnapshot.h43 virtual void Write(const String& chunk) = 0;
/external/chromium/net/udp/
H A Dudp_client_socket.cc30 int UDPClientSocket::Write(IOBuffer* buf, function in class:net::UDPClientSocket
33 return socket_.Write(buf, buf_len, callback);
/external/v8/src/
H A Dgdb-jit.cc83 void Write(const T& val) { function in class:v8::internal::BASE_EMBEDDED
132 Write<uint8_t>(byte);
149 Write<int8_t>(byte);
155 Write<char>(*str);
332 writer_->Write(*str);
361 void Write(Writer* w) { function in class:v8::BASE_EMBEDDED
559 void Write(Writer::Slot<SerializedLayout> s, StringTable* t) { function in class:v8::BASE_EMBEDDED
636 src->at(i).Write(dst.at(i), strtab);
768 w->Write<uint16_t>(2); // DWARF version.
769 w->Write<uint32_
[all...]
H A Ddateparser-inl.h122 return day.Write(out) && time.Write(out) && tz.Write(out);
/external/chromium/net/socket/
H A Dsocket.h46 virtual int Write(IOBuffer* buf, int buf_len,
H A Dssl_server_socket_openssl.cc30 virtual int Write(IOBuffer* buf, int buf_len, function in class:net::__anon2325::SSLServerSocketOpenSSL
/external/clang/test/SemaCXX/
H A Dcrashes.cpp91 void Write(const Variant& __v);
92 void Write(const InfallibleTArray& __v);
95 Write(x);
/external/v8/test/cctest/
H A Dtest-log-utils.cc34 dynabuf->Write(ref_buffer->start(), ref_buffer->length()));
85 CHECK_EQ(0, dynabuf.Write(buf.start(), buf.length()));
93 CHECK_EQ(48, dynabuf.Write(ref_buf.start(), ref_buf.length()));
95 CHECK_EQ(0, dynabuf.Write(ref_buf.start(), ref_buf.length()));
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/net/tools/flip_server/
H A Dbuffer_interface.h48 virtual int Write(const char* bytes, int size) = 0;
/external/protobuf/src/google/protobuf/compiler/
H A Dzip_writer.h46 bool Write(const string& filename, const string& contents);
/external/skia/include/xml/
H A DSkBML_WXMLParser.h30 static void Write(SkStream& s, const char filename[]);
/external/webkit/Source/WebCore/bindings/v8/
H A DScriptHeapSnapshot.h49 virtual void Write(const String& chunk) = 0;
/external/chromium/net/disk_cache/
H A Dfile.h53 bool Write(const void* buffer, size_t buffer_len, size_t offset);
59 bool Write(const void* buffer, size_t buffer_len, size_t offset,
H A Dfile_posix.cc41 // Read and Write are the operations that can be performed asynchronously.
47 void Write();
102 void FileBackgroundIO::Write() { function in class:__anon2152::FileBackgroundIO
103 bool rv = file_->Write(buf_, buf_len_, offset_);
130 NewRunnableMethod(operation.get(), &FileBackgroundIO::Write), true);
212 bool File::Write(const void* buffer, size_t buffer_len, size_t offset) { function in class:disk_cache::File
242 bool File::Write(const void* buffer, size_t buffer_len, size_t offset, function in class:disk_cache::File
248 return Write(buffer, buffer_len, offset);
/external/webrtc/src/modules/audio_processing/main/source/
H A Daudio_processing_impl.cc271 if (!debug_file_->Write(&event, sizeof(event))) {
275 if (!debug_file_->Write(&frame->_frequencyInHz,
280 if (!debug_file_->Write(&frame->_audioChannel,
285 if (!debug_file_->Write(&frame->_payloadDataLengthInSamples,
290 if (!debug_file_->Write(frame->_payloadData,
401 if (!debug_file_->Write(&event, sizeof(event))) {
405 if (!debug_file_->Write(&frame->_frequencyInHz,
410 if (!debug_file_->Write(&frame->_audioChannel,
415 if (!debug_file_->Write(&frame->_payloadDataLengthInSamples,
420 if (!debug_file_->Write(fram
[all...]
/external/chromium/chrome/browser/net/
H A Dnet_log_logger.cc37 base::JSONWriter::Write(value.get(), false, &json);
/external/chromium/chrome/browser/ui/views/extensions/
H A Dbrowser_action_drag_data.h35 void Write(Profile* profile, ui::OSExchangeData* data) const;
/external/chromium/chrome/common/extensions/
H A Dextension_messages.cc68 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
86 void ParamTraits<URLPattern>::Write(Message* m, const param_type& p) { function in class:IPC::ParamTraits
107 void ParamTraits<ExtensionExtent>::Write(Message* m, const param_type& p) { function in class:IPC::ParamTraits
128 void ParamTraits<ExtensionMsg_Loaded_Params>::Write(Message* m, function in class:IPC::ParamTraits

Completed in 422 milliseconds

1234567891011>>