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

  /external/libchrome/base/trace_event/
memory_allocator_dump.cc 30 attributes_(new TracedValue),
66 attributes_->BeginDictionary(name);
67 attributes_->SetString("type", kTypeScalar);
68 attributes_->SetString("units", units);
69 attributes_->SetString("value", string_conversion_buffer_);
70 attributes_->EndDictionary();
76 attributes_->BeginDictionary(name);
77 attributes_->SetString("type", kTypeScalar);
78 attributes_->SetString("units", units);
79 attributes_->SetDouble("value", value)
    [all...]
memory_allocator_dump.h 86 TracedValue* attributes_for_testing() const { return attributes_.get(); }
100 std::unique_ptr<TracedValue> attributes_; member in class:base::trace_event::MemoryAllocatorDump
  /external/avb/test/
avb_atx_validate_unittest.cc 93 ops_.set_permanent_attributes(attributes_);
239 AvbAtxPermanentAttributes attributes_; member in class:avb::AvbAtxValidateTest
255 memcpy(&attributes_, tmp.data(), tmp.size());
314 attributes_.version = 25;
315 ops_.set_permanent_attributes(attributes_);
577 ops_.set_permanent_attributes(attributes_);
605 AvbAtxPermanentAttributes attributes_; member in class:avb::AvbAtxSlotVerifyTest
614 memcpy(&attributes_, tmp.data(), tmp.size());
avb_atx_slot_verify_unittest.cc 62 ops_.set_permanent_attributes(attributes_);
170 AvbAtxPermanentAttributes attributes_; member in class:avb::AvbAtxSlotVerifyExampleTest
188 memcpy(&attributes_, tmp.data(), tmp.size());
  /external/boringssl/src/crypto/test/
file_test.cc 207 for (unsigned i = 2; attributes_.count(mapped_key) != 0; i++) {
215 attributes_[mapped_key] = value;
252 return attributes_.count(key) > 0;
257 auto iter = attributes_.find(key);
258 if (iter == attributes_.end()) {
270 return attributes_[key];
366 attributes_.clear();
file_test.h 211 // attributes_ contains all attributes in the test, including the first.
212 std::map<std::string, std::string> attributes_; member in class:FileTest
  /external/tensorflow/tensorflow/java/src/gen/cc/
java_defs.h 158 const string& attributes() const { return attributes_; }
160 attributes_ = attributes;
165 string attributes_; member in class:tensorflow::java::Annotation
  /system/bt/include/hardware/avrcp/
avrcp_common.h 259 std::set<AttributeEntry> attributes_; member in struct:bluetooth::avrcp::AttributeEntry::MediaElementItem
272 attributes_.insert(val);
288 for (const auto& entry : attributes_) {
  /frameworks/native/libs/vr/libvrflinger/
display_surface.h 45 const display::SurfaceAttributes& attributes() const { return attributes_; }
107 display::SurfaceAttributes attributes_; member in class:android::dvr::DisplaySurface
display_surface.cpp 107 auto search = attributes_.find(key);
108 if (search != attributes_.end())
109 attributes_.erase(search);
111 attributes_[key] = *variant;
  /system/bt/packet/avrcp/
get_folder_items.cc 216 AddPayloadOctets1(pkt, (uint8_t)item.attributes_.size());
217 for (const auto& entry : item.attributes_) {
  /system/bt/profile/avrcp/
device.cc     [all...]
  /toolchain/binutils/binutils-2.27/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),
186 unsigned int attributes_; member in class:gold::Memory_region
209 unsigned int attrs = this->attributes_;
258 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 
  /external/clang/docs/
Modules.rst 361 The ``system`` attribute specifies that the module is a system module. When a system module is rebuilt, all of the module's headers will be considered system headers, which suppresses warnings. This is equivalent to placing ``#pragma GCC system_header`` in each of the module's headers. The form of attributes is described in the section Attributes_, below.
    [all...]

Completed in 690 milliseconds