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

1 2 3 4

  /libcore/luni/src/main/java/java/security/
Signer.java 105 if (getScope() != null) {
106 s = s + '[' + getScope().toString() + ']';
Identity.java 221 public final IdentityScope getScope() {
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRHashMap.h 51 @property (getter=getScope, setter=setScope:) NSInteger Scope;
85 - (NSInteger)getScope;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRHashMap.h 51 @property (getter=getScope, setter=setScope:) NSInteger Scope;
85 - (NSInteger)getScope;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRHashMap.h 51 @property (getter=getScope, setter=setScope:) NSInteger Scope;
85 - (NSInteger)getScope;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRHashMap.h 82 - (NSInteger)getScope;
101 @property (getter=getScope, setter=setScope:) NSInteger Scope;
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
IdentityScopeTest.java 77 assertEquals(scope.getName(), is.getScope().getName());
SignerTest.java 92 assertSame(IdentityScope.getSystemScope(), s.getScope());
  /external/llvm/include/llvm/Support/
DebugLoc.h 78 /// getScope - This returns the scope pointer for this DebugLoc, or null if
80 MDNode *getScope(const LLVMContext &Ctx) const;
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
IdentityScopeTest.java 82 assertEquals(scope.getName(), is.getScope().getName());
SignerTest.java 105 assertSame(IdentityScope.getSystemScope(), s.getScope());
  /external/llvm/include/llvm/
DebugInfo.h 634 DIScope getContext() const { if (getScope().isSubprogram()) return getScope(); return getScope().getContext(); }
635 unsigned getLineNumber() const { return getScope().getLineNumber(); }
636 unsigned getColumnNumber() const { return getScope().getColumnNumber(); }
643 DILexicalBlock getScope() const { return getFieldAs<DILexicalBlock>(1); }
671 DIScope getScope() const { return getFieldAs<DIScope>(2); }
673 StringRef getFilename() const { return getScope().getFilename(); }
674 StringRef getDirectory() const { return getScope().getDirectory(); }
  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileJITEventListener.cpp 85 Loc.getScope(MF.getFunction()->getContext()));
117 MDNode *FirstLocScope = FirstLoc.getScope(F.getContext());
  /external/skia/legacy/src/animator/
SkDisplayApply.h 55 SkDrawable* getScope() { return scope; }
SkDrawExtraPathEffect.cpp 116 drawPath = (SkDrawPath*) apply->getScope();
129 matrix = (SkDrawMatrix*) apply->getScope();
254 drawPath = (SkDrawPath*) apply->getScope();
266 matrix = (SkDrawMatrix*) apply->getScope();
SkDrawGroup.cpp 45 // SkASSERT(apply->getScope());
46 // delete apply->getScope();
261 SkASSERT(apply->getScope());
262 *ptr = apply->getScope();
  /external/skia/src/animator/
SkDisplayApply.h 55 SkDrawable* getScope() { return scope; }
SkDrawExtraPathEffect.cpp 116 drawPath = (SkDrawPath*) apply->getScope();
129 matrix = (SkDrawMatrix*) apply->getScope();
251 drawPath = (SkDrawPath*) apply->getScope();
263 matrix = (SkDrawMatrix*) apply->getScope();
SkDrawGroup.cpp 45 // SkASSERT(apply->getScope());
46 // delete apply->getScope();
261 SkASSERT(apply->getScope());
262 *ptr = apply->getScope();
  /external/apache-harmony/security/src/test/api/java.injected/java/security/
IdentityTest.java 106 assertSame(s, i.getScope());
243 * verify Identity.getScope() returns identity's scope
247 assertNull(i.getScope());
251 assertSame(s, i2.getScope());
  /external/llvm/lib/CodeGen/
LexicalScopes.cpp 126 Scope = DILexicalBlockFile(Scope).getScope();
154 Scope = DILexicalBlockFile(Scope).getScope();
195 Scope = DILexicalBlockFile(Scope).getScope();
  /libcore/luni/src/test/java/tests/java/security/
IdentityTest.java 112 assertSame(s, i.getScope());
248 * verify Identity.getScope() returns identity's scope
252 assertNull(i.getScope());
256 assertSame(s, i2.getScope());
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
IntelJITEventListener.cpp 137 MDNode *FirstLocScope = FirstLoc.getScope(F.getContext());
163 MDNode *scope = I->Loc.getScope(
  /external/llvm/lib/IR/
DebugLoc.cpp 20 MDNode *DebugLoc::getScope(const LLVMContext &Ctx) const {
119 MDNode *Scope = Loc.getScope();
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/
SystemScopeTest.java 187 assertSame(ss, nested.getScope());

Completed in 635 milliseconds

1 2 3 4