OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:instanceof
(Results
576 - 600
of
3504
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/audio/lwjgl/
LwjglAudioRenderer.java
278
if (f
instanceof
LowPassFilter){
433
if (!(src.getAudioData()
instanceof
AudioStream)){
682
if (data
instanceof
AudioBuffer){
684
}else if (data
instanceof
AudioStream){
698
if (src.getAudioData()
instanceof
AudioStream){
703
}else if (src.getAudioData()
instanceof
AudioBuffer){
742
boolean streaming = src.getAudioData()
instanceof
AudioStream;
827
if (src.getAudioData()
instanceof
AudioStream)
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlinePage.java
359
if (element
instanceof
CanvasViewInfo) {
373
if (a
instanceof
CanvasViewInfo && b
instanceof
CanvasViewInfo) {
516
if (tv == null || !(selection
instanceof
ITreeSelection) || selection.isEmpty()) {
546
if (part
instanceof
IEditorPart) {
592
if (viewData
instanceof
RootWrapper) {
595
if (viewData
instanceof
CanvasViewInfo) {
611
if (element
instanceof
RootWrapper) {
617
if (element
instanceof
CanvasViewInfo) {
628
if (element
instanceof
CanvasViewInfo)
[
all
...]
/dalvik/dexgen/src/com/android/dexgen/dex/code/form/
Form21h.java
73
if (!((insn
instanceof
CstInsn) &&
82
if (!(cst
instanceof
CstLiteralBits)) {
Form22b.java
70
if (!((insn
instanceof
CstInsn) &&
80
if (!(cst
instanceof
CstLiteralBits)) {
Form22s.java
70
if (!((insn
instanceof
CstInsn) &&
80
if (!(cst
instanceof
CstLiteralBits)) {
/dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstArray.java
48
if (! (other
instanceof
CstArray)) {
157
if (a
instanceof
CstUtf8) {
/dalvik/dexgen/src/com/android/dexgen/util/
BitIntSet.java
72
if (other
instanceof
BitIntSet) {
76
} else if (other
instanceof
ListIntSet) {
ExceptionWithContext.java
43
if (ex
instanceof
ExceptionWithContext) {
82
if (cause
instanceof
ExceptionWithContext) {
/dalvik/dx/src/com/android/dx/dex/code/form/
Form11n.java
72
if (!((insn
instanceof
CstInsn) &&
81
if (!(cst
instanceof
CstLiteralBits)) {
Form21h.java
75
if (!((insn
instanceof
CstInsn) &&
84
if (!(cst
instanceof
CstLiteralBits)) {
Form21s.java
71
if (!((insn
instanceof
CstInsn) &&
80
if (!(cst
instanceof
CstLiteralBits)) {
Form22b.java
72
if (!((insn
instanceof
CstInsn) &&
82
if (!(cst
instanceof
CstLiteralBits)) {
Form22s.java
72
if (!((insn
instanceof
CstInsn) &&
82
if (!(cst
instanceof
CstLiteralBits)) {
Form31i.java
71
if (!((insn
instanceof
CstInsn) &&
80
if (!(cst
instanceof
CstLiteralBits)) {
Form51l.java
72
if (!((insn
instanceof
CstInsn) &&
81
return (cst
instanceof
CstLiteral64);
/dalvik/dx/src/com/android/dx/rop/code/
DexTranslationAdvice.java
64
if (! (sourceB.getTypeBearer()
instanceof
CstInteger)) {
66
if (sourceA.getTypeBearer()
instanceof
CstInteger &&
/dalvik/dx/src/com/android/dx/util/
BitIntSet.java
72
if (other
instanceof
BitIntSet) {
76
} else if (other
instanceof
ListIntSet) {
ExceptionWithContext.java
43
if (ex
instanceof
ExceptionWithContext) {
82
if (cause
instanceof
ExceptionWithContext) {
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
TestExpressionFeatures.g3
74
KW_INSTANCEOF = '
instanceof
';
113
| e '
instanceof
'^ e
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
ParseTree.java
74
if ( payload
instanceof
Token ) {
110
if ( payload
instanceof
Token ) { // leaf node token?
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
CommonTree.js
23
if (node
instanceof
org.antlr.runtime.tree.CommonTree) {
28
} else if (node
instanceof
org.antlr.runtime.CommonToken) {
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
BitSet.java
97
if ( set
instanceof
BitSet ) {
100
else if ( set
instanceof
IntervalSet ) {
132
if ( !(o
instanceof
Integer) ) {
142
if ( !(o
instanceof
Integer) ) {
216
if ( other == null || !(other
instanceof
BitSet) ) {
346
if ( set
instanceof
BitSet ) {
349
if ( set
instanceof
IntervalSet ) {
443
if (a == null || !(a
instanceof
BitSet)) return null;
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
InterfaceAddressTest.java
106
if (addr
instanceof
Inet4Address) {
108
} else if (addr
instanceof
Inet6Address) {
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
Collections2Test.java
286
roc
instanceof
Serializable);
304
roc
instanceof
Serializable);
316
roc
instanceof
Serializable);
423
assertTrue(c
instanceof
RandomAccess);
430
assertFalse(c
instanceof
RandomAccess);
437
assertFalse(c
instanceof
SortedSet);
444
assertFalse(c
instanceof
SortedMap);
464
assertTrue(emptyList
instanceof
RandomAccess);
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KeyPairTest.java
79
assertTrue(kp
instanceof
KeyPair);
90
assertTrue(kp
instanceof
KeyPair);
Completed in 1785 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>