/third_party/rust/crates/which-rs/src/ |
D | checker.rs | 59 checkers: Vec<Box<dyn Checker>>, field 65 checkers: Vec::new(), in new() 70 self.checkers.push(checker); in add_checker() 77 self.checkers.iter().all(|checker| checker.is_valid(path)) in is_valid()
|
/third_party/skia/docs/examples/ |
D | Canvas_SrcRectConstraint.cpp | 11 uint32_t checkers[][2] = { { SK_ColorBLACK, SK_ColorWHITE }, in draw() local 14 SkImageInfo::MakeN32Premul(2, 2), (void*) checkers, sizeof(checkers[0]), 1, 1); in draw()
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/ |
D | StatisticsTool.java | 358 Checker[] checkers = new Checker[file_count]; in main() local 363 checkers[i] = new Checker(tool.collectStatistics(file), file); in main() 373 Checker checker = checkers[c]; in main() 399 checkers[c].setMapper(file); in main() 413 scores[c] = checkers[c].checkBuffer(buffer, charCount); in main() 433 System.out.println(" " + checkers[c].getLanguage() + ": " + histogram[c]); in main()
|
/third_party/skia/buildtools/checkdeps/ |
D | checkdeps.py | 90 checkers = dict( 99 if not file_extension in checkers: 101 checker = checkers[file_extension]
|
/third_party/python/Doc/tools/ |
D | rstlint.py | 51 checkers = {} variable 60 checkers.setdefault(suffix, []).append(func) 266 checkerlist = checkers.get(ext, None)
|
/third_party/node/test/internet/ |
D | test-dns-any.js | 22 const checkers = { variable 112 checkers[`check${obj.type}`](obj);
|
/third_party/node/deps/ada/ |
D | ada.cpp | 7 namespace ada::checkers { namespace 40 if (std::all_of(view.begin(), view.end(), ada::checkers::is_digit)) { in is_ipv4() 10526 if (checkers::is_normalized_windows_drive_letter( in shorten_path() 10551 if (checkers::is_normalized_windows_drive_letter( in shorten_path() 10984 uint8_t accumulator = checkers::path_signature(input); in parse_prepared_path() 10995 checkers::is_windows_drive_letter(input)); in parse_prepared_path() 11121 checkers::is_windows_drive_letter(path_buffer)) { in parse_prepared_path() 11251 bool is_hex = checkers::has_hex_prefix(input); in parse_ipv4() 11263 checkers::is_digit(input[1])) { in parse_ipv4() 11423 if (pointer == input.end() || !checkers::is_digit(*pointer)) { in parse_ipv6() [all …]
|
D | ada.h | 1014 namespace ada::checkers { 4963 namespace ada::checkers { 5570 if (!has_opaque_path && checkers::begins_with(path, "//")) { 5685 } else if (!has_opaque_path && checkers::begins_with(path, "//")) { 5782 bool input_starts_with_dash = checkers::begins_with(input, "//"); 6022 const bool begins_with_dashdash = checkers::begins_with(input, "//"); 6580 checkers::is_digit(buffer[components.host_end + 1])));
|
/third_party/python/Doc/library/ |
D | typing.rst | 15 They can be used by third party tools such as type checkers, IDEs, linters, 520 and ``Iterable[int]`` by static type checkers. This is known as 552 It is expected that type checkers will flag the deprecated types 823 A type that can be used to indicate to type checkers that the 838 is allowed as type argument to ``Literal[...]``, but type checkers may 866 it can be used by third-party type checkers. For example, a type checker 877 A special typing construct to indicate to type checkers that a name 986 type checkers to determine a more precise type of an expression within a 1002 return type to alert static type checkers to this intention. 1086 checkers. They serve as the parameters for generic types as well [all …]
|
/third_party/openssl/doc/man3/ |
D | OSSL_ITEM.pod | 30 describes a type, but document checkers still want that section, and
|
D | OSSL_DISPATCH.pod | 55 describes a type, but document checkers still want that section, and
|
D | OSSL_CALLBACK.pod | 51 describes a type, but document checkers still want that section, and
|
D | OSSL_ALGORITHM.pod | 124 describes a type, but document checkers still want that section, and
|
D | OSSL_PARAM.pod | 296 describes a type, but document checkers still want that section, and
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_gcm.function | 35 * count as an overflow for memory sanitizers and static checkers. */ 89 * count as an overflow for memory sanitizers and static checkers. */
|
D | test_suite_ccm.function | 34 * count as an overflow for memory sanitizers and static checkers. */
|
/third_party/python/Misc/NEWS.d/ |
D | 3.10.0b3.rst | 240 documentation. They were never properly supported by type checkers.
|
D | 3.10.0a1.rst | 1171 readily interpretable by static type checkers.
|
/third_party/icu/icu4j/perf-tests/data/collation/ |
D | thesis.txt | 70 Bee fore wee rote with checkers 2004 Dahl, P., and Cherkassky, V., Combined encoding in associative spelling checkers, Univ of Minnespta… 2088 Mitton, R., Spelling checkers, spelling correctors and the misspellings of poor spellers, Inf. Proc…
|
/third_party/jerryscript/tools/pylint/ |
D | pylintrc | 18 # usually to register additional checkers.
|
/third_party/python/Doc/whatsnew/ |
D | 3.10.rst | 751 Two new options to improve the information provided to static type checkers for 778 for type checkers to distinguish between type aliases and ordinary assignments, 798 type guard functions and improve information provided to static type checkers 1416 of types readily interpretable by type checkers. 1425 and to match the behavior of static type checkers specified in the PEP.
|
D | 3.9.rst | 1484 and to match the behavior of static type checkers specified in the PEP.
|
/third_party/astc-encoder/ |
D | .pylintrc | 9 # usually to register additional checkers.
|
/third_party/zlib/ |
D | FAQ | 306 checkers.
|
/third_party/python/Doc/reference/ |
D | datamodel.rst | 2215 parameterized at runtime and understood by static type-checkers. 2238 understood by static type-checkers, users should either inherit from a standard 2245 type-checkers such as mypy. Using ``__class_getitem__()`` on any class for
|