/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...] |
SunCertPathBuilder.java | 428 // add the algorithm checker 445 // add the basic checker 532 for (PKIXCertPathChecker checker : 535 if (checker.isForwardCheckingSupported()) { 537 checker.getSupportedExtensions(); [all...] |
/prebuilts/go/darwin-x86/src/cmd/fix/ |
typecheck.go | 16 // Partial type checker. 21 // packages that the program imports. The checker is 24 // a full type check, but the type checker is expected to 245 // struct fields. The real type checker will be 311 // After is the real type checker.
|
/prebuilts/go/linux-x86/src/cmd/fix/ |
typecheck.go | 16 // Partial type checker. 21 // packages that the program imports. The checker is 24 // a full type check, but the type checker is expected to 245 // struct fields. The real type checker will be 311 // After is the real type checker.
|
/external/autotest/server/site_tests/firmware_ECThermal/ |
firmware_ECThermal.py | 216 Checker of temperature reporting. 278 Checker of fan turned off. 394 Checker of thermal engine automatic fan speed control.
|
/external/clang/test/Analysis/ |
NSString.m | 1 // RUN: %clang_cc1 -triple i386-apple-darwin10 -analyze -analyzer-checker=core,osx.cocoa.NilArg,osx.cocoa.RetainCount,alpha.core -analyzer-store=region -analyzer-constraints=range -verify -Wno-objc-root-class %s 2 // RUN: %clang_cc1 -triple i386-apple-darwin10 -analyze -analyzer-checker=core,osx.cocoa.NilArg,osx.cocoa.RetainCount,alpha.core -analyzer-store=region -analyzer-constraints=range -analyzer-config mode=shallow -verify -Wno-objc-root-class %s 3 // RUN: %clang_cc1 -DTEST_64 -triple x86_64-apple-darwin10 -analyze -analyzer-checker=core,osx.cocoa.NilArg,osx.cocoa.RetainCount,alpha.core -analyzer-store=region -analyzer-constraints=range -verify -Wno-objc-root-class %s
|
NewDelete-checker-test.cpp | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,cplusplus.NewDelete -std=c++11 -fblocks -verify %s 2 // RUN: %clang_cc1 -analyze -analyzer-checker=core,cplusplus.NewDeleteLeaks -DLEAKS -std=c++11 -fblocks -verify %s
|
derived-to-base.cpp | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,debug.ExprInspection -verify %s 2 // RUN: %clang_cc1 -analyze -analyzer-checker=core,debug.ExprInspection -DCONSTRUCTORS=1 -analyzer-config c++-inlining=constructors -verify %s
|
localization-aggressive.m | 1 // RUN: %clang_cc1 -analyze -fblocks -analyzer-store=region -analyzer-checker=optin.osx.cocoa.localizability.NonLocalizedStringChecker -analyzer-checker=optin.osx.cocoa.localizability.EmptyLocalizationContextChecker -verify -analyzer-config AggressiveReport=true %s
|
objc_invalidation.m | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.osx.cocoa.InstanceVariableInvalidation -DRUN_IVAR_INVALIDATION -verify %s 2 // RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.osx.cocoa.MissingInvalidationMethod -DRUN_MISSING_INVALIDATION_METHOD -verify %s
|
ptr-arith.c | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=alpha.core.FixedAddr,alpha.core.PointerArithm,alpha.core.PointerSub,debug.ExprInspection -analyzer-store=region -verify -triple x86_64-apple-darwin9 -Wno-tautological-pointer-compare %s 2 // RUN: %clang_cc1 -analyze -analyzer-checker=alpha.core.FixedAddr,alpha.core.PointerArithm,alpha.core.PointerSub,debug.ExprInspection -analyzer-store=region -verify -triple i686-apple-darwin9 -Wno-tautological-pointer-compare %s
|
/external/deqp/modules/gles3/functional/ |
es3fFboCompletenessTests.cpp | 174 class ES3Checker : public Checker 178 : Checker (ctx) 438 Checker* createChecker (const glu::RenderContext& ctx) { return new ES3Checker(ctx); }
|
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
DeprecatedAPIChecker.java | 36 DeprecatedAPIChecker checker = new DeprecatedAPIChecker(apiInfoSet, new PrintWriter(System.err, true)); local 37 checker.checkDeprecated(); 38 System.exit(checker.errCount);
|
/external/v8/src/ |
code-stubs-hydrogen.cc | 508 IfBuilder checker(this); 509 checker.IfNot<HCompareObjectEqAndBranch, HValue*>(allocation_site, 511 checker.Then(); 552 checker.ElseDeopt(Deoptimizer::kUninitializedBoilerplateLiterals); 553 checker.End(); 577 IfBuilder checker(this); 578 checker.IfNot<HCompareObjectEqAndBranch, HValue*>(allocation_site, 580 checker.And(); 603 checker.If<HCompareNumericAndBranch>(boilerplate_size, 605 checker.Then() [all...] |
/external/valgrind/drd/scripts/ |
run-splash2 | 134 # 22. Execution time ratio for Intel Thread Checker -p4 versus -p4. 135 # 23. Execution time ratio for Intel Thread Checker -p4 versus -p4. 171 # Accurate and efficient filtering for the Intel thread checker race
|
/prebuilts/android-emulator/ |
README | 83 88a4a7e Added update checker to the emulator 84 3b3c54f Revert "Added update checker to the emulator" 88 6d7ba0a Added update checker to the emulator
|
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/ |
AbstractRestrictBackgroundNetworkTestCase.java | 408 protected void assertDelayedShellCommand(String command, ExpectResultChecker checker) 410 assertDelayedShellCommand(command, 5, 1, checker); 413 ExpectResultChecker checker) throws Exception { 417 if (checker.isExpected(result)) return; 419 + checker.getExpected() + "' on attempt #" + i 423 fail("Command '" + command + "' did not return '" + checker.getExpected() + "' after " [all...] |
/external/autotest/utils/ |
pylintrc | 31 # Disable the message, report, category or checker with the given id(s). You 63 # Enable the message, report, category or checker with the given id(s). You can
|
/external/chromium-trace/catapult/third_party/typ/ |
pylintrc | 41 # Enable the message, report, category or checker with the given id(s). You can 46 # Disable the message, report, category or checker with the given id(s). You
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
ArrayBoundCheckerV2.cpp | 18 #include "clang/StaticAnalyzer/Core/Checker.h" 30 public Checker<check::Location> {
|
/external/jsr305/javadoc/javax/annotation/ |
Nullable.html | 54 <A HREF="../../javax/annotation/Nonnull.Checker.html" title="class in javax.annotation"><B>PREV CLASS</B></A> 134 <A HREF="../../javax/annotation/Nonnull.Checker.html" title="class in javax.annotation"><B>PREV CLASS</B></A>
|
RegEx.html | 55 <A HREF="../../javax/annotation/RegEx.Checker.html" title="class in javax.annotation"><B>NEXT CLASS</B></A></FONT></TD> 172 <A HREF="../../javax/annotation/RegEx.Checker.html" title="class in javax.annotation"><B>NEXT CLASS</B></A></FONT></TD>
|
Signed.html | 54 <A HREF="../../javax/annotation/RegEx.Checker.html" title="class in javax.annotation"><B>PREV CLASS</B></A> 138 <A HREF="../../javax/annotation/RegEx.Checker.html" title="class in javax.annotation"><B>PREV CLASS</B></A>
|
/external/libxml2/doc/examples/ |
index.py | 268 Makefile = Makefile + "valgrind: \n\t$(MAKE) CHECKER='valgrind' tests\n\n" 274 Makefile = Makefile + "\t$(CHECKER) %s\n" % (test)
|
/libcore/ojluni/src/main/java/java/security/cert/ |
PKIXRevocationChecker.java | 67 * of a PKIX {@code CertPathValidator}. When supplying a revocation checker in 243 * revocation checker when the {@link Option#SOFT_FAIL SOFT_FAIL} option
|