HomeSort by relevance Sort by last modified time
    Searched full:instanceof (Results 151 - 175 of 3504) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/easymock/src/org/easymock/internal/matchers/
InstanceOf.java 22 public class InstanceOf implements IArgumentMatcher, Serializable {
28 public InstanceOf(Class<?> clazz) {
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
LocalePropertyEditor.java 42 if (value instanceof Locale) {
58 // if (value instanceof Locale) {
  /external/javassist/src/main/javassist/compiler/ast/
InstanceOfExpr.java 21 * Instanceof expression.
33 return "instanceof:" + castType + ":" + arrayDim;
  /external/jsilver/src/com/google/clearsilver/jsilver/exceptions/
ExceptionUtil.java 32 if (th instanceof JSilverTemplateNotFoundException || th instanceof FileNotFoundException) {
  /libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/
DSAKeyFactoryImpl.java 54 if (keySpec instanceof DSAPrivateKeySpec) {
58 if (keySpec instanceof PKCS8EncodedKeySpec) {
82 if (keySpec instanceof DSAPublicKeySpec) {
86 if (keySpec instanceof X509EncodedKeySpec) {
120 if (key instanceof DSAPrivateKey) {
143 if (key instanceof DSAPublicKey) {
184 if (key instanceof DSAPrivateKey) {
199 if (key instanceof DSAPublicKey) {
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLDSAKeyFactory.java 39 if (keySpec instanceof DSAPublicKeySpec) {
43 } else if (keySpec instanceof X509EncodedKeySpec) {
60 if (keySpec instanceof DSAPrivateKeySpec) {
64 } else if (keySpec instanceof PKCS8EncodedKeySpec) {
90 if (key instanceof DSAPublicKey) {
107 } else if (key instanceof DSAPrivateKey) {
135 if (key instanceof DSAPublicKey) {
150 } else if (key instanceof DSAPrivateKey) {
  /libcore/luni/src/test/java/libcore/java/util/
ServiceLoaderTest.java 34 assertTrue(it.next() instanceof Impl1);
36 assertTrue(it.next() instanceof Impl2);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
DetailsPage.java 137 if (part instanceof GLFunctionTraceViewer) {
145 } else if (part instanceof StateView) {
160 if (!(p instanceof IStateDetailProvider)) {
178 if (!(p instanceof ICallDetailProvider)) {
199 if (!(selection instanceof TreeSelection)) {
204 if (data instanceof GLCallNode) {
212 if (!(selection instanceof IStructuredSelection)) {
221 if (data instanceof IGLProperty) {
  /cts/tools/signature-tools/test/signature/converter/
ConvertWildcardTest.java 53 assertTrue(type instanceof IParameterizedType);
64 assertTrue(upperBound instanceof IClassReference);
82 assertTrue(type instanceof IParameterizedType);
93 assertTrue(upperBound instanceof IClassReference);
97 assertTrue(lowerBound instanceof IClassReference);
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
AttributeCertificateInfo.java 35 if (obj instanceof AttributeCertificateInfo)
39 else if (obj instanceof ASN1Sequence)
67 if (obj instanceof DERBitString)
71 else if (obj instanceof ASN1Sequence || obj instanceof X509Extensions)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourceLabelProvider.java 101 if (element instanceof ResourceItem) {
115 if (element instanceof ResourceType) {
117 } else if (element instanceof ResourceItem) {
119 } else if (element instanceof ResourceFile) {
124 if (element instanceof ResourceItem) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
WorkingSetHelper.java 51 if (!(activePart instanceof PackageExplorerPart))
68 if (!(input instanceof IWorkingSet))
80 if (!(selection instanceof ITreeSelection))
99 if (!(candidate instanceof IWorkingSet))
112 if (element instanceof IWorkingSet && isValidWorkingSet((IWorkingSet) element)) {
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Array/
regress-178722.js 84 actual = arr instanceof Array && arr.length === 0 && arr === arr1;
90 actual = arr instanceof Array && arr.length === 0 && arr === arr2;
96 actual = arr instanceof Array && arr.length === 0 && arr === arr3;
102 actual = arr instanceof Array && arr.length === 0 && arr === arr4;
108 actual = arr instanceof Array && arr.length === 0 && arr === arr5;
118 actual = arr instanceof Array && arr.length === 0 && arr === arr1;
124 actual = arr instanceof Array && arr.length === 0 && arr === arr2;
130 actual = arr instanceof Array && arr.length === 0 && arr === arr3;
136 actual = arr instanceof Array && arr.length === 0 && arr === arr4;
142 actual = arr instanceof Array && arr.length === 0 && arr === arr5
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
SlideshowPresenter.java 66 if (view instanceof AdaptableSlideViewInterface) {
130 if (media instanceof RegionMediaModel) {
178 if (view instanceof AdaptableSlideViewInterface) {
209 if (view instanceof AdaptableSlideViewInterface) {
231 if (view instanceof AdaptableSlideViewInterface) {
276 if (model instanceof SlideshowModel) {
278 } else if (model instanceof SlideModel) {
292 } else if (model instanceof MediaModel) {
293 if (model instanceof RegionMediaModel) {
306 } else if (model instanceof RegionModel)
    [all...]
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/
PhysicsSpace.java 227 // assert (bp.clientObject instanceof com.bulletphysics.collision.dispatch.CollisionObject && bp.clientObject instanceof com.bulletphysics.collision.dispatch.CollisionObject);
305 // if (body0 instanceof CollisionObject && body1 instanceof CollisionObject) {
392 if (obj instanceof PhysicsControl) {
394 } else if (obj instanceof Spatial) {
398 } else if (obj instanceof PhysicsCollisionObject) {
400 } else if (obj instanceof PhysicsJoint) {
408 if (obj instanceof PhysicsGhostObject) {
410 } else if (obj instanceof PhysicsRigidBody)
    [all...]
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/
PhysicsSpace.java 205 assert (bp.clientObject instanceof com.bulletphysics.collision.dispatch.CollisionObject && bp.clientObject instanceof com.bulletphysics.collision.dispatch.CollisionObject);
285 if (body0 instanceof CollisionObject && body1 instanceof CollisionObject) {
366 if (obj instanceof PhysicsControl) {
368 } else if (obj instanceof Spatial) {
372 } else if (obj instanceof PhysicsCollisionObject) {
374 } else if (obj instanceof PhysicsJoint) {
382 if (obj instanceof PhysicsGhostObject) {
384 } else if (obj instanceof PhysicsRigidBody)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
ValueEncoder.java 221 if (cst instanceof CstByte) {
223 } else if (cst instanceof CstShort) {
225 } else if (cst instanceof CstChar) {
227 } else if (cst instanceof CstInteger) {
229 } else if (cst instanceof CstLong) {
231 } else if (cst instanceof CstFloat) {
233 } else if (cst instanceof CstDouble) {
235 } else if (cst instanceof CstString) {
237 } else if (cst instanceof CstType) {
239 } else if (cst instanceof CstFieldRef)
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
ValueEncoder.java 219 if (cst instanceof CstByte) {
221 } else if (cst instanceof CstShort) {
223 } else if (cst instanceof CstChar) {
225 } else if (cst instanceof CstInteger) {
227 } else if (cst instanceof CstLong) {
229 } else if (cst instanceof CstFloat) {
231 } else if (cst instanceof CstDouble) {
233 } else if (cst instanceof CstString) {
235 } else if (cst instanceof CstType) {
237 } else if (cst instanceof CstFieldRef)
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
ValueEncoder.java 219 if (cst instanceof CstByte) {
221 } else if (cst instanceof CstShort) {
223 } else if (cst instanceof CstChar) {
225 } else if (cst instanceof CstInteger) {
227 } else if (cst instanceof CstLong) {
229 } else if (cst instanceof CstFloat) {
231 } else if (cst instanceof CstDouble) {
233 } else if (cst instanceof CstString) {
235 } else if (cst instanceof CstType) {
237 } else if (cst instanceof CstFieldRef)
    [all...]
  /external/doclava/src/com/google/doclava/
FieldInfo.java 131 if (val instanceof Boolean || val instanceof Byte || val instanceof Short
132 || val instanceof Integer) {
136 else if (val instanceof Double) {
138 } else if (val instanceof Float) {
140 } else if (val instanceof Long) {
142 } else if (val instanceof Character) {
145 } else if (val instanceof String) {
346 if (val instanceof Boolean)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
AddSuppressAnnotation.java 151 if (o instanceof SingleMemberAnnotation) {
176 if (existingValue instanceof StringLiteral) {
187 } else if (existingValue instanceof ArrayInitializer) {
223 if (o instanceof SingleMemberAnnotation) {
248 if (existingValue instanceof NumberLiteral) {
323 if (type instanceof ASTNode) {
331 if (body instanceof BodyDeclaration) {
335 if (body instanceof MethodDeclaration) {
337 } else if (body instanceof FieldDeclaration) {
342 if (first instanceof VariableDeclarationFragment)
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
SemanticContext.java 143 if ( !(o instanceof Predicate) ) {
391 if (obj instanceof NOT)
394 if (not.ctx instanceof CommutativePredicate && not.ctx.getClass() != this.getClass()) {
590 if ( !(object instanceof NOT) ) {
614 boolean factored = commonTerms != null && commonTerms != EMPTY_SEMANTIC_CONTEXT && !(commonTerms instanceof TruePredicate);
620 if (a instanceof FalsePredicate || b instanceof FalsePredicate)
630 if (a instanceof TruePredicate)
633 if (b instanceof TruePredicate)
650 boolean factored = commonTerms != null && commonTerms != EMPTY_SEMANTIC_CONTEXT && !(commonTerms instanceof FalsePredicate)
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
ASN1Sequence.java 21 if (obj == null || obj instanceof ASN1Sequence)
25 else if (obj instanceof byte[])
78 if (obj instanceof BERTaggedObject)
89 if (obj.getObject() instanceof ASN1Sequence)
122 if (obj instanceof ASN1Sequence)
126 if (obj instanceof ASN1Set)
187 if (!(o instanceof ASN1Sequence))
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
PointerInfo.java 90 if (input instanceof ByteBuffer) {
101 } else if (input instanceof CharBuffer) {
113 } else if (input instanceof ShortBuffer) {
125 } else if (input instanceof IntBuffer) {
137 } else if (input instanceof FloatBuffer) {
149 } else if (input instanceof DoubleBuffer) {
161 } else if (input instanceof LongBuffer) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitPropertyTester.java 50 if (!(receiver instanceof IAdaptable)) {
59 if (receiver instanceof IJavaElement) {
61 } else if (receiver instanceof IResource) {
114 if (element instanceof ICompilationUnit) {
116 } else if (element instanceof IClassFile) {
118 } else if (element instanceof IType) {
120 } else if (element instanceof IMember) {

Completed in 2216 milliseconds

1 2 3 4 5 67 8 91011>>