Searched refs:instanceOf (Results 1 - 18 of 18) sorted by relevance

/external/hamcrest/src/org/hamcrest/core/
H A DIs.java3 import static org.hamcrest.core.IsInstanceOf.instanceOf;
57 * This is a shortcut to the frequently used is(instanceOf(SomeClass.class)).
59 * eg. assertThat(cheese, is(instanceOf(Cheddar.class)))
64 return is(instanceOf(type));
H A DIsInstanceOf.java40 public static Matcher<Object> instanceOf(Class<?> type) { method in class:IsInstanceOf
/external/junit/src/org/junit/rules/
H A DExpectedException.java3 import static org.hamcrest.CoreMatchers.instanceOf;
81 expect(instanceOf(type));
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/
H A Dtst_qscriptvalue.h134 void instanceOf();
H A Dtst_qscriptvalue_generated_comparison.cpp1793 void tst_QScriptValue::instanceOf() function in class:tst_QScriptValue
1798 QCOMPARE(value.instanceOf(other), expected);
/external/webkit/Source/JavaScriptCore/qt/benchmarks/qscriptvalue/
H A Dtst_qscriptvalue.cpp93 void instanceOf();
432 void tst_QScriptValue::instanceOf() function in class:tst_QScriptValue
437 value.instanceOf(object);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/check/
H A DAssert.java347 // instanceOf
353 public static void instanceOf(Class<?> expectedClass, Object o) { method in class:Assert
/external/guava/guava-tests/test/com/google/common/base/
H A DPredicatesTest.java548 * Tests for Predicates.instanceOf(x).
554 @GwtIncompatible("Predicates.instanceOf")
556 Predicate<Object> isInteger = Predicates.instanceOf(Integer.class);
564 @GwtIncompatible("Predicates.instanceOf")
566 Predicate<Object> isNumber = Predicates.instanceOf(Number.class);
574 @GwtIncompatible("Predicates.instanceOf")
576 Predicate<Object> isComparable = Predicates.instanceOf(Comparable.class);
584 @GwtIncompatible("Predicates.instanceOf")
588 Predicates.instanceOf(Integer.class),
589 Predicates.instanceOf(Intege
[all...]
/external/hamcrest/src/org/hamcrest/
H A DCoreMatchers.java28 * This is a shortcut to the frequently used is(instanceOf(SomeClass.class)).
30 * eg. assertThat(cheese, is(instanceOf(Cheddar.class)))
65 public static org.hamcrest.Matcher<java.lang.Object> instanceOf(java.lang.Class<?> type) { method in class:CoreMatchers
66 return org.hamcrest.core.IsInstanceOf.instanceOf(type);
/external/webkit/Source/JavaScriptCore/qt/api/
H A Dqscriptvalue.cpp660 bool QScriptValue::instanceOf(const QScriptValue& other) const function in class:QScriptValue
662 return d_ptr->instanceOf(QScriptValuePrivate::get(other));
H A Dqscriptvalue.h90 bool instanceOf(const QScriptValue& other) const;
H A Dqscriptvalue_p.h124 inline bool instanceOf(QScriptValuePrivate* other);
834 inline bool QScriptValuePrivate::instanceOf(QScriptValuePrivate* other) function in class:QScriptValuePrivate
/external/proguard/src/proguard/evaluation/
H A DProcessor.java606 int instanceOf = stack.apop().instanceOf(referenceValue.getType(),
609 stack.push(instanceOf == Value.NEVER ? valueFactory.createIntegerValue(0) :
610 instanceOf == Value.ALWAYS ? valueFactory.createIntegerValue(1) :
/external/proguard/src/proguard/evaluation/value/
H A DReferenceValue.java93 public int instanceOf(String otherType, Clazz otherReferencedClass) method in class:ReferenceValue
/external/guava/guava/src/com/google/common/base/
H A DPredicates.java192 * instanceOf(ArrayList.class)} will yield different results for the two equal
196 public static Predicate<Object> instanceOf(Class<?> clazz) { method in class:Predicates
422 /** @see Predicates#instanceOf(Class) */
/external/guava/guava/src/com/google/common/collect/
H A DIterators.java673 filter(unfiltered, Predicates.instanceOf(type));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 266 milliseconds