/external/valgrind/ |
NEWS | 571 - Leak checker: there is a new leak check heuristic called [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/ |
client.py | [all...] |
/external/e2fsprogs/lib/ext2fs/ |
Makefile.in | 205 @CHECKER_CMT@ $(Q) $(CC) $(ALL_CFLAGS) -checker -g -o checker/$*.o -c $< 462 $(RM) -f \#* *.s *.o *.a *~ *.bak core profiled/* checker/* \ [all...] |
/external/vulkan-validation-layers/layers/ |
vk_validation_layer_details.md | 119 ### VK_LAYER_LUNARG_core_validation Shader Checker Details Table 120 The Shader Checker portion of the VK_LAYER_LUNARG_core_validation layer inspects the SPIR-V shader images and fixed function pipeline stages at PSO creation time. 143 ### VK_LAYER_LUNARG_core_validation Shader Checker Pending Work [all...] |
/packages/inputmethods/LatinIME/java/res/values/ |
strings.xml | 24 <!-- Title for the spell checker option to turn on/off contact names lookup [CHAR LIMIT=25] --> 27 <!-- Description for the spell checker option to turn on/off contact names lookup. [CHAR LIMIT=65] --> 28 <string name="use_contacts_for_spellchecking_option_summary">Spell checker uses entries from your contact list</string> [all...] |
/external/clang/test/Analysis/diagnostics/ |
undef-value-param.m | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,osx -analyzer-output=text -verify %s 2 // RUN: %clang_cc1 -analyze -analyzer-checker=core,osx -analyzer-output=plist-multi-file -analyzer-config path-diagnostics-alternate=false %s -o %t.plist [all...] |
/external/clang/test/Analysis/inlining/ |
eager-reclamation-path-notes.c | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core -analyzer-output=text -analyzer-config graph-trim-interval=5 -verify %s 2 // RUN: %clang_cc1 -analyze -analyzer-checker=core -analyzer-output=plist-multi-file -analyzer-config graph-trim-interval=5 -analyzer-config path-diagnostics-alternate=false %s -o %t.plist [all...] |
/external/clang/test/Analysis/ |
malloc.c | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.deadcode.UnreachableCode,alpha.core.CastSize,unix.Malloc,debug.ExprInspection -analyzer-store=region -verify %s 1032 // Rely on the CString checker evaluation of the strcpy API to convey that the result of strcpy is equal to p. [all...] |
method-call-path-notes.cpp | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core -analyzer-output=text -verify %s 2 // RUN: %clang_cc1 -analyze -analyzer-checker=core -analyzer-output=plist-multi-file -analyzer-config path-diagnostics-alternate=false %s -o %t.plist [all...] |
null-deref-path-notes.m | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core -analyzer-store=region -analyzer-output=text -fblocks -verify -Wno-objc-root-class %s 2 // RUN: %clang_cc1 -analyze -analyzer-checker=core -analyzer-store=region -analyzer-output=plist-multi-file -analyzer-config path-diagnostics-alternate=false -fblocks -Wno-objc-root-class %s -o %t [all...] |
objc-radar17039661.m | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,osx.cocoa.RetainCount -fblocks -verify %s 2 // RUN: %clang_cc1 -analyze -analyzer-checker=core,osx.cocoa.RetainCount -fblocks -analyzer-output=plist-multi-file -analyzer-config path-diagnostics-alternate=false %s -o %t [all...] |
/external/e2fsprogs/e2fsck/ |
Makefile.in | 45 # Flags for using Checker 48 #MCHECK= -checker
|
/external/javassist/src/main/javassist/compiler/ |
CodeGen.java | 93 public void setTypeChecker(TypeChecker checker) { 94 typeChecker = checker; [all...] |
/external/valgrind/coregrind/ |
m_debuglog.c | 692 vprintf replacement for Checker. 697 (Checker itself was GPL'd.) [all...] |
/external/valgrind/helgrind/ |
helgrind.h | 328 considered to also have the effect of telling the checker that all 551 to be published safely. The race checker will create a happens-before [all...] |
/external/valgrind/memcheck/ |
mc_malloc_wrappers.c | 211 the mc->data field isn't visible to the leak checker. If memory 702 the mp->data field isn't visible to the leak checker. If memory [all...] |
/frameworks/base/docs/html/guide/ |
guide_toc.cs | 534 <li><a href="<?cs var:toroot ?>guide/topics/text/spell-checker-framework.html"> 535 <span class="en">Spelling Checker</span>
|
/toolchain/binutils/binutils-2.25/gold/ |
layout.h | [all...] |
/art/compiler/optimizing/ |
graph_visualizer.cc | 326 DCHECK(!HasWhitespace(name)) << "Checker does not allow spaces in attributes";
|
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/ |
indentation.py | 114 """Initializes the IndentationRules checker."""
|
/external/chromium-trace/catapult/tracing/third_party/devscripts/ |
licensecheck.pl.vanilla | 24 licensecheck - simple license checker for source files
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
ExprEngine.h | 294 /// printState - Called by ProgramStateManager to print checker-specific data.
|
SymbolManager.h | 606 /// \brief Marks a symbol as important to a checker.
|
/external/clang/lib/Frontend/ |
CompilerInvocation.cpp | 250 // We can have a list of comma separated checker names, e.g: 251 // '-analyzer-checker=cocoa,unix' 255 for (StringRef checker : checkers) 256 Opts.CheckersControlList.emplace_back(checker, enable); [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
ExprEngine.cpp | 258 /// evalAssume - Called by ConstraintManager. Used to call checker-specific [all...] |