/aosp_15_r20/external/libtextclassifier/native/annotator/number/ |
H A D | number_test-include.cc | 95 MATCHER_P(IsCorrectNumericValue, numeric_value, 96 "numeric value is " + std::to_string(numeric_value)) { 97 return arg.numeric_value == numeric_value; 144 EXPECT_EQ(classification_result.numeric_value, 12345); in TEST_F() 163 EXPECT_EQ(classification_result.numeric_value, 12345); in TEST_F() 180 EXPECT_EQ(classification_result.numeric_value, 12345); in TEST_F() 187 EXPECT_EQ(classification_result.numeric_value, 12345); in TEST_F() 240 EXPECT_EQ(classification_result.numeric_value, 14); in TEST_F() 255 EXPECT_EQ(classification_result.numeric_value, 99); in TEST_F() 266 EXPECT_EQ(classification_result.numeric_value, 15); in TEST_F() [all …]
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/draft/ |
H A D | normalizeForMatchExceptions.txt | 76 [[:numeric_value=0:]&[:Nd:]] ; 0030 77 [[:numeric_value=1:]&[:Nd:]] ; 0031 78 [[:numeric_value=2:]&[:Nd:]] ; 0032 79 [[:numeric_value=3:]&[:Nd:]] ; 0033 80 [[:numeric_value=4:]&[:Nd:]] ; 0034 81 [[:numeric_value=5:]&[:Nd:]] ; 0035 82 [[:numeric_value=6:]&[:Nd:]] ; 0036 83 [[:numeric_value=7:]&[:Nd:]] ; 0037 84 [[:numeric_value=8:]&[:Nd:]] ; 0038 85 [[:numeric_value=9:]&[:Nd:]] ; 0039
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/ |
H A D | pairing_state_manager.cc | 111 uint32_t numeric_value, UserConfirmationCallback cb) { in OnUserConfirmationRequest() argument 116 secure_simple_pairing_state_->OnUserConfirmationRequest(numeric_value, in OnUserConfirmationRequest() 128 void PairingStateManager::OnUserPasskeyNotification(uint32_t numeric_value) { in OnUserPasskeyNotification() argument 133 secure_simple_pairing_state_->OnUserPasskeyNotification(numeric_value); in OnUserPasskeyNotification()
|
H A D | secure_simple_pairing_state.cc | 232 uint32_t numeric_value, UserConfirmationCallback cb) { in OnUserConfirmationRequest() argument 285 numeric_value, in OnUserConfirmationRequest() 337 uint32_t numeric_value) { in OnUserPasskeyNotification() argument 361 numeric_value, in OnUserPasskeyNotification()
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/flags/ |
H A D | marshalling.cc | 226 std::underlying_type<absl::LogSeverity>::type numeric_value; in AbslParseFlag() local 227 if (absl::ParseFlag(text, &numeric_value, err)) { in AbslParseFlag() 228 *dst = static_cast<absl::LogSeverity>(numeric_value); in AbslParseFlag()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/flags/ |
D | marshalling.cc | 226 std::underlying_type<absl::LogSeverity>::type numeric_value; in AbslParseFlag() local 227 if (absl::ParseFlag(text, &numeric_value, err)) { in AbslParseFlag() 228 *dst = static_cast<absl::LogSeverity>(numeric_value); in AbslParseFlag()
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/flags/ |
H A D | marshalling.cc | 226 std::underlying_type<absl::LogSeverity>::type numeric_value; in AbslParseFlag() local 227 if (absl::ParseFlag(text, &numeric_value, err)) { in AbslParseFlag() 228 *dst = static_cast<absl::LogSeverity>(numeric_value); in AbslParseFlag()
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/flags/ |
H A D | marshalling.cc | 226 std::underlying_type<absl::LogSeverity>::type numeric_value; in AbslParseFlag() local 227 if (absl::ParseFlag(text, &numeric_value, err)) { in AbslParseFlag() 228 *dst = static_cast<absl::LogSeverity>(numeric_value); in AbslParseFlag()
|
/aosp_15_r20/external/abseil-cpp/absl/flags/ |
H A D | marshalling.cc | 275 std::underlying_type<absl::LogSeverity>::type numeric_value; in AbslParseFlag() local 276 if (absl::ParseFlag(text, &numeric_value, err)) { in AbslParseFlag() 277 *dst = static_cast<absl::LogSeverity>(numeric_value); in AbslParseFlag()
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/flags/ |
H A D | marshalling.cc | 275 std::underlying_type<absl::LogSeverity>::type numeric_value; in AbslParseFlag() local 276 if (absl::ParseFlag(text, &numeric_value, err)) { in AbslParseFlag() 277 *dst = static_cast<absl::LogSeverity>(numeric_value); in AbslParseFlag()
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/flags/ |
H A D | marshalling.cc | 275 std::underlying_type<absl::LogSeverity>::type numeric_value; in AbslParseFlag() local 276 if (absl::ParseFlag(text, &numeric_value, err)) { in AbslParseFlag() 277 *dst = static_cast<absl::LogSeverity>(numeric_value); in AbslParseFlag()
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/gap/ |
H A D | pairing_state_manager.h | 134 void OnUserConfirmationRequest(uint32_t numeric_value, 145 void OnUserPasskeyNotification(uint32_t numeric_value);
|
H A D | secure_simple_pairing_state.h | 249 void OnUserConfirmationRequest(uint32_t numeric_value, 260 void OnUserPasskeyNotification(uint32_t numeric_value);
|
/aosp_15_r20/external/libtextclassifier/native/annotator/ |
H A D | types.h | 446 int64 numeric_value; member 465 numeric_value(0), in ClassificationResult() 473 numeric_value(0), in ClassificationResult() 482 numeric_value(0), in ClassificationResult()
|
H A D | types.cc | 183 a.numeric_value == b.numeric_value && in ClassificationResultsEqualIgnoringScoresAndSerializedEntityData()
|
/aosp_15_r20/external/python/cpython3/Modules/_decimal/tests/ |
D | randdec.py | 102 def numeric_value(maxprec, maxexp): function 114 return ''.join((sign(), numeric_value(maxprec, maxexp))) 447 s = numeric_value(p, 383) 449 f = float(numeric_value(p, 383))
|
/aosp_15_r20/external/libchrome/mojo/public/tools/bindings/generators/cpp_templates/ |
H A D | enum_macros.tmpl | 26 {%- for _, values in enum.fields|groupby('numeric_value') %} 63 {%- for enum_field in enum.fields|groupby('numeric_value') %}
|
/aosp_15_r20/system/testing/gtest_extras/gtest_isolated/ |
D | Options.cpp | 98 static bool GetNumeric(const std::string& arg, const std::string& value, IntType* numeric_value, in GetNumeric() argument 100 auto result = std::from_chars(value.c_str(), value.c_str() + value.size(), *numeric_value, 10); in GetNumeric()
|
/aosp_15_r20/external/python/cpython3/Tools/unicode/ |
D | makeunicodedata.py | 492 if record.numeric_value: 494 numeric.setdefault(record.numeric_value, []).append(char) 965 numeric_value: str 1136 table[i].numeric_value = value
|
/aosp_15_r20/external/emboss/compiler/back_end/cpp/ |
H A D | header_generator.py | 1354 numeric_value = ir_util.constant_value(value.value) 1361 value=_render_integer(numeric_value))) 1369 if numeric_value not in previously_seen_numeric_values: 1380 previously_seen_numeric_values.add(numeric_value)
|
/aosp_15_r20/external/libchrome/mojo/public/tools/bindings/generators/js_templates/ |
H A D | enum_definition.tmpl | 17 {%- for enum_field in enum.fields|groupby('numeric_value') %}
|
/aosp_15_r20/external/libchrome/mojo/public/tools/bindings/generators/java_templates/ |
H A D | enum_definition.tmpl | 23 {%- for enum_field in enum.fields|groupby('numeric_value') %}
|
/aosp_15_r20/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/ |
H A D | module.py | 680 numeric_value=None): argument 684 self.numeric_value = numeric_value
|
/aosp_15_r20/external/emboss/compiler/front_end/ |
H A D | attribute_checker.py | 303 numeric_value = ir_util.constant_value(value.value) 304 if numeric_value < 0:
|
/aosp_15_r20/external/googleapis/google/ai/generativelanguage/v1beta/ |
H A D | retriever.proto | 120 float numeric_value = 7; field 187 float numeric_value = 6; field
|