OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:instanceof
(Results
1076 - 1100
of
3504
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
PAssertedService.java
104
return (other
instanceof
PAssertedServiceHeader) && super.equals(other);
PPreferredService.java
105
return (other
instanceof
PPreferredServiceHeader) && super.equals(other);
PProfileKey.java
77
return (other
instanceof
PProfileKey) && super.equals(other);
PUserDatabase.java
90
return (other
instanceof
PUserDatabaseHeader) && super.equals(other);
Privacy.java
130
if (other
instanceof
PrivacyHeader)
/external/oauth/core/src/main/java/net/oauth/
OAuthProblemException.java
97
} else if (code
instanceof
Number) { // the usual case
/external/proguard/src/proguard/optimize/info/
ClassOptimizationInfo.java
147
return visitorInfo
instanceof
ClassOptimizationInfo ?
InstanceofClassMarker.java
33
* This InstructionVisitor marks all classes that are used in an '
instanceof
'
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
InstructionMethodItemFactory.java
45
if (instruction
instanceof
OffsetInstruction) {
/external/v8/test/mjsunit/
get-prototype-of.js
37
assertTrue(caught
instanceof
TypeError);
/external/v8/test/mjsunit/regress/
regress-1178598.js
83
assertTrue(exception
instanceof
ReferenceError);
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/
tst_qscriptvalue.h
134
void
instanceOf
();
/external/webkit/Source/WebCore/inspector/front-end/
AuditFormatters.js
46
if (value
instanceof
Array) {
/frameworks/base/core/java/android/accounts/
Account.java
34
if (!(o
instanceof
Account)) return false;
/frameworks/base/core/java/android/content/
ContentProviderOperation.java
531
} else if (value
instanceof
String) {
533
} else if (value
instanceof
Byte) {
535
} else if (value
instanceof
Short) {
537
} else if (value
instanceof
Integer) {
539
} else if (value
instanceof
Long) {
541
} else if (value
instanceof
Float) {
543
} else if (value
instanceof
Double) {
545
} else if (value
instanceof
Boolean) {
547
} else if (value
instanceof
byte[]) {
PeriodicSync.java
73
if (!(o
instanceof
PeriodicSync)) {
/frameworks/base/core/java/android/content/pm/
ManifestDigest.java
66
if (!(o
instanceof
ManifestDigest)) {
/frameworks/base/core/java/android/net/
NetworkUtils.java
215
return (((left
instanceof
Inet4Address) && (right
instanceof
Inet4Address)) ||
216
((left
instanceof
Inet6Address) && (right
instanceof
Inet6Address)));
/frameworks/base/core/java/android/preference/
CheckBoxPreference.java
62
if (checkboxView != null && checkboxView
instanceof
Checkable) {
/frameworks/base/core/java/android/text/style/
CharacterStyle.java
37
if (cs
instanceof
MetricAffectingSpan) {
/frameworks/base/core/java/android/util/
Pair.java
46
if (!(o
instanceof
Pair)) return false;
/frameworks/base/core/java/android/widget/
FastScroller.java
245
if (drawable
instanceof
NinePatchDrawable) {
492
if (adapter
instanceof
HeaderViewListAdapter) {
496
if (adapter
instanceof
ExpandableListConnector) {
498
if (expAdapter
instanceof
SectionIndexer) {
504
if (adapter
instanceof
SectionIndexer) {
595
if (mList
instanceof
ExpandableListView) {
599
} else if (mList
instanceof
ListView) {
609
if (mList
instanceof
ExpandableListView) {
613
} else if (mList
instanceof
ListView) {
TextSwitcher.java
64
if (!(child
instanceof
TextView)) {
/frameworks/base/core/java/com/android/internal/util/
TypedProperties.java
439
if (value
instanceof
Boolean) {
459
if (value
instanceof
Byte) {
479
if (value
instanceof
Short) {
499
if (value
instanceof
Integer) {
519
if (value
instanceof
Long) {
539
if (value
instanceof
Float) {
559
if (value
instanceof
Double) {
581
} else if (value
instanceof
String) {
709
} else if (value
instanceof
String) {
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FilterFunction.java
68
if (entry.getValue()
instanceof
Frame) {
Completed in 1566 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>