HomeSort by relevance Sort by last modified time
    Searched defs:count_ (Results 26 - 50 of 109) sorted by null

12 3 4 5

  /external/webrtc/webrtc/base/
callback_unittest.cc 33 RefCountedBindTester() : count_(0) {}
35 return ++count_;
38 return --count_;
40 int RefCount() const { return count_; }
43 mutable int count_; member in class:rtc::__anon26270::RefCountedBindTester
rollingaccumulator.h 40 return count_;
44 count_ = 0U;
55 if (count_ == max_count()) {
68 ++count_;
74 if (count_ == 1 || sample >= max_) {
78 if (count_ == 1 || sample <= min_) {
91 if (count_ == 0) {
94 return sum_ / count_;
99 ASSERT(count_ > 0 &&
100 "It shouldn't be possible for max_stale_ && count_ == 0")
158 size_t count_; member in class:rtc::RollingAccumulator
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
test_api.h 31 : count_(0),
47 int count_; member in class:webrtc::LoopBackTransport
  /art/runtime/gc/accounting/
space_bitmap_test.cc 92 explicit SimpleCounter(size_t* counter) : count_(counter) {}
95 (*count_)++;
98 size_t* const count_; member in class:art::gc::accounting::SimpleCounter
  /art/runtime/lambda/
closure.h 107 size_t count_; member in struct:art::lambda::VariableInfo
  /external/v8/src/arm64/
instrument-arm64.h 47 uint64_t count_; member in class:v8::internal::Counter
  /external/webrtc/webrtc/p2p/base/
stunrequest.h 103 int count_; member in class:cricket::StunRequest
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
filereadstream.h 37 FileReadStream(std::FILE* fp, char* buffer, size_t bufferSize) : fp_(fp), buffer_(buffer), bufferSize_(bufferSize), bufferLast_(0), current_(buffer_), readCount_(0), count_(0), eof_(false) {
45 size_t Tell() const { return count_ + static_cast<size_t>(current_ - buffer_); }
63 count_ += readCount_;
82 size_t count_; //!< Number of characters read member in class:FileReadStream
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/perftest/
rapidjsontest.cpp 232 ValueCounter() : count_(1) {} // root
234 bool EndObject(SizeType memberCount) { count_ += memberCount * 2; return true; }
235 bool EndArray(SizeType elementCount) { count_ += elementCount; return true; }
237 SizeType count_; member in struct:ValueCounter
248 EXPECT_EQ(4339u, counter.count_);
  /art/runtime/
indenter.h 35 count_(count) {} function in class:art::Indenter
72 size_t remaining = count_;
105 size_t count_; member in class:art::Indenter
124 indenter_.count_ += adjustment;
128 DCHECK_GE(indenter_.count_, adjustment);
129 indenter_.count_ -= adjustment;
  /art/runtime/mirror/
string-inl.h 43 explicit SetStringCountVisitor(int32_t count) : count_(count) {
50 string->SetCount(count_);
54 const int32_t count_; member in class:art::mirror::SetStringCountVisitor
62 : count_(count), src_array_(src_array), offset_(offset), high_byte_(high_byte) {
69 string->SetCount(count_);
72 for (int i = 0; i < count_; i++) {
78 const int32_t count_; member in class:art::mirror::SetStringCountAndBytesVisitor
89 count_(count), src_array_(src_array), offset_(offset) {
96 string->SetCount(count_);
98 memcpy(string->GetValue(), src, count_ * sizeof(uint16_t))
102 const int32_t count_; member in class:art::mirror::SetStringCountAndValueVisitorFromCharArray
125 const int32_t count_; member in class:art::mirror::SetStringCountAndValueVisitorFromString
    [all...]
  /external/google-breakpad/src/processor/
synth_minidump.h 288 List(const Dump &dump, uint32_t type) : Stream(dump, type), count_(0) {
296 count_++;
300 bool Empty() { return count_ == 0; }
306 count_label_ = count_;
310 size_t count_; member in class:google_breakpad::SynthMinidump::List
range_map_unittest.cc 56 explicit CountedObject(int id) : id_(id) { ++count_; }
57 ~CountedObject() { --count_; }
59 static int count() { return count_; }
63 static int count_; member in class:__anon11490::CountedObject
67 int CountedObject::count_; member in class:__anon11490::CountedObject
  /external/libchrome/base/metrics/
histogram_samples.cc 29 HistogramBase::Count count_; member in class:base::__anon14312::SampleCountPickleIterator
47 !iter_->ReadInt(&count_))
57 *count = count_;
  /external/libchrome/base/strings/
safe_sprintf.cc 115 count_(0) {
133 // need to adjust the count_, as SafeSPrintf() copies snprintf() in not
142 return count_ == static_cast<size_t>(kSSizeMax - 1);
150 DEBUG_CHECK(count_ < kSSizeMax);
151 return static_cast<ssize_t>(count_);
154 // Emits one |ch| character into the |buffer_| and updates the |count_| of
157 // N.B. |count_| increases even if no characters have been written. This is
161 if (size_ >= 1 && count_ < size_) {
162 buffer_[count_] = ch;
165 // |count_| still needs to be updated, even if the buffer has bee
272 size_t count_; member in class:base::strings::__anon14351::Buffer
    [all...]
  /external/libvpx/libvpx/test/
lpf_8_test.cc 161 count_ = GET_PARAM(3);
169 int count_; member in class:__anon16436::Loop8Test6Param
256 ref_loopfilter_op_(ref_s + 8 + p * 8, p, blimit, limit, thresh, count_, bd);
258 loopfilter_op_(s + 8 + p * 8, p, blimit, limit, thresh, count_, bd));
260 ref_loopfilter_op_(ref_s+8+p*8, p, blimit, limit, thresh, count_);
262 loopfilter_op_(s + 8 + p * 8, p, blimit, limit, thresh, count_));
328 ref_loopfilter_op_(ref_s + 8 + p * 8, p, blimit, limit, thresh, count_, bd);
330 loopfilter_op_(s + 8 + p * 8, p, blimit, limit, thresh, count_, bd));
332 ref_loopfilter_op_(ref_s+8+p*8, p, blimit, limit, thresh, count_);
334 loopfilter_op_(s + 8 + p * 8, p, blimit, limit, thresh, count_));
    [all...]
  /external/v8/src/compiler/
state-values-utils.cc 128 : values_(values), count_(count), current_(0) {}
136 bool done() { return current_ >= count_; }
145 size_t count_; member in class:v8::internal::compiler::StateValuesCache::ValueArrayIterator
  /external/webrtc/webrtc/modules/audio_processing/intelligibility/
intelligibility_utils.cc 68 count_(0),
106 ++count_;
112 if (count_ == 1) {
119 old_mean + (sample - old_mean) / static_cast<float>(count_);
124 conj_sum_[i] / (count_ - 1);
134 ++count_;
139 if (count_ == 1) {
160 size_t num = min(count_ + 1, window_size_);
185 ++count_;
196 AddToMean(data[i], count_ + 1, &sub_running_mean_[i])
197 AddToMean(data[i] * std::conj(data[i]), count_ + 1, local
    [all...]
intelligibility_utils.h 128 size_t count_; member in class:webrtc::intelligibility::VarianceArray
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_sender.h 49 int count_; member in class:webrtc::NACKStringBuilder
  /external/webrtc/webrtc/modules/video_coding/test/
test_util.h 68 int count_; member in class:FileOutputFrameReceiver
  /external/clang/test/CXX/temp/temp.decls/temp.friend/
p1.cpp 12 U count_; member in struct:test0::Num::Rep
13 Rep(U count) : count_(count) {}
17 for (U count = n.count_; count; --count)
  /external/libchrome/base/memory/
scoped_ptr_unittest.cc 49 explicit CountingDeleter(int* count) : count_(count) {}
51 (*count_)++;
53 int* count_; member in struct:__anon14289::CountingDeleter
  /external/libweave/third_party/chromium/base/memory/
scoped_ptr_unittest.cc 50 explicit CountingDeleter(int* count) : count_(count) {}
52 (*count_)++;
54 int* count_; member in struct:__anon16788::CountingDeleter
  /external/protobuf/gtest/test/
gtest-param-test_test.cc 766 SeparateInstanceTest() : count_(0) {}
777 int count_; member in class:SeparateInstanceTest
783 EXPECT_EQ(0, count_++);

Completed in 685 milliseconds

12 3 4 5