/external/autotest/server/ |
lab_status_unittest.py | 250 def _assert_lab_status(self, test_values, checker): 254 `checker` function to test the corresponding status is 259 @param checker Function to be called against each of the lab 265 checker(lab_status)
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py2/ |
commands.py | 239 checker = ext.check_prerequisites 243 if checker(self):
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py3/ |
commands.py | 238 checker = ext.check_prerequisites 242 if checker(self):
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py2/ |
commands.py | 239 checker = ext.check_prerequisites 243 if checker(self):
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py3/ |
commands.py | 238 checker = ext.check_prerequisites 242 if checker(self):
|
/external/skia/tests/ |
SRGBReadWritePixelsTest.cpp | 115 GrPixelConfig readConfig, CheckFn checker, float error, 130 if (!checker(orig, read, error)) {
|
/frameworks/native/opengl/tools/glgen/src/ |
GenerateGL.java | 134 ParameterChecker checker = new ParameterChecker(checksReader); local 138 checker,
|
/libcore/luni/src/test/java/libcore/java/security/cert/ |
CertPathValidatorTest.java | 88 for (PKIXCertPathChecker checker : params.getCertPathCheckers()) { 89 assertFalse(checker instanceof PKIXRevocationChecker);
|
/libcore/ojluni/src/main/java/sun/security/provider/certpath/ |
ForwardBuilder.java | 701 for (PKIXCertPathChecker checker : currState.forwardCheckers) { 702 checker.check(cert, unresCritExts); 711 for (PKIXCertPathChecker checker : buildParams.certPathCheckers()) { 712 if (!checker.isForwardCheckingSupported()) { 713 Set<String> supportedExts = checker.getSupportedExtensions(); [all...] |
ReverseBuilder.java | 485 for (PKIXCertPathChecker checker : currentState.userCheckers) { 486 checker.check(cert, unresolvedCritExts);
|
/prebuilts/clang/darwin-x86/host/3.6/tools/scan-build/ |
scan-build | 96 # Print default checker names [all...] |
/prebuilts/clang/linux-x86/host/3.6/tools/scan-build/ |
scan-build | 96 # Print default checker names [all...] |
/art/test/ |
Android.libarttest.mk | 45 570-checker-osr/osr.cc \
|
Android.run-test.mk | 240 # 569-checker-pattern-replacement tests behaviour present only on host. 243 569-checker-pattern-replacement 295 529-checker-unresolved \ 296 555-checker-regression-x86const \ 297 608-checker-unresolved-lse 426 # 802 and 570-checker-osr: 433 570-checker-osr \ 472 510-checker-try-catch \ 528 # more parallel moves on x86, thus some Checker assertions may fail. 534 484-checker-register-hints [all...] |
/art/tools/checker/ |
checker.py | 23 from file_format.checker.parser import ParseCheckerStream
|
/external/e2fsprogs/lib/et/ |
Makefile.in | 48 @CHECKER_CMT@ $(Q) $(CC) $(ALL_CFLAGS) -checker -g -o checker/$*.o -c $<
|
/prebuilts/misc/common/swig/include/2.0.11/chicken/ |
typemaps.i | 105 %define INOUT_TYPEMAP(type_, from_scheme, to_scheme, checker, convtype, storage_) 108 %{ if (!checker ($input)) {
|
chicken.swg | 38 %define SIMPLE_TYPEMAP(type_, from_scheme, to_scheme, checker, convtype, storage_) 41 %{ if (!checker ($input)) { 49 %{ if (!checker ($input)) { 57 %{ if (!checker ($input)) {
|
/external/clang/utils/check_cfc/ |
check_cfc.py | 379 checker = class_(temp_output_file_orig) 381 checker.perform_check(arguments_a, my_env)
|
/packages/apps/Messaging/build/ |
gcheckstyle.mk | 36 # Rebuilds the style errors text if the style checker or any of the java files have changed
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/ |
PreCompilerBuilder.java | 844 RenderScriptChecker checker = new RenderScriptChecker(sourceFolders, local 859 RenderScriptChecker checker = mRenderScriptSourceChangeHandler.getChecker(); local [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
NullabilityChecker.cpp | 1 //== Nullabilityhecker.cpp - Nullability checker ----------------*- C++ -*--==// 10 // This checker tries to find nullability violations. There are several kinds of 19 // This checker propagates the nullability information of the pointers and looks 21 // considered a way to suppress false positives for this checker. The other way 23 // code. In addition to the nullability propagation this checker also uses some 31 #include "clang/StaticAnalyzer/Core/Checker.h" 105 : public Checker<check::Bind, check::PreCall, check::PreStmt<ReturnStmt>, 171 /// path by this checker. 242 // precondition is not met on a path, this checker will be esentially turned off 244 // so this checker would not lead to reduced coverage [all...] |
CheckSecuritySyntaxOnly.cpp | 19 #include "clang/StaticAnalyzer/Core/Checker.h" 91 // Checker-specific methods. 748 class SecuritySyntaxChecker : public Checker<check::ASTCodeBody> { 762 SecuritySyntaxChecker *checker = \ 764 checker->filter.check_##name = true; \ 765 checker->filter.checkName_##name = mgr.getCurrentCheckName(); \
|
IvarInvalidationChecker.cpp | 10 // This checker implements annotation driven invalidation checking. If a class 25 // the invalidation method. The checker checks that each invalidation 36 #include "clang/StaticAnalyzer/Core/Checker.h" 731 public Checker<check::ASTDecl<ObjCImplementationDecl> > { 745 IvarInvalidationChecker *checker = \ 747 checker->Filter.check_##name = true; \ 748 checker->Filter.checkName_##name = mgr.getCurrentCheckName(); \
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/ |
LevenbergMarquardtOptimizer.java | 41 * inherited convergence checker and the Q.R. decomposition which has been 153 * <li>{@link #setConvergenceChecker(VectorialConvergenceChecker) vectorial convergence checker}: null</li> 163 * #setConvergenceChecker vectorial convergence checker} is set to a non-null value, it 198 * convergence checker} is set to null.</p> 208 * convergence checker} is set to null.</p> 219 * vectorial convergence checker} being null or non-null.</p> 435 if (checker != null) { 436 // we use the vectorial convergence checker 437 if (checker.converged(getIterations(), previous, current)) { 455 if (checker==null) [all...] |