HomeSort by relevance Sort by last modified time
    Searched defs:limit_ (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/third_party/tcmalloc/chromium/src/
raw_printer.h 62 int space_left() const { return (limit_ - ptr_); }
74 // We can write into [ptr_ .. limit_-1].
75 // *limit_ is also writable, but reserved for a terminating \0
79 // Invariants: *limit_ == \0
82 char* limit_; // One past last non-\0 char we can write member in class:base::RawPrinter
  /external/chromium_org/third_party/tcmalloc/vendor/src/
raw_printer.h 62 int space_left() const { return (limit_ - ptr_); }
74 // We can write into [ptr_ .. limit_-1].
75 // *limit_ is also writable, but reserved for a terminating \0
79 // Invariants: *limit_ == \0
82 char* limit_; // One past last non-\0 char we can write member in class:base::RawPrinter
  /external/chromium_org/base/strings/
utf_offset_string_conversions.h 114 : limit_(limit) {}
117 if (offset > limit_)
121 size_t limit_; member in struct:base::LimitOffset
  /external/chromium_org/third_party/ots/include/
ots-memory-stream.h 51 : length_(initial), limit_(limit), off_(0) {
66 if (length_ == limit_)
71 if (new_length > limit_)
72 new_length = limit_;
99 const size_t limit_; member in class:ots::ExpandingMemoryStream
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
i420_video_source.h 32 limit_(limit),
67 virtual vpx_image_t *img() const { return (frame_ < limit_) ? img_ : NULL; }
81 virtual unsigned int limit() const { return limit_; }
98 limit_ = frame_;
108 unsigned int limit_; member in class:libvpx_test::I420VideoSource
y4m_video_source.h 29 limit_(limit),
71 return (frame_ < limit_) ? img_.get() : NULL;
86 virtual unsigned int limit() const { return limit_; }
108 unsigned int limit_; member in class:libvpx_test::Y4mVideoSource
video_source.h 137 DummyVideoSource() : img_(NULL), limit_(100), width_(0), height_(0) {
154 return (frame_ < limit_) ? img_ : NULL;
169 virtual unsigned int limit() const { return limit_; }
172 limit_ = limit;
190 unsigned int limit_; member in class:libvpx_test::DummyVideoSource
  /external/chromium_org/v8/src/base/platform/
condition-variable-unittest.cc 228 limit_(limit),
241 while (count % thread_count_ != rem_ && count < limit_) {
245 if (count >= limit_) break;
260 const int limit_; member in class:v8::base::__anon953::FINAL
  /external/chromium_org/v8/src/
regexp-stack.h 56 Address* limit_address() { return &(thread_local_.limit_); }
89 Address limit_; member in struct:v8::internal::RegExpStack::ThreadLocal
93 limit_ = reinterpret_cast<Address>(kMemoryTop);
zone.h 120 Address limit_; member in class:v8::internal::Zone
frames.cc 31 : limit_(frame->fp()), handler_(handler) {
39 return handler_ == NULL || handler_->address() > limit_;
47 const Address limit_; member in class:v8::internal::BASE_EMBEDDED
    [all...]
  /external/libvpx/libvpx/test/
i420_video_source.h 32 limit_(limit),
67 virtual vpx_image_t *img() const { return (frame_ < limit_) ? img_ : NULL; }
81 virtual unsigned int limit() const { return limit_; }
98 limit_ = frame_;
108 unsigned int limit_; member in class:libvpx_test::I420VideoSource
y4m_video_source.h 29 limit_(limit),
65 return (frame_ < limit_) ? img_.get() : NULL;
80 virtual unsigned int limit() const { return limit_; }
102 unsigned int limit_; member in class:libvpx_test::Y4mVideoSource
video_source.h 87 DummyVideoSource() : img_(NULL), limit_(100), width_(0), height_(0) {
104 return (frame_ < limit_) ? img_ : NULL;
119 virtual unsigned int limit() const { return limit_; }
136 unsigned int limit_; member in class:libvpx_test::DummyVideoSource
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
i420_video_source.h 32 limit_(limit),
67 virtual vpx_image_t *img() const { return (frame_ < limit_) ? img_ : NULL; }
81 virtual unsigned int limit() const { return limit_; }
98 limit_ = frame_;
108 unsigned int limit_; member in class:libvpx_test::I420VideoSource
y4m_video_source.h 29 limit_(limit),
65 return (frame_ < limit_) ? img_.get() : NULL;
80 virtual unsigned int limit() const { return limit_; }
102 unsigned int limit_; member in class:libvpx_test::Y4mVideoSource
video_source.h 87 DummyVideoSource() : img_(NULL), limit_(100), width_(0), height_(0) {
104 return (frame_ < limit_) ? img_ : NULL;
119 virtual unsigned int limit() const { return limit_; }
136 unsigned int limit_; member in class:libvpx_test::DummyVideoSource
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.h 346 int64 limit_; // Decreases as we go, becomes negative if we overshoot. member in class:google::protobuf::io::LimitingInputStream
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.h 346 int64 limit_; // Decreases as we go, becomes negative if we overshoot. member in class:google::protobuf::io::LimitingInputStream
  /external/chromium_org/chrome/browser/download/
download_query.h 121 void Limit(size_t limit) { limit_ = limit; }
149 size_t limit_; member in class:DownloadQuery
  /external/chromium_org/v8/src/heap/
store-buffer.h 115 Address* limit_; member in class:v8::internal::StoreBuffer
  /art/compiler/utils/
assembler.h 321 byte* limit_; member in class:art::AssemblerBuffer
331 byte* limit() const { return limit_; }
333 CHECK_GE(limit_, contents_);
334 return (limit_ - contents_) + kMinimumGap;
  /art/runtime/gc/space/
space.h 260 return limit_;
270 limit_ = limit;
306 Space(name, gc_retention_policy), begin_(begin), end_(end), limit_(limit) {
316 byte* limit_; member in class:art::gc::space::ContinuousSpace
  /external/chromium_org/third_party/leveldatabase/
env_chromium.cc 50 limit_(start_ + base::TimeDelta::FromMilliseconds(
70 if (last_ < limit_) {
81 base::TimeTicks limit_; member in class:leveldb_env::__anon17060::Retrier
  /external/openfst/src/include/fst/extensions/pdt/
expand.h 485 Weight limit_; // Weight limit member in class:fst::PrunedExpand
683 return less_(limit_, w);
717 if ((final == Weight::Zero()) || less_(limit_, Times(Distance(s), final)))
817 if (less_(limit_, w))
878 limit_ = Times(DistanceToDest(ifst_->Start(), rfst_.Start() - 1), threshold);
    [all...]

Completed in 346 milliseconds

1 2