Home
last modified time | relevance | path

Searched defs:numbers (Results 1 - 25 of 53) sorted by relevance

123

/third_party/libabigail/tests/data/test-abidiff/
H A Dtest-PR27985-v0.c3 int numbers[2]; member
H A Dtest-PR27985-v1.c3 int numbers[3]; member
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-golang/parse-number-fxx-test-data/script/
H A Dextract-numbery-strings.go55 var numbers = map[string]struct{}{} var
/third_party/libphonenumber/cpp/test/phonenumbers/
H A Dtest_util.cc49 ostream& operator<<(ostream& os, const vector<PhoneNumber>& numbers) { in operator <<() argument
/third_party/rust/crates/clang-sys/src/
H A Dsupport.rs210 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 DMigrationFactory.java125 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 Dtest.c131 int numbers[3][3] = in create_objects() local
/third_party/icu/icu4c/source/samples/plurfmtsample/
H A Dplurfmtsample.cpp45 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 DMetadataTableSchema.java93 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 DDigitSequenceMatcherTest.java175 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 Dplurfmtsample.cpp45 int numbers[] = {0, 1, 2, 3, 4, 5, 10, 100, 101, 102}; in PluralFormatExample() local
[all...]
/third_party/python/Modules/_decimal/tests/
H A Dformathelper.py121 numbers = [ variable
/third_party/cJSON/tests/
H A Dold_utils_tests.c91 int numbers[10] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in misc_tests() local
H A Dcjson_add.c122 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 Dunit-msgpack.cpp465 std::vector<int32_t> numbers; variable
510 std::vector<int64_t> numbers; variable
[all...]
H A Dunit-cbor.cpp175 std::vector<int64_t> numbers; variable
236 std::vector<int64_t> numbers; global() variable
[all...]
/third_party/node/deps/v8/src/extensions/
H A Dstatistics-extension.cc112 const StatisticNumber numbers[] = { in GetCounters() local
/third_party/python/Lib/lib2to3/
H A Dfixer_base.py29 numbers = itertools.count(1) # For new_name() variable in BaseFix
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_enum.cc285 std::set<int> numbers; in GenerateMethods() local
/third_party/rust/crates/nix/src/sys/
H A Dresource.rs427 let mut numbers: Vec<i32> = (1..1_000_000).collect(); in test_self_cpu_time() variables
/third_party/backends/testsuite/sanei/
H A Dsanei_config_test.c314 SANE_Word numbers[7]; in word_array_option() local
/third_party/icu/icu4c/source/test/perf/leperf/
H A Dxmlreader.cpp42 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 Dxmlreader.cpp38 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 Dfs_files.c725 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 DCompilerRegressionTest.java121 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...]

Completed in 14 milliseconds

123