HomeSort by relevance Sort by last modified time
    Searched refs:input_count_ (Results 1 - 6 of 6) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
merge.h 342 input_count_(0),
376 gold_assert(this->input_count_ == 0);
451 size_t input_count_; member in class:gold::Output_merge_data
465 merged_strings_lists_(), input_count_(0), input_size_(0)
520 gold_assert(this->input_count_ == 0);
567 size_t input_count_; member in class:gold::Output_merge_string
merge.cc 419 this->input_count_ += len / entsize;
493 this->input_count_, this->hashtable_.size());
586 this->input_count_ += count;
715 program_name, buf, this->input_count_);
  /art/runtime/jdwp/
jdwp_main.cc 48 input_count_ = 0;
81 CHECK_LE(count, input_count_);
83 if (count == input_count_) {
84 input_count_ = 0;
88 memmove(input_buffer_, input_buffer_ + count, input_count_ - count);
89 input_count_ -= count;
94 return (input_count_ >= kMagicHandshakeLen);
96 if (input_count_ < 4) {
100 return (input_count_ >= length);
405 JDWP::Request request(netStateBase->input_buffer_, netStateBase->input_count_);
    [all...]
jdwp_adb.cc 324 input_count_ = 0;
430 readCount = read(clientSock, input_buffer_ + input_count_, sizeof(input_buffer_) - input_count_);
448 input_count_ += readCount;
jdwp_socket.cc 251 input_count_ = 0;
352 input_count_ = 0;
470 read(clientSock, input_buffer_ + input_count_, sizeof(input_buffer_) - input_count_);
488 input_count_ += readCount;
jdwp_priv.h 103 size_t input_count_; member in class:art::JDWP::JdwpNetStateBase

Completed in 300 milliseconds