HomeSort by relevance Sort by last modified time
    Searched full:checker (Results 926 - 950 of 1436) sorted by null

<<31323334353637383940>>

  /libcore/ojluni/src/main/java/java/security/cert/
PKIXCertPathChecker.java 53 * to initialize the internal state of the checker so that the certificates
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountServerBaseFragment.java 84 * Called when user clicks "next". Starts account checker.
  /packages/apps/Settings/src/com/android/settings/inputmethod/
SpellCheckersSettings.java 184 // spell checker belongs to was uninstalled or being in background.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cfghooks.h 149 /* Do book-keeping of a basic block for the profile consistency checker. */
  /prebuilts/go/darwin-x86/src/go/types/
typestring.go 50 // checker vs packages imported from gc export data.
  /prebuilts/go/linux-x86/src/go/types/
typestring.go 50 // checker vs packages imported from gc export data.
  /prebuilts/misc/common/swig/include/2.0.11/chicken/
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)) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
StretchesViewer.java 51 private static final String CHECKER_PNG_PATH = "/icons/checker.png";
  /system/connectivity/shill/cellular/
active_passive_out_of_credits_detector.cc 159 SLOG(this, 2) << "No health checker exists, cannot request "
  /external/v8/test/mjsunit/
json.js 330 var checker = {}; variable
331 var array = [checker];
332 checker.toJSON = function(key) { return 1 + key; };
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
PolicyChecker.java 78 * Constructs a Policy Checker.
110 * Initializes the internal state of the checker from parameters
113 * @param forward a boolean indicating whether this checker should be
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
FusionDictionary.java 507 final StringBuilder checker = DBG ? new StringBuilder() : null; local
525 checker.append(new String(currentPtNode.mChars, 0, currentPtNode.mChars.length));
534 if (DBG && !string.equals(checker.toString())) return null;
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
PKIXParametersTest.java 765 // retrieve checker and modify it
769 // retrieve checker again and check
877 // modify checker
    [all...]
  /external/clang/test/Analysis/
string.c 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.cstring,alpha.unix.cstring,debug.ExprInspection -analyzer-store=region -Wno-null-dereference -verify %s
2 // RUN: %clang_cc1 -analyze -DUSE_BUILTINS -analyzer-checker=core,unix.cstring,alpha.unix.cstring,debug.ExprInspection -analyzer-store=region -Wno-null-dereference -verify %s
3 // RUN: %clang_cc1 -analyze -DVARIANT -analyzer-checker=core,unix.cstring,alpha.unix.cstring,debug.ExprInspection -analyzer-store=region -Wno-null-dereference -verify %s
4 // RUN: %clang_cc1 -analyze -DUSE_BUILTINS -DVARIANT -analyzer-checker=alpha.security.taint,core,unix.cstring,alpha.unix.cstring,debug.ExprInspection -analyzer-store=region -Wno-null-dereference -verify %s
1089 // depends on src. This could be explicitely specified in the checker or the
  /frameworks/base/core/java/com/android/internal/inputmethod/
InputMethodUtils.java 712 // Only the current spell checker should be treated as an enabled one.
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
SpoofChecker.java 376 // for this Spoof Checker. Defaults to all chars.
381 * Constructor: Create a default Unicode Spoof Checker Builder, configured to perform all checks except for
392 * Constructor: Create a Spoof Checker Builder, and set the configuration from an existing SpoofChecker.
395 * The existing checker.
439 * Specify the source form of the spoof data Spoof Checker. The inputs correspond to the Unicode data
457 // be in use in an already-built checker.
466 * Specify the set of checks that will be performed by the check functions of this Spoof Checker.
469 * The set of checks that this spoof checker will perform. The value is an 'or' of the desired
536 // Store the updated spoof checker state.
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
SpoofChecker.java 404 // for this Spoof Checker. Defaults to all chars.
409 * Constructor: Create a default Unicode Spoof Checker Builder, configured to perform all checks except for
422 * Constructor: Create a Spoof Checker Builder, and set the configuration from an existing SpoofChecker.
425 * The existing checker.
471 * Specify the source form of the spoof data Spoof Checker. The inputs correspond to the Unicode data
490 // be in use in an already-built checker.
499 * Specify the set of checks that will be performed by the check functions of this Spoof Checker.
502 * The set of checks that this spoof checker will perform. The value is an 'or' of the desired
571 // Store the updated spoof checker state.
    [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
optparse.py 529 # option is the Option instance calling the checker
537 # If no checker is defined for a type, arguments will be
576 for checker in self.CHECK_METHODS:
577 checker(self)
765 checker = self.TYPE_CHECKER.get(self.type)
766 if checker is None:
769 return checker(self, opt, value)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
optparse.py 529 # option is the Option instance calling the checker
537 # If no checker is defined for a type, arguments will be
576 for checker in self.CHECK_METHODS:
577 checker(self)
765 checker = self.TYPE_CHECKER.get(self.type)
766 if checker is None:
769 return checker(self, opt, value)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
optparse.py 529 # option is the Option instance calling the checker
537 # If no checker is defined for a type, arguments will be
576 for checker in self.CHECK_METHODS:
577 checker(self)
765 checker = self.TYPE_CHECKER.get(self.type)
766 if checker is None:
769 return checker(self, opt, value)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
optparse.py 529 # option is the Option instance calling the checker
537 # If no checker is defined for a type, arguments will be
576 for checker in self.CHECK_METHODS:
577 checker(self)
765 checker = self.TYPE_CHECKER.get(self.type)
766 if checker is None:
769 return checker(self, opt, value)
    [all...]
  /prebuilts/go/darwin-x86/api/
go1.5.txt 439 pkg go/types, func NewChecker(*Config, *token.FileSet, *Package, *Info) *Checker
487 pkg go/types, method (*Checker) Files([]*ast.File) error
632 pkg go/types, method (Checker) ObjectOf(*ast.Ident) Object
633 pkg go/types, method (Checker) TypeOf(ast.Expr) Type
650 pkg go/types, type Checker struct
651 pkg go/types, type Checker struct, embedded *Info
    [all...]
  /prebuilts/go/linux-x86/api/
go1.5.txt 439 pkg go/types, func NewChecker(*Config, *token.FileSet, *Package, *Info) *Checker
487 pkg go/types, method (*Checker) Files([]*ast.File) error
632 pkg go/types, method (Checker) ObjectOf(*ast.Ident) Object
633 pkg go/types, method (Checker) TypeOf(ast.Expr) Type
650 pkg go/types, type Checker struct
651 pkg go/types, type Checker struct, embedded *Info
    [all...]
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
ecmalintrules.py 68 should inherit from this style checker.
107 def Initialize(self, checker, limited_doc_checks, is_html):
109 checkerbase.LintRulesBase.Initialize(self, checker, limited_doc_checks,
    [all...]

Completed in 1305 milliseconds

<<31323334353637383940>>