HomeSort by relevance Sort by last modified time
    Searched refs:index_ (Results 26 - 50 of 261) sorted by null

12 3 4 5 6 7 8 91011

  /external/google-breakpad/src/processor/
static_map_iterator.h 55 StaticMapIterator(): index_(-1), base_(NULL) { }
93 int32_t index_; member in class:google_breakpad::StaticMapIterator
  /external/puffin/src/
puff_writer.h 51 index_(0),
73 size_t index_; member in class:puffin::BufferPuffWriter
75 // Marks where the length of data should be written after the |index_| has
bit_reader.h 83 index_(0),
104 uint64_t index_; // The index to the next byte to be read. member in class:puffin::BufferBitReader
bit_writer.h 72 index_(0),
94 uint64_t index_; member in class:puffin::BufferBitWriter
  /external/v8/src/
dateparser.cc 14 if (index_ < 1) return false;
16 while (index_ < kSize) {
17 comp_[index_++] = 1;
25 if (is_iso_date_ || (index_ == 3 && !IsDay(comp_[0]))) {
34 if (index_ == 3) year = comp_[2];
38 if (index_ == 1) {
68 while (index_ < kSize) {
69 comp_[index_++] = 0;
source-position-table.h 80 bool done() const { return index_ == kDone; }
86 int index_; member in class:v8::internal::SourcePositionTableIterator
  /external/webrtc/webrtc/modules/audio_processing/vad/
standalone_vad.h 64 size_t index_; member in class:webrtc::StandaloneVad
vad_circular_buffer.h 63 int index_; member in class:webrtc::VadCircularBuffer
  /system/update_engine/payload_generator/
tarjan.cc 39 index_ = 0;
51 (*graph)[vertex].index = index_;
52 (*graph)[vertex].lowlink = index_;
53 index_++;
  /external/libchrome/base/
observer_list.h 117 bool is_end() const { return !list_ || index_ == clamped_max_index(); }
121 // |index_| is guaranteed to point to a non-null index if the iterator
123 size_t index_; member in class:base::ObserverListBase::Iter
186 : index_(0), max_index_(0) {}
192 index_(0),
213 return list_.get() == other.list_.get() && index_ == other.index_;
228 ++index_;
258 return index_ < clamped_max_index() ? list_->observers_[index_] : nullptr
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
logical_buffer.cc 31 : instruction_(instruction), id_(id), color_(kInvalidColor), index_(index) {
39 tensorflow::str_util::Join(index_, ","),
64 ToLocationProto(*instruction_, index_);
  /system/tools/aidl/
generate_java.cpp 40 index_(0) {
45 type, StringPrintf("%s%d", base_.c_str(), index_));
47 index_++;
  /external/v8/src/interpreter/
bytecode-register.h 21 explicit Register(int index = kInvalidIndex) : index_(index) {}
23 int index() const { return index_; }
25 bool is_valid() const { return index_ != kInvalidIndex; }
60 int32_t ToOperand() const { return kRegisterFileStartOffset - index_; }
99 int index_; member in class:v8::internal::interpreter::final
  /external/libchrome/base/metrics/
sample_vector.cc 134 index_(0) {
146 index_(0) {
154 return index_ >= counts_size_;
159 index_++;
168 *min = bucket_ranges_->range(index_);
170 *max = bucket_ranges_->range(index_ + 1);
172 *count = subtle::NoBarrier_Load(&counts_[index_]);
178 *index = index_;
186 while (index_ < counts_size_) {
187 if (subtle::NoBarrier_Load(&counts_[index_]) != 0
    [all...]
  /external/google-breakpad/src/tools/mac/dump_syms/
macho_dump.cc 75 DumpSection() : index_(0) { }
82 index_++, section.section_name.c_str(), section.segment_name.c_str(),
90 int index_; member in class:__anon21021::DumpSection
95 DumpCommand(mach_o::Reader *reader) : reader_(reader), index_(0) { }
98 printf(" load command %d: %d", index_++, type);
109 index_++, (segment.bits_64 ? "64" : "32"), segment.name.c_str(),
119 int index_; member in class:__anon21021::DumpCommand
  /system/core/libmemunreachable/
Tarjan.h 70 : index_(0), stack_(allocator), components_(allocator) {}
78 size_t index_; member in class:android::TarjanAlgorithm
87 index_ = 0;
104 vertex->index = index_;
105 vertex->lowlink = index_;
106 index_++;
  /art/libdexfile/dex/
type_reference.h 35 : DexFileReference(file, index.index_) {}
  /external/gemmlowp/internal/
allocator.h 124 std::uint8_t index_; member in class:gemmlowp::Allocator::Handle
144 h.index_ = index;
159 assert(h.index_ < reserved_blocks_ &&
164 std::size_t offset = reserved_blocks_offsets_[h.index_];
  /external/tensorflow/tensorflow/cc/framework/
ops.h 69 Output(Node* n, int32 index) : op_(n), index_(index) {}
70 Output(const Operation& op, int32 index) : op_(op), index_(index) {}
74 int32 index() const { return index_; }
75 DataType type() const { return op_.output_type(index_); }
78 return op_ == other.op_ && index_ == other.index_;
81 uint64 hash() const { return op_.hash(index_); }
85 int32 index_ = 0; member in class:tensorflow::Output
234 : node_name_(name), index_(i), data_type_(dt) {}
238 int32 index() const { return node_name_.empty() ? output_.index() : index_; }
248 int32 index_ = 0; member in class:tensorflow::Input
    [all...]
  /external/perfetto/src/tracing/core/
trace_buffer.cc 95 index_.clear();
97 read_iter_ = GetReadIterForSequence(index_.end());
174 index_.emplace(key, ChunkMeta(GetChunkRecordAt(wptr_), num_fragments,
180 index_.erase(it_and_inserted.first);
181 index_.emplace(key, ChunkMeta(GetChunkRecordAt(wptr_), num_fragments,
233 auto it = index_.find(key);
235 if (PERFETTO_LIKELY(it != index_.end())) {
239 index_.erase(it);
279 auto it = index_.find(key);
280 if (it == index_.end())
    [all...]
  /external/v8/src/snapshot/
serializer-common.h 36 HotObjectsList() : index_(0) {
42 circular_queue_[index_] = object;
43 index_ = (index_ + 1) & kSizeMask;
68 int index_; member in class:v8::internal::HotObjectsList
  /system/nvram/messages/tests/
io_test.cpp 40 if (index_ >= (sizeof(kSizes) / sizeof(kSizes[0]))) {
45 const size_t size = kSizes[index_] < kMaxSize ? kSizes[index_] : kMaxSize;
51 ++index_;
59 size_t index_ = 0;
200 if (index_ >= (sizeof(kSizes) / sizeof(kSizes[0]))) {
208 const size_t size = kSizes[index_] < kMaxSize ? kSizes[index_] : kMaxSize;
212 ++index_;
220 size_t index_ = 0
    [all...]
  /external/vixl/src/
invalset-vixl.h 268 swap(a.index_, b.index_);
305 size_t index_; member in class:vixl::InvalSetIterator
731 index_(0),
761 return &(inval_set_->preallocated_[index_]);
776 VIXL_ASSERT(done == (index_ == inval_set_->size()));
779 return index_ == inval_set_->size();
790 index_ = inval_set_->size();
800 inval_set_->EraseInternal(inval_set_->preallocated_ + index_);
833 index_(other.index_)
    [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Statistic.h 56 double huInvariants(const size_t index_) const;
111 double srgbHuPhash(const size_t index_) const;
114 double hclpHuPhash(const size_t index_) const;
  /external/libcxx/test/support/
test_iterators.h 345 : begin_(nullptr), end_(nullptr), current_(nullptr), action_(TADereference), index_(0) {}
347 : begin_(first), end_(last), current_(first), action_(action), index_(index) {}
349 : begin_(rhs.begin_), end_(rhs.end_), current_(rhs.current_), action_(rhs.action_), index_(rhs.index_) {}
354 if (index_ == 0)
362 --index_;
368 index_ = rhs.index_;
377 if (index_ == 0)
384 --index_;
461 mutable size_t index_; member in struct:ThrowingIterator
    [all...]

Completed in 863 milliseconds

12 3 4 5 6 7 8 91011