HomeSort by relevance Sort by last modified time
    Searched full:checkers (Results 51 - 75 of 178) sorted by null

1 23 4 5 6 7 8

  /packages/apps/Settings/src/com/android/settings/inputmethod/
SpellCheckerUtils.java 43 Log.d(TAG, "get spell checkers: " + retval.length);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
syntax.py 8 But it seems clearer to write checkers that use the AST to detect
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
syntax.py 8 But it seems clearer to write checkers that use the AST to detect
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckerDocumentation.cpp 25 // All checkers should be placed into anonymous namespace.
31 /// This checker documents the callback functions checkers can use to implement
100 /// This is used for checkers that want to check arguments or attributed
143 /// This callback should be used by the checkers to aggressively clean
203 /// condition at a branch. The callback allows checkers track the assumptions
211 /// Allows modifying SymbolReaper object. For example, checkers can explicitly
223 /// #checkRegionChanges when no checkers are tracking any state.
260 /// This notifies the checkers about pointer escape, which occurs whenever
270 /// \returns Checkers can modify the state by returning a new state.
Checkers.td 1 //===--- Checkers.td - Static Analyzer Checkers -===-----------------------===//
10 include "clang/StaticAnalyzer/Checkers/CheckerBase.td"
50 // Core Checkers.
138 // Uninitialized values checkers.
166 // C++ checkers.
190 // Deadcode checkers.
213 // Security checkers.
269 // Taint checkers.
275 HelpText<"Generate taint information used by other checkers">,
    [all...]
ObjCSelfInitChecker.cpp 176 // FIXME: A callback should disable checkers at the start of functions.
203 // FIXME: A callback should disable checkers at the start of functions.
215 // FIXME: A callback should disable checkers at the start of functions.
243 // FIXME: A callback should disable checkers at the start of functions.
271 // FIXME: A callback should disable checkers at the start of functions.
388 // FIXME: A callback should disable checkers at the start of functions.
Android.mk 8 Checkers.inc \
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 1 //== CheckerContext.h - Context info for path-sensitive checkers--*- C++ -*--=//
11 // path-sensitive checkers.
99 "We should not call the checkers on an empty state.");
115 /// the state of the program before the checker ran. Note, checkers should
209 /// Allows checkers to generate a chain of nodes.
272 /// This could be useful when checkers' logic depends on whether a function
CheckerHelpers.h 1 //== CheckerHelpers.h - Helper functions for checkers ------------*- C++ -*--=//
  /external/clang/
clang-tblgen-rules.mk 103 ifneq ($(findstring Checkers.inc,$(TBLGEN_TABLES)),)
104 LOCAL_GENERATED_SOURCES += $(intermediates)/Checkers.inc
105 $(intermediates)/Checkers.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE)
106 $(intermediates)/Checkers.inc: \
107 $(CLANG_ROOT_PATH)/lib/StaticAnalyzer/Checkers/Checkers.td \
108 $(CLANG_ROOT_PATH)/include/clang/StaticAnalyzer/Checkers/CheckerBase.td \
110 $(call transform-host-clang-td-to-out,clang-sa-checkers)
  /external/clang/lib/StaticAnalyzer/Core/
CheckerContext.cpp 1 //== CheckerContext.cpp - Context info for path-sensitive checkers-----------=//
11 // path-sensitive checkers.
CheckerHelpers.cpp 1 //===---- CheckerHelpers.cpp - Helper functions for checkers ----*- C++ -*-===//
10 // This file defines several static functions for use in checkers.
  /libcore/luni/src/main/java/java/security/cert/
PKIXParameters.java 51 // List of certification patch checkers (PKIXCertPathChecker)
180 * Returns the list of checkers for the certification path.
184 * @return the list of checkers for the certification path.
206 * Sets the list of checkers for the certification path.
211 * the list of checkers for the certification path, or {@code
212 * null} to clear the checkers.
233 * certification path checkers.
568 sb.append("\n Cert Path Checkers: ");
  /cts/apps/CtsVerifier/include/colorchecker/
meteringtest.h 25 // values of the gray checkers on the color checker under different metering
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
lint-webkitpy 32 from webkitpy.style.checkers.python import PythonChecker
  /external/clang/www/analyzer/
menu.html.incl 31 <li><a href="/potential_checkers.html">Potential Future Checkers</a></li>
open_projects.html 20 is an addition to the <a href="potential_checkers.html">potential checkers
100 <li>Relate bugs to checkers / "bug types"
102 to the checkers that produce them and refactor the existing code to use the
166 <li>Write checkers which catch Copy and Paste errors.
  /external/mockito/src/org/mockito/internal/verification/checkers/
MissingInvocationInOrderChecker.java 6 package org.mockito.internal.verification.checkers;
  /frameworks/base/core/java/android/service/textservice/
package.html 3 <p>Provides classes that allow you to create spell checkers in a manner similar to the
  /frameworks/base/services/java/com/android/server/
Watchdog.java 182 // Initialize handler checkers for each common thread we want to check. Note
273 ArrayList<HandlerChecker> checkers = new ArrayList<HandlerChecker>(); local
277 checkers.add(hc);
280 return checkers;
283 private String describeCheckersLocked(ArrayList<HandlerChecker> checkers) {
285 for (int i=0; i<checkers.size(); i++) {
289 builder.append(checkers.get(i).describeBlockedStateLocked());
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
checker.py 38 from checkers.common import categories as CommonCategories
39 from checkers.common import CarriageReturnChecker
40 from checkers.cpp import CppChecker
41 from checkers.cmake import CMakeChecker
42 from checkers.jsonchecker import JSONChecker
43 from checkers.png import PNGChecker
44 from checkers.python import PythonChecker
45 from checkers.test_expectations import TestExpectationsChecker
46 from checkers.text import TextChecker
47 from checkers.xcodeproj import XcodeProjectFileChecke
    [all...]
  /external/chromium_org/chrome/browser/extensions/
requirements_checker.cc 76 // Running the GPU checkers down here removes any race condition that arises
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
checksvnconfigfile.py 26 # webkitpy/style/checkers/png.py
  /external/jmonkeyengine/engine/src/core/com/jme3/system/
Annotations.java 34 import checkers.quals.TypeQualifier;
  /frameworks/base/docs/html/guide/topics/text/
index.jd 3 page.landing.intro=Use text services to add conventient features such as copy/paste and spell checking to your app. You can also develop your own text services to offer custom IMEs, dictionaries, and spelling checkers that you can distribute to users as applications.

Completed in 814 milliseconds

1 23 4 5 6 7 8