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

1 2 3 4 56 7 8 91011>>

  /external/clang/test/Analysis/
cstring-syntax-cxx.cpp 1 // RUN: %clang_cc1 -analyze -analyzer-checker=unix.cstring.BadSizeArg -analyzer-store=region -verify %s
default-diagnostic-visitors.c 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -analyze -analyzer-checker=core -analyzer-store=region -analyzer-output=text -verify %s
delayed-template-parsing-crash.cpp 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core -std=c++11 -fdelayed-template-parsing -verify %s
enum.cpp 1 // RUN: %clang_cc1 -analyze -std=c++11 -analyzer-checker=debug.ExprInspection %s
html-diags-multifile.c 2 // RUN: %clang_cc1 -analyze -analyzer-output=html -analyzer-checker=core -o %t.dir %s
misc-ps-region-store-i386.m 1 // RUN: %clang_cc1 -triple i386-apple-darwin9 -analyze -analyzer-checker=core,alpha.core -analyzer-store=region -verify -fblocks %s
misc-ps-region-store-x86_64.m 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -analyze -analyzer-checker=core,alpha.core -analyzer-store=region -verify -fblocks %s
no-exit-cfg.c 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.core -analyzer-store=region -verify %s
objc-method-coverage.m 2 // RUN: %clang_cc1 -analyze -analyzer-checker=core -analyzer-stats -fblocks %s 2>&1 | FileCheck %s
rdar-6442306-1.m 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.core %s -analyzer-store=region -verify
rdar-6600344-nil-receiver-undefined-struct-ret.m 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.core -analyzer-constraints=range -analyzer-store=region -verify -Wno-objc-root-class %s
rdar-7168531.m 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.core -triple i386-apple-darwin10 -fobjc-runtime=macosx-fragile-10.5 -analyzer-store=region %s
return-ptr-range.cpp 1 // RUN: %clang_cc1 -analyze -analyzer-checker=alpha.security.ReturnPtrRange -verify %s
shallow-mode.m 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,debug.ExprInspection -analyzer-config mode=shallow -verify %s
taint-tester.m 1 // RUN: %clang_cc1 -analyze -analyzer-checker=alpha.security.taint,debug.TaintTest %s -verify
test-include.c 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core -verify %s
  /external/clang/test/Analysis/diagnostics/
false-positive-suppression.c 1 // RUN: %clang_cc1 -I %S/Inputs -analyze -analyzer-checker=core,unix -verify %s
shortest-path-suppression.c 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core -analyzer-config suppress-null-return-paths=true -analyzer-output=text -verify %s
  /external/clang/test/Coverage/
html-diagnostics.c 2 // RUN: %clang_cc1 -analyze -analyzer-output=html -analyzer-checker=core -o %t %s
  /external/clang/unittests/StaticAnalyzer/
AnalyzerOptionsTest.cpp 11 #include "clang/StaticAnalyzer/Core/Checker.h"
35 // Checker one has Option specified as true. It should read true regardless of
39 // The package option is overriden with a checker option.
49 // Checker true has no option specified. It should get the default value when
  /external/jsr305/ri/src/main/java/javax/annotation/
Nonnull.java 17 static class Checker implements TypeQualifierValidator<Nonnull> {
  /external/jsr305/sampleUses/src/main/java/
FixedLengthString.java 15 class Checker implements TypeQualifierValidator<FixedLengthString> {
  /external/llvm/unittests/IR/
CMakeLists.txt 33 # missing-file-checker in LLVM's weird CMake build.
  /external/llvm/utils/
check-each-file 49 checker="$4"
54 echo "$myname OBJECTS-FILE PROGRAM LINKER CHECKER"
62 echo "CHECKER is the script that exits 0 if PROGRAM is ok, 1 if it is not OK"
63 echo "(LINKER and CHECKER must be in your PATH, or you should specify ./)"
101 if [ -z "$checker" ]
106 if [ ! -x "$checker" ]
108 echo "ERROR: $checker not found or not executable"
121 if $checker
133 if $checker
  /external/skia/gm/
skbug_257.cpp 84 SkPaint checker; local
85 rotated_checkerboard_shader(&checker, SK_ColorWHITE, SK_ColorBLACK, 16);
86 checker.setAntiAlias(true);
96 canvas->drawRect(rect, checker);
103 canvas->drawRRect(rrect, checker);
116 checker.setStyle(SkPaint::kStroke_Style);
117 checker.setStrokeWidth(8);
118 checker.setStrokeCap(SkPaint::kRound_Cap);
119 canvas->drawPoints(SkCanvas::kLines_PointMode, 8, points, checker);

Completed in 428 milliseconds

1 2 3 4 56 7 8 91011>>