OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:instanceof
(Results
1151 - 1175
of
3504
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/sdk/rule_api/src/com/android/ide/common/api/
Point.java
69
if (obj
instanceof
Point) {
/sdk/traceview/src/com/android/traceview/
ProfileView.java
193
if (sel
instanceof
IStructuredSelection) {
198
if (element
instanceof
MethodData) {
202
if (element
instanceof
ProfileData) {
217
if (element
instanceof
MethodData) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidXmlEditor.java
265
if (editor
instanceof
AndroidXmlEditor) {
321
if (page
instanceof
IPageImageProvider) {
336
if (editor
instanceof
IPageImageProvider) {
496
if (input
instanceof
IFileEditorInput) {
617
* from page.get(i) <em>before</em> being tested with
instanceof
.
633
if (page != null && page
instanceof
IFormPage) {
783
if (!(mTextEditor.getTextViewer().getDocument()
instanceof
IStructuredDocument)) {
[
all
...]
Hyperlinks.java
262
if (getEditor()
instanceof
ManifestEditor) {
554
if (target
instanceof
MultiPageEditorPart) {
559
if (editor
instanceof
StructuredTextEditor) {
604
if (element
instanceof
IMethod) {
690
if (editorInput
instanceof
FileEditorInput) {
695
if (parent
instanceof
IFolder) {
[
all
...]
/external/jmonkeyengine/engine/src/core/com/jme3/util/
BufferUtils.java
89
if (buf
instanceof
FloatBuffer) {
91
} else if (buf
instanceof
ShortBuffer) {
93
} else if (buf
instanceof
ByteBuffer) {
95
} else if (buf
instanceof
IntBuffer) {
97
} else if (buf
instanceof
DoubleBuffer) {
119
if (buffer
instanceof
FloatBuffer){
121
}else if (buffer
instanceof
ShortBuffer){
123
}else if (buffer
instanceof
ByteBuffer){
125
}else if (buffer
instanceof
IntBuffer){
127
}else if (buffer
instanceof
DoubleBuffer)
[
all
...]
/external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/
DOMInputCapsule.java
97
while (ret != null && (!(ret
instanceof
Element))) {
108
while (ret != null && (!(ret
instanceof
Element) || !ret.getNodeName().equals(name))) {
117
if (ret
instanceof
Element) {
198
if (n
instanceof
Element && n.getNodeName().contains("array")) {
301
if (n
instanceof
Element && n.getNodeName().contains("array")) {
486
if (n
instanceof
Element && n.getNodeName().contains("array")) {
585
if (n
instanceof
Element && n.getNodeName().contains("array")) {
685
if (n
instanceof
Element && n.getNodeName().contains("array")) {
776
if (n
instanceof
Element && n.getNodeName().contains("array")) {
833
if (n
instanceof
Element && n.getNodeName().contains("String"))
[
all
...]
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/packages/
Package.java
163
if (this
instanceof
AddonPackage ||
164
((this
instanceof
ExtraPackage) &&
710
if (this
instanceof
ToolPackage) {
712
} else if (this
instanceof
PlatformToolPackage) {
714
} else if (this
instanceof
DocPackage) {
716
} else if (this
instanceof
PlatformPackage) {
718
} else if (this
instanceof
SamplePackage) {
720
} else if (this
instanceof
SystemImagePackage) {
722
} else if (this
instanceof
AddonPackage) {
735
if (this
instanceof
IPackageVersion) {
[
all
...]
/cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java
566
assertTrue(mTextView.getMovementMethod()
instanceof
LinkMovementMethod);
[
all
...]
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
PaintDrawableTest.java
52
assertTrue(paintDrawable.getShape()
instanceof
RoundRectShape);
100
assertTrue(paintDrawable.getShape()
instanceof
RoundRectShape);
/cts/tools/signature-tools/test/signature/converter/
ConvertEnumTest.java
141
assertTrue(values.getReturnType()
instanceof
IArrayType);
184
assertTrue(values.getReturnType()
instanceof
IArrayType);
/dalvik/dx/src/com/android/dx/command/
Main.java
122
if ((ex
instanceof
NoClassDefFoundError)
123
|| (ex
instanceof
NoSuchMethodError)) {
/dalvik/vm/
AtomicCache.cpp
159
//ALOGE("unable to reset the
instanceof
cache ownership");
166
* Dump the "
instanceof
" cache stats.
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
serialize.g
47
if ( ex
instanceof
MismatchedTokenException ) {
50
else if ( ex
instanceof
NoViableAltException ) {
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
SocketHandlerTest.java
176
assertTrue(h.getFormatter()
instanceof
XMLFormatter);
210
assertTrue(h.getFormatter()
instanceof
XMLFormatter);
247
assertTrue(h.getFormatter()
instanceof
MockFormatter);
248
assertTrue(h.getFilter()
instanceof
MockFilter);
261
assertTrue(h.getFormatter()
instanceof
MockFormatter);
262
assertTrue(h.getFilter()
instanceof
MockFilter);
291
assertTrue(h.getFormatter()
instanceof
XMLFormatter);
307
assertTrue(h.getFormatter()
instanceof
XMLFormatter);
StreamHandlerTest.java
104
assertTrue(h.getFormatter()
instanceof
SimpleFormatter);
130
assertTrue(h.getFormatter()
instanceof
MockFormatter);
131
assertTrue(h.getFilter()
instanceof
MockFilter);
155
assertTrue(h.getFormatter()
instanceof
SimpleFormatter);
180
assertTrue(h.getFormatter()
instanceof
MockFormatter2);
208
assertTrue(h.getFormatter()
instanceof
MockFormatter2);
209
assertTrue(h.getFilter()
instanceof
MockFilter);
234
assertTrue(h.getFormatter()
instanceof
MockFormatter2);
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
MethodTest.java
424
e
instanceof
IllegalArgumentException);
439
e
instanceof
IllegalArgumentException);
454
e
instanceof
IllegalArgumentException);
468
e
instanceof
IllegalArgumentException);
486
e
instanceof
IllegalArgumentException);
499
e
instanceof
IllegalArgumentException);
515
e
instanceof
IllegalArgumentException);
532
e
instanceof
IllegalArgumentException);
/external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
MockAbstractPreferences.java
55
if (parent
instanceof
MockAbstractPreferences) {
172
if (p
instanceof
MockAbstractPreferences) {
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
PKIXCertPathBuilderResultTest.java
97
assertTrue(r
instanceof
PKIXCertPathBuilderResult);
120
assertTrue(r
instanceof
PKIXCertPathBuilderResult);
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
PSSParameterSpecTest.java
52
assertTrue(aps
instanceof
PSSParameterSpec);
80
assertTrue(aps
instanceof
PSSParameterSpec);
RSAPrivateCrtKeySpecTest.java
60
assertTrue(ks
instanceof
RSAPrivateCrtKeySpec);
78
assertTrue(ks
instanceof
RSAPrivateKeySpec);
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
MyKeyStore.java
179
if (!(stream
instanceof
ByteArrayOutputStream)) {
233
if (!(param
instanceof
MyLoadStoreParams)) {
/external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/serialization/
SerializationTest.java
133
if (this
instanceof
SerializableAssert) {
308
if (refList.get(0)
instanceof
UnresolvedPermission
309
&& tstList.get(0)
instanceof
UnresolvedPermission) {
405
if (test
instanceof
SerializableAssert) {
413
if (object
instanceof
UnresolvedPermission) {
424
// instead of '
instanceof
' for the first element
425
if (object
instanceof
java.lang.Throwable) {
427
} else if (object
instanceof
java.security.PermissionCollection) {
/external/apache-http/src/org/apache/commons/codec/net/
BCodec.java
166
} else if (value
instanceof
String) {
190
} else if (value
instanceof
String) {
/external/apache-xml/src/main/java/org/apache/xml/serializer/
SerializerFactory.java
135
if (obj
instanceof
SerializationHandler)
147
if (obj
instanceof
ContentHandler)
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
IssuingDistributionPoint.java
50
if (obj == null || obj
instanceof
IssuingDistributionPoint)
54
else if (obj
instanceof
ASN1Sequence)
Completed in 2095 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>