Searched refs:output_stream (Results 1 - 25 of 68) sorted by last modified time

123

/external/skia/tools/
H A Droll_deps.py440 with open('build/whitespace_file.txt', 'a') as output_stream:
441 output_stream.write('\nCONTROL\n')
/external/sfntly/cpp/src/sample/chromium/
H A Dsubsetter_impl.cc667 MemoryOutputStream output_stream; local
668 factory_->SerializeFont(new_font, &output_stream);
669 int length = static_cast<int>(output_stream.Size());
672 memcpy(*output_buffer, output_stream.Get(), length);
/external/sfntly/cpp/src/sample/subsetter/
H A Dsubset_util.cc89 MemoryOutputStream output_stream; local
90 factory->SerializeFont(new_font, &output_stream);
93 fwrite(output_stream.Get(), 1, output_stream.Size(), output_file);
/external/sfntly/cpp/src/sample/subtly/
H A Dutils.cc73 MemoryOutputStream output_stream;
74 factory->SerializeFont(font, &output_stream);
84 for (size_t i = 0; i < output_stream.Size(); ++i) {
85 fwrite(&(output_stream.Get()[i]), 1, 1, output_file);
/external/sfntly/cpp/src/test/
H A Dfont_parsing_test.cc109 MemoryOutputStream output_stream; local
110 factory->SerializeFont(font, &output_stream);
111 EXPECT_GE(output_stream.Size(), SAMPLE_TTF_SIZE);
127 MemoryOutputStream output_stream; local
128 factory->SerializeFont(font, &output_stream);
129 EXPECT_GE(output_stream.Size(), input_buffer.size());
H A Dtest_font_utils.cc40 MemoryOutputStream output_stream; local
41 factory->SerializeFont(font, &output_stream);
42 SerializeToFile(&output_stream, font_path);
83 void SerializeToFile(MemoryOutputStream* output_stream, const char* file_path) { argument
85 assert(output_stream);
94 fwrite(output_stream->Get(), 1, output_stream->Size(), output_file);
H A Dtest_font_utils.h35 void SerializeToFile(MemoryOutputStream* output_stream, const char* file_path);
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_unittest.cc496 io::CodedOutputStream output_stream(&array_stream);
497 message1.SerializeWithCachedSizes(&output_stream);
498 EXPECT_FALSE(output_stream.HadError());
499 EXPECT_EQ(size, output_stream.ByteCount());
515 io::CodedOutputStream output_stream(&array_stream);
516 message1.SerializeWithCachedSizes(&output_stream);
517 EXPECT_FALSE(output_stream.HadError());
518 EXPECT_EQ(size, output_stream.ByteCount());
/external/protobuf/src/google/protobuf/
H A Dextension_set_unittest.cc218 io::CodedOutputStream output_stream(&array_stream);
219 source.SerializeWithCachedSizes(&output_stream);
220 ASSERT_FALSE(output_stream.HadError());
262 io::CodedOutputStream output_stream(&array_stream);
263 source.SerializeWithCachedSizes(&output_stream);
264 ASSERT_FALSE(output_stream.HadError());
H A Dtext_format.cc860 io::StringOutputStream output_stream(output);
862 bool result = Print(message, &output_stream);
873 io::StringOutputStream output_stream(output);
874 return PrintUnknownFields(unknown_fields, &output_stream);
918 io::StringOutputStream output_stream(output);
919 TextGenerator generator(&output_stream, initial_indent_level_);
H A Dunknown_field_set_unittest.cc196 io::CodedOutputStream output_stream(&raw_stream);
198 &output_stream);
199 ASSERT_FALSE(output_stream.HadError());
H A Dwire_format_unittest.cc413 io::CodedOutputStream output_stream(&array_stream);
414 message_set.SerializeWithCachedSizes(&output_stream);
415 ASSERT_FALSE(output_stream.HadError());
421 io::CodedOutputStream output_stream(&string_stream);
422 WireFormat::SerializeWithCachedSizes(message_set, size, &output_stream);
423 ASSERT_FALSE(output_stream.HadError());
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dopenjpeg.c861 FILE* output_stream)
866 l_codec->opj_dump_codec(l_codec->m_codec, info_flag, output_stream);
859 opj_dump_codec( opj_codec_t *p_codec, OPJ_INT32 info_flag, FILE* output_stream) argument
H A Dopenjpeg.h1423 * @param output_stream output stream where dump the informations get from the codec.
1428 FILE* output_stream);
H A Dopj_codec.h157 void (*opj_dump_codec) (void * p_codec, OPJ_INT32 info_flag, FILE* output_stream);
/external/lldb/include/lldb/API/
H A DSBInstruction.h76 TestEmulation (lldb::SBStream &output_stream, const char *test_file);
/external/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h50 GenerateHelpText (Stream &output_stream);
/external/lldb/include/lldb/Target/
H A DThread.h410 SetSelectedFrameByIndexNoisily (uint32_t frame_idx, Stream &output_stream);
/external/lldb/scripts/Python/interface/
H A DSBInstruction.i67 TestEmulation (lldb::SBStream &output_stream, const char *test_file);
/external/lldb/source/API/
H A DSBInstruction.cpp234 SBInstruction::TestEmulation (lldb::SBStream &output_stream, const char *test_file) argument
239 return m_opaque_sp->TestEmulation (output_stream.get(), test_file);
/external/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp537 Stream &output_stream = result.GetOutputStream(); local
539 bp->GetDescription(&output_stream, lldb::eDescriptionLevelInitial, show_locations);
543 output_stream.Printf ("WARNING: Unable to resolve breakpoint to any actual locations.\n");
1354 Stream &output_stream = result.GetOutputStream(); local
1363 AddBreakpointDescription (&output_stream, breakpoint, m_options.m_level);
1379 AddBreakpointDescription (&output_stream, breakpoint, m_options.m_level);
1588 Stream &output_stream = result.GetOutputStream(); local
1589 output_stream.Printf ("%d breakpoints cleared:\n", num_cleared);
1590 output_stream << ss.GetData();
1591 output_stream
[all...]
H A DCommandObjectBreakpointCommand.cpp378 StreamSP output_stream (debugger.GetAsyncOutputStream());
380 result.SetImmediateOutputStream (output_stream);
H A DCommandObjectExpression.cpp294 StreamSP output_stream = reader.GetDebugger().GetAsyncOutputStream(); local
297 output_stream.get(),
299 output_stream->Flush();
312 Stream *output_stream,
362 ValueObject::DumpValueObject (*(output_stream),
309 EvaluateExpression( const char *expr, Stream *output_stream, Stream *error_stream, CommandReturnObject *result ) argument
H A DCommandObjectExpression.h85 Stream *output_stream,
H A DCommandObjectFrame.cpp494 Stream &output_stream = result.GetOutputStream(); local
496 ValueObject::DumpValueObject (output_stream,

Completed in 247 milliseconds

123