| /third_party/libphonenumber/ |
| D | FAQ.md | 95 ### 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/ |
| D | constIndexedAccess.ts | 2 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/ |
| D | fibonacci.hpp | 15 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/ |
| D | descriptor_database_unittest.cc | 409 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/ |
| D | MigrationFactory.java | 86 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/ |
| D | tensor_helpers.cc | 23 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/ |
| D | FlexBuffersTest.kt | 89 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/ |
| D | appendix_mpl.cpp | 507 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/ |
| D | CppUsage.md | 604 ### Support of hexadecimal and special floating-point numbers 615 ### Comparison of floating-point NaN values
|
| /third_party/typescript/tests/baselines/reference/ |
| D | thisTypeInTypePredicate.js | 7 var numbers = filter(function (x) { return 'number' == typeof x; }); variable
|
| /third_party/boost/libs/mpl/test/ |
| D | lower_bound.cpp | 23 typedef list_c<int,1,2,3,3,3,5,8> numbers; in MPL_TEST_CASE() typedef
|
| D | upper_bound.cpp | 24 typedef list_c<int,1,2,3,3,3,5,8> numbers; in MPL_TEST_CASE() typedef
|
| D | insert.cpp | 25 typedef vector_c<int,0,1,3,4,5,6,7,8,9> numbers; in MPL_TEST_CASE() typedef
|
| D | replace_if.cpp | 28 typedef list8_c<int,1,4,5,2,7,5,3,5>::type numbers; in MPL_TEST_CASE() typedef
|
| D | max_element.cpp | 21 typedef list_c<int,3,4,2,0,-5,8,-1,7>::type numbers; in MPL_TEST_CASE() typedef
|
| D | reverse.cpp | 26 typedef list_c<int,9,8,7,6,5,4,3,2,1,0> numbers; in MPL_TEST_CASE() typedef
|
| D | sort.cpp | 21 typedef list_c<int, 3, 4, 0, -5, 8, -1, 7>::type numbers; in MPL_TEST_CASE() typedef
|
| D | at.cpp | 27 typedef vector10_c<int,9,8,7,6,5,4,3,2,1,0> numbers; in MPL_TEST_CASE() typedef
|
| D | stable_partition.cpp | 23 typedef vector_c<int,3,4,0,-5,8,-1,7>::type numbers; typedef
|
| D | fold.cpp | 46 typedef list_c<int,5,-1,0,-7,-2,0,-5,4> numbers; in MPL_TEST_CASE() typedef
|
| D | copy_if.cpp | 29 typedef list10_c<int,0,1,2,3,4,5,6,7,8,9>::type numbers; in MPL_TEST_CASE() typedef
|
| D | remove_if.cpp | 30 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/ |
| D | MetadataTableSchema.java | 93 public static DigitSequences of(DigitSequence... numbers) { in of() 97 private DigitSequences(Iterable<DigitSequence> numbers) { in DigitSequences()
|
| /third_party/boost/libs/hana/example/tuple/ |
| D | foldable.cpp | 18 constexpr auto numbers = hana::tuple_c<int, 5, -1, 0, -7, -2, 0, -5, 4>; in main() local
|
| /third_party/boost/libs/test/example/ |
| D | test_case_template_example.cpp | 28 typedef boost::mpl::range_c<int,0,10> numbers; in init_unit_test_suite() typedef
|