| /third_party/libabigail/tests/data/test-abidiff/ |
| H A D | test-PR27985-v0.c | 3 int numbers[2]; member
|
| H A D | test-PR27985-v1.c | 3 int numbers[3]; member
|
| /third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-golang/parse-number-fxx-test-data/script/ |
| H A D | extract-numbery-strings.go | 55 var numbers = map[string]struct{}{} var
|
| /third_party/libphonenumber/cpp/test/phonenumbers/ |
| H A D | test_util.cc | 49 ostream& operator<<(ostream& os, const vector<PhoneNumber>& numbers) { in operator <<() argument
|
| /third_party/rust/crates/clang-sys/src/ |
| H A D | support.rs | 210 let mut numbers = output[start..].split_whitespace().next()?.split('.'); in parse_version() variables
|
| /third_party/libphonenumber/migrator/src/main/java/com/google/phonenumbers/migrator/ |
| H A D | MigrationFactory.java | 125 public static MigrationJob createCustomRecipeMigration(ImmutableList<String> numbers, in createCustomRecipeMigration() argument 140 public static MigrationJob createMigration(ImmutableList<String> numbers, Strin argument [all...] |
| /third_party/cJSON/ |
| H A D | test.c | 131 int numbers[3][3] = in create_objects() local
|
| /third_party/icu/icu4c/source/samples/plurfmtsample/ |
| H A D | plurfmtsample.cpp | 45 int numbers[] = {0, 1, 2, 3, 4, 5, 10, 100, 101, 102}; in PluralFormatExample() local [all...] |
| /third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/ |
| H A D | MetadataTableSchema.java | 93 public static DigitSequences of(DigitSequence... numbers) { in of() argument 97 private DigitSequences(Iterable<DigitSequence> numbers) { in DigitSequences() argument [all...] |
| /third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/ |
| H A D | DigitSequenceMatcherTest.java | 175 private static void assertMatches(RangeTree dfa, String... numbers) { in assertMatches() argument 183 private static void assertNotMatches(RangeTree dfa, Result error, String... numbers) { in assertNotMatches() argument 191 private static void checkRegex(RangeTree dfa, boolean expectMatch, String... numbers) { in checkRegex() argument 199 assertMatcher( DigitSequenceMatcher matcher, Result expected, String... numbers) assertMatcher() argument [all...] |
| /third_party/skia/third_party/externals/icu/source/samples/plurfmtsample/ |
| H A D | plurfmtsample.cpp | 45 int numbers[] = {0, 1, 2, 3, 4, 5, 10, 100, 101, 102}; in PluralFormatExample() local [all...] |
| /third_party/python/Modules/_decimal/tests/ |
| H A D | formathelper.py | 121 numbers = [ variable
|
| /third_party/cJSON/tests/ |
| H A D | old_utils_tests.c | 91 int numbers[10] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in misc_tests() local
|
| H A D | cjson_add.c | 122 int numbers[] = {1, 2, 3}; in cjson_create_int_array_should_fail_on_allocation_failure() local 133 float numbers[] = {1.0f, 2.0f, 3.0f}; in cjson_create_float_array_should_fail_on_allocation_failure() local 144 double numbers[] = {1.0, 2.0, 3.0}; in cjson_create_double_array_should_fail_on_allocation_failure() local
|
| /third_party/json/tests/src/ |
| H A D | unit-msgpack.cpp | 465 std::vector<int32_t> numbers; variable 510 std::vector<int64_t> numbers; variable [all...] |
| H A D | unit-cbor.cpp | 175 std::vector<int64_t> numbers; variable 236 std::vector<int64_t> numbers; global() variable [all...] |
| /third_party/node/deps/v8/src/extensions/ |
| H A D | statistics-extension.cc | 112 const StatisticNumber numbers[] = { in GetCounters() local
|
| /third_party/python/Lib/lib2to3/ |
| H A D | fixer_base.py | 29 numbers = itertools.count(1) # For new_name() variable in BaseFix
|
| /third_party/protobuf/src/google/protobuf/compiler/cpp/ |
| H A D | cpp_enum.cc | 285 std::set<int> numbers; in GenerateMethods() local
|
| /third_party/rust/crates/nix/src/sys/ |
| H A D | resource.rs | 427 let mut numbers: Vec<i32> = (1..1_000_000).collect(); in test_self_cpu_time() variables
|
| /third_party/backends/testsuite/sanei/ |
| H A D | sanei_config_test.c | 314 SANE_Word numbers[7]; in word_array_option() local
|
| /third_party/icu/icu4c/source/test/perf/leperf/ |
| H A D | xmlreader.cpp | 42 static le_uint32 *getHexArray(const UnicodeString &numbers, int32_t &arraySize) in getHexArray() argument 88 static float *getFloatArray(const UnicodeString &numbers, int32_ argument [all...] |
| /third_party/icu/icu4c/source/test/letest/ |
| H A D | xmlreader.cpp | 38 static le_uint32 *getHexArray(const UnicodeString &numbers, int32_t &arraySize) in getHexArray() argument 84 static float *getFloatArray(const UnicodeString &numbers, int32_ argument [all...] |
| /third_party/NuttX/fs/inode/ |
| H A D | fs_files.c | 725 static struct fd_table_s * alloc_fd_table(unsigned int numbers) in alloc_fd_table() argument
|
| /third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/ |
| H A D | CompilerRegressionTest.java | 121 testExpectedMatch(String testName, DigitSequenceMatcher matcher, Multimap<Result, DigitSequence> numbers) testExpectedMatch() argument 132 testExpectedFailure(String testName, DigitSequenceMatcher matcher, Multimap<Result, DigitSequence> numbers) testExpectedFailure() argument 197 private final SetMultimap<Result, DigitSequence> numbers; global() field in CompilerRegressionTest.Visitor 201 Visitor(RangeSpecification sourcePath, SetMultimap<Result, DigitSequence> numbers, Set<DfaNode> visited) Visitor() argument [all...] |