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

  /art/runtime/jdwp/
jdwp_main.cc 161 input_count_ = 0;
194 CHECK_LE(count, input_count_);
196 if (count == input_count_) {
197 input_count_ = 0;
201 memmove(input_buffer_, input_buffer_ + count, input_count_ - count);
202 input_count_ -= count;
207 return (input_count_ >= kMagicHandshakeLen);
209 if (input_count_ < 4) {
213 return (input_count_ >= length);
518 JDWP::Request request(netStateBase->input_buffer_, netStateBase->input_count_);
    [all...]
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_adb.cc 321 input_count_ = 0;
427 readCount = read(clientSock, input_buffer_ + input_count_, sizeof(input_buffer_) - input_count_);
445 input_count_ += readCount;
jdwp_priv.h 103 size_t input_count_; member in class:art::JDWP::JdwpNetStateBase
  /toolchain/binutils/binutils-2.27/gold/
merge.h 282 input_count_(0),
316 gold_assert(this->input_count_ == 0);
391 size_t input_count_; member in class:gold::Output_merge_data
405 merged_strings_lists_(), input_count_(0), input_size_(0)
460 gold_assert(this->input_count_ == 0);
507 size_t input_count_; member in class:gold::Output_merge_string
merge.cc 351 this->input_count_ += len / entsize;
429 this->input_count_, this->hashtable_.size());
522 this->input_count_ += count;
656 program_name, buf, this->input_count_);
  /system/core/libunwindstack/tests/files/offline/art_quick_osr_stub_arm/
libart.so 
  /system/core/libunwindstack/tests/files/offline/jit_debug_arm/
libart.so 
libartd.so 
  /system/core/libunwindstack/tests/files/offline/jit_debug_x86/
libartd.so 

Completed in 252 milliseconds