Home
last modified time | relevance | path

Searched defs:numbers (Results 1 – 25 of 99) sorted by relevance

1234

/third_party/libphonenumber/
DFAQ.md95 ### What is the difference between isPossibleNumber and isValidNumber?
101 ### Why does PhoneNumberUtil return false for valid short numbers?
108 ### What does it mean for a phone number to be valid?
137 ### When should I use isValidNumberForRegion?
151 ### Some "valid" numbers are not formatting correctly.
169 ### What types of phone numbers can SMSs be sent to?
175 …ame="fixed_line_or_mobile"></a>Why did I get `FIXED_LINE_OR_MOBILE` as the type of my phone number?
181 ### What is mobile number portability?
185 ### Since it's possible to change the carrier for a phone number, how is the data kept up-to-date?
189 ### What about M2M (machine to machine) numbers?
[all …]
/third_party/typescript/tests/cases/compiler/
DconstIndexedAccess.ts2 const enum numbers { enum
17 let s1 = test[numbers.zero]; variable
18 let n1 = test[numbers.one]; variable
20 let s2 = test[numbers["zero"]]; variable
21 let n2 = test[numbers["one"]]; variable
/third_party/boost/libs/math/reporting/performance/
Dfibonacci.hpp15 static const boost::uint16_t numbers[] = { in fibonacci_numbers() local
43 static const boost::uint32_t numbers[] = { in fibonacci_numbers() local
93 static const boost::uint64_t numbers[] = { in fibonacci_numbers() local
189 static const T numbers[] = { in fibonacci_numbers() local
/third_party/protobuf/src/google/protobuf/
Ddescriptor_database_unittest.cc409 std::vector<int> numbers; in TEST_P() local
418 std::vector<int> numbers; in TEST_P() local
427 std::vector<int> numbers; in TEST_P() local
433 std::vector<int> numbers; in TEST_P() local
762 std::vector<int> numbers; in TEST_F() local
770 std::vector<int> numbers; in TEST_F() local
778 std::vector<int> numbers; in TEST_F() local
787 std::vector<int> numbers; in TEST_F() local
797 std::vector<int> numbers; in TEST_F() local
/third_party/libphonenumber/migrator/src/main/java/com/google/phonenumbers/migrator/
DMigrationFactory.java86 List<String> numbers = Files.readAllLines(file); in createMigration() local
111 List<String> numbers = Files.readAllLines(file); in createCustomRecipeMigration() local
125 public static MigrationJob createCustomRecipeMigration(ImmutableList<String> numbers, in createCustomRecipeMigration()
140 …public static MigrationJob createMigration(ImmutableList<String> numbers, String country, boolean … in createMigration()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/core/
Dtensor_helpers.cc23 void IndexGeneratorHelper(int8_t depth, std::vector<dsize_t> *numbers, in IndexGeneratorHelper()
71 std::vector<dsize_t> numbers(depth, 0); in IndexGenerator() local
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonTest/kotlin/com/google/flatbuffers/kotlin/
DFlexBuffersTest.kt89 val numbers = ShortArray(10) { it.toShort() } in <lambda>() constant
99 val numbers = IntArray(1024) { it } in <lambda>() constant
109 val numbers = FloatArray(1024) { it * 0.05f } in <lambda>() constant
119 val numbers = DoubleArray(1024) { it * 0.0005 } in <lambda>() constant
171 val numbers = IntArray(10) { it } in <lambda>() constant
/third_party/boost/libs/hana/example/tutorial/
Dappendix_mpl.cpp507 using numbers = vector_c<int,0,1,2,3,4,5>; in main() typedef
534 using numbers = vector_c<int,5,-1,0,-7,-2,0,-5,4>; in main() typedef
603 using numbers = vector_c<int,10, 11, 12, 13, 14, 15, 16, 17, 18, 19>; in main() typedef
634 using numbers = vector_c<int,1,4,5,2,7,5,3,5>; in main() typedef
649 using numbers = vector_c<int,1,4,5,2,7,5,3,5>; in main() typedef
671 using numbers = vector_c<int,3,4,0,-5,8,-1,7>; in main() typedef
679 using numbers = vector_c<int,9,8,7,6,5,4,3,2,1,0>; in main() typedef
/third_party/flatbuffers/docs/source/
DCppUsage.md604 ### Support of hexadecimal and special floating-point numbers
615 ### Comparison of floating-point NaN values
/third_party/typescript/tests/baselines/reference/
DthisTypeInTypePredicate.js7 var numbers = filter(function (x) { return 'number' == typeof x; }); variable
/third_party/boost/libs/mpl/test/
Dlower_bound.cpp23 typedef list_c<int,1,2,3,3,3,5,8> numbers; in MPL_TEST_CASE() typedef
Dupper_bound.cpp24 typedef list_c<int,1,2,3,3,3,5,8> numbers; in MPL_TEST_CASE() typedef
Dinsert.cpp25 typedef vector_c<int,0,1,3,4,5,6,7,8,9> numbers; in MPL_TEST_CASE() typedef
Dreplace_if.cpp28 typedef list8_c<int,1,4,5,2,7,5,3,5>::type numbers; in MPL_TEST_CASE() typedef
Dmax_element.cpp21 typedef list_c<int,3,4,2,0,-5,8,-1,7>::type numbers; in MPL_TEST_CASE() typedef
Dreverse.cpp26 typedef list_c<int,9,8,7,6,5,4,3,2,1,0> numbers; in MPL_TEST_CASE() typedef
Dsort.cpp21 typedef list_c<int, 3, 4, 0, -5, 8, -1, 7>::type numbers; in MPL_TEST_CASE() typedef
Dat.cpp27 typedef vector10_c<int,9,8,7,6,5,4,3,2,1,0> numbers; in MPL_TEST_CASE() typedef
Dstable_partition.cpp23 typedef vector_c<int,3,4,0,-5,8,-1,7>::type numbers; typedef
Dfold.cpp46 typedef list_c<int,5,-1,0,-7,-2,0,-5,4> numbers; in MPL_TEST_CASE() typedef
Dcopy_if.cpp29 typedef list10_c<int,0,1,2,3,4,5,6,7,8,9>::type numbers; in MPL_TEST_CASE() typedef
Dremove_if.cpp30 typedef list10_c<int,0,1,2,3,4,5,6,7,8,9> numbers; in MPL_TEST_CASE() typedef
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
DMetadataTableSchema.java93 public static DigitSequences of(DigitSequence... numbers) { in of()
97 private DigitSequences(Iterable<DigitSequence> numbers) { in DigitSequences()
/third_party/boost/libs/hana/example/tuple/
Dfoldable.cpp18 constexpr auto numbers = hana::tuple_c<int, 5, -1, 0, -7, -2, 0, -5, 4>; in main() local
/third_party/boost/libs/test/example/
Dtest_case_template_example.cpp28 typedef boost::mpl::range_c<int,0,10> numbers; in init_unit_test_suite() typedef

1234