Home
last modified time | relevance | path

Searched defs:kMaxNameLength (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/boringssl/src/util/fipstools/acvp/modulewrapper/
H A Dmodulewrapper.h31 constexpr size_t kMaxNameLength = 30; variable
/aosp_15_r20/external/cronet/third_party/boringssl/src/util/fipstools/acvp/modulewrapper/
H A Dmodulewrapper.h31 constexpr size_t kMaxNameLength = 30; variable
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/util/fipstools/acvp/modulewrapper/
Dmodulewrapper.h31 constexpr size_t kMaxNameLength = 30; variable
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/util/fipstools/acvp/modulewrapper/
Dmodulewrapper.h31 constexpr size_t kMaxNameLength = 30; variable
/aosp_15_r20/external/skia/tools/
H A DCrashHandler.cpp222 static const int kMaxNameLength = 1024; in handler() local
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/common/
H A Dadvertising_data.h83 constexpr uint8_t kMaxNameLength = 248; variable
/aosp_15_r20/external/cronet/net/dns/public/
H A Ddns_protocol.h122 static const int kMaxNameLength = 255; variable
/aosp_15_r20/external/cronet/base/debug/
H A Dstack_trace_win.cc260 const int kMaxNameLength = 256; in OutputTraceToStream() local
/aosp_15_r20/system/chre/util/include/chre/util/system/
H A Dmessage_common.h156 static constexpr size_t kMaxNameLength = 50; member
/aosp_15_r20/external/webrtc/examples/peerconnection/server/
H A Dpeer_channel.cc47 const size_t kMaxNameLength = 512; variable
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dparse_function_generator.cc1066 static constexpr int kMaxNameLength = 255; variable
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dparse_function_generator.cc1066 static constexpr int kMaxNameLength = 255; variable
/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_dns.cpp47 kMaxNameLength = Dns::Name::kMaxNameSize - 1, in TestDnsName() enumerator
/aosp_15_r20/external/openthread/src/posix/platform/
H A Drcp_caps_diag.cpp772 static constexpr uint8_t kMaxNameLength = 56; in OutputFormat() local
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/hci-spec/
H A Dconstants.h671 constexpr size_t kMaxNameLength = bt::kMaxNameLength; variable
/aosp_15_r20/external/openthread/src/core/net/
H A Ddns_types.hpp500 static constexpr uint8_t kMaxNameLength = kMaxNameSize - 1; member in ot::Dns::Name