HomeSort by relevance Sort by last modified time
    Searched refs:attributes_ (Results 1 - 13 of 13) sorted by null

  /external/libchrome/base/trace_event/
memory_allocator_dump.cc 30 attributes_(new TracedValue),
63 attributes_->BeginDictionary(name);
64 attributes_->SetString("type", kTypeScalar);
65 attributes_->SetString("units", units);
66 attributes_->SetString("value", string_conversion_buffer_);
67 attributes_->EndDictionary();
73 attributes_->BeginDictionary(name);
74 attributes_->SetString("type", kTypeScalar);
75 attributes_->SetString("units", units);
76 attributes_->SetDouble("value", value)
    [all...]
memory_allocator_dump.h 91 TracedValue* attributes_for_testing() const { return attributes_.get(); }
96 std::unique_ptr<TracedValue> attributes_; member in class:base::trace_event::MemoryAllocatorDump
  /external/boringssl/src/crypto/test/
file_test.cc 119 attributes_[key] = value;
153 return attributes_.count(key) > 0;
158 auto iter = attributes_.find(key);
159 if (iter == attributes_.end()) {
171 return attributes_[key];
247 attributes_.clear();
file_test.h 132 // attributes_ contains all attributes in the test, including the first.
133 std::map<std::string, std::string> attributes_; member in class:FileTest
  /external/avb/test/
avb_atx_validate_unittest.cc 92 ops_.set_permanent_attributes(attributes_);
208 AvbAtxPermanentAttributes attributes_; member in class:avb::AvbAtxValidateTest
224 memcpy(&attributes_, tmp.data(), tmp.size());
275 attributes_.version = 25;
276 ops_.set_permanent_attributes(attributes_);
537 ops_.set_permanent_attributes(attributes_);
619 AvbAtxPermanentAttributes attributes_; member in class:avb::AvbAtxSlotVerifyTest
628 memcpy(&attributes_, tmp.data(), tmp.size());
  /frameworks/native/libs/vr/libvrflinger/
display_surface.h 45 const display::SurfaceAttributes& attributes() const { return attributes_; }
108 display::SurfaceAttributes attributes_; member in class:android::dvr::DisplaySurface
display_surface.cpp 36 attributes_(attributes),
105 attributes_[attribute.first] = attribute.second;
  /toolchain/binutils/binutils-2.25/gold/
dwarf_reader.cc 652 child_offset_(0), sibling_offset_(0), abbrev_code_(NULL), attributes_(),
691 this->attributes_.reserve(nattr);
906 this->attributes_.push_back(attr_value);
1051 for (unsigned int i = 0; i < this->attributes_.size(); ++i)
1053 if (this->attributes_[i].attr == attr)
1054 return &this->attributes_[i];
    [all...]
dwarf_reader.h 659 Attributes attributes_; member in class:gold::Dwarf_die
    [all...]
script-sections.cc 53 attributes_(attributes),
170 unsigned int attributes_; member in class:gold::Memory_region
193 unsigned int attrs = this->attributes_;
242 unsigned int attrs = this->attributes_;
    [all...]
  /external/deqp/modules/gles2/performance/
es2pShaderOptimizationTests.cpp 121 ProgramData (const glu::ProgramSources& sources_, const vector<gls::AttribSpec>& attributes_ = vector<gls::AttribSpec>()) : sources(sources_), attributes(attributes_) {}
    [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderOptimizationTests.cpp 121 ProgramData (const glu::ProgramSources& sources_, const vector<gls::AttribSpec>& attributes_ = vector<gls::AttribSpec>()) : sources(sources_), attributes(attributes_) {}
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 513 milliseconds