/external/clang/test/Analysis/inlining/ |
dyn-dispatch-bifurcate.cpp | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,debug.ExprInspection -analyzer-config ipa=dynamic-bifurcate -verify -Wno-reinterpret-base-class %s
|
test-always-inline-size-option.c | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,debug.ExprInspection -analyzer-inline-max-stack-depth=3 -analyzer-config ipa-always-inline-size=3 -verify %s
|
test_objc_inlining_option.m | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core -analyzer-config ipa=dynamic-bifurcate -analyzer-config objc-inlining=false -verify %s
|
/external/clang/test/Analysis/ |
live-variables.cpp | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core -verify %s
|
live-variables.m | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core -fobjc-arc -verify %s
|
member-expr.cpp | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,debug.ExprInspection %s -verify
|
method-call-intra-p.cpp | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core -analyzer-store region -verify %s
|
misc-ps-arm.m | 1 // RUN: %clang_cc1 -triple thumbv7-apple-ios0.0.0 -target-feature +neon -analyze -analyzer-checker=core -analyzer-store=region -verify -fblocks -analyzer-opt-analyze-nested-blocks -Wno-objc-root-class %s
|
nil-receiver-undefined-larger-than-voidptr-ret-region.m | 1 // RUN: %clang_cc1 -triple i386-apple-darwin8 -analyze -analyzer-checker=core,alpha.core -analyzer-constraints=range -analyzer-store=region -verify -Wno-objc-root-class %s
|
objc-string.mm | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,debug.ExprInspection -verify -Wno-objc-literal-conversion %s
|
taint-tester.cpp | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=alpha.security.taint,debug.TaintTest %s -verify
|
undef-buffers.c | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,unix,core.uninitialized -analyzer-store=region -verify -analyzer-config unix:Optimistic=true %s
|
/external/guava/guava-tests/test/com/google/common/io/ |
MultiInputStreamTest.java | 51 ByteSource checker = new ByteSource() { local 65 byte[] result = ByteSource.concat(checker, checker, checker).read();
|
/external/icu/tools/srcgen/ |
check_generated_code.sh | 21 java -cp ${CLASSPATH} com.android.icu4j.srcgen.checker.CheckAndroidIcu4JSource \
|
/external/jsr305/ri/src/main/java/javax/annotation/ |
MatchesPattern.java | 21 static class Checker implements TypeQualifierValidator<MatchesPattern> {
|
RegEx.java | 25 static class Checker implements TypeQualifierValidator<RegEx> {
|
/external/jsr305/sampleUses/src/main/java/ |
CreditCardNumber.java | 16 class Checker implements TypeQualifierValidator<CreditCardNumber> {
|
/external/v8/test/mjsunit/wasm/ |
module-memory.js | 78 var checker = genModule(null).main; 81 assertEquals(0, checker(kMemSize - 4)); 120 var checker = genModule(buffer).main; 123 assertEquals(0, checker(kMemSize - 4));
|
/external/webrtc/ |
pylintrc | 3 # Disable the message, report, category or checker with the given id(s).
|
/frameworks/base/core/java/android/view/textservice/ |
SpellCheckerSession.java | 44 * to do to work well with spell checker services. The main things you need to 49 * text views, so that the spell checker will have enough context to help the 53 * <p>For the rare people amongst us writing client applications that use the spell checker service 55 * {@link #getSuggestions(TextInfo[], int, boolean)} for obtaining results from the spell checker 63 * The Android spell checker framework also allows 68 * spell checker framework:</p> 71 * <li>Only the system is allowed to directly access a spell checker framework's 74 * enforced in the system by not binding to a spell checker service that does 77 * <li>The user must explicitly enable a new spell checker in settings before 147 * Get the spell checker service info this spell checker session has [all...] |
/frameworks/base/core/java/com/android/internal/textservice/ |
ISpellCheckerService.aidl | 25 * Public interface to the global spell checker.
|
/packages/inputmethods/LatinIME/java/res/values/ |
config-spellchecker-thresholds.xml | 22 <!-- Threshold of the normalized score of the best suggestion for the spell checker to declare
|
/prebuilts/go/darwin-x86/src/cmd/vet/testdata/ |
unused.go | 5 // This file contains tests for the unusedresult checker.
|
/prebuilts/go/linux-x86/src/cmd/vet/testdata/ |
unused.go | 5 // This file contains tests for the unusedresult checker.
|
/external/clang/docs/analyzer/ |
DebugChecks.rst | 9 them by using the "-analyzer-checker=" flag, followed by the name of the 10 checker. 62 checks under experimental.security.taint.TaintPropagation; this checker may 102 The intended use of this checker is to assert that a function is inlined at 147 symbol, then this symbol is marked by the ExprInspection checker. Then, 148 during each garbage collection run, the checker sees if the marked symbol is 168 The debug.Stats checker collects various information about the analysis of each 172 statistics within the analyzer engine. Note the Stats checker (which produces at
|