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

  /external/libbrillo/install_attributes/
libinstallattributes.h 46 std::map<std::string, std::string> attributes_; member in class:InstallAttributesReader
  /external/avb/test/
avb_atx_slot_verify_unittest.cc 62 ops_.set_permanent_attributes(attributes_);
174 AvbAtxPermanentAttributes attributes_; member in class:avb::AvbAtxSlotVerifyExampleTest
192 memcpy(&attributes_, tmp.data(), tmp.size());
avb_atx_validate_unittest.cc 97 ops_.set_permanent_attributes(attributes_);
303 AvbAtxPermanentAttributes attributes_; member in class:avb::AvbAtxValidateTest
323 memcpy(&attributes_, tmp.data(), tmp.size());
389 attributes_.version = 25;
390 ops_.set_permanent_attributes(attributes_);
652 SHA256(attributes_.product_id, AVB_ATX_PRODUCT_ID_SIZE, expected_pid_hash);
707 attributes_.version = 25;
708 ops_.set_permanent_attributes(attributes_);
1005 AvbAtxPermanentAttributes attributes_; member in class:avb::AvbAtxSlotVerifyTest
    [all...]
  /external/boringssl/src/crypto/test/
file_test.h 226 // attributes_ contains all attributes in the test, including the first.
227 std::map<std::string, std::string> attributes_; member in class:FileTest
  /external/tensorflow/tensorflow/java/src/gen/cc/
op_specs.h 149 const std::vector<AttributeSpec>& attributes() const { return attributes_; }
172 std::vector<AttributeSpec> attributes_; member in class:tensorflow::java::OpSpec
java_defs.h 177 const string& attributes() const { return attributes_; }
179 attributes_ = attributes;
184 string attributes_; member in class:tensorflow::java::Annotation

Completed in 188 milliseconds