HomeSort by relevance Sort by last modified time
    Searched refs:checkers (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/jmonkeyengine/engine/src/core/checkers/quals/
package-info.java 10 package checkers.quals;
DefaultLocation.java 1 package checkers.quals;
Unqualified.java 1 package checkers.quals;
TypeQualifier.java 1 package checkers.quals;
SubtypeOf.java 1 package checkers.quals;
9 * procedurally by subclassing {@link checkers.types.QualifierHierarchy} or
10 * {@link checkers.types.TypeHierarchy}.)
Unused.java 1 package checkers.quals;
DefaultQualifierInHierarchy.java 1 package checkers.quals;
22 * @see checkers.quals.DefaultQualifier
Dependent.java 1 package checkers.quals;
DefaultQualifier.java 1 package checkers.quals;
33 * should be fully-qualified, like "checkers.nullness.quals.NonNull".
38 * "checkers.quals.Unqualified" as the default.)
DefaultQualifiers.java 1 package checkers.quals;
  /external/clang/lib/StaticAnalyzer/Checkers/
Makefile 17 BUILT_SOURCES = Checkers.inc
22 $(ObjDir)/Checkers.inc.tmp : Checkers.td $(PROJ_SRC_DIR)/$(CLANG_LEVEL)/include/clang/StaticAnalyzer/Checkers/CheckerBase.td $(CLANG_TBLGEN) $(ObjDir)/.dir
23 $(Echo) "Building Clang SA Checkers tables with tblgen"
24 $(Verb) $(ClangTableGen) -gen-clang-sa-checkers -I $(PROJ_SRC_DIR)/$(CLANG_LEVEL)/include -o $(call SYSPATH, $@) $<
  /external/jmonkeyengine/engine/src/core/com/jme3/system/
Annotations.java 34 import checkers.quals.TypeQualifier;
  /tools/motodev/src/plugins/preflighting.checkers/src/com/motorolamobility/preflighting/checkers/
CheckerPlugin.java 17 package com.motorolamobility.preflighting.checkers;
29 public static final String PLUGIN_ID = "com.motorolamobility.preflighting.checkers";
  /tools/motodev/src/plugins/preflighting.checkers/src/com/motorolamobility/preflighting/checkers/layout/
GlobalLayoutId.java 16 package com.motorolamobility.preflighting.checkers.layout;
  /tools/motodev/src/plugins/preflighting.checkers.ui/src/com/motorolamobility/preflighting/checkers/ui/i18n/
CheckersUiNLS.java 16 package com.motorolamobility.preflighting.checkers.ui.i18n;
22 private static final String BUNDLE_NAME = "com.motorolamobility.preflighting.checkers.ui.i18n.messages"; //$NON-NLS-1$
  /tools/motodev/src/plugins/preflighting.checkers.ui/src/com/motorolamobility/preflighting/checkers/ui/
UneededMaxSdkQuickFix.java 16 package com.motorolamobility.preflighting.checkers.ui;
28 import com.motorolamobility.preflighting.checkers.ui.i18n.CheckersUiNLS;
UnneededPermissionsQuickFix.java 17 package com.motorolamobility.preflighting.checkers.ui;
30 import com.motorolamobility.preflighting.checkers.ui.i18n.CheckersUiNLS;
DeviceCompatibilityUnsupportedFeaturesQuickFix.java 17 package com.motorolamobility.preflighting.checkers.ui;
31 import com.motorolamobility.preflighting.checkers.ui.i18n.CheckersUiNLS;
MissingMinSdkQuickFix.java 16 package com.motorolamobility.preflighting.checkers.ui;
31 import com.motorolamobility.preflighting.checkers.ui.i18n.CheckersUiNLS;
MissingPermissionsQuickFix.java 17 package com.motorolamobility.preflighting.checkers.ui;
31 import com.motorolamobility.preflighting.checkers.ui.i18n.CheckersUiNLS;
  /external/clang/utils/TableGen/
ClangSACheckersEmitter.cpp 1 //=- ClangSACheckersEmitter.cpp - Generate Clang SA checkers tables -*- C++ -*-
10 // This tablegen backend emits Clang Static Analyzer checkers tables.
22 // Static Analyzer Checkers Tables generation
74 llvm::DenseSet<const Record*> Checkers;
85 llvm::DenseSet<const Record *> &checkers = recordGroupMap[package]->Checkers; local
87 I = checkers.begin(), E = checkers.end(); I != E; ++I)
88 recordGroupMap[group]->Checkers.insert(*I);
98 std::vector<Record*> checkers = Records.getAllDerivedDefinitions("Checker") local
263 llvm::DenseSet<const Record *> &checkers = I->second.Checkers; local
    [all...]
  /tools/motodev/src/plugins/preflighting.checkers/src/com/motorolamobility/preflighting/checkers/missingdrawable/
MissingDrawableChecker.java 17 package com.motorolamobility.preflighting.checkers.missingdrawable;
25 import com.motorolamobility.preflighting.checkers.CheckerPlugin;
26 import com.motorolamobility.preflighting.checkers.i18n.CheckerNLS;
  /external/clang/lib/StaticAnalyzer/Core/
CheckerManager.cpp 54 // Functions for running checkers for AST traversing..
62 CachedDeclCheckers *checkers = 0; local
65 checkers = &(CCI->second);
67 // Find the checkers that should run for this Decl and cache them.
68 checkers = &CachedDeclCheckersMap[DeclKind];
72 checkers->push_back(info.CheckFn);
76 assert(checkers);
78 I = checkers->begin(), E = checkers->end(); I != E; ++I)
91 // Functions for running checkers for path-sensitive checking
699 CachedStmtCheckers *checkers = 0; local
    [all...]
CheckerRegistry.cpp 1 //===--- CheckerRegistry.cpp - Maintains all available checkers -*- C++ -*-===//
43 static void collectCheckers(const CheckerRegistry::CheckerInfoList &checkers,
48 CheckerRegistry::CheckerInfoList::const_iterator e = checkers.end();
50 std::lower_bound(checkers.begin(), e, packageInfo, checkerNameLT);
71 // Step through all the checkers in the package.
82 Checkers.push_back(CheckerInfo(fn, name, desc));
95 // Sort checkers for efficient collection.
96 std::sort(Checkers.begin(), Checkers.end(), checkerNameLT);
98 // Collect checkers enabled by the options
    [all...]
  /tools/motodev/src/plugins/preflighting.checkers/src/com/motorolamobility/preflighting/checkers/orphanedstrings/
OrphanedStringsCondition.java 16 package com.motorolamobility.preflighting.checkers.orphanedstrings;
24 import com.motorolamobility.preflighting.checkers.CheckerPlugin;
25 import com.motorolamobility.preflighting.checkers.i18n.CheckerNLS;

Completed in 2768 milliseconds

1 2 3 4