Searched
full:checker (Results
426 -
450 of
1436) sorted by null
<<11121314151617181920>>
/external/v8/test/cctest/ |
test-field-type-tracking.cc | [all...] |
/frameworks/base/core/java/android/service/textservice/ |
SpellCheckerService.java | 42 * SpellCheckerService provides an abstract base class for a spell checker. 43 * This class combines a service to the system with the spell checker service interface that 44 * spell checker must implement. 48 * {@link #createSession()} to provide a spell checker session that is corresponding 49 * to requested language and so on. The spell checker session returned by this method 78 * Implement to return the implementation of the internal spell checker 90 * Factory method to create a spell checker session impl 96 * This abstract class should be overridden by a concrete implementation of a spell checker.
|
/frameworks/native/opengl/tools/glgen/src/ |
GenerateEGL.java | 84 ParameterChecker checker = new ParameterChecker(checksReader); local 100 checker, egljStream, eglcStream);
|
GenerateGLES.java | 83 ParameterChecker checker = new ParameterChecker(checksReader); local 104 checker, gl11Stream, gl11cStream);
|
/system/connectivity/shill/cellular/ |
active_passive_out_of_credits_detector.h | 81 // Initializes and configures the connection health checker. 88 // Responds to the result from connection health checker in a device specific
|
/cts/apps/CtsVerifier/include/colorchecker/ |
meteringtest.h | 25 // values of the gray checkers on the color checker under different metering
|
/dalvik/dexgen/src/com/android/dexgen/util/ |
MutabilityControl.java | 23 * to the checker in all the right places.
|
/dalvik/dx/src/com/android/dx/util/ |
MutabilityControl.java | 23 * to the checker in all the right places.
|
/device/htc/flounder/ |
fstab.flounder | 3 # The filesystem that contains the filesystem checker binary (typically /system) cannot
|
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/ |
pylintrc | 3 # Disable the message, report, category or checker with the given id(s).
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
Makefile | 1 ##===- clang/lib/Checker/Makefile --------------------------*- Makefile -*-===##
|
VforkChecker.cpp | 10 // This file defines vfork checker which checks for dangerous uses of vfork. 16 // This checker checks for prohibited constructs in vforked process. 36 #include "clang/StaticAnalyzer/Core/Checker.h" 45 class VforkChecker : public Checker<check::PreCall, check::PostCall,
|
/external/clang/test/Analysis/ |
CFNumber.c | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,osx.coreFoundation.CFNumber,osx.cocoa.RetainCount -analyzer-store=region -analyzer-constraints=range -verify -triple x86_64-apple-darwin9 %s
|
CheckNSError.m | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,osx.cocoa.NSError,osx.coreFoundation.CFError -analyzer-store=region -analyzer-constraints=range -verify -Wno-objc-root-class %s
|
analyzeOneFunction.m | 1 // RUN: %clang_cc1 -analyze -analyze-function="myMethodWithY:withX:" -analyzer-checker=core,osx.cocoa.RetainCount -analyzer-store=region -verify %s
|
analyzer-config.c | 1 // RUN: %clang -target x86_64-apple-darwin10 --analyze %s -o /dev/null -Xclang -analyzer-checker=debug.ConfigDumper -Xclang -analyzer-max-loop -Xclang 34 > %t 2>&1
|
cfref_PR2519.c | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,osx.cocoa.RetainCount,alpha.core -analyzer-store=region -analyzer-constraints=range -verify %s
|
designated-initializer.c | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=debug.DumpCFG %s 2>&1 \
|
misc-ps-64.m | 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -analyze -analyzer-checker=core,alpha.core -analyzer-store=region -analyzer-constraints=range -verify -fblocks %s
|
no-outofbounds.c | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.core,alpha.unix,alpha.security.ArrayBound -analyzer-store=region -verify %s
|
nullability_nullonly.mm | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,nullability.NullPassedToNonnull,nullability.NullReturnedFromNonnull -verify %s
|
objc-boxing.m | 1 // RUN: %clang_cc1 -Wno-objc-literal-conversion -analyze -analyzer-checker=core,unix.Malloc,osx.cocoa.NonNilReturnValue,debug.ExprInspection -analyzer-store=region -verify %s
|
pr_2542_rdar_6793404.m | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,osx.cocoa.RetainCount,alpha.core -pedantic -analyzer-store=region -verify -Wno-objc-root-class %s
|
pr_4164.c | 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -analyze -analyzer-checker=core,alpha.core -analyzer-store=region -verify %s
|
/external/clang/test/Analysis/diagnostics/ |
deref-track-symbolic-region.cpp | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core -analyzer-output=text -verify %s
|
Completed in 371 milliseconds
<<11121314151617181920>>