Searched refs:AppendBytes (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/net/spdy/ |
D | hpack_encoder_test.cc | 128 expected_.AppendBytes(value); in ExpectIndexedLiteral() 135 expected_.AppendBytes(name); in ExpectIndexedLiteral() 138 expected_.AppendBytes(value); in ExpectIndexedLiteral() 145 expected_.AppendBytes(name); in ExpectNonIndexedLiteral() 148 expected_.AppendBytes(value); in ExpectNonIndexedLiteral() 270 expected_.AppendBytes("\x94\xA5\x92""2\x96_"); in TEST_F() 276 expected_.AppendBytes("@@@@@@"); in TEST_F() 464 expected_.AppendBytes("bar"); in TEST_F()
|
D | hpack_output_stream_test.cc | 247 TEST(HpackOutputStreamTest, AppendBytes) { in TEST() argument 250 output_stream.AppendBytes("buffer1"); in TEST() 251 output_stream.AppendBytes("buffer2"); in TEST()
|
D | hpack_output_stream.h | 39 void AppendBytes(base::StringPiece buffer);
|
D | hpack_output_stream.cc | 46 void HpackOutputStream::AppendBytes(StringPiece buffer) { in AppendBytes() function in net::HpackOutputStream
|
D | hpack_encoder.cc | 148 output_stream_.AppendBytes(str); in EmitString()
|
/external/chromium_org/content/browser/loader/ |
D | upload_data_stream_builder_unittest.cc | 70 request_body->AppendBytes(kData, arraysize(kData) - 1); in TEST() 137 request_body->AppendBytes( in TEST() 188 request_body->AppendBytes( in TEST() 214 request_body->AppendBytes( in TEST() 241 request_body->AppendBytes( in TEST() 269 request_body->AppendBytes( in TEST()
|
/external/chromium_org/content/common/ |
D | resource_request_body.cc | 13 void ResourceRequestBody::AppendBytes(const char* bytes, int bytes_len) { in AppendBytes() function in content::ResourceRequestBody
|
D | resource_request_body.h | 33 void AppendBytes(const char* bytes, int bytes_len);
|
/external/chromium_org/v8/src/ |
D | log.cc | 69 AppendBytes(kLogEventsNames[tag]); in Init() 78 AppendBytes("symbol("); in AppendName() 80 AppendBytes("\""); in AppendName() 82 AppendBytes("\" "); in AppendName() 84 AppendBytes("hash "); in AppendName() 109 void AppendBytes(const char* bytes, int size) { in AppendBytes() function in v8::internal::CodeEventLogger::NameBuffer 115 void AppendBytes(const char* bytes) { in AppendBytes() function in v8::internal::CodeEventLogger::NameBuffer 116 AppendBytes(bytes, StrLength(bytes)); in AppendBytes() 164 name_buffer_->AppendBytes(comment); in CodeCreateEvent() 184 name_buffer_->AppendBytes(ComputeMarker(code)); in CodeCreateEvent() [all …]
|
/external/chromium_org/content/child/npapi/ |
D | plugin_url_fetcher.cc | 152 request_body->AppendBytes(&body[0], body.size()); in PluginURLFetcher()
|
/external/clang/lib/CodeGen/ |
D | CGExprConstant.cpp | 59 void AppendBytes(CharUnits FieldOffsetInChars, llvm::Constant *InitCst); 94 AppendBytes(FieldOffsetInChars, InitCst); in AppendField() 98 AppendBytes(CharUnits FieldOffsetInChars, llvm::Constant *InitCst) { in AppendBytes() function in __anon222fb2ca0111::ConstStructBuilder 417 AppendBytes(Offset, VTableAddressPoint); in Build()
|
/external/chromium_org/content/child/ |
D | web_url_loader_impl.cc | 418 request_body->AppendBytes( in Start()
|