HomeSort by relevance Sort by last modified time
    Searched refs:getScope (Results 26 - 50 of 72) sorted by null

12 3

  /sdk/lint/libs/lint_api/src/com/android/tools/lint/client/api/
IssueRegistry.java 119 EnumSet<Scope> issueScope = issue.getScope();
LintDriver.java 151 public EnumSet<Scope> getScope() {
389 EnumSet<Scope> issueScope = issue.getScope();
    [all...]
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
ObsoleteLayoutParamsDetector.java 254 if (context.getScope().contains(Scope.ALL_RESOURCE_FILES)) {
269 if (context.getScope().contains(Scope.ALL_RESOURCE_FILES)) {
WrongIdDetector.java 203 boolean projectScope = context.getScope().contains(Scope.ALL_RESOURCE_FILES);
DuplicateIdDetector.java 158 && context.getScope().contains(Scope.ALL_RESOURCE_FILES)) {
  /external/clang/include/clang/Analysis/
AnalysisContext.h 359 const ScopeContext *getScope(AnalysisDeclContext *ctx,
  /external/llvm/lib/VMCore/
DebugLoc.cpp 19 MDNode *DebugLoc::getScope(const LLVMContext &Ctx) const {
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
Identity2Test.java 201 * java.security.Identity#getScope()
206 IdentityScope returnedScope = sub.getScope();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
EclipseLintRunner.java 275 if (issue == null || issue.getScope().equals(scope)) {
AddSuppressAnnotation.java 312 boolean isClassDetector = issue != null && issue.getScope().contains(Scope.CLASS_FILE);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.services_3.2.100.v20100503.jar 
javax.servlet.jsp_2.0.0.v200806031607.jar 
org.eclipse.equinox.p2.metadata.repository_1.1.0.v20100513.jar 
org.eclipse.help.base_3.5.2.v201011171123.jar 
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
org.eclipse.equinox.preferences_3.3.0.v20100503.jar 
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 285 LocationContextManager::getScope(AnalysisDeclContext *ctx,
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 447 return DebugLoc::get(DL.getLine(), DL.getCol(), DL.getScope(Ctx),
451 return DebugLoc::get(DL.getLine(), DL.getCol(), DL.getScope(Ctx),
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 867 LexicalScope *Scope = LScopes.findAbstractScope(ScopeLoc.getScope(Ctx));
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 489 Scope(dl.getScope(G->getMachineFunction().getFunction()->getContext()));
  /prebuilts/tools/common/osgi/
osgi.jar 
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 750 if (DL.getScope(Context) != 0 && PrevDL != DL) {
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 406 if (SP != getDISubprogram(Loc.getScope(*Ctx))) continue;
  /external/llvm/lib/CodeGen/
MachineInstr.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 76 = DBuilder.createLexicalBlockFile(LBF.getScope(),
    [all...]

Completed in 4488 milliseconds

12 3