Searched refs:Write (Results 1 - 25 of 387) 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:__anon1759::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:__anon1759::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
/external/webkit/Source/WebCore/bindings/js/
H A DScriptHeapSnapshot.h43 virtual void Write(const String& chunk) = 0;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DTracer.cs62 Console.Out.Write(" ");
73 Console.Out.Write(" ");
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DIOExtensions.cs59 writer.Write( value );
77 writer.Write( value );
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DTracer.cs59 Console.Out.Write( " " );
70 Console.Out.Write( " " );
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DIOExtensions.cs57 writer.Write( value );
75 writer.Write( value );
/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/libppp/src/
H A Ddescriptor.h47 int (*Write)(struct fdescriptor *, struct bundle *, const fd_set *); member in struct:fdescriptor
53 #define descriptor_Write(d, b, f) ((*(d)->Write)(d, b, f))
/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::__anon3048::SSLServerSocketOpenSSL
/external/clang/test/SemaCXX/
H A Dcrashes.cpp91 void Write(const Variant& __v);
92 void Write(const InfallibleTArray& __v);
95 Write(x);
/external/compiler-rt/lib/tsan/rtl_tests/
H A Dtsan_test_util.h70 void Write(const MemLoc &ml, int size, bool expect_race = false) { function in class:ScopedThread
82 Write(ml, 1, expect_race); }
84 Write(ml, 2, expect_race); }
86 Write(ml, 4, expect_race); }
88 Write(ml, 8, expect_race); }
/external/chromium/net/tools/flip_server/
H A Dbuffer_interface.h48 virtual int Write(const char* bytes, int size) = 0;
/external/compiler-rt/lib/tsan/unit_tests/
H A Dtsan_mutex_test.cc31 void Write() { function in class:__tsan::TestData
77 data->Write();
88 data->Write();
96 TEST(Mutex, Write) {
/external/openfst/src/bin/
H A Dfstconnect.cc49 fst->Write(out_name);
H A Dfstinvert.cc48 fst->Write(out_name);
/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.h23 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/webrtc/src/system_wrappers/interface/
H A Dfile_wrapper.h56 // Write |format| to the opened file. Arguments are taken in the same manner
69 virtual bool Write(const void *buf, int length) = 0;

Completed in 486 milliseconds

1234567891011>>