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

<<11121314151617181920>>

  /cts/tests/tests/widget/src/android/widget/cts/
SimpleAdapterTest.java 147 assertTrue(result instanceof TextView);
151 assertTrue(result instanceof TextView);
196 assertTrue(result instanceof TwoLineListItem);
200 assertTrue(result instanceof TwoLineListItem);
205 assertTrue(result instanceof TextView);
209 assertTrue(result instanceof TextView);
215 assertTrue(result instanceof TextView);
219 assertTrue(result instanceof TextView);
  /cts/tools/signature-tools/src/signature/converter/doclet/
DocletToSigConverter.java 267 if (value instanceof Type) {
270 } else if (value instanceof String) {
272 } else if (value instanceof Double || value instanceof Float
273 || value instanceof Long || value instanceof Integer
274 || value instanceof Short || value instanceof Byte
275 || value instanceof Character || value instanceof Boolean) {
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/form/
Form11n.java 70 if (!((insn instanceof CstInsn) &&
79 if (!(cst instanceof CstLiteralBits)) {
Form21s.java 69 if (!((insn instanceof CstInsn) &&
78 if (!(cst instanceof CstLiteralBits)) {
Form31i.java 69 if (!((insn instanceof CstInsn) &&
78 if (!(cst instanceof CstLiteralBits)) {
Form51l.java 70 if (!((insn instanceof CstInsn) &&
79 return (cst instanceof CstLiteral64);
  /dalvik/dexgen/src/com/android/dexgen/rop/annotation/
NameValuePair.java 49 if (value instanceof CstUtf8) {
69 if (! (other instanceof NameValuePair)) {
  /dalvik/dexgen/src/com/android/dexgen/util/
ListIntSet.java 62 if (other instanceof ListIntSet) {
87 } else if (other instanceof BitIntSet) {
  /dalvik/dx/src/com/android/dx/util/
ListIntSet.java 62 if (other instanceof ListIntSet) {
87 } else if (other instanceof BitIntSet) {
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
Lexer.js 59 if (re instanceof org.antlr.runtime.NoViableAltException) {
62 } else if ( re instanceof org.antlr.runtime.RecognitionException ) {
222 if ( e instanceof org.antlr.runtime.MismatchedTokenException ) {
225 else if ( e instanceof org.antlr.runtime.NoViableAltException ) {
228 else if ( e instanceof org.antlr.runtime.EarlyExitException ) {
231 else if ( e instanceof org.antlr.runtime.MismatchedNotSetException ) {
234 else if ( e instanceof org.antlr.runtime.MismatchedSetException ) {
237 else if ( e instanceof org.antlr.runtime.MismatchedRangeException ) {
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KeyStorePrivateKeyEntryTest.java 63 assertTrue(certificate instanceof X509Certificate);
76 assertTrue(chain instanceof X509Certificate[]);
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
RSAPublicKeySpecTest.java 55 assertTrue(ks instanceof RSAPublicKeySpec);
67 assertTrue(ks instanceof RSAPublicKeySpec);
  /external/apache-harmony/x-net/src/test/impl/java.injected/javax/net/ssl/
HttpsURLConnection_ImplTest.java 35 if (!(ver instanceof DefaultHostnameVerifier)) {
47 if (!(ver instanceof DefaultHostnameVerifier)) {
  /external/apache-http/src/org/apache/http/client/utils/
CloneUtils.java 44 if (obj instanceof Cloneable) {
56 if (cause instanceof CloneNotSupportedException) {
  /external/apache-xml/src/main/java/org/apache/xalan/extensions/
ExpressionVisitor.java 64 if (func instanceof FuncExtFunction)
69 else if (func instanceof FuncExtFunctionAvailable)
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
AbsPathChecker.java 62 if((func instanceof FuncCurrent) ||
63 (func instanceof FuncExtFunction))
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncCurrent.java 59 if (subContextList instanceof PredicatedNodeTest) {
63 } else if(subContextList instanceof StepPattern) {
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
BERConstructedOctetString.java 121 if (out instanceof ASN1OutputStream || out instanceof BEROutputStream)
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
DistributionPoint.java 39 if(obj == null || obj instanceof DistributionPoint)
44 if(obj instanceof ASN1Sequence)
DistributionPointName.java 40 if (obj == null || obj instanceof DistributionPointName)
44 else if (obj instanceof ASN1TaggedObject)
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/
ProviderConfigurationPermission.java 96 if (!(permission instanceof ProviderConfigurationPermission))
119 if (obj instanceof ProviderConfigurationPermission)
  /external/dexmaker/src/dx/java/com/android/dx/util/
ListIntSet.java 62 if (other instanceof ListIntSet) {
87 } else if (other instanceof BitIntSet) {
  /external/guava/guava/src/com/google/common/io/
AppendableWriter.java 60 if (target instanceof Flushable) {
67 if (target instanceof Closeable) {
  /external/javassist/src/main/javassist/compiler/ast/
DoubleConst.java 45 if (right instanceof IntConst)
47 else if (right instanceof DoubleConst)
  /external/jmdns/src/javax/jmdns/impl/
HostInfo.java 144 if (this.getInetAddress() instanceof Inet4Address) {
151 if (this.getInetAddress() instanceof Inet6Address) {
211 if ((this.getInetAddress() instanceof Inet4Address) || ((this.getInetAddress() instanceof Inet6Address) && (((Inet6Address) this.getInetAddress()).isIPv4CompatibleAddress()))) {
218 if (this.getInetAddress() instanceof Inet6Address) {
237 if (this.getInetAddress() instanceof Inet4Address) {
240 if ((this.getInetAddress() instanceof Inet6Address) && (((Inet6Address) this.getInetAddress()).isIPv4CompatibleAddress())) {
249 if (this.getInetAddress() instanceof Inet6Address) {

Completed in 1823 milliseconds

<<11121314151617181920>>