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

1 2 3 4

  /system/tools/aidl/
code_writer.cpp 34 StringCodeWriter(std::string* output_buffer) : output_(output_buffer) {}
40 android::base::StringAppendV(output_, format, ap);
48 std::string* output_; member in class:android::aidl::__anon74626::StringCodeWriter
54 : output_(output_file),
57 if (close_on_destruction_ && output_ != nullptr) {
58 fclose(output_);
66 success = vfprintf(output_, format, ap) >= 0;
73 if (output_ != nullptr) {
74 no_error_ = fclose(output_) == 0 && no_error_;
75 output_ = nullptr
82 FILE* output_; member in class:android::aidl::__anon74626::FileCodeWriter
    [all...]
  /external/libchrome/crypto/
openssl_util.h 27 : output_(output),
34 memcpy(output_, min_sized_buffer_, output_len_);
36 // else... any writing already happened directly into |output_|.
40 return output_len_ < MIN_SIZE ? min_sized_buffer_ : output_;
46 unsigned char* output_; member in class:crypto::ScopedOpenSSLSafeSizeBuffer
  /art/compiler/linker/
error_delaying_output_stream.h 31 output_(output),
39 if (!output_->WriteFully(buffer, byte_count)) {
67 off_t actual_offset = output_->Seek(offset, whence);
83 output_good_ = output_->Flush();
94 OutputStream* output_; member in class:art::FINAL
relative_patcher_test.h 73 output_(),
74 out_("test output stream", &output_) {
123 output_.reserve(output_size);
126 DCHECK(output_.empty());
181 CHECK_EQ(output_.size(), output_size);
200 CHECK_LT(offset, output_.size());
201 CHECK_LE(offset + expected_code.size(), output_.size());
202 ArrayRef<const uint8_t> linked_code(&output_[offset], expected_code.size());
278 std::vector<uint8_t> output_; member in class:art::linker::RelativePatcherTest
  /external/webrtc/webrtc/libjingle/xmpp/
util_unittest.cc 22 output_ << std::string(bytes, len);
26 output_ << "[START-TLS " << cname << "]";
30 output_ << "[CLOSED]";
92 std::string result = output_.str();
93 output_.str("");
util_unittest.h 46 std::stringstream output_; member in class:buzz::XmppTestHandler
xmppengineimpl.cc 50 output_(new std::stringstream()) {
242 (*output_) << text;
257 *output_ << "</stream:stream>";
339 *output_ << "<stream:stream to=\"" << hostname << "\" "
352 XmlPrinter::PrintXml(output_.get(), element, &xmlns_stack_);
418 std::string output = engine->output_->str();
421 engine->output_->str("");
  /art/dex2oat/
dex2oat_test.cc 41 output_ = "";
80 ASSERT_FALSE(success) << output_;
179 output_ += buffer;
188 std::string output_ = ""; member in class:art::Dex2oatTest
235 EXPECT_NE(output_.find("Large app, accepted running with swap."), std::string::npos)
236 << output_;
238 EXPECT_EQ(output_.find("Large app, accepted running with swap."), std::string::npos)
239 << output_;
261 EXPECT_NE(output_.find("dex2oat took"), std::string::npos) << output_;
    [all...]
  /external/webrtc/webrtc/modules/audio_device/android/
audio_device_template.h 44 output_(audio_manager_),
65 if (output_.Init() != 0) {
70 output_.Terminate();
81 err |= output_.Terminate();
147 return output_.InitPlayout();
151 return output_.PlayoutIsInitialized();
171 return output_.StartPlayout();
178 int32_t err = output_.StopPlayout();
183 return output_.Playing();
245 return output_.SpeakerVolumeIsAvailable(available)
498 OutputType output_; member in class:webrtc::AudioDeviceTemplate
    [all...]
  /art/compiler/optimizing/
graph_visualizer.cc 171 output_(output),
189 output_ << std::flush;
194 output_ << "begin_" << name << "\n";
201 output_ << "end_" << name << "\n";
206 output_ << name << " \"" << property << "\"\n";
211 output_ << name << " \"" << property << id << "\"\n";
216 output_ << name << "\n";
221 output_ << name << " " << time(nullptr) << "\n";
226 output_ << name << " " << value << "\n";
231 output_ << " ";
757 std::ostream& output_; member in class:art::HGraphVisualizerPrinter
    [all...]
locations.h 498 DCHECK(output_.IsInvalid());
500 output_ = location;
508 DCHECK(output_.IsStackSlot() || output_.IsDoubleStackSlot() || output_.IsUnallocated());
509 output_ = location;
531 Location Out() const { return output_; }
576 && output_.IsUnallocated()
577 && (output_.GetPolicy() == Location::kSameAsFirstInput);
607 Location output_;
    [all...]
  /external/v8/src/ast/
prettyprinter.h 36 char* output_; // output string buffer member in class:v8::internal::CallPrinter
37 int size_; // output_ size
79 char* output_; // output string buffer member in class:v8::internal::PrettyPrinter
80 int size_; // output_ size
85 const char* Output() const { return output_; }
  /external/protobuf/src/google/protobuf/io/
printer.h 121 ZeroCopyOutputStream* const output_; member in class:google::protobuf::io::Printer
printer.cc 45 output_(output),
55 output_->BackUp(buffer_size_);
185 failed_ = !output_->Next(&void_buffer, &buffer_size_);
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
printer.h 121 ZeroCopyOutputStream* const output_; member in class:google::protobuf::io::Printer
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
printer.h 121 ZeroCopyOutputStream* const output_; member in class:google::protobuf::io::Printer
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
printer.h 121 ZeroCopyOutputStream* const output_; member in class:google::protobuf::io::Printer
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
printer.h 121 ZeroCopyOutputStream* const output_; member in class:google::protobuf::io::Printer
  /external/opencv3/3rdparty/libwebp/dec/
idec.c 74 WebPDecBuffer output_; // output buffer (when no external one is supplied) member in struct:WebPIDecoder
573 WebPInitDecBuffer(&idec->output_);
577 idec->params_.output = output_buffer ? output_buffer : &idec->output_;
615 WebPFreeDecBuffer(&idec->output_);
638 idec->output_.colorspace = mode;
639 idec->output_.is_external_memory = is_external_memory;
640 idec->output_.u.RGBA.rgba = output_buffer;
641 idec->output_.u.RGBA.stride = output_stride;
642 idec->output_.u.RGBA.size = output_buffer_size;
672 idec->output_.colorspace = colorspace
    [all...]
  /external/webp/src/dec/
idec.c 73 WebPDecBuffer output_; // output buffer (when no external one is supplied) member in struct:WebPIDecoder
592 WebPInitDecBuffer(&idec->output_);
597 : &idec->output_;
639 WebPFreeDecBuffer(&idec->output_);
662 idec->output_.colorspace = mode;
663 idec->output_.is_external_memory = is_external_memory;
664 idec->output_.u.RGBA.rgba = output_buffer;
665 idec->output_.u.RGBA.stride = output_stride;
666 idec->output_.u.RGBA.size = output_buffer_size;
696 idec->output_.colorspace = colorspace
    [all...]
  /external/skia/src/images/
bmpdecoderhelper.cpp 165 output_ = callback->SetSize(width_, height_);
166 if (nullptr == output_) {
266 output_[base] = colTab_[colBase];
267 output_[base + 1] = colTab_[colBase + 1];
268 output_[base + 2] = colTab_[colBase + 2];
279 uint8* line = output_ + (3 * width_ * realH);
  /external/v8/test/unittests/interpreter/
bytecode-register-optimizer-unittest.cc 31 void Write(BytecodeNode* node) override { output_.push_back(*node); }
33 output_.push_back(*node);
54 size_t write_count() const { return output_.size(); }
55 const BytecodeNode& last_written() const { return output_.back(); }
56 const std::vector<BytecodeNode>* output() { return &output_; }
62 std::vector<BytecodeNode> output_; member in class:v8::internal::interpreter::BytecodeRegisterOptimizerTest
  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_external_decoder_unittest.cc 204 samples_per_channel = GetOutputAudio(kMaxBlockSize, output_, &output_type);
207 ASSERT_EQ(output_[i], output_internal_[i]) <<
230 int16_t output_[kMaxBlockSize]; member in class:webrtc::NetEqExternalVsInternalDecoderTest
295 num_samples = GetOutputAudio(kMaxBlockSize, output_, &output_type);
304 if (output_[i] != 0)
325 int16_t output_[kMaxBlockSize]; member in class:webrtc::LargeTimestampJumpTest
  /external/webrtc/webrtc/tools/rtcbot/
test.js 98 this.output_ = [];
99 this.output_.push("Version: 1");
119 this.output_.push({
149 (new Date()).getTime() +".json", JSON.stringify(this.output_),
  /art/runtime/hprof/
hprof.cc 415 #define __ output_->
441 output_ = &count_output;
445 output_ = nullptr;
506 output_->StartNewRecord(HPROF_TAG_HEAP_DUMP_SEGMENT, kHprofTime);
513 output_->StartNewRecord(HPROF_TAG_HEAP_DUMP_END, kHprofTime);
514 output_->EndRecord();
533 output_->EndRecord();
541 output_->StartNewRecord(HPROF_TAG_LOAD_CLASS, kHprofTime);
559 output_->StartNewRecord(HPROF_TAG_STRING, kHprofTime);
572 output_->StartNewRecord(HPROF_TAG_HEAP_DUMP_SEGMENT, kHprofTime)
867 EndianOutput* output_ = nullptr; member in class:art::hprof::Hprof
    [all...]

Completed in 2426 milliseconds

1 2 3 4