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

12 3

  /external/mesa3d/src/gtest/include/gtest/
gtest-test-part.h 137 std::vector<TestPartResult> array_; member in class:testing::TestPartResultArray
  /external/open-vcdiff/gtest/include/gtest/
gtest-test-part.h 140 internal::Vector<TestPartResult>* const array_; member in class:testing::TestPartResultArray::internal
  /external/protobuf/gtest/include/gtest/
gtest-test-part.h 140 internal::Vector<TestPartResult>* const array_; member in class:testing::TestPartResultArray::internal
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest-test-part.h 140 std::vector<TestPartResult> array_; member in class:testing::TestPartResultArray
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/detail/
common.hpp 50 typedef mpl::int_<4>::type array_; typedef in namespace:boost::range_detail
85 boost::range_detail::array_,
  /external/chromium_org/base/containers/
small_map.h 390 if (compare(array_[i]->first, key)) {
391 return iterator(array_ + i);
394 return iterator(array_ + size_);
404 if (compare(array_[i]->first, key)) {
405 return const_iterator(array_ + i);
408 return const_iterator(array_ + size_);
422 if (compare(array_[i]->first, key)) {
423 return array_[i]->second;
430 array_[size_].Init(key, data_type());
431 return array_[size_++]->second
587 ManualConstructor<value_type> array_[kArraySize]; member in union:base::SmallMap::__anon6101
    [all...]
  /external/chromium_org/ppapi/proxy/
serialized_var.h 476 PP_Var* array_; member in class:ppapi::proxy::SerializedVarVectorOutParam
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pagemap.h 73 void** array_; member in class:TCMalloc_PageMap1
79 array_ = reinterpret_cast<void**>((*allocator)(sizeof(void*) << BITS));
80 memset(array_, 0, sizeof(void*) << BITS);
88 // ensure a number y where array_[y] would be an out-of-bounds
101 return array_[k];
109 array_[k] = v;
116 if (array_[k] != NULL) return array_[k];
133 // Dimension of our page map array_.
139 void** array_; member in class:TCMalloc_PageMap1_LazyCommit
    [all...]
  /ndk/sources/cxx-stl/gabi++/src/
cxxabi_vec.cc 74 : array_(array), index_(index), element_size_(element_size),
79 __cxxabiv1::__cxa_vec_cleanup(array_,
89 void* array_; member in class:__anon34938::scoped_cleanup
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
preamble_patcher.cc 137 DeleteUnsignedCharArray(unsigned char* array) : array_(array) {
141 if (array_) {
142 PreamblePatcher::FreePreambleBlock(array_);
147 unsigned char* temp = array_;
148 array_ = NULL;
153 unsigned char* array_; member in class:sidestep::DeleteUnsignedCharArray
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
preamble_patcher.cc 137 DeleteUnsignedCharArray(unsigned char* array) : array_(array) {
141 if (array_) {
142 PreamblePatcher::FreePreambleBlock(array_);
147 unsigned char* temp = array_;
148 array_ = NULL;
153 unsigned char* array_; member in class:sidestep::DeleteUnsignedCharArray
  /external/chromium_org/v8/src/
hydrogen-gvn.cc 42 array_(NULL),
87 HValueMapListElement* array_; // Primary store - contains the first value member in class:v8::internal::HValueMap
160 array_(zone->NewArray<HValueMapListElement>(other->array_size_)),
164 array_, other->array_, array_size_ * sizeof(HValueMapListElement));
175 HValue* value = array_[i].value;
180 for (int current = array_[i].next; current != kNil; current = next) {
195 array_[i].next = kept;
198 value = array_[i].value;
201 int head = array_[i].next
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-internal.h 1075 const Element* array_; member in class:testing::internal::NativeArray
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-internal.h 1027 const Element* array_; member in class:testing::internal::NativeArray
    [all...]
  /external/chromium_org/third_party/jsoncpp/overrides/include/json/
value.h 492 ValueInternalArray *array_; member in union:Json::Value::ValueHolder
781 : array_(0)
786 ValueInternalArray *array_; member in struct:Json::ValueInternalArray::IteratorState
979 ValueInternalArray::IteratorState array_; member in union:Json::ValueIteratorBase::__anon13648
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-internal.h 1082 const Element* array_; member in class:testing::internal::NativeArray
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
common.h 558 explicit scoped_array(C* p = NULL) : array_(p) { }
564 delete[] array_;
571 if (p != array_) {
573 delete[] array_;
574 array_ = p;
582 assert(array_ != NULL);
583 return array_[i];
589 return array_;
595 bool operator==(C* p) const { return array_ == p; }
596 bool operator!=(C* p) const { return array_ != p;
617 C* array_; member in class:google::protobuf::internal::scoped_array
    [all...]
  /external/gtest/include/gtest/internal/
gtest-internal.h 1082 const Element* array_; member in class:testing::internal::NativeArray
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-internal.h 1082 const Element* array_; member in class:testing::internal::NativeArray
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 1110 const Element* array_; member in class:testing::internal::NativeArray
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-internal.h 1082 const Element* array_; member in class:testing::internal::NativeArray
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
common.h 511 explicit scoped_array(C* p = NULL) : array_(p) { }
517 delete[] array_;
524 if (p != array_) {
526 delete[] array_;
527 array_ = p;
535 assert(array_ != NULL);
536 return array_[i];
542 return array_;
548 bool operator==(C* p) const { return array_ == p; }
549 bool operator!=(C* p) const { return array_ != p;
570 C* array_; member in class:google::protobuf::internal::scoped_array
    [all...]
  /external/qemu/elff/
dwarf_defs.h 720 : array_(&small_array_[0]),
727 if (array_ != &small_array_[0]) {
728 delete[] array_;
780 memcpy(new_array, array_, count_ * sizeof(const Dwarf_Abbr_DIE*));
781 if (array_ != &small_array_[0]) {
782 delete[] array_;
784 array_ = new_array;
789 array_[num - 1] = abbr;
814 return array_[num - 1];
865 return array_[num - 1];
884 const Dwarf_Abbr_DIE** array_; member in class:DwarfAbbrDieArray
    [all...]
  /external/v8/src/
mark-compact.h 173 : array_(NULL), top_(0), bottom_(0), mask_(0), overflowed_(false) { }
178 array_ = obj_low;
204 array_[top_] = object;
214 array_[top_] = object;
222 HeapObject* object = array_[top_];
233 array_[bottom_] = object;
237 HeapObject** array() { return array_; }
244 HeapObject** array_; member in class:v8::internal::MarkingDeque
245 // array_[(top - 1) & mask_] is the top element in the deque. The Deque is
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_defs.h 720 : array_(&small_array_[0]),
727 if (array_ != &small_array_[0]) {
728 delete[] array_;
780 memcpy(new_array, array_, count_ * sizeof(const Dwarf_Abbr_DIE*));
781 if (array_ != &small_array_[0]) {
782 delete[] array_;
784 array_ = new_array;
789 array_[num - 1] = abbr;
814 return array_[num - 1];
865 return array_[num - 1]
884 const Dwarf_Abbr_DIE** array_; member in class:DwarfAbbrDieArray
    [all...]

Completed in 2560 milliseconds

12 3