/external/openthread/src/core/common/ |
D | settings.hpp | 137 static constexpr Key kKey = kKeyNetworkInfo; ///< The associated key. member in ot::SettingsBase::NetworkInfo 343 static constexpr Key kKey = kKeyParentInfo; ///< The associated key. member in ot::SettingsBase::ParentInfo 405 static constexpr Key kKey = kKeyChildInfo; ///< The associated key. member in ot::SettingsBase::ChildInfo 516 static constexpr Key kKey = kKeySlaacIidSecretKey; ///< The associated key. member in ot::SettingsBase::SlaacIidSecretKey 536 static constexpr Key kKey = kKeyDadInfo; ///< The associated key. member in ot::SettingsBase::DadInfo 575 static constexpr Key kKey = kKeyBrUlaPrefix; ///< The associated key. member in ot::SettingsBase::BrUlaPrefix 592 static constexpr Key kKey = kKeySrpEcdsaKey; ///< The associated key. member in ot::SettingsBase::SrpEcdsaKey 611 static constexpr Key kKey = kKeySrpClientInfo; ///< The associated key. member in ot::SettingsBase::SrpClientInfo 671 static constexpr Key kKey = kKeySrpServerInfo; ///< The associated key. member in ot::SettingsBase::SrpServerInfo
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/evp/ |
D | pbkdf_test.cc | 27 const uint8_t kKey[] = {0xa3, 0x3d, 0xdd, 0xc3, 0x04, 0x78, 0x18, in TEST() local 44 const uint8_t kKey[] = {0x8b, 0xc2, 0xf9, 0x16, 0x7a, 0x81, 0xcd, 0xcf, in TEST() local
|
/external/cronet/third_party/boringssl/src/crypto/evp/ |
D | pbkdf_test.cc | 27 const uint8_t kKey[] = {0xa3, 0x3d, 0xdd, 0xc3, 0x04, 0x78, 0x18, in TEST() local 44 const uint8_t kKey[] = {0x8b, 0xc2, 0xf9, 0x16, 0x7a, 0x81, 0xcd, 0xcf, in TEST() local
|
/external/boringssl/src/crypto/evp/ |
D | pbkdf_test.cc | 27 const uint8_t kKey[] = {0xa3, 0x3d, 0xdd, 0xc3, 0x04, 0x78, 0x18, in TEST() local 44 const uint8_t kKey[] = {0x8b, 0xc2, 0xf9, 0x16, 0x7a, 0x81, 0xcd, 0xcf, in TEST() local
|
/external/webrtc/rtc_base/experiments/ |
D | rate_control_settings.h | 24 static constexpr char kKey[] = "WebRTC-CongestionWindow"; member 34 static constexpr char kKey[] = "WebRTC-VideoRateControl"; member
|
D | rate_control_settings.cc | 44 constexpr char CongestionWindowConfig::kKey[]; member in webrtc::CongestionWindowConfig 60 constexpr char VideoRateControlConfig::kKey[]; member in webrtc::VideoRateControlConfig
|
/external/boringssl/src/crypto/fipsmodule/modes/ |
D | gcm_test.cc | 164 static const uint8_t kKey[16] = {0}; in TEST() local 214 static const uint8_t kKey[16] = {0}; in TEST() local
|
/external/cronet/third_party/boringssl/src/crypto/fipsmodule/modes/ |
D | gcm_test.cc | 164 static const uint8_t kKey[16] = {0}; in TEST() local 214 static const uint8_t kKey[16] = {0}; in TEST() local
|
/external/cronet/components/prefs/ |
D | scoped_user_pref_update_unittest.cc | 33 static const char kKey[]; member in ScopedUserPrefUpdateTest 44 const char ScopedUserPrefUpdateTest::kKey[] = "key"; member in ScopedUserPrefUpdateTest
|
/external/webrtc/modules/congestion_controller/goog_cc/ |
D | acknowledged_bitrate_estimator_interface.cc | 22 constexpr char RobustThroughputEstimatorSettings::kKey[]; member in webrtc::RobustThroughputEstimatorSettings
|
D | acknowledged_bitrate_estimator_interface.h | 30 static constexpr char kKey[] = "WebRTC-Bwe-RobustThroughputEstimatorSettings"; member
|
D | delay_based_bwe.h | 36 static constexpr char kKey[] = "WebRTC-Bwe-SeparateAudioPackets"; member
|
D | trendline_estimator.h | 28 static constexpr char kKey[] = "WebRTC-Bwe-TrendlineEstimatorSettings"; member
|
/external/cronet/net/disk_cache/ |
D | entry_unittest.cc | 3169 const char kKey[] = "the first key"; in TEST_F() local 3744 const char kKey[] = "the key"; in TEST_F() local 3788 const char kKey[] = "the key"; in TEST_F() local 3825 const char kKey[] = "the key"; in TEST_F() local 5210 const char kKey[] = "a key"; in TEST_F() local 5245 const char kKey[] = "a key"; in TEST_F() local 5304 const char kKey[] = "a key"; in LastUsedTimePersists() local 5339 const char kKey[] = "a key"; in TruncateBackwards() local 5397 const char kKey[] = "a key"; in ZeroWriteBackwards() local 5453 const char kKey[] = "a key"; in SparseOffset64Bit() local [all …]
|
/external/pdfium/xfa/fwl/ |
D | cfwl_message.h | 20 enum class Type { kKey, kKillFocus, kMouse, kMouseWheel, kSetFocus }; enumerator
|
/external/webrtc/modules/video_coding/svc/ |
D | scalability_structure_l2t2_key_shift.h | 43 kKey, enumerator
|
D | scalability_structure_key_svc.h | 37 kKey, enumerator
|
D | scalability_structure_full_svc.h | 42 kKey, enumerator
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/chacha/ |
D | chacha_test.cc | 32 static const uint8_t kKey[32] = { variable
|
/external/boringssl/src/crypto/chacha/ |
D | chacha_test.cc | 32 static const uint8_t kKey[32] = { variable
|
/external/cronet/third_party/boringssl/src/crypto/chacha/ |
D | chacha_test.cc | 32 static const uint8_t kKey[32] = { variable
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/ |
D | status_helper.h | 96 kKey, enumerator
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/modes/ |
D | gcm_test.cc | 164 static const uint8_t kKey[16] = {0}; in TEST() local
|
/external/openthread/tests/unit/ |
D | test_aes.cpp | 184 static const uint8_t kKey[] = { in TestInPlaceAesCcmProcessing() local
|
/external/webrtc/audio/ |
D | audio_send_stream.h | 41 static constexpr char kKey[] = "WebRTC-Audio-Allocation"; member
|