/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
D | ANTLRHashMap.h | 51 @property (getter=getScope, setter=setScope:) NSInteger Scope; 85 - (NSInteger)getScope;
|
D | ANTLRHashMap.m | 170 [htmp setScope:[((ANTLRHashMap *)htmp->fNext) getScope]+1]; 377 -(NSInteger)getScope
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
D | ANTLRHashMap.h | 51 @property (getter=getScope, setter=setScope:) NSInteger Scope; 85 - (NSInteger)getScope;
|
D | ANTLRHashMap.m | 170 [htmp setScope:[((ANTLRHashMap *)htmp->fNext) getScope]+1]; 377 -(NSInteger)getScope
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
D | ANTLRHashMap.h | 51 @property (getter=getScope, setter=setScope:) NSInteger Scope; 85 - (NSInteger)getScope;
|
D | ANTLRHashMap.m | 170 [htmp setScope:[((ANTLRHashMap *)htmp->fNext) getScope]+1]; 377 -(NSInteger)getScope
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRHashMap.h | 82 - (NSInteger)getScope; 101 @property (getter=getScope, setter=setScope:) NSInteger Scope;
|
D | ANTLRHashMap.m | 172 [htmp setScope:[((ANTLRHashMap *)htmp->fNext) getScope]+1]; 379 -(NSInteger)getScope
|
/external/llvm/include/llvm/ |
D | DebugInfo.h | 703 DIScope getContext() const { return getScope().getContext(); } in getContext() 704 unsigned getLineNumber() const { return getScope().getLineNumber(); } in getLineNumber() 705 unsigned getColumnNumber() const { return getScope().getColumnNumber(); } in getColumnNumber() 715 DILexicalBlock getScope() const { return getFieldAs<DILexicalBlock>(1); } in getScope() function 749 DIScope getScope() const { return getFieldAs<DIScope>(2); } in getScope() function 751 StringRef getFilename() const { return getScope().getFilename(); } in getFilename() 752 StringRef getDirectory() const { return getScope().getDirectory(); } in getDirectory()
|
/external/llvm/lib/ExecutionEngine/OProfileJIT/ |
D | OProfileJITEventListener.cpp | 85 Loc.getScope(MF.getFunction()->getContext())); in LineStartToOProfileFormat() 117 MDNode *FirstLocScope = FirstLoc.getScope(F.getContext()); in NotifyFunctionEmitted()
|
/external/apache-harmony/security/src/test/api/java.injected/java/security/ |
D | IdentityTest.java | 106 assertSame(s, i.getScope()); in testIdentityStringIdentityScope() 247 assertNull(i.getScope()); in testGetScope() 251 assertSame(s, i2.getScope()); in testGetScope()
|
/external/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | IntelJITEventListener.cpp | 114 MDNode *FirstLocScope = FirstLoc.getScope(F.getContext()); in NotifyFunctionEmitted() 140 MDNode *scope = I->Loc.getScope( in NotifyFunctionEmitted()
|
/external/llvm/lib/CodeGen/ |
D | LexicalScopes.cpp | 126 Scope = DILexicalBlockFile(Scope).getScope(); in findLexicalScope() 154 Scope = DILexicalBlockFile(Scope).getScope(); in getOrCreateRegularScope() 195 Scope = DILexicalBlockFile(Scope).getScope(); in getOrCreateAbstractScope()
|
/external/skia/src/animator/ |
D | SkDrawExtraPathEffect.cpp | 116 drawPath = (SkDrawPath*) apply->getScope(); in next() 129 matrix = (SkDrawMatrix*) apply->getScope(); in next() 254 drawPath = (SkDrawPath*) apply->getScope(); in next() 266 matrix = (SkDrawMatrix*) apply->getScope(); in next()
|
D | SkDrawGroup.cpp | 261 SkASSERT(apply->getScope()); in reset() 262 *ptr = apply->getScope(); in reset()
|
D | SkDisplayApply.h | 55 SkDrawable* getScope() { return scope; } in getScope() function
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
D | IdentityScopeTest.java | 77 assertEquals(scope.getName(), is.getScope().getName()); in testIdentityScopeStringIdentityScope()
|
D | SignerTest.java | 92 assertSame(IdentityScope.getSystemScope(), s.getScope()); in testSignerStringIdentityScope()
|
D | Identity2Test.java | 175 IdentityScope returnedScope = sub.getScope(); in test_getScope()
|
/external/llvm/lib/VMCore/ |
D | DebugInfo.cpp | 824 DIDescriptor Scope(Loc.getScope(Ctx)); in processModule() 832 processLexicalBlock(DILexicalBlock(DBF.getScope())); in processModule() 860 DIDescriptor S(Loc.getScope()); in processLocation() 869 processLexicalBlock(DILexicalBlock(DBF.getScope())); in processLocation() 904 return processLexicalBlock(DILexicalBlock(DBF.getScope())); in processLexicalBlock() 1137 DIScope Scope(DL.getScope(Ctx)); in printDebugLoc()
|
D | DebugLoc.cpp | 20 MDNode *DebugLoc::getScope(const LLVMContext &Ctx) const { in getScope() function in DebugLoc 119 MDNode *Scope = Loc.getScope(); in getFromDILocation()
|
/external/llvm/include/llvm/Support/ |
D | DebugLoc.h | 80 MDNode *getScope(const LLVMContext &Ctx) const;
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/ |
D | SystemScopeTest.java | 187 assertSame(ss, nested.getScope()); in testSystemScopeStringIdentityScope()
|
/external/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 447 return DebugLoc::get(DL.getLine(), DL.getCol(), DL.getScope(Ctx), in updateInlinedAtInfo() 451 return DebugLoc::get(DL.getLine(), DL.getCol(), DL.getScope(Ctx), in updateInlinedAtInfo()
|
/external/clang/include/clang/Analysis/ |
D | AnalysisContext.h | 357 const ScopeContext *getScope(AnalysisDeclContext *ctx,
|