Home
last modified time | relevance | path

Searched defs:kKey (Results 1 – 25 of 70) sorted by relevance

123

/aosp_15_r20/external/openthread/src/core/common/
H A Dsettings.hpp143 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 Dentry_unittest.cc3112 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 Dbackend_unittest.cc4923 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 Dprefs_unittest.cc41 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 Dpbkdf_test.cc27 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/
Dpbkdf_test.cc27 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/
Dpbkdf_test.cc27 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 Dpbkdf_test.cc27 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 Drate_control_settings.h24 static constexpr char kKey[] = "WebRTC-CongestionWindow"; member
34 static constexpr char kKey[] = "WebRTC-VideoRateControl"; member
H A Drate_control_settings.cc44 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 Dgcm_test.cc156 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 Dgcm_test.cc162 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 Dscoped_user_pref_update_unittest.cc33 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 Dacknowledged_bitrate_estimator_interface.cc22 constexpr char RobustThroughputEstimatorSettings::kKey[]; member in webrtc::RobustThroughputEstimatorSettings
H A Dacknowledged_bitrate_estimator_interface.h30 static constexpr char kKey[] = "WebRTC-Bwe-RobustThroughputEstimatorSettings"; member
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_health_status.cc66 const char* XdsEndpointHealthStatusAttribute::kKey = member in grpc_core::XdsEndpointHealthStatusAttribute
/aosp_15_r20/external/pdfium/xfa/fwl/
H A Dcfwl_message.h20 enum class Type { kKey, kKillFocus, kMouse, kMouseWheel, kSetFocus }; enumerator
/aosp_15_r20/external/webrtc/modules/video_coding/svc/
H A Dscalability_structure_l2t2_key_shift.h43 kKey, enumerator
H A Dscalability_structure_key_svc.h37 kKey, enumerator
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/chacha/
Dchacha_test.cc32 static const uint8_t kKey[32] = { variable
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/chacha/
Dchacha_test.cc32 static const uint8_t kKey[32] = { variable
/aosp_15_r20/external/cronet/base/containers/
H A Dmap_util_unittest.cc25 constexpr char kKey[] = "key"; variable
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/chacha/
H A Dchacha_test.cc32 static const uint8_t kKey[32] = { variable
/aosp_15_r20/external/boringssl/src/crypto/chacha/
H A Dchacha_test.cc32 static const uint8_t kKey[32] = { variable
/aosp_15_r20/external/grpc-grpc/src/core/lib/gprpp/
H A Dstatus_helper.h107 kKey, enumerator

123