Searched defs:instanceOf (Results 1 - 11 of 11) sorted by relevance

/external/hamcrest/src/org/hamcrest/core/
H A DIsInstanceOf.java40 public static Matcher<Object> instanceOf(Class<?> type) { method in class:IsInstanceOf
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/
H A Dtst_qscriptvalue_generated_comparison.cpp1793 void tst_QScriptValue::instanceOf() function in class:tst_QScriptValue
1798 QCOMPARE(value.instanceOf(other), expected);
/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/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/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/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_p.h124 inline bool instanceOf(QScriptValuePrivate* other);
834 inline bool QScriptValuePrivate::instanceOf(QScriptValuePrivate* other) function in class:QScriptValuePrivate
/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-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 246 milliseconds