/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/ |
ITestSuiteTest.java | 37 import com.android.tradefed.suite.checker.ISystemStatusChecker; 195 * Test for {@link ITestSuite#run(ITestInvocationListener)} when the System status checker is 220 * Test for {@link ITestSuite#run(ITestInvocationListener)} when the System status checker is 257 * Test for {@link ITestSuite#run(ITestInvocationListener)} when the System status checker is
|
/prebuilts/sdk/tools/ |
jack-jacoco-reporter.jar | |
/prebuilts/tools/common/m2/repository/com/github/marschall/memoryfilesystem/0.6.4/ |
memoryfilesystem-0.6.4.jar | |
/external/v8/src/parsing/ |
parser-base.h | [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
DynamicTypePropagation.cpp | 15 // This checker defines the rules for dynamic type gathering and propagation. 17 // Generics Checker for Objective-C: 18 // This checker tries to find type errors that the compiler is not able to catch 28 #include "clang/StaticAnalyzer/Core/Checker.h" 51 public Checker< check::PreCall, 110 /// This value is set to true, when the Generics checker is turned on. 541 // This checker detects the subtyping relationships using the assignment 543 // first. The checker treats every type as kindof type anyways: when the 957 DynamicTypePropagation *checker = local [all...] |
BasicObjCFoundationChecks.cpp | 25 #include "clang/StaticAnalyzer/Core/Checker.h" 43 APIMisuse(const CheckerBase *checker, const char *name) 44 : BugType(checker, name, "API Misuse (Apple)") {} 96 class NilArgChecker : public Checker<check::PreObjCMessage, 343 class CFNumberCreateChecker : public Checker< check::PreStmt<CallExpr> > { 529 class CFRetainReleaseChecker : public Checker< check::PreStmt<CallExpr> > { 623 class ClassReleaseChecker : public Checker<check::PreObjCMessage> { 679 class VariadicMethodTypeChecker : public Checker<check::PreObjCMessage> { 837 : public Checker<check::PostStmt<ObjCForCollectionStmt>, [all...] |
LocalizationChecker.cpp | 11 // 1) A checker that warns about uses of non-localized NSStrings passed to 13 // 2) A syntactic checker that warns against the bad practice of 24 #include "clang/StaticAnalyzer/Core/Checker.h" 61 : public Checker<check::PostCall, check::PreObjCMessage, 93 // When this parameter is set to true, the checker assumes all [all...] |
CStringChecker.cpp | 19 #include "clang/StaticAnalyzer/Core/Checker.h" 32 class CStringChecker : public Checker< eval::Call, [all...] |
/external/protobuf/python/google/protobuf/ |
text_format.py | [all...] |
/external/v8/src/compiler/ |
machine-graph-verifier.cc | 813 MachineRepresentationChecker checker(schedule, &representation_inferrer, 815 checker.Run();
|
/frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/vo/ |
RelationCollector.kt | 175 context.checker.check(parsedQuery.errors.isEmpty(), relation.field.element,
|
/prebuilts/go/darwin-x86/src/go/types/ |
example_test.go | 148 // ExampleInfo prints various facts recorded by the type checker in a
|
typestring.go | 50 // checker vs packages imported from gc export data.
|
decl.go | 13 func (check *Checker) reportAltDecl(obj Object) { 22 func (check *Checker) declare(scope *Scope, id *ast.Ident, obj Object, pos token.Pos) { 42 func (check *Checker) objDecl(obj Object, def *Named, path []*TypeName) { 97 func (check *Checker) constDecl(obj *Const, typ, init ast.Expr) { 133 func (check *Checker) varDecl(obj *Var, lhs []*Var, typ, init ast.Expr) { 150 // (see Checker.objDecl) and the assignment of init exprs, 222 func (check *Checker) typeDecl(obj *TypeName, typ ast.Expr, def *Named, path []*TypeName) { 258 func (check *Checker) addMethodDecls(obj *TypeName) { 280 // Checker.Files may be called multiple times; additional package files 314 func (check *Checker) funcDecl(obj *Func, decl *declInfo) [all...] |
object.go | 231 // resolution (1st type-checker pass). We could store the field outside but it's
|
/prebuilts/go/linux-x86/src/go/types/ |
example_test.go | 148 // ExampleInfo prints various facts recorded by the type checker in a
|
typestring.go | 50 // checker vs packages imported from gc export data.
|
decl.go | 13 func (check *Checker) reportAltDecl(obj Object) { 22 func (check *Checker) declare(scope *Scope, id *ast.Ident, obj Object, pos token.Pos) { 42 func (check *Checker) objDecl(obj Object, def *Named, path []*TypeName) { 97 func (check *Checker) constDecl(obj *Const, typ, init ast.Expr) { 133 func (check *Checker) varDecl(obj *Var, lhs []*Var, typ, init ast.Expr) { 150 // (see Checker.objDecl) and the assignment of init exprs, 222 func (check *Checker) typeDecl(obj *TypeName, typ ast.Expr, def *Named, path []*TypeName) { 258 func (check *Checker) addMethodDecls(obj *TypeName) { 280 // Checker.Files may be called multiple times; additional package files 314 func (check *Checker) funcDecl(obj *Func, decl *declInfo) [all...] |
/prebuilts/go/darwin-x86/src/cmd/vet/ |
main.go | 5 // Vet is a simple checker for static errors in Go source code. 146 // The inner level is keyed by checker name.
|
/prebuilts/go/linux-x86/src/cmd/vet/ |
main.go | 5 // Vet is a simple checker for static errors in Go source code. 146 // The inner level is keyed by checker name.
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/ |
ModuleDefinition.java | 36 import com.android.tradefed.suite.checker.ISystemStatusCheckerReceiver; 297 // We do not pass down Status checker because they are already running at the
|
/test/vts/script/ |
run_cts_with_profiling.sh | 92 cts-tradefed run commandAndExit cts --skip-device-info --skip-system-status-check com.android.compatibility.common.tradefed.targetprep.NetworkConnectivityChecker --skip-system-status-check com.android.tradefed.suite.checker.KeyguardStatusChecker -m $i
|
/external/javassist/src/main/javassist/compiler/ |
CodeGen.java | 93 public void setTypeChecker(TypeChecker checker) { 94 typeChecker = checker; [all...] |
/prebuilts/devtools/tools/lib/ |
draw9patch.jar | |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/ |
compile.go | 161 // Run consistency checker between each phase
|