OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:instanceof
(Results
326 - 350
of
3504
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/v8/test/mjsunit/
mirror-string.js
40
assertTrue(mirror
instanceof
debug.Mirror);
41
assertTrue(mirror
instanceof
debug.ValueMirror);
42
assertTrue(mirror
instanceof
debug.StringMirror);
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Number/
15.7.4.6-1.js
32
var cnIsRangeError = '
instanceof
RangeError';
33
var cnNotRangeError = 'NOT
instanceof
RangeError';
110
if (obj
instanceof
RangeError)
/frameworks/base/core/java/android/app/
MediaRouteActionProvider.java
110
while (context
instanceof
ContextWrapper && !(context
instanceof
Activity)) {
113
if (!(context
instanceof
Activity)) {
/libcore/luni/src/main/java/java/security/
KeyStoreSpi.java
305
if (pp
instanceof
KeyStore.PasswordProtection) {
314
if (pp
instanceof
KeyStore.CallbackHandlerProtection) {
357
if (protParam
instanceof
KeyStore.PasswordProtection) {
364
} else if (protParam
instanceof
KeyStore.CallbackHandlerProtection) {
373
if (key
instanceof
PrivateKey) {
377
if (key
instanceof
SecretKey) {
410
if (entry
instanceof
KeyStore.TrustedCertificateEntry) {
417
if (protParam
instanceof
KeyStore.PasswordProtection) {
424
if (protParam
instanceof
KeyStore.CallbackHandlerProtection) {
436
if (entry
instanceof
KeyStore.PrivateKeyEntry)
[
all
...]
/libcore/luni/src/test/java/libcore/xml/
SimpleBuilderTest.java
47
String result = (node
instanceof
Text ? ((Text) node).getData() : "");
99
if (node
instanceof
ProcessingInstruction) {
101
} else if (node
instanceof
Comment) {
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/support/
MyExemptionMechanismSpi.java
71
if (!(key
instanceof
tmpKey)) {
83
if (!(key
instanceof
tmpKey)) {
98
if (!(key
instanceof
tmpKey)) {
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
mySSLSession.java
129
if(obj1
instanceof
SSLSessionBindingListener) {
133
if(obj
instanceof
SSLSessionBindingListener) {
143
if(obj
instanceof
SSLSessionBindingListener) {
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
MockSuggestionProviderCursor.java
114
if (o
instanceof
Double) return (Double) o;
121
if (o
instanceof
Float) return (Float) o;
146
if (o
instanceof
String) return (String) o;
/packages/apps/Settings/src/com/android/settings/accounts/
SyncSettings.java
94
if (preference
instanceof
AccountPreference) {
122
if (parent.getPreference(i)
instanceof
AccountPreference) {
166
if (pref
instanceof
AccountPreference) {
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
TestUtils.java
44
} else if (value
instanceof
String) {
46
} else if (value
instanceof
Integer) {
48
} else if (value
instanceof
Long) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
FixProjectAction.java
61
if (mSelection
instanceof
IStructuredSelection) {
67
if (element
instanceof
IProject) {
69
} else if (element
instanceof
IAdaptable) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
BooleanXmlPropertyEditor.java
53
assert value == null || value
instanceof
String;
54
if (value == null || value
instanceof
String) {
104
if (value == null || value
instanceof
String) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiModelTreeContentProvider.java
50
if (parentElement
instanceof
UiElementNode) {
62
if (element
instanceof
UiElementNode) {
73
if (element
instanceof
UiElementNode) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
SetPropertyFix.java
69
if (node
instanceof
Element) {
82
if (attr
instanceof
IndexedRegion) {
106
if (editor
instanceof
AndroidXmlEditor) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/
ExportWizardAction.java
50
if (mSelection
instanceof
IStructuredSelection) {
59
if (element
instanceof
IProject) {
61
} else if (element
instanceof
IAdaptable) {
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
StateLabelProvider.java
60
if (parent
instanceof
GLListProperty) {
71
} else if (parent
instanceof
GLSparseArrayProperty) {
84
if (!(element
instanceof
IGLProperty)) {
/sdk/traceview/src/com/android/traceview/
ProfileProvider.java
167
if (element
instanceof
MethodData) {
171
if (element
instanceof
ProfileNode) {
185
if (element
instanceof
MethodData)
187
if (element
instanceof
ProfileNode)
236
if (element
instanceof
MethodData) {
296
} else if (element
instanceof
ProfileSelf) {
327
} else if (element
instanceof
ProfileData) {
360
} else if (element
instanceof
ProfileNode) {
373
if (element
instanceof
MethodData) {
377
if (element
instanceof
ProfileData)
[
all
...]
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/
PackagesPage.java
452
if (child
instanceof
Button &&
693
if (treeElement
instanceof
PkgCategory) {
709
if (treeElement
instanceof
PkgItem) {
750
if (pkg
instanceof
PkgCategory) {
784
if (sel.isEmpty() || !(sel
instanceof
ITreeSelection)) {
[
all
...]
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
KeyManagerFactory2Test.java
148
assertTrue("Not
instanceof
KeyManagerFactory object",
149
keyMF
instanceof
KeyManagerFactory);
214
assertTrue("Not
instanceof
KeyManagerFactory object",
215
keyMF
instanceof
KeyManagerFactory);
260
assertTrue("Not
instanceof
KeyManagerFactory object",
261
keyMF
instanceof
KeyManagerFactory);
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/asymmetric/ec/
KeyAgreement.java
120
// if (agreement
instanceof
ECMQVBasicAgreement)
122
// if (!(key
instanceof
MQVPublicKey))
141
if (!(key
instanceof
ECPublicKey))
241
// if (agreement
instanceof
ECMQVBasicAgreement)
243
// if (!(key
instanceof
MQVPrivateKey))
272
if (!(key
instanceof
ECPrivateKey))
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/reflect/
ReflectionUtils.java
57
if (type
instanceof
Class<?>) {
71
if (type
instanceof
GenericArrayType) {
76
if (type
instanceof
ParameterizedType) {
97
if (type
instanceof
WildcardType) {
269
return object
instanceof
Class<?> ? (Class<?>) object : object.getClass();
277
return object
instanceof
Class<?> ? null : object;
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/ragdoll/
RagdollUtils.java
43
if (model
instanceof
Geometry) {
46
} else if (model
instanceof
Node) {
49
if (s
instanceof
Geometry) {
159
if (model
instanceof
Geometry) {
164
} else if (model
instanceof
Node) {
167
if (s
instanceof
Geometry) {
/frameworks/base/core/java/android/database/
MatrixCursor.java
128
if (columnValues
instanceof
ArrayList<?>) {
238
if (value
instanceof
Number) return ((Number) value).shortValue();
246
if (value
instanceof
Number) return ((Number) value).intValue();
254
if (value
instanceof
Number) return ((Number) value).longValue();
262
if (value
instanceof
Number) return ((Number) value).floatValue();
270
if (value
instanceof
Number) return ((Number) value).doubleValue();
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/
PropertyViewer.java
60
if (mSelectedNode != null && parentElement
instanceof
String) {
83
if (mSelectedNode != null && element
instanceof
Property) {
101
if (mSelectedNode != null && element
instanceof
String) {
122
if (mSelectedNode != null && inputElement
instanceof
TreeViewModel) {
154
if (element
instanceof
String && column == 0) {
157
} else if (element
instanceof
Property) {
/cts/tests/tests/widget/src/android/widget/cts/
PositionTesterContextMenuListener.java
57
menuInfo
instanceof
AdapterContextMenuInfo)) {
66
menuInfo
instanceof
ExpandableListView.ExpandableListContextMenuInfo)) {
Completed in 4019 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>