OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:instanceof
(Results
726 - 750
of
3901
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/oauth/core/src/main/java/net/oauth/client/
URLConnectionClient.java
52
if (connection
instanceof
HttpURLConnection) {
77
&& connection
instanceof
HttpURLConnection) {
URLConnectionResponse.java
60
if (connection
instanceof
HttpURLConnection) {
107
HttpURLConnection http = (connection
instanceof
HttpURLConnection) ? (HttpURLConnection) connection
/external/replicaisland/src/com/replica/replicaisland/
FadeDrawableComponent.java
125
// TODO: ack,
instanceof
! Fix this!
126
if (drawable != null && drawable
instanceof
DrawableBitmap) {
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
PreferenceGroupTest.java
4
import static org.hamcrest.CoreMatchers.
instanceOf
;
50
assertThat(shadow,
instanceOf
(ShadowPreference.class));
ProgressDialogTest.java
17
import static org.hamcrest.CoreMatchers.
instanceOf
;
40
assertThat(shadow,
instanceOf
(ShadowAlertDialog.class));
SpannableStringTest.java
125
if (spans[0]
instanceof
URLSpan) {
130
if (spans[1]
instanceof
UnderlineSpan) {
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
ExceptionWithContext.java
51
if (ex
instanceof
ExceptionWithContext) {
90
if (cause
instanceof
ExceptionWithContext) {
/external/webkit/Source/JavaScriptCore/API/tests/
minidom.js
104
shouldBe("node
instanceof
Node", true);
105
shouldBe("new Object()
instanceof
Node", false);
/frameworks/base/core/java/android/net/
LinkAddress.java
44
((address
instanceof
Inet4Address) && prefixLength > 32) ||
73
if (!(obj
instanceof
LinkAddress)) {
/frameworks/base/core/java/android/os/
Parcel.java
[
all
...]
/frameworks/base/core/java/android/widget/
SimpleAdapter.java
172
if (v
instanceof
Checkable) {
173
if (data
instanceof
Boolean) {
175
} else if (v
instanceof
TextView) {
176
// Note: keep the
instanceof
TextView check at the bottom of these
184
} else if (v
instanceof
TextView) {
185
// Note: keep the
instanceof
TextView check at the bottom of these
188
} else if (v
instanceof
ImageView) {
189
if (data
instanceof
Integer) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/
SystemUIService.java
56
if (o
instanceof
Integer) {
63
} else if (o
instanceof
Class) {
/libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1Implicit.java
66
if ((type
instanceof
ASN1Choice) || (type
instanceof
ASN1Any)) {
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLDSAPublicKey.java
121
if (o
instanceof
OpenSSLDSAPublicKey) {
133
if (!(o
instanceof
DSAPublicKey)) {
OpenSSLECPrivateKey.java
119
if (o
instanceof
OpenSSLECPrivateKey) {
124
if (!(o
instanceof
ECPrivateKey)) {
OpenSSLECPublicKey.java
121
if (o
instanceof
OpenSSLECPrivateKey) {
126
if (!(o
instanceof
ECPublicKey)) {
OpenSSLMac.java
72
if (!(key
instanceof
SecretKey)) {
80
if (key
instanceof
OpenSSLKeyHolder) {
OpenSSLRSAPublicKey.java
125
if (o
instanceof
OpenSSLRSAPublicKey) {
137
if (!(o
instanceof
RSAPublicKey)) {
/libcore/luni/src/test/java/tests/api/java/lang/reflect/
BoundedGenericMethodsTests.java
73
assertTrue(genericParameterType
instanceof
TypeVariable);
87
assertTrue(genericReturnType
instanceof
TypeVariable);
/packages/apps/ContactsCommon/src/com/android/contacts/common/editor/
SelectAccountDialogFragment.java
100
if (targetFragment != null && targetFragment
instanceof
Listener) {
111
if (targetFragment != null && targetFragment
instanceof
Listener) {
/packages/apps/DeskClock/src/com/android/deskclock/
LabelDialogFragment.java
127
if (activity
instanceof
AlarmLabelDialogHandler) {
129
} else if (activity
instanceof
TimerLabelDialogHandler){
/packages/apps/Email/src/com/android/email/activity/
UIControllerOnePane.java
420
if ((installed
instanceof
MessageViewFragment)
421
&& (fragment
instanceof
MessageViewFragment)) {
440
if (installed
instanceof
MessageViewFragment) {
475
if (mPreviousFragment
instanceof
MessageViewFragment) {
493
if ((mPreviousFragment
instanceof
MessageListFragment)
495
&& (installed
instanceof
MailboxListFragment)) {
519
if (mPreviousFragment
instanceof
MailboxListFragment) {
521
} else if (mPreviousFragment
instanceof
MessageListFragment) {
/packages/apps/Email/src/com/android/email/view/
NonLockingScrollView.java
104
if (node
instanceof
WebView) {
106
} else if (node
instanceof
ViewGroup) {
/packages/apps/Gallery2/src/com/android/camera/
CameraActivity.java
409
&& !(getStateManager().getTopState()
instanceof
PhotoPage)) {
522
return (mCurrentModule
instanceof
PhotoModule) ?
527
return (mCurrentModule
instanceof
PhotoModule) ?
532
return (mCurrentModule
instanceof
PhotoModule) ?
537
return (mCurrentModule
instanceof
PhotoModule) ?
542
return (mCurrentModule
instanceof
PhotoModule) ?
547
return (mCurrentModule
instanceof
PhotoModule) ?
552
return (mCurrentModule
instanceof
VideoModule) ?
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterBasicRepresentation.java
62
if (a
instanceof
FilterBasicRepresentation) {
77
if (representation
instanceof
FilterBasicRepresentation) {
Completed in 1297 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>