Home
last modified time | relevance | path

Searched refs:checkers (Results 1 – 25 of 36) sorted by relevance

12

/third_party/rust/crates/which-rs/src/
Dchecker.rs59 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/
DCanvas_SrcRectConstraint.cpp11 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/
DStatisticsTool.java358 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/
Dcheckdeps.py90 checkers = dict(
99 if not file_extension in checkers:
101 checker = checkers[file_extension]
/third_party/python/Doc/tools/
Drstlint.py51 checkers = {} variable
60 checkers.setdefault(suffix, []).append(func)
266 checkerlist = checkers.get(ext, None)
/third_party/node/test/internet/
Dtest-dns-any.js22 const checkers = { variable
112 checkers[`check${obj.type}`](obj);
/third_party/node/deps/ada/
Dada.cpp7 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 …]
Dada.h1014 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/
Dtyping.rst15 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/
DOSSL_ITEM.pod30 describes a type, but document checkers still want that section, and
DOSSL_DISPATCH.pod55 describes a type, but document checkers still want that section, and
DOSSL_CALLBACK.pod51 describes a type, but document checkers still want that section, and
DOSSL_ALGORITHM.pod124 describes a type, but document checkers still want that section, and
DOSSL_PARAM.pod296 describes a type, but document checkers still want that section, and
/third_party/mbedtls/tests/suites/
Dtest_suite_gcm.function35 * count as an overflow for memory sanitizers and static checkers. */
89 * count as an overflow for memory sanitizers and static checkers. */
Dtest_suite_ccm.function34 * count as an overflow for memory sanitizers and static checkers. */
/third_party/python/Misc/NEWS.d/
D3.10.0b3.rst240 documentation. They were never properly supported by type checkers.
D3.10.0a1.rst1171 readily interpretable by static type checkers.
/third_party/icu/icu4j/perf-tests/data/collation/
Dthesis.txt70 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/
Dpylintrc18 # usually to register additional checkers.
/third_party/python/Doc/whatsnew/
D3.10.rst751 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.
D3.9.rst1484 and to match the behavior of static type checkers specified in the PEP.
/third_party/astc-encoder/
D.pylintrc9 # usually to register additional checkers.
/third_party/zlib/
DFAQ306 checkers.
/third_party/python/Doc/reference/
Ddatamodel.rst2215 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

12