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

1 2 34 5 6 7 8 91011

  /art/tools/veridex/
resolver.cc 34 type_infos_[class_def.class_idx_.index_] = *existing->second;
37 type_infos_[class_def.class_idx_.index_] = VeriClass(Primitive::Type::kPrimNot, 0, &class_def);
38 type_map_[name] = &(type_infos_[class_def.class_idx_.index_]);
84 CHECK_LT(index.index_, dex_file_.NumTypeIds());
86 VeriClass* cls = &type_infos_[index.index_];
107 type_infos_[index.index_] = VeriClass(
109 cls = &(type_infos_[index.index_]);
116 type_infos_[index.index_] = *cls;
  /frameworks/native/libs/vr/libpdx/private/pdx/rpc/
variant.h 435 : value_(0, &index_, DecayedTypeTag<T>{}, std::forward<T>(value)) {}
439 : value_(0, &index_, std::forward<T>(value)) {}
449 : index_{other.index_}, value_{other.value_, other.index_} {}
451 : index_{other.index_}, value_{std::move(other.value_), other.index_} {}
532 index_ = value_.Become(target_index, std::forward<Args>(args)...)
542 return value_.Visit(index_, std::forward<Op>(op))
605 std::int32_t index_ = kEmptyIndex; variable
    [all...]
  /external/tensorflow/tensorflow/core/framework/
op.cc 226 index_[op_def.name()] = op_reg_data;
231 for (const auto& e : index_) delete e.second;
236 auto iter = index_.find(op_type_name);
237 if (iter == index_.end()) {
  /system/bt/packet/base/
iterator.h 81 size_t index_; member in class:bluetooth::Iterator
  /system/bt/vendor_libs/test_vendor_lib/include/
hci_packet.h 65 size_t index_; member in class:test_vendor_lib::Iterator
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-param-util.h 202 : base_(base), value_(value), index_(index), step_(step) {}
210 index_++;
223 CheckedDowncastToActualType<const Iterator>(&other)->index_;
224 return index_ == other_index;
230 base_(other.base_), value_(other.value_), index_(other.index_),
238 int index_; member in class:testing::internal::RangeGenerator::Iterator
  /external/googletest/googletest/include/gtest/internal/
gtest-param-util.h 226 : base_(base), value_(value), index_(index), step_(step) {}
234 index_++;
247 CheckedDowncastToActualType<const Iterator>(&other)->index_;
248 return index_ == other_index;
254 base_(other.base_), value_(other.value_), index_(other.index_),
262 int index_; member in class:testing::internal::RangeGenerator::Iterator
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-param-util.h 226 : base_(base), value_(value), index_(index), step_(step) {}
234 index_++;
247 CheckedDowncastToActualType<const Iterator>(&other)->index_;
248 return index_ == other_index;
254 base_(other.base_), value_(other.value_), index_(other.index_),
262 int index_; member in class:testing::internal::RangeGenerator::Iterator
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util.h 202 : base_(base), value_(value), index_(index), step_(step) {}
210 index_++;
223 CheckedDowncastToActualType<const Iterator>(&other)->index_;
224 return index_ == other_index;
230 base_(other.base_), value_(other.value_), index_(other.index_),
238 int index_; member in class:testing::internal::RangeGenerator::Iterator
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-param-util.h 202 : base_(base), value_(value), index_(index), step_(step) {}
210 index_++;
223 CheckedDowncastToActualType<const Iterator>(&other)->index_;
224 return index_ == other_index;
230 base_(other.base_), value_(other.value_), index_(other.index_),
238 int index_; member in class:testing::internal::RangeGenerator::Iterator
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util.h 201 : base_(base), value_(value), index_(index), step_(step) {}
209 index_++;
222 CheckedDowncastToActualType<const Iterator>(&other)->index_;
223 return index_ == other_index;
229 base_(other.base_), value_(other.value_), index_(other.index_),
237 int index_; member in class:testing::internal::RangeGenerator::Iterator
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-param-util.h 202 : base_(base), value_(value), index_(index), step_(step) {}
210 index_++;
223 CheckedDowncastToActualType<const Iterator>(&other)->index_;
224 return index_ == other_index;
230 base_(other.base_), value_(other.value_), index_(other.index_),
238 int index_; member in class:testing::internal::RangeGenerator::Iterator
  /external/v8/src/
lookup.h 71 index_(kMaxUInt32),
94 index_(index),
97 DCHECK_NE(kMaxUInt32, index_);
146 name_ = factory()->Uint32ToString(index_);
150 uint32_t index() const { return index_; }
152 bool IsElement() const { return index_ != kMaxUInt32; }
366 const uint32_t index_; member in class:v8::internal::BASE_EMBEDDED
  /external/v8/testing/gtest/include/gtest/internal/
gtest-param-util.h 226 : base_(base), value_(value), index_(index), step_(step) {}
234 index_++;
247 CheckedDowncastToActualType<const Iterator>(&other)->index_;
248 return index_ == other_index;
254 base_(other.base_), value_(other.value_), index_(other.index_),
262 int index_; member in class:testing::internal::RangeGenerator::Iterator
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-param-util.h 202 : base_(base), value_(value), index_(index), step_(step) {}
210 index_++;
223 CheckedDowncastToActualType<const Iterator>(&other)->index_;
224 return index_ == other_index;
230 base_(other.base_), value_(other.value_), index_(other.index_),
238 int index_; member in class:testing::internal::RangeGenerator::Iterator
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-param-util.h 202 : base_(base), value_(value), index_(index), step_(step) {}
210 index_++;
223 CheckedDowncastToActualType<const Iterator>(&other)->index_;
224 return index_ == other_index;
230 base_(other.base_), value_(other.value_), index_(other.index_),
238 int index_; member in class:testing::internal::RangeGenerator::Iterator
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/internal/
gtest-param-util.h 202 : base_(base), value_(value), index_(index), step_(step) {}
210 index_++;
223 CheckedDowncastToActualType<const Iterator>(&other)->index_;
224 return index_ == other_index;
230 base_(other.base_), value_(other.value_), index_(other.index_),
238 int index_; member in class:testing::internal::RangeGenerator::Iterator
  /art/runtime/mirror/
dex_cache-inl.h 58 DCHECK_LT(string_idx.index_, GetDexFile()->NumStringIds());
59 const uint32_t slot_idx = string_idx.index_ % kDexCacheStringCacheSize;
66 std::memory_order_relaxed).GetObjectForIndex(string_idx.index_);
72 StringDexCachePair(resolved, string_idx.index_), std::memory_order_relaxed);
87 if (slot->load(std::memory_order_relaxed).index == string_idx.index_) {
94 DCHECK_LT(type_idx.index_, GetDexFile()->NumTypeIds());
95 const uint32_t slot_idx = type_idx.index_ % kDexCacheTypeCacheSize;
104 std::memory_order_relaxed).GetObjectForIndex(type_idx.index_);
114 TypeDexCachePair(resolved, type_idx.index_), std::memory_order_release);
124 if (slot->load(std::memory_order_relaxed).index == type_idx.index_) {
    [all...]
  /external/v8/src/wasm/
wasm-module-builder.h 202 index_ = builder->AddLocal(type);
205 index_ = temporary_->back();
210 temporary_->push_back(index_); // return the temporary to the list.
212 uint32_t index() { return index_; }
216 uint32_t index_; member in class:v8::internal::wasm::WasmTemporary
  /external/ImageMagick/Magick++/lib/
Statistic.cpp 88 double Magick::ChannelMoments::huInvariants(const size_t index_) const
90 if (index_ > 7)
93 return(_huInvariants.at(index_));
246 double Magick::ChannelPerceptualHash::srgbHuPhash(const size_t index_) const
248 if (index_ > 6)
251 return(_srgbHuPhash.at(index_));
254 double Magick::ChannelPerceptualHash::hclpHuPhash(const size_t index_) const
256 if (index_ > 6)
259 return(_hclpHuPhash.at(index_));
  /external/tensorflow/tensorflow/compiler/xla/service/
buffer_assignment.h 63 : index_(index),
71 Index index() const { return index_; }
196 return index_ == other.index_;
220 void set_index(Index index) { index_ = index; }
224 Index index_; member in class:xla::BufferAllocation
  /external/tensorflow/tensorflow/core/kernels/
function_ops.cc 41 OP_REQUIRES_OK(ctx, ctx->GetAttr("index", &index_));
48 OP_REQUIRES_OK(ctx, frame->GetArg(index_, &val));
59 int index_; member in class:tensorflow::ArgOp
69 OP_REQUIRES_OK(ctx, ctx->GetAttr("index", &index_));
80 OP_REQUIRES_OK(ctx, frame->SetRetval(index_, val));
86 int index_; member in class:tensorflow::RetvalOp
  /external/webrtc/webrtc/system_wrappers/source/
sort.cc 66 ptr_sort_key[i].index_ = i; \
77 uint32_t index_; member in struct:webrtc::SortKey
83 uint32_t index_;
217 ptr_sort_key[i].index_ = i;
237 ptr_sort_key[i].index_ * size_of_element, size_of_element);
441 ptr_sort_key[i].index_ * size_of_element, size_of_element);
  /external/protobuf/src/google/protobuf/
descriptor_database.h 252 DescriptorIndex<const FileDescriptorProto*> index_; member in class:google::protobuf::SimpleDescriptorDatabase
301 SimpleDescriptorDatabase::DescriptorIndex<pair<const void*, int> > index_; member in class:google::protobuf::EncodedDescriptorDatabase
  /external/tensorflow/tensorflow/core/util/
cuda_device_functions.h 44 __device__ Iterator(T index, T delta) : index_(index), delta_(delta) {}
45 __device__ T operator*() const { return index_; }
47 index_ += delta_;
51 bool greater = index_ > other.index_;
52 bool less = index_ < other.index_;
65 T index_;

Completed in 3454 milliseconds

1 2 34 5 6 7 8 91011