Home
last modified time | relevance | path

Searched defs:Checker (Results 1 – 25 of 437) sorted by relevance

12345678910>>...18

/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/
Dcheck.go132 type Checker struct { struct
135 conf *Config
136 ctxt *Context // context for de-duplicating instances
137 fset *token.FileSet
138 pkg *Package
139 *Info
140 version goVersion // accepted language version
141 nextID uint64 // unique Id for type parameters (first valid Id is 1)
142 …ap[Object]*declInfo // maps package-level objects and (non-interface) methods to declaration info
143 …mpMap map[importKey]*Package // maps (import path, source directory) to (complete or fake) package
[all …]
Dunion.go54 func parseUnion(check *Checker, uexpr ast.Expr) Type {
139 func parseTilde(check *Checker, tx ast.Expr) *Term {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dcheck.go115 type Checker struct { struct
118 conf *Config
119 ctxt *Context // context for de-duplicating instances
120 pkg *Package
121 *Info
122 version goVersion // accepted language version
123 nextID uint64 // unique Id for type parameters (first valid Id is 1)
124 …ap[Object]*declInfo // maps package-level objects and (non-interface) methods to declaration info
125 …mpMap map[importKey]*Package // maps (import path, source directory) to (complete or fake) package
136 pkgPathMap map[string]map[string]bool
[all …]
Dunion.go53 func parseUnion(check *Checker, uexpr syntax.Expr) Type {
138 func parseTilde(check *Checker, tx syntax.Expr) *Term {
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/iostream.objects/
H A Dinit.pass.cpp30 struct Checker { struct
36 Checker() in Checker() argument
48 ~Checker() { in ~Checker() argument
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/g3doc/
H A Dadvise.md76 ### Checker subsection
84 #### JobChecker (Not Available OSS)
89 #### AcceleratorUtilization Checker
92 #### OperationChecker
97 #### ExpensiveOperationChecker
103 #### Contribute Your Checker
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/
H A Dfile_size.pass.cpp113 ExceptionChecker Checker(p, TC.expected_err, "directory_entry::file_size"); in not_regular_file() local
147 ExceptionChecker Checker(static_env.DNE, in error_reporting() local
170 ExceptionChecker Checker(static_env.BadSymlink, in error_reporting() local
193 ExceptionChecker Checker(file, std::errc::permission_denied, "file_size"); in error_reporting() local
218 ExceptionChecker Checker(sym_in_dir, std::errc::permission_denied, in error_reporting() local
244 ExceptionChecker Checker(sym_out_of_dir, std::errc::permission_denied, in error_reporting() local
H A Dlast_write_time.pass.cpp115 ExceptionChecker Checker(static_env.DNE, in error_reporting() local
138 ExceptionChecker Checker(static_env.BadSymlink, in error_reporting() local
161 ExceptionChecker Checker(file, std::errc::permission_denied, in error_reporting() local
187 ExceptionChecker Checker(sym_in_dir, std::errc::permission_denied, in error_reporting() local
213 ExceptionChecker Checker(sym_out_of_dir, std::errc::permission_denied, in error_reporting() local
H A Dhard_link_count.pass.cpp151 ExceptionChecker Checker(static_env.DNE, in error_reporting() local
174 ExceptionChecker Checker(static_env.BadSymlink, in error_reporting() local
197 ExceptionChecker Checker(file, std::errc::permission_denied, in error_reporting() local
223 ExceptionChecker Checker(sym_in_dir, std::errc::permission_denied, in error_reporting() local
249 ExceptionChecker Checker(sym_out_of_dir, std::errc::permission_denied, in error_reporting() local
/aosp_15_r20/external/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/
H A Dfile_size.pass.cpp105 ExceptionChecker Checker(p, TC.expected_err, "directory_entry::file_size"); in TEST_CASE() local
136 ExceptionChecker Checker(StaticEnv::DNE, in TEST_CASE() local
159 ExceptionChecker Checker(StaticEnv::BadSymlink, in TEST_CASE() local
179 ExceptionChecker Checker(file, std::errc::permission_denied, "file_size"); in TEST_CASE() local
204 ExceptionChecker Checker(sym_in_dir, std::errc::permission_denied, in TEST_CASE() local
230 ExceptionChecker Checker(sym_out_of_dir, std::errc::permission_denied, in TEST_CASE() local
H A Dlast_write_time.pass.cpp108 ExceptionChecker Checker(StaticEnv::DNE, in TEST_CASE() local
131 ExceptionChecker Checker(StaticEnv::BadSymlink, in TEST_CASE() local
151 ExceptionChecker Checker(file, std::errc::permission_denied, in TEST_CASE() local
177 ExceptionChecker Checker(sym_in_dir, std::errc::permission_denied, in TEST_CASE() local
203 ExceptionChecker Checker(sym_out_of_dir, std::errc::permission_denied, in TEST_CASE() local
H A Dhard_link_count.pass.cpp135 ExceptionChecker Checker(StaticEnv::DNE, in TEST_CASE() local
158 ExceptionChecker Checker(StaticEnv::BadSymlink, in TEST_CASE() local
178 ExceptionChecker Checker(file, std::errc::permission_denied, in TEST_CASE() local
204 ExceptionChecker Checker(sym_in_dir, std::errc::permission_denied, in TEST_CASE() local
230 ExceptionChecker Checker(sym_out_of_dir, std::errc::permission_denied, in TEST_CASE() local
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dconditional-temporaries.cpp28 struct Checker { struct
29 Checker() { in Checker() argument
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Checkers/
H A DLLVMConventionsChecker.cpp120 const CheckerBase *Checker; member in __anon3076890c0111::StringRefCheckerVisitor
139 const CheckerBase *Checker) { in CheckStringRefAssignedTemporary()
220 const CheckerBase *Checker; member in __anon3076890c0211::ASTFieldVisitor
233 const CheckerBase *Checker) { in CheckASTMemory()
H A DCheckObjCInstMethSignature.cpp44 const CheckerBase *Checker) { in CompareReturnTypes()
81 const CheckerBase *Checker) { in CheckObjCInstMethSignature()
/aosp_15_r20/external/perfetto/src/base/
H A Dcircular_queue_unittest.cc177 class Checker { in TEST() class
184 Checker(Stats* stats, int n) : stats_(stats), n_(n) { in TEST() function in perfetto::base::__anon2dfd44cc0111::TEST::Checker
199 Checker(Checker&& other) noexcept { in TEST() function in perfetto::base::__anon2dfd44cc0111::TEST::Checker
/aosp_15_r20/external/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp475 static int checkAllExpressions(RuntimeDyldChecker &Checker) { in checkAllExpressions()
491 applySpecificSectionMappings(RuntimeDyldChecker &Checker) { in applySpecificSectionMappings()
545 RuntimeDyldChecker &Checker) { in remapSectionsAndSymbols()
679 RuntimeDyldChecker Checker(Dyld, Disassembler.get(), InstPrinter.get(), in linkAndVerify() local
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/
H A DChecker.cpp30 CheckerProgramPointTag::CheckerProgramPointTag(const CheckerBase *Checker, in CheckerProgramPointTag()
35 const CheckerBase &Checker) { in operator <<()
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/
H A DIgnorePropertiesUtil.java84 public final static class Checker class in IgnorePropertiesUtil
92 private Checker(Set<String> toIgnore, Set<String> toInclude) { in Checker() method in IgnorePropertiesUtil.Checker
/aosp_15_r20/external/rust/android-crates-io/crates/remain/src/
Dvisit.rs11 struct Checker; struct
13 impl VisitMut for Checker { implementation
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
H A DAbstractNewInstanceTestCase.java146 protected class Checker { class in AbstractNewInstanceTestCase
149 public Checker(byte expectedTag) { in Checker() method in AbstractNewInstanceTestCase.Checker
/aosp_15_r20/external/icu/icu4j/tools/misc/src/main/java/com/ibm/icu/dev/tool/charsetdet/sbcs/
H A DChecker.java19 public class Checker implements NGramParser.NGramParserClient class
41 public Checker(NGramList list, InputFile dataFile) in Checker() method in Checker
/aosp_15_r20/out/soong/.intermediates/external/jsr305/jsr305/android_common/turbine-combined/
Djsr305.jarjavax/annotation/CheckForNull.class <Unknown> package javax.annotation public abstract annotation javax. ...
/aosp_15_r20/out/soong/.intermediates/external/jsr305/jsr305/android_common_apex33/turbine/
Djsr305.jarjavax/annotation/CheckForNull.class <Unknown> package javax.annotation public abstract annotation javax. ...
/aosp_15_r20/out/soong/.intermediates/external/jsr305/jsr305/android_common_apex30/turbine-combined/
Djsr305.jarjavax/annotation/CheckForNull.class <Unknown> package javax.annotation public abstract annotation javax. ...

12345678910>>...18