/system/chre/util/tests/ |
D | priority_queue_test.cc | 18 int getValue() const { in getValue() function in __anonfb34792b0111::DummyElement 31 return left.getValue() > right.getValue(); in compareFunction() 37 return left.getValue() > right.getValue(); in operator ()() 171 return left.getValue() > right.getValue(); in TEST() 180 EXPECT_EQ(0, q.top().getValue()); in TEST() 184 EXPECT_EQ(1, q.top().getValue()); in TEST() 188 EXPECT_EQ(2, q.top().getValue()); in TEST() 202 EXPECT_EQ(0, q.top().getValue()); in TEST() 206 EXPECT_EQ(1, q.top().getValue()); in TEST() 210 EXPECT_EQ(2, q.top().getValue()); in TEST() [all …]
|
D | optional_test.cc | 104 int getValue() const { in getValue() function in MovableButNonCopyable 127 EXPECT_EQ(container->getValue(), kValue1); in TEST() 128 EXPECT_EQ(transferee1.getValue(), kInvalidValue); in TEST() 135 EXPECT_EQ(container->getValue(), kValue2); in TEST() 136 EXPECT_EQ(transferee2.getValue(), kInvalidValue); in TEST()
|
D | dynamic_vector_test.cc | 40 int getValue() { in getValue() function in __anone3cbeefc0111::Dummy 132 int getValue() const { in getValue() function in MovableButNonCopyable 147 EXPECT_EQ(mbnc.getValue(), -1); in TEST() 150 EXPECT_EQ(mbnc2.getValue(), -1); in TEST() 153 EXPECT_EQ(vector[0].getValue(), 0x1337); in TEST() 154 EXPECT_EQ(vector[1].getValue(), 0xface); in TEST() 155 EXPECT_EQ(vector[2].getValue(), 0xcafe); in TEST() 156 EXPECT_EQ(vector[3].getValue(), 0xd00d); in TEST() 178 int getValue() const { in getValue() function in CopyableButNonMovable 197 EXPECT_EQ(vector[0].getValue(), 0x1337); in TEST() [all …]
|
/system/nfc/halimpl/pn54x/utils/ |
D | phNxpConfig.cpp | 120 bool getValue(const char* name, char* pValue, size_t len) const; 121 bool getValue(const char* name, unsigned long& rValue) const; 122 bool getValue(const char* name, unsigned short& rValue) const; 123 bool getValue(const char* name, char* pValue, long len, long* readlen) const; 463 bool CNfcConfig::getValue(const char* name, char* pValue, size_t len) const { in getValue() function in CNfcConfig 475 bool CNfcConfig::getValue(const char* name, char* pValue, long len, in getValue() function in CNfcConfig 504 bool CNfcConfig::getValue(const char* name, unsigned long& rValue) const { in getValue() function in CNfcConfig 525 bool CNfcConfig::getValue(const char* name, unsigned short& rValue) const { in getValue() function in CNfcConfig 728 return rConfig.getValue(name, pValue, len); in GetNxpStrValue() 752 return rConfig.getValue(name, pValue, bufflen, len); in GetNxpByteArrayValue()
|
/system/chre/platform/linux/ |
D | init.cc | 74 if (!no_static_nanoapps_arg.getValue()) { in main() 80 for (const auto& nanoapp : nanoapps_arg.getValue()) { in main()
|
/system/nfc/halimpl/bcm2079x/adaptation/ |
D | config.cpp | 61 bool getValue(const char* name, char* pValue, size_t& len) const; 62 bool getValue(const char* name, unsigned long& rValue) const; 63 bool getValue(const char* name, unsigned short& rValue) const; 379 bool CNfcConfig::getValue(const char* name, char* pValue, size_t& len) const { in getValue() function in CNfcConfig 402 bool CNfcConfig::getValue(const char* name, unsigned long& rValue) const { in getValue() function in CNfcConfig 423 bool CNfcConfig::getValue(const char* name, unsigned short& rValue) const { in getValue() function in CNfcConfig 596 bool b = rConfig.getValue(name, pValue, len); in GetStrValue()
|
/system/nfc/src/adaptation/ |
D | config.cpp | 61 bool getValue(const char* name, char* pValue, size_t& len) const; 62 bool getValue(const char* name, unsigned long& rValue) const; 63 bool getValue(const char* name, unsigned short& rValue) const; 390 bool CNfcConfig::getValue(const char* name, char* pValue, size_t& len) const { in getValue() function in CNfcConfig 413 bool CNfcConfig::getValue(const char* name, unsigned long& rValue) const { in getValue() function in CNfcConfig 434 bool CNfcConfig::getValue(const char* name, unsigned short& rValue) const { in getValue() function in CNfcConfig 607 bool b = rConfig.getValue(name, pValue, len); in GetStrValue()
|
/system/security/keystore/ |
D | keystore_utils.h | 66 result.setToExternal(const_cast<uint8_t*>(blob.getValue()), blob.getLength()); in blob2hidlVec()
|
D | blob.h | 95 const uint8_t* getValue() const { return mBlob.value; } in getValue() function
|
D | user_state.cpp | 176 memcpy(mMasterKey, masterKeyBlob.getValue(), MASTER_KEY_SIZE_BYTES); in readMasterKey()
|
D | keystore.cpp | 308 importKey(keyBlob->getValue(), keyBlob->getLength(), filename, userId, in get() 671 Unique_BIO b(BIO_new_mem_buf(const_cast<uint8_t*>(blob->getValue()), blob->getLength())); in importBlobAsKey()
|
D | key_store_service.cpp | 849 std::string charBuffer(reinterpret_cast<const char*>(keyBlob.getValue()), in getKeyCharacteristics() 1117 std::string charBuffer(reinterpret_cast<const char*>(charBlob.getValue()), in begin()
|
/system/extras/verity/ |
D | BootSignature.java | 97 if (formatVersion.getValue().intValue() != FORMAT_VERSION) { in BootSignature() 170 if (length.getValue().intValue() != image.length) { in verify()
|
/system/core/libutils/include/utils/ |
D | TypeHelpers.h | 274 inline const VALUE& getValue() const {
|
/system/extras/simpleperf/ |
D | read_elf.cpp | 290 symbol.vaddr = symbol_ref->getValue(); in ReadSymbolTable()
|