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

1 2 3 45 6 7 8 91011>>

  /external/mockito/src/org/mockito/internal/matchers/
LocalizedMatcher.java 47 if (actualMatcher instanceof ContainsExtraTypeInformation) {
55 return actualMatcher instanceof ContainsExtraTypeInformation
60 if (actualMatcher instanceof CapturesArguments) {
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
MediaBox.java 35 if (box instanceof MediaInformationBox) {
44 if (box instanceof MediaHeaderBox) {
53 if (box instanceof HandlerBox) {
  /libcore/dom/src/test/java/org/w3c/domts/
JUnitTestSuiteAdapter.java 47 if(domtest instanceof DOMTestCase) {
52 if(domtest instanceof DOMTestSuite) {
59 if(!(ex instanceof DOMTestIncompatibleException)) {
  /cts/tools/signature-tools/test/signature/converter/
ConvertAnnotationTest.java 145 assertTrue(annotationField.getType() instanceof IPrimitiveType);
149 assertTrue(annotationField.getDefaultValue() instanceof Integer);
171 assertTrue(field.getType() instanceof IArrayType);
172 assertTrue(field.getDefaultValue() instanceof Object[]);
195 assertTrue(field.getType() instanceof IArrayType);
196 assertTrue(field.getDefaultValue() instanceof Object[]);
202 assertTrue(defaultValue0 instanceof Integer);
207 assertTrue(defaultValue1 instanceof Integer);
229 assertTrue(annotationField.getType() instanceof IPrimitiveType);
234 assertTrue(annotationField.getDefaultValue() instanceof Double);
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/
AttConstantValue.java 47 if (!((constantValue instanceof CstString) ||
48 (constantValue instanceof CstInteger) ||
49 (constantValue instanceof CstLong) ||
50 (constantValue instanceof CstFloat) ||
51 (constantValue instanceof CstDouble))) {
  /dalvik/dx/src/com/android/dx/cf/attrib/
AttConstantValue.java 47 if (!((constantValue instanceof CstString) ||
48 (constantValue instanceof CstInteger) ||
49 (constantValue instanceof CstLong) ||
50 (constantValue instanceof CstFloat) ||
51 (constantValue instanceof CstDouble))) {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DEREnumerated.java 21 if (obj == null || obj instanceof ASN1Enumerated)
26 if (obj instanceof DEREnumerated)
31 if (obj instanceof byte[])
61 if (explicit || o instanceof DEREnumerated)
114 if (!(o instanceof DEREnumerated))
DERInteger.java 21 if (obj == null || obj instanceof ASN1Integer)
25 if (obj instanceof DERInteger)
30 if (obj instanceof byte[])
60 if (explicit || o instanceof DERInteger)
134 if (!(o instanceof DERInteger))
ASN1Sequence.java 21 if (obj == null || obj instanceof ASN1Sequence)
25 else if (obj instanceof ASN1SequenceParser)
29 else if (obj instanceof byte[])
40 else if (obj instanceof ASN1Encodable)
44 if (primitive instanceof ASN1Sequence)
91 if (obj instanceof BERTaggedObject)
102 if (obj.getObject() instanceof ASN1Sequence)
187 if (obj instanceof ASN1Sequence)
191 if (obj instanceof ASN1Set)
252 if (!(o instanceof ASN1Sequence)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
AlgorithmIdentifier.java 32 if (obj== null || obj instanceof AlgorithmIdentifier)
37 if (obj instanceof ASN1ObjectIdentifier)
42 if (obj instanceof String)
47 if (obj instanceof ASN1Sequence || obj instanceof ASN1SequenceParser)
  /external/chromium-trace/trace-viewer/src/analysis/
counter_selection_analysis_test.html 53 assertEquals(true, counterSelectionEl instanceof
55 assertEquals(true, singleCounterEl instanceof
75 assertEquals(true, counterSelectionEl instanceof
77 assertEquals(true, singleCounterEl instanceof
79 assertEquals(true, singleCounterEl2 instanceof
slice_selection_analysis_test.html 43 assertEquals(true, sliceSelectionEl instanceof
46 assertEquals(true, groupSliceEl instanceof
68 analysis instanceof tracing.analysis.SliceSelectionAnalysis);
93 assertEquals(true, sliceSelectionEl instanceof
95 assertEquals(true, groupSliceEl instanceof
  /external/guava/guava-tests/test/com/google/common/testing/
SerializableTesterTest.java 90 return (other instanceof ClassWhichIsAlwaysEqualButHasDifferentHashcodes);
100 return (other instanceof ObjectWhichIsEqualButChangesClass
101 || other instanceof OtherForm);
116 return (other instanceof ObjectWhichIsEqualButChangesClass
117 || other instanceof OtherForm);
  /external/hamcrest/src/org/hamcrest/
BaseDescription.java 28 } else if (value instanceof String) {
30 } else if (value instanceof Character) {
34 } else if (value instanceof Short) {
38 } else if (value instanceof Long) {
42 } else if (value instanceof Float) {
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/
ListTestCaseNames.java 33 if (test instanceof TestCase) {
35 } else if (test instanceof TestSuite) {
49 if (test instanceof TestCase) {
53 } else if (test instanceof TestSuite) {
85 if (otherObj instanceof TestDescriptor) {
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
TypeResolver.java 112 return node instanceof ANumericExpression // forced numeric (#a)
113 || node instanceof ANumericAddExpression // numeric addition (a + b)
114 || node instanceof ASubtractExpression // subtraction (a - b)
115 || node instanceof AMultiplyExpression // multiplication (a * b)
116 || node instanceof ADivideExpression // division (a / b)
117 || node instanceof AModuloExpression // modulu (x % b)
118 || node instanceof ADecimalExpression // literal decimal (213)
119 || node instanceof AHexExpression // literal hex (0xabc or 0XABC)
120 || node instanceof ANegativeExpression // negative expression (-a)
128 if (!(node instanceof AFunctionExpression))
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_3/inherit/
proto_10.js 48 function InstanceOf( object, constructor ) {
129 "InstanceOf( pat, Engineer )",
131 InstanceOf( pat, Engineer ) );
134 "InstanceOf( pat, WorkerBee )",
136 InstanceOf( pat, WorkerBee ) );
139 "InstanceOf( pat, Employee )",
141 InstanceOf( pat, Employee ) );
144 "InstanceOf( pat, Object )",
146 InstanceOf( pat, Object ) );
149 "InstanceOf( pat, SalesPerson )"
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSettings.java 32 if (get(cr).get(name) instanceof Integer) {
41 if (get(cr).get(name) instanceof Integer) {
56 if (get(cr).get(name) instanceof String) {
71 if (get(cr).get(name) instanceof Long) {
80 if (get(cr).get(name) instanceof Long) {
95 if (get(cr).get(name) instanceof Float) {
104 if (get(cr).get(name) instanceof Float) {
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ResourcesTest.java 5 import static org.hamcrest.CoreMatchers.instanceOf;
71 assertThat( resources.getDrawable( TestR.anim.test_anim_1 ), instanceOf( BitmapDrawable.class ) );
80 assertThat( resources.getDrawable( TestR.anim.test_anim_1 ), instanceOf( AnimationDrawable.class ) );
96 assertThat( resources.getDrawable( TestR.color.test_color_1 ), instanceOf( ColorDrawable.class ) );
105 assertThat( resources.getDrawable( TestR.drawable.test_drawable_1 ), instanceOf( BitmapDrawable.class ) );
113 assertThat( resources.getDrawable( R.drawable.nine_patch_drawable ), instanceOf( NinePatchDrawable.class ) );
122 assertThat( resources.getDrawable( Integer.MAX_VALUE ), instanceOf( BitmapDrawable.class ) );
  /external/v8/test/mjsunit/
mirror-function.js 52 assertTrue(mirror instanceof debug.Mirror);
53 assertTrue(mirror instanceof debug.ValueMirror);
54 assertTrue(mirror instanceof debug.ObjectMirror);
55 assertTrue(mirror instanceof debug.FunctionMirror);
65 assertTrue(mirror.constructorFunction() instanceof debug.ObjectMirror);
66 assertTrue(mirror.protoObject() instanceof debug.Mirror);
67 assertTrue(mirror.prototypeObject() instanceof debug.Mirror);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
KeyFactorySpi.java 44 if (key instanceof ECPublicKey)
48 else if (key instanceof ECPrivateKey)
61 if (spec.isAssignableFrom(java.security.spec.ECPublicKeySpec.class) && key instanceof ECPublicKey)
75 else if (spec.isAssignableFrom(java.security.spec.ECPrivateKeySpec.class) && key instanceof ECPrivateKey)
90 else if (spec.isAssignableFrom(org.bouncycastle.jce.spec.ECPublicKeySpec.class) && key instanceof ECPublicKey)
104 else if (spec.isAssignableFrom(org.bouncycastle.jce.spec.ECPrivateKeySpec.class) && key instanceof ECPrivateKey)
127 if (keySpec instanceof ECPrivateKeySpec)
131 else if (keySpec instanceof java.security.spec.ECPrivateKeySpec)
143 if (keySpec instanceof ECPublicKeySpec)
147 else if (keySpec instanceof java.security.spec.ECPublicKeySpec
    [all...]
  /external/javassist/src/main/javassist/expr/
Instanceof.java 24 * Instanceof operator.
26 public class Instanceof extends Expr {
30 protected Instanceof(int pos, CodeIterator i, CtClass declaring,
36 * Returns the method or constructor containing the instanceof
43 * instanceof expression.
53 * instanceof expression.
64 * of the instanceof operator.
85 * Replaces the instanceof operator with the bytecode derived from
154 + "for instanceof");
157 bytecode.addOpcode(Opcode.INSTANCEOF);
    [all...]
  /external/v8/test/mjsunit/harmony/
collections.js 205 assertTrue(Set() instanceof Set);
206 assertTrue(Map() instanceof Map);
207 assertTrue(WeakMap() instanceof WeakMap);
231 assertTrue(s instanceof Set);
232 assertTrue(Set.prototype.add instanceof Function)
233 assertTrue(Set.prototype.has instanceof Function)
234 assertTrue(Set.prototype.delete instanceof Function)
239 assertTrue(m instanceof Map);
240 assertTrue(Map.prototype.set instanceof Function)
241 assertTrue(Map.prototype.get instanceof Function
    [all...]
  /cts/tools/signature-tools/src/signature/compare/model/subst/
ViewpointAdapter.java 86 if (type instanceof IClassReference) {
89 } else if (type instanceof IPrimitiveType) {
91 } else if (type instanceof IArrayType) {
93 } else if (type instanceof IParameterizedType) {
96 } else if (type instanceof IWildcardType) {
98 } else if (type instanceof ITypeVariableReference) {
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
CommonErrorNode.java 69 if ( start instanceof Token ) {
77 else if ( start instanceof Tree ) {
89 if ( trappedException instanceof MissingTokenException ) {
94 else if ( trappedException instanceof UnwantedTokenException ) {
99 else if ( trappedException instanceof MismatchedTokenException ) {
102 else if ( trappedException instanceof NoViableAltException ) {

Completed in 414 milliseconds

1 2 3 45 6 7 8 91011>>