HomeSort by relevance Sort by last modified time
    Searched full:instanceof (Results 576 - 600 of 3901) sorted by null

<<21222324252627282930>>

  /frameworks/base/test-runner/src/android/test/
TestCaseUtil.java 68 if (test instanceof TestCase &&
77 if (workingTest instanceof TestSuite) {
124 if (test instanceof TestCase) {
127 } else if (test instanceof TestSuite) {
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ViewLayerInvalidationActivity.java 132 if (child instanceof ViewGroup) {
139 if (!(view instanceof LinearLayout)) {
150 if (view instanceof TextView) {
154 if (!(view instanceof ViewGroup)) {
  /frameworks/base/tools/layoutlib/bridge/src/android/content/res/
BridgeAssetManager.java 34 if (!(AssetManager.sSystem instanceof BridgeAssetManager)) {
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
BridgeRenderSession.java 120 if (parentView instanceof ViewGroup == false) {
143 if (parentView instanceof ViewGroup == false) {
146 if (childView instanceof View == false) {
167 if (childView instanceof View == false) {
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
BaseAdapter.java 168 if (view instanceof ViewGroup) {
185 if (view instanceof TextView) {
204 if (view instanceof Checkable) {
224 if (view instanceof ImageView) {
  /frameworks/opt/net/voip/src/java/android/net/rtp/
RtpStream.java 157 if (!(address instanceof Inet4Address && mLocalAddress instanceof Inet4Address) &&
158 !(address instanceof Inet6Address && mLocalAddress instanceof Inet6Address)) {
  /frameworks/opt/net/voip/src/java/android/net/sip/
SipException.java 32 super(message, ((cause instanceof javax.sip.SipException)
  /frameworks/support/v4/ics/android/support/v4/app/
ShareCompatICS.java 31 if (!(itemProvider instanceof ShareActionProvider)) {
  /frameworks/testing/androidtestlib/src/com/android/test/runner/junit3/
AndroidJUnit3ClassRunner.java 37 if (s instanceof AndroidTestSuite) {
  /hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
JFmContext.java 37 if (otherContextAsObject instanceof JFmContext) {
  /libcore/luni/src/main/java/libcore/net/http/
Challenge.java 34 return o instanceof Challenge
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
ByteArray.java 38 if (!(o instanceof ByteArray)) {
  /libcore/luni/src/test/java/libcore/java/io/
OldAndroidSerializationTest.java 42 assertTrue(o instanceof MySerializable);
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
SecureRandomSpiTest.java 36 assertTrue(srs instanceof SecureRandomSpi);
  /packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/
Tweener.java 66 if (!(vars[i] instanceof String)) {
84 } else if (value instanceof float[]) {
87 } else if (value instanceof int[]) {
90 } else if (value instanceof Number) {
  /packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
AddressListParser.java 119 if (jjte000 instanceof RuntimeException) {
122 if (jjte000 instanceof ParseException) {
177 if (jjte000 instanceof RuntimeException) {
180 if (jjte000 instanceof ParseException) {
223 if (jjte000 instanceof RuntimeException) {
226 if (jjte000 instanceof ParseException) {
254 if (jjte000 instanceof RuntimeException) {
257 if (jjte000 instanceof ParseException) {
317 if (jjte000 instanceof RuntimeException) {
320 if (jjte000 instanceof ParseException)
    [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
MeetingResponseRequest.java 33 if (!(o instanceof MeetingResponseRequest)) return false;
MessageMoveRequest.java 33 if (!(o instanceof MessageMoveRequest)) return false;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorVignette.java 48 if (rep != null && getLocalRepresentation() instanceof FilterVignetteRepresentation) {
ParametricEditor.java 94 if (getLocalRepresentation() instanceof FilterBasicRepresentation) {
116 && getLocalRepresentation() instanceof FilterBasicRepresentation) {
148 if (this instanceof Parameter) {
150 } else if (rep instanceof Parameter) {
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilDocumentImpl.java 184 if (rootElement == null || !(rootElement instanceof SMILElement)) {
200 if (headElement == null || !(headElement instanceof SMILElement)) {
213 if (bodyElement == null || !(bodyElement instanceof SMILElement)) {
268 while ((layoutElement != null) && !(layoutElement instanceof SMILLayoutElement)) {
  /packages/apps/Nfc/src/com/android/nfc/
TechListChooserActivity.java 36 if (!(targetParcelable instanceof Intent)) {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LocaleChangeReceiver.java 37 if (provider instanceof ContactsProvider2) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutContribution.java 35 if (descriptor instanceof ChangeLayoutRefactoring.Descriptor) {
ChangeViewContribution.java 35 if (descriptor instanceof ChangeViewRefactoring.Descriptor) {

Completed in 856 milliseconds

<<21222324252627282930>>