/aosp_15_r20/external/openthread/src/core/common/ |
H A D | settings.hpp | 143 static constexpr Key kKey = kKeyNetworkInfo; ///< The associated key. member in ot::SettingsBase::NetworkInfo 350 static constexpr Key kKey = kKeyParentInfo; ///< The associated key. member in ot::SettingsBase::ParentInfo 412 static constexpr Key kKey = kKeyChildInfo; ///< The associated key. member in ot::SettingsBase::ChildInfo 523 static constexpr Key kKey = kKeySlaacIidSecretKey; ///< The associated key. member in ot::SettingsBase::SlaacIidSecretKey 544 static constexpr Key kKey = kKeyDadInfo; ///< The associated key. member in ot::SettingsBase::DadInfo 583 static constexpr Key kKey = kKeyBrUlaPrefix; ///< The associated key. member in ot::SettingsBase::BrUlaPrefix 601 static constexpr Key kKey = kKeyBrOnLinkPrefixes; ///< The associated key. member in ot::SettingsBase::BrOnLinkPrefix 658 static constexpr Key kKey = kKeySrpEcdsaKey; ///< The associated key. member in ot::SettingsBase::SrpEcdsaKey 678 static constexpr Key kKey = kKeySrpClientInfo; ///< The associated key. member in ot::SettingsBase::SrpClientInfo 739 static constexpr Key kKey = kKeySrpServerInfo; ///< The associated key. member in ot::SettingsBase::SrpServerInfo [all …]
|
/aosp_15_r20/external/cronet/net/disk_cache/ |
H A D | entry_unittest.cc | 3112 const char kKey[] = "the first key"; in TEST_F() local 3676 const char kKey[] = "the key"; in TEST_F() local 3718 const char kKey[] = "the key"; in TEST_F() local 3755 const char kKey[] = "the key"; in TEST_F() local 5103 const char kKey[] = "a key"; in TEST_F() local 5136 const char kKey[] = "a key"; in TEST_F() local 5194 const char kKey[] = "a key"; in LastUsedTimePersists() local 5229 const char kKey[] = "a key"; in TruncateBackwards() local 5285 const char kKey[] = "a key"; in ZeroWriteBackwards() local 5340 const char kKey[] = "a key"; in SparseOffset64Bit() local [all …]
|
H A D | backend_unittest.cc | 4923 const char kKey[] = "skeleton"; in TEST_F() local 5079 const char kKey[] = "skeleton"; in TEST_F() local 5117 const char kKey[] = "for_lock"; in TEST_F() local 5160 const char kKey[] = "Key2"; in TEST_F() local 5197 const char kKey[] = "Key0"; in TEST_F() local 5297 const char kKey[] = "http://example.org"; in TEST_F() local 5331 const char kKey[] = "http://example.org"; in TEST_F() local 5373 const char kKey[] = "Key0"; in TEST_F() local
|
/aosp_15_r20/system/update_engine/common/ |
H A D | prefs_unittest.cc | 41 const char kKey[] = "test-key"; variable 352 const char kKey[] = "test-key"; in TEST_F() local 360 const char kKey[] = "test-key"; in TEST_F() local 367 const char kKey[] = "test-key"; in TEST_F() local 379 const char kKey[] = "test-bool"; in TEST_F() local 387 const char kKey[] = "test-bool"; in TEST_F() local 395 const char kKey[] = "s p a c e s"; in TEST_F() local
|
/aosp_15_r20/external/boringssl/src/crypto/evp/ |
H A 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
|
/aosp_15_r20/external/rust/android-crates-io/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
|
/aosp_15_r20/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
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/evp/ |
H A 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
|
/aosp_15_r20/external/webrtc/rtc_base/experiments/ |
H A D | rate_control_settings.h | 24 static constexpr char kKey[] = "WebRTC-CongestionWindow"; member 34 static constexpr char kKey[] = "WebRTC-VideoRateControl"; member
|
H A D | rate_control_settings.cc | 44 constexpr char CongestionWindowConfig::kKey[]; member in webrtc::CongestionWindowConfig 60 constexpr char VideoRateControlConfig::kKey[]; member in webrtc::VideoRateControlConfig
|
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/modes/ |
H A D | gcm_test.cc | 156 static const uint8_t kKey[16] = {0}; in TEST() local 199 static const uint8_t kKey[16] = {0}; in TEST() local
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/modes/ |
H A D | gcm_test.cc | 162 static const uint8_t kKey[16] = {0}; in TEST() local 205 static const uint8_t kKey[16] = {0}; in TEST() local
|
/aosp_15_r20/external/cronet/components/prefs/ |
H A D | scoped_user_pref_update_unittest.cc | 33 static const char kKey[]; member in ScopedUserPrefUpdateTest 44 const char ScopedUserPrefUpdateTest::kKey[] = "key"; member in ScopedUserPrefUpdateTest
|
/aosp_15_r20/external/webrtc/modules/congestion_controller/goog_cc/ |
H A D | acknowledged_bitrate_estimator_interface.cc | 22 constexpr char RobustThroughputEstimatorSettings::kKey[]; member in webrtc::RobustThroughputEstimatorSettings
|
H A D | acknowledged_bitrate_estimator_interface.h | 30 static constexpr char kKey[] = "WebRTC-Bwe-RobustThroughputEstimatorSettings"; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/xds/ |
D | xds_health_status.cc | 66 const char* XdsEndpointHealthStatusAttribute::kKey = member in grpc_core::XdsEndpointHealthStatusAttribute
|
/aosp_15_r20/external/pdfium/xfa/fwl/ |
H A D | cfwl_message.h | 20 enum class Type { kKey, kKillFocus, kMouse, kMouseWheel, kSetFocus }; enumerator
|
/aosp_15_r20/external/webrtc/modules/video_coding/svc/ |
H A D | scalability_structure_l2t2_key_shift.h | 43 kKey, enumerator
|
H A D | scalability_structure_key_svc.h | 37 kKey, enumerator
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/chacha/ |
D | chacha_test.cc | 32 static const uint8_t kKey[32] = { variable
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/chacha/ |
D | chacha_test.cc | 32 static const uint8_t kKey[32] = { variable
|
/aosp_15_r20/external/cronet/base/containers/ |
H A D | map_util_unittest.cc | 25 constexpr char kKey[] = "key"; variable
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/chacha/ |
H A D | chacha_test.cc | 32 static const uint8_t kKey[32] = { variable
|
/aosp_15_r20/external/boringssl/src/crypto/chacha/ |
H A D | chacha_test.cc | 32 static const uint8_t kKey[32] = { variable
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/gprpp/ |
H A D | status_helper.h | 107 kKey, enumerator
|