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

1 2 3 4 5 6

  /libcore/luni/src/main/java/java/security/
Signer.java 104 if (getScope() != null) {
105 s = s + '[' + getScope().toString() + ']';
  /frameworks/base/core/tests/coretests/src/android/net/
LinkAddressTest.java 76 assertEquals(RT_SCOPE_UNIVERSE, address.getScope());
82 assertEquals(RT_SCOPE_UNIVERSE, address.getScope());
89 assertEquals(RT_SCOPE_LINK, address.getScope());
95 assertEquals(456, address.getScope());
178 assertEquals(RT_SCOPE_HOST, new LinkAddress("::/128").getScope());
179 assertEquals(RT_SCOPE_HOST, new LinkAddress("0.0.0.0/32").getScope());
181 assertEquals(RT_SCOPE_LINK, new LinkAddress("::1/128").getScope());
182 assertEquals(RT_SCOPE_LINK, new LinkAddress("127.0.0.5/8").getScope());
183 assertEquals(RT_SCOPE_LINK, new LinkAddress("fe80::ace:d00d/64").getScope());
184 assertEquals(RT_SCOPE_LINK, new LinkAddress("169.254.5.12/16").getScope());
    [all...]
  /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 78 assertEquals(scope.getName(), is.getScope().getName());
SignerTest.java 92 assertSame(IdentityScope.getSystemScope(), s.getScope());
  /external/llvm/include/llvm/IR/
DebugLoc.h 81 /// getScope - This returns the scope pointer for this DebugLoc, or null if
83 MDNode *getScope(const LLVMContext &Ctx) const;
DebugInfo.h 551 if (getScope().isSubprogram())
552 return getScope();
553 return getScope().getContext();
555 unsigned getLineNumber() const { return getScope().getLineNumber(); }
556 unsigned getColumnNumber() const { return getScope().getColumnNumber(); }
557 DILexicalBlock getScope() const { return getFieldAs<DILexicalBlock>(2); }
725 DIScope getScope() const { return getFieldAs<DIScope>(2); }
727 StringRef getFilename() const { return getScope().getFilename(); }
728 StringRef getDirectory() const { return getScope().getDirectory(); }
745 return getScope().isLexicalBlock(
    [all...]
  /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/chromium_org/third_party/skia/src/animator/
SkDisplayApply.h 55 SkDrawable* getScope() { return scope; }
SkDrawExtraPathEffect.cpp 114 drawPath = (SkDrawPath*) apply->getScope();
127 matrix = (SkDrawMatrix*) apply->getScope();
259 drawPath = (SkDrawPath*) apply->getScope();
271 matrix = (SkDrawMatrix*) apply->getScope();
  /external/llvm/lib/IR/
DebugLoc.cpp 20 MDNode *DebugLoc::getScope(const LLVMContext &Ctx) const {
76 return getScope(Ctx);
139 MDNode *Scope = Loc.getScope();
173 DIScope Scope(getScope(Ctx));
  /external/skia/src/animator/
SkDisplayApply.h 55 SkDrawable* getScope() { return scope; }
SkDrawExtraPathEffect.cpp 114 drawPath = (SkDrawPath*) apply->getScope();
127 matrix = (SkDrawMatrix*) apply->getScope();
259 drawPath = (SkDrawPath*) apply->getScope();
271 matrix = (SkDrawMatrix*) apply->getScope();
  /external/apache-harmony/security/src/test/api/java.injected/java/security/
IdentityTest.java 106 assertSame(s, i.getScope());
245 * verify Identity.getScope() returns identity's scope
249 assertNull(i.getScope());
253 assertSame(s, i2.getScope());
  /external/llvm/lib/CodeGen/
LexicalScopes.cpp 128 Scope = DILexicalBlockFile(Scope).getScope();
158 Scope = DILexicalBlockFile(Scope).getScope();
212 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/Transforms/Utils/
AddDiscriminators.cpp 198 DIScope Scope = FirstDIL.getScope();
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
IntelJITEventListener.cpp 137 MDNode *FirstLocScope = FirstLoc.getScope(F.getContext());
163 MDNode *scope = I->Loc.getScope(
  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileJITEventListener.cpp 91 Loc.getScope(MF.getFunction()->getContext()));
123 MDNode *FirstLocScope = FirstLoc.getScope(F.getContext());
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/
SystemScopeTest.java 191 assertSame(ss, nested.getScope());
  /frameworks/base/core/java/android/net/
LinkAddress.java 278 public int getScope() {

Completed in 1417 milliseconds

1 2 3 4 5 6