HomeSort by relevance Sort by last modified time
    Searched refs:check (Results 426 - 450 of 2181) sorted by null

<<11121314151617181920>>

  /external/clang/lib/StaticAnalyzer/Checkers/
NSAutoreleasePoolChecker.cpp 11 // about subpar uses of NSAutoreleasePool. Note that while the check itself
12 // (in its current form) could be written as a flow-insensitive check, in
34 : public Checker<check::PreObjCMessage> {
NSErrorChecker.cpp 10 // This file defines a CheckNSError, a flow-insenstive check
40 : public Checker< check::ASTDecl<ObjCMethodDecl> > {
88 : public Checker< check::ASTDecl<FunctionDecl> > {
152 : public Checker< check::Location,
153 check::Event<ImplicitNullDerefEvent> > {
226 // SVal so that we can later check it when handling the
ObjCAtSyncChecker.cpp 10 // This defines ObjCAtSyncChecker, a builtin check that checks for null pointers
29 : public Checker< check::PreStmt<ObjCAtSynchronizedStmt> > {
63 // Check for null mutexes.
PointerArithChecker.cpp 26 : public Checker< check::PreStmt<BinaryOperator> > {
PointerSubChecker.cpp 12 // This check corresponds to CWE-469.
27 : public Checker< check::PreStmt<BinaryOperator> > {
ReturnPointerRangeChecker.cpp 10 // This file defines ReturnPointerRangeChecker, which is a path-sensitive check
27 public Checker< check::PreStmt<ReturnStmt> > {
UndefResultChecker.cpp 10 // This defines UndefResultChecker, a builtin check in ExprEngine that
28 : public Checker< check::PostStmt<BinaryOperator> > {
UndefinedAssignmentChecker.cpp 10 // This defines UndefinedAssignmentChecker, a builtin check in ExprEngine that
26 : public Checker<check::Bind> {
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/category/
PropertyCategory.java 14 import org.eclipse.wb.internal.core.utils.check.Assert;
  /external/expat/amiga/
Makefile 5 .PHONY: help all staticlib sharedlib check clean install
52 staticlib: $(STATICLIB) $(XMLWF) $(ELEMENTS) $(OUTLINE) $(RUNTESTS) $(BENCHMARK) check
55 sharedlib: $(SHAREDLIB) $(XMLWF) $(ELEMENTS) $(OUTLINE) $(RUNTESTS) $(BENCHMARK) check
58 check:
  /external/gtest/scripts/test/
Makefile 7 # make check - makes everything and runs the built sample test.
33 check : all
  /external/icu4c/samples/datefmt/
util.cpp 12 void check(UErrorCode& status, const char* msg) { function
  /external/icu4c/samples/msgfmt/
util.cpp 12 void check(UErrorCode& status, const char* msg) { function
  /external/icu4c/samples/translit/
util.cpp 12 void check(UErrorCode& status, const char* msg) { function
  /external/libsepol/include/sepol/
module.h 80 sepol_policydb_t * out, int verbose, int check);
  /external/libsepol/include/sepol/policydb/
expand.h 50 * copied). It is not valid to expand base into itself. If check is non-zero,
55 int verbose, int check);
  /external/openssl/apps/
verify.c 73 static int check(X509_STORE *ctx, char *file,
225 if (argc < 1) check(cert_ctx, NULL, untrusted, trusted, crls, e);
228 check(cert_ctx,argv[i], untrusted, trusted, crls, e);
255 static int check(X509_STORE *ctx, char *file, function
  /external/proguard/src/proguard/
UpToDateChecker.java 48 public boolean check() method in class:UpToDateChecker
56 // Check the dates of the program jars, if any.
88 // Check the dates of the library jars, if any.
  /external/protobuf/gtest/scripts/test/
Makefile 7 # make check - makes everything and runs the built sample test.
31 check : all
  /external/v8/include/
v8-preparser.h 41 #error both BUILDING_V8_SHARED and USING_V8_SHARED are set - please check the\
  /external/valgrind/main/coregrind/
pub_core_gdbserver.h 75 invocation. A magic value is passed by vgdb in check as a verification
77 extern void VG_(invoke_gdbserver) ( int check );
  /external/valgrind/main/memcheck/tests/x86/
pushfpopf_s.S 28 # because Vex does an emulation-warning check on the popfl,
  /external/webkit/Tools/Scripts/
check-webkit-style 58 _log = logging.getLogger("check-webkit-style")
98 "specific paths to check.")
121 patch_checker.check(patch)
  /external/webkit/Tools/Scripts/webkitpy/style/
patchreader_unittest.py 63 self._patch_checker.check(patch_string)
  /ndk/tests/build/build-mode/jni/
Android.mk 4 # To check for thumb/arm build modes, either with the .arm extension
37 # We build 8 armeabi-v7a binaries because we need to check neon as well

Completed in 340 milliseconds

<<11121314151617181920>>