Home
last modified time | relevance | path

Searched defs:numeric_value (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/googleapis/google/ai/generativelanguage/v1beta/
H A Dretriever.proto120 float numeric_value = 7; field
187 float numeric_value = 6; field
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Dpairing_state_manager.cc111 uint32_t numeric_value, UserConfirmationCallback cb) { in OnUserConfirmationRequest()
128 void PairingStateManager::OnUserPasskeyNotification(uint32_t numeric_value) { in OnUserPasskeyNotification()
H A Dsecure_simple_pairing_state.cc232 uint32_t numeric_value, UserConfirmationCallback cb) { in OnUserConfirmationRequest()
337 uint32_t numeric_value) { in OnUserPasskeyNotification()
H A Dbredr_connection_manager.cc2055 uint32_t numeric_value, in SendUserPasskeyRequestReply()
/aosp_15_r20/tools/tradefederation/core/proto/
Dmetric_measurement.proto62 repeated int64 numeric_value = 1; field
/aosp_15_r20/tools/asuite/atest/tf_proto/
H A Dmetric_measurement.proto62 repeated int64 numeric_value = 1; field
/aosp_15_r20/system/testing/gtest_extras/gtest_isolated/
DOptions.cpp98 static bool GetNumeric(const std::string& arg, const std::string& value, IntType* numeric_value, in GetNumeric()
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/flags/
H A Dmarshalling.cc226 std::underlying_type<absl::LogSeverity>::type numeric_value; in AbslParseFlag() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/flags/
Dmarshalling.cc226 std::underlying_type<absl::LogSeverity>::type numeric_value; in AbslParseFlag() local
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/flags/
H A Dmarshalling.cc226 std::underlying_type<absl::LogSeverity>::type numeric_value; in AbslParseFlag() local
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/flags/
H A Dmarshalling.cc226 std::underlying_type<absl::LogSeverity>::type numeric_value; in AbslParseFlag() local
/aosp_15_r20/external/abseil-cpp/absl/flags/
H A Dmarshalling.cc275 std::underlying_type<absl::LogSeverity>::type numeric_value; in AbslParseFlag() local
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/flags/
H A Dmarshalling.cc275 std::underlying_type<absl::LogSeverity>::type numeric_value; in AbslParseFlag() local
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/flags/
H A Dmarshalling.cc275 std::underlying_type<absl::LogSeverity>::type numeric_value; in AbslParseFlag() local
/aosp_15_r20/external/python/cpython3/Modules/_decimal/tests/
Dranddec.py102 def numeric_value(maxprec, maxexp): function
/aosp_15_r20/external/libtextclassifier/native/annotator/
H A Dtypes.h446 int64 numeric_value; member
/aosp_15_r20/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/
H A Dmodule.py680 numeric_value=None): argument
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h23999 …ique_ptr<UserPasskeyRequestReplyBuilder> Create(Address bd_addr, uint32_t numeric_value) {auto bui… in Create()
24018 explicit UserPasskeyRequestReplyBuilder(Address bd_addr, uint32_t numeric_value) :SecurityCommandBu… in Create()
46159 …ique_ptr<UserConfirmationRequestBuilder> Create(Address bd_addr, uint32_t numeric_value) {auto bui… in Create()
46179 explicit UserConfirmationRequestBuilder(Address bd_addr, uint32_t numeric_value) :EventBuilder(Even… in Create()
46181 void CheckParameterValues(uint32_t numeric_value) {ASSERT(numeric_value < (static_cast<uint64_t>(1)… in Create()