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 44 input_count_ = 0;
77 CHECK_LE(count, input_count_);
79 if (count == input_count_) {
80 input_count_ = 0;
84 memmove(input_buffer_, input_buffer_ + count, input_count_ - count);
85 input_count_ -= count;
90 return (input_count_ >= kMagicHandshakeLen);
92 if (input_count_ < 4) {
96 return (input_count_ >= length);
398 JDWP::Request request(netStateBase->input_buffer_, netStateBase->input_count_);
    [all...]
jdwp_adb.cc 277 input_count_ = 0;
382 readCount = read(clientSock, input_buffer_ + input_count_, sizeof(input_buffer_) - input_count_);
400 input_count_ += readCount;
jdwp_socket.cc 248 input_count_ = 0;
349 input_count_ = 0;
467 read(clientSock, input_buffer_ + input_count_, sizeof(input_buffer_) - input_count_);
485 input_count_ += readCount;
jdwp_priv.h 103 size_t input_count_; member in class:art::JDWP::JdwpNetStateBase

Completed in 224 milliseconds