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

1 2 3

  /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());
Identity2Test.java 170 * @tests java.security.Identity#getScope()
175 IdentityScope returnedScope = sub.getScope();
  /external/llvm/include/llvm/Support/
DebugLoc.h 79 /// getScope - This returns the scope pointer for this DebugLoc, or null if
81 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/lib/ExecutionEngine/IntelJITEvents/
IntelJITEventListener.cpp 114 MDNode *FirstLocScope = FirstLoc.getScope(F.getContext());
140 MDNode *scope = I->Loc.getScope(
  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileJITEventListener.cpp 85 Loc.getScope(MF.getFunction()->getContext()));
117 MDNode *FirstLocScope = FirstLoc.getScope(F.getContext());
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
Context.java 117 public EnumSet<Scope> getScope() {
118 return mDriver.getScope();
323 * current scope ({@link #getScope()}, and it is just a performance hint;
Issue.java 204 public EnumSet<Scope> getScope() {
  /external/skia/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/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/include/llvm/Analysis/
DebugInfo.h 742 DIScope getContext() const { return getScope().getContext(); }
743 unsigned getLineNumber() const { return getScope().getLineNumber(); }
744 unsigned getColumnNumber() const { return getScope().getColumnNumber(); }
754 DILexicalBlock getScope() const { return getFieldAs<DILexicalBlock>(1); }
789 DIScope getScope() const { return getFieldAs<DIScope>(2); }
791 StringRef getFilename() const { return getScope().getFilename(); }
792 StringRef getDirectory() const { return getScope().getDirectory(); }
    [all...]
  /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/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/
SystemScopeTest.java 187 assertSame(ss, nested.getScope());
  /external/llvm/lib/Analysis/
DebugInfo.cpp 823 DIScope Scope(DL.getScope(Ctx));
1032 DIDescriptor Scope(Loc.getScope(Ctx));
1040 processLexicalBlock(DILexicalBlock(DBF.getScope()));
1068 DIDescriptor S(Loc.getScope());
1077 processLexicalBlock(DILexicalBlock(DBF.getScope()));
    [all...]

Completed in 887 milliseconds

1 2 3