Searched
full:checker (Results
776 -
800 of
1436) sorted by null
<<31323334353637383940>>
/libcore/ojluni/src/main/java/sun/security/provider/certpath/ |
AlgorithmChecker.java | 300 * Try to set the trust anchor of the checker. 302 * If there is no trust anchor specified and the checker has not started,
|
/libcore/ojluni/src/main/java/sun/security/validator/ |
EndEntityChecker.java | 120 // variant of this end entity cert checker 123 // type of the validator this checker belongs to
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
ScriptUtils.java | 75 * locale for this spell checker. 182 * @param locale spell checker locale
|
/system/connectivity/shill/cellular/ |
active_passive_out_of_credits_detector_unittest.cc | 284 // Make sure the connection health checker starts when there is no network 301 // Make sure connection health checker does not start again if there is a
|
/art/compiler/optimizing/ |
optimizing_compiler.cc | 193 GraphChecker checker(graph_); 194 checker.Run(); 195 if (!checker.IsValid()) { 196 LOG(FATAL) << "Error after " << pass_name << ": " << Dumpable<GraphChecker>(checker); [all...] |
/art/test/ |
Android.libarttest.mk | 45 570-checker-osr/osr.cc \
|
/art/tools/checker/ |
README | 0 Checker is a testing tool which compiles a given test file and compares the
|
checker.py | 23 from file_format.checker.parser import ParseCheckerStream
|
/development/samples/SpellChecker/HelloSpellChecker/src/com/example/android/hellospellchecker/ |
HelloSpellCheckerActivity.java | 77 Log.e(TAG, "Couldn't obtain the spell checker service.");
|
/device/lge/bullhead/ |
fstab.aosp_bullhead | 3 # The filesystem that contains the filesystem checker binary (typically /system) cannot
|
fstab.bullhead | 3 # The filesystem that contains the filesystem checker binary (typically /system) cannot
|
fstab_fbe.bullhead | 3 # The filesystem that contains the filesystem checker binary (typically /system) cannot
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/ |
GaussNewtonOptimizer.java | 125 converged = checker.converged(getIterations(), previous, current);
|
/external/autotest/client/common_lib/perf_expectations/ |
expectation_checker.py | 35 """Initialize a perf expectation checker.
|
/external/clang/docs/ |
Tooling.rst | 67 * a simple syntax checker
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
GenericTaintChecker.cpp | 10 // This checker defines the attack surface for generic taint propagation. 21 #include "clang/StaticAnalyzer/Core/Checker.h" 31 class GenericTaintChecker : public Checker< check::PostStmt<CallExpr>, 696 // TODO: Should this check be a part of the CString checker?
|
/external/clang/test/Analysis/ |
CFDateGC.m | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,osx.cocoa.RetainCount -analyzer-store=region -analyzer-constraints=range -verify -fobjc-gc %s -Wno-implicit-function-declaration
|
MissingDealloc.m | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=alpha.osx.cocoa.Dealloc %s -verify
|
NoReturn.m | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core -verify %s
|
PR3991.m | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.core -analyzer-store=region -analyzer-constraints=range -verify -triple x86_64-apple-darwin9 -Wno-incomplete-implementation %s
|
additive-folding.cpp | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,debug.ExprInspection -verify -analyzer-constraints=range -Wno-tautological-compare %s
|
array-struct.c | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.core.CastToStruct -analyzer-store=region -analyzer-constraints=range -verify %s
|
bstring.c | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.cstring,alpha.unix.cstring,debug.ExprInspection -analyzer-store=region -verify %s 2 // RUN: %clang_cc1 -analyze -DUSE_BUILTINS -analyzer-checker=core,unix.cstring,alpha.unix.cstring,debug.ExprInspection -analyzer-store=region -verify %s 3 // RUN: %clang_cc1 -analyze -DVARIANT -analyzer-checker=core,unix.cstring,alpha.unix.cstring,debug.ExprInspection -analyzer-store=region -verify %s 4 // RUN: %clang_cc1 -analyze -DUSE_BUILTINS -DVARIANT -analyzer-checker=core,unix.cstring,alpha.unix.cstring,debug.ExprInspection -analyzer-store=region -verify %s
|
const-method-call.cpp | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,debug.ExprInspection -verify %s
|
delegates.m | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,osx.cocoa.RetainCount -analyzer-store=region -Wno-objc-root-class -verify %s
|
Completed in 655 milliseconds
<<31323334353637383940>>