OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getScope
(Results
1 - 25
of
82
) sorted by null
1
2
3
4
/libcore/luni/src/main/java/java/security/
Signer.java
104
if (
getScope
() != null) {
105
s = s + '[' +
getScope
().toString() + ']';
Identity.java
220
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
464
if (
getScope
().isSubprogram())
465
return
getScope
();
466
return
getScope
().getContext();
468
unsigned getLineNumber() const { return
getScope
().getLineNumber(); }
469
unsigned getColumnNumber() const { return
getScope
().getColumnNumber(); }
470
DILexicalBlock
getScope
() const { return getFieldAs<DILexicalBlock>(2); }
631
DIScope
getScope
() const { return getFieldAs<DIScope>(2); }
633
StringRef getFilename() const { return
getScope
().getFilename(); }
634
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/chromium_org/third_party/skia/src/animator/
SkDisplayApply.h
55
SkDrawable*
getScope
() { return scope; }
SkDrawExtraPathEffect.cpp
116
drawPath = (SkDrawPath*) apply->
getScope
();
129
matrix = (SkDrawMatrix*) apply->
getScope
();
261
drawPath = (SkDrawPath*) apply->
getScope
();
273
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
();
261
drawPath = (SkDrawPath*) apply->
getScope
();
273
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 575 milliseconds
1
2
3
4