HomeSort by relevance Sort by last modified time
    Searched defs:instanceOf (Results 1 - 21 of 21) sorted by null

  /external/hamcrest/src/org/hamcrest/core/
IsInstanceOf.java 40 public static Matcher<Object> instanceOf(Class<?> type) {
  /external/hamcrest/src/org/hamcrest/
CoreMatchers.java 28 * 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) {
66 return org.hamcrest.core.IsInstanceOf.instanceOf(type);
  /external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/
tst_qscriptvalue_generated_comparison.cpp     [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/check/
Assert.java 347 // instanceOf
353 public static void instanceOf(Class<?> expectedClass, Object o) {
  /external/junit/src/org/junit/rules/
ExpectedException.java 3 import static org.hamcrest.CoreMatchers.instanceOf;
81 expect(instanceOf(type));
  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptvalue.cpp 660 bool QScriptValue::instanceOf(const QScriptValue& other) const
662 return d_ptr->instanceOf(QScriptValuePrivate::get(other));
qscriptvalue_p.h 124 inline bool instanceOf(QScriptValuePrivate* other);
834 inline bool QScriptValuePrivate::instanceOf(QScriptValuePrivate* other)
    [all...]
  /external/guava/guava/src/com/google/common/base/
Predicates.java 192 * instanceOf(ArrayList.class)} will yield different results for the two equal
196 public static Predicate<Object> instanceOf(Class<?> clazz) {
314 if (obj instanceof NotPredicate) {
349 if (obj instanceof AndPredicate) {
382 if (obj instanceof OrPredicate) {
410 if (obj instanceof IsEqualToPredicate) {
422 /** @see Predicates#instanceOf(Class) */
439 if (obj instanceof InstanceOfPredicate) {
468 if (obj instanceof AssignableFromPredicate) {
500 if (obj instanceof InPredicate)
    [all...]
  /external/proguard/src/proguard/evaluation/value/
ReferenceValue.java 93 public int instanceOf(String otherType, Clazz otherReferencedClass)
  /external/webkit/Source/JavaScriptCore/qt/benchmarks/qscriptvalue/
tst_qscriptvalue.cpp 93 void instanceOf();
432 void tst_QScriptValue::instanceOf()
437 value.instanceOf(object);
  /external/proguard/src/proguard/evaluation/
Processor.java 606 int instanceOf = stack.apop().instanceOf(referenceValue.getType(),
609 stack.push(instanceOf == Value.NEVER ? valueFactory.createIntegerValue(0) :
610 instanceOf == Value.ALWAYS ? valueFactory.createIntegerValue(1) :
    [all...]
  /external/guava/guava-tests/test/com/google/common/base/
PredicatesTest.java 68 return obj instanceof IsOdd;
548 * 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)
    [all...]
  /prebuilts/tools/common/asm-tools/
asm-commons-4.0.jar 
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.objectweb.asm_3.2.0.v200909071300.jar 
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 394 milliseconds