HomeSort by relevance Sort by last modified time
    Searched full:objects_ (Results 1 - 16 of 16) sorted by null

  /external/vulkan-validation-layers/demos/smoke/
Simulation.h 94 const std::vector<Object> &objects() const { return objects_; }
103 std::vector<Object> objects_; member in class:Simulation
Simulation.cpp 288 objects_.reserve(object_count);
293 objects_.emplace_back(Object{
303 for (auto &obj : objects_) {
312 auto &obj = objects_[i];
  /frameworks/base/media/mca/filterfw/jni/
jni_util.h 117 objects_[id] = object;
125 typename CObjMap::const_iterator iter = objects_.find(obj_id);
126 return iter == objects_.end() ? NULL : iter->second;
154 typename CObjMap::iterator iter = objects_.find(obj_id);
155 const bool found = iter != objects_.end();
159 objects_.erase(iter);
178 return objects_.size();
198 CObjMap objects_; member in class:ObjectPool
  /toolchain/binutils/binutils-2.25/gold/
cref.cc 47 : objects_(), archives_(), current_(&this->objects_)
116 Objects objects_; member in class:gold::Cref_inputs
137 gold_assert(this->current_ == &this->objects_);
153 gold_assert(this->current_ != &this->objects_);
154 this->current_ = &this->objects_;
203 this->print_objects_symbol_counts(symtab, f, &this->objects_);
290 this->gather_cref(&this->objects_, &table);
plugin.cc 425 for (Object_list::iterator obj = this->objects_.begin();
426 obj != this->objects_.end();
429 this->objects_.clear();
458 unsigned int handle = this->objects_.size();
466 this->objects_.push_back(elf_object);
478 if (this->objects_.size() > handle
479 && this->objects_[handle]->pluginobj() != NULL)
480 return this->objects_[handle]->pluginobj();
727 if (this->objects_.size() != handle
728 && this->objects_[handle]->pluginobj() != NULL
    [all...]
plugin.h 131 : plugins_(), objects_(), deferred_layout_objects_(), input_file_(NULL),
238 if (handle >= this->objects_.size())
240 return this->objects_[handle];
341 Object_list objects_; member in class:gold::Plugin_manager
incremental.h 310 objects_()
317 this->objects_.push_back(obj_entry);
323 { return this->objects_.size(); }
329 gold_assert(n < this->objects_.size());
330 return this->objects_[n];
345 std::vector<Incremental_input_entry*> objects_; member in class:gold::Incremental_script_entry
    [all...]
ChangeLog     [all...]
  /external/v8/src/crankshaft/
hydrogen-check-elimination.cc 814 explicit HCheckMapsEffects(Zone* zone) : objects_(0, zone) { }
825 objects_.Add(store->object(), zone);
830 objects_.Add(HTransitionElementsKind::cast(instr)->object(), zone);
854 for (int i = 0; i < objects_.length(); ++i) {
855 table->Kill(objects_[i]->ActualValue());
862 for (int i = 0; i < that->objects_.length(); ++i) {
863 objects_.Add(that->objects_[i], zone);
868 ZoneList<HValue*> objects_; variable
  /external/v8/src/compiler/
escape-analysis.cc 297 : states_(zone), objects_(zone), fields_(zone) {
299 objects_.reserve(5);
303 ZoneVector<VirtualObject*>& objects() { return objects_; }
307 objects_.clear();
317 ZoneVector<VirtualObject*> objects_; member in class:v8::internal::compiler::MergeCache
324 objects_.clear();
329 objects_.push_back(obj);
338 objects_.clear();
344 objects_.push_back(obj);
351 Node* rep = pos >= objects_.front()->field_count(
    [all...]
instruction-selector.cc 479 explicit StateObjectDeduplicator(Zone* zone) : objects_(zone) {}
483 for (size_t i = 0; i < objects_.size(); ++i) {
484 if (objects_[i] == node) {
492 size_t id = objects_.size();
493 objects_.push_back(node);
498 ZoneVector<Node*> objects_; member in class:v8::internal::compiler::StateObjectDeduplicator
    [all...]
  /external/v8/src/profiler/
heap-snapshot-generator.cc 2162 List<Handle<JSGlobalObject> > objects_; member in class:v8::internal::GlobalObjectsEnumerator
    [all...]
  /external/googletest/googlemock/docs/
ForDummies.md 8 **Note:** It is easy to confuse the term _fake objects_ with mock objects. Fakes and mocks actually mean very different things in the Test-Driven Development (TDD) community:
  /external/googletest/googlemock/docs/v1_5/
ForDummies.md 8 **Note:** It is easy to confuse the term _fake objects_ with mock objects. Fakes and mocks actually mean very different things in the Test-Driven Development (TDD) community:
  /external/googletest/googlemock/docs/v1_6/
ForDummies.md 8 **Note:** It is easy to confuse the term _fake objects_ with mock objects. Fakes and mocks actually mean very different things in the Test-Driven Development (TDD) community:
  /external/googletest/googlemock/docs/v1_7/
ForDummies.md 8 **Note:** It is easy to confuse the term _fake objects_ with mock objects. Fakes and mocks actually mean very different things in the Test-Driven Development (TDD) community:

Completed in 769 milliseconds