HomeSort by relevance Sort by last modified time
    Searched refs:GwtIncompatible (Results 1 - 25 of 167) sorted by null

1 2 3 4 5 6 7

  /external/guava/guava-tests/test/com/google/common/collect/
BstMutationResultTest.java 19 import com.google.common.annotations.GwtIncompatible;
28 @GwtIncompatible("NullPointerTester")
DiscreteDomainsTest.java 21 import com.google.common.annotations.GwtIncompatible;
30 @GwtIncompatible("SerializableTester")
HashMultisetTest.java 20 import com.google.common.annotations.GwtIncompatible;
61 @GwtIncompatible("SerializableTester")
70 @GwtIncompatible("Only used by @GwtIncompatible code")
79 @GwtIncompatible("SerializableTester")
106 @GwtIncompatible(
113 @GwtIncompatible(
120 @GwtIncompatible(
127 @GwtIncompatible(
134 @GwtIncompatible(
    [all...]
ConstrainedBiMapTest.java 20 import com.google.common.annotations.GwtIncompatible;
57 @GwtIncompatible("SerializableTester")
61 @GwtIncompatible("SerializableTester")
65 @GwtIncompatible("SerializableTester")
ConstrainedSetMultimapTest.java 20 import com.google.common.annotations.GwtIncompatible;
36 // an override of a GwtIncompatible method
37 @GwtIncompatible("SerializableTester")
LenientSerializableTester.java 24 import com.google.common.annotations.GwtIncompatible;
36 * The whole thing is really @GwtIncompatible, but GwtJUnitConvertedTestModule doesn't have a
45 @GwtIncompatible("SerializableTester")
ObjectArraysTest.java 22 import com.google.common.annotations.GwtIncompatible;
39 @GwtIncompatible("NullPointerTester")
45 @GwtIncompatible("ObjectArrays.newArray(Class, int)")
52 @GwtIncompatible("ObjectArrays.newArray(Class, int)")
60 @GwtIncompatible("ObjectArrays.newArray(Class, int)")
88 @GwtIncompatible("ObjectArrays.concat(Object[], Object[], Class)")
96 @GwtIncompatible("ObjectArrays.concat(Object[], Object[], Class)")
104 @GwtIncompatible("ObjectArrays.concat(Object[], Object[], Class)")
112 @GwtIncompatible("ObjectArrays.concat(Object[], Object[], Class)")
120 @GwtIncompatible("ObjectArrays.concat(Object[], Object[], Class)"
    [all...]
HashBasedTableTest.java 20 import com.google.common.annotations.GwtIncompatible;
80 @GwtIncompatible("SerializableTester")
86 @GwtIncompatible("NullPointerTester")
  /external/guava/guava/src/com/google/common/collect/
GenericMapMaker.java 21 import com.google.common.annotations.GwtIncompatible;
43 @GwtIncompatible("To be supported")
52 @GwtIncompatible("To be supported")
61 @GwtIncompatible("To be supported")
67 @GwtIncompatible("To be supported")
93 @GwtIncompatible("java.lang.ref.WeakReference")
105 @GwtIncompatible("java.lang.ref.SoftReference")
111 @GwtIncompatible("java.lang.ref.WeakReference")
117 @GwtIncompatible("java.lang.ref.SoftReference")
135 @GwtIncompatible("To be supported"
    [all...]
HashMultiset.java 20 import com.google.common.annotations.GwtIncompatible;
83 @GwtIncompatible("java.io.ObjectOutputStream")
89 @GwtIncompatible("java.io.ObjectInputStream")
99 @GwtIncompatible("Not needed in emulated source.")
LinkedHashMultiset.java 20 import com.google.common.annotations.GwtIncompatible;
91 @GwtIncompatible("java.io.ObjectOutputStream")
97 @GwtIncompatible("java.io.ObjectInputStream")
107 @GwtIncompatible("not needed in emulated source")
EnumMultiset.java 20 import com.google.common.annotations.GwtIncompatible;
66 @GwtIncompatible("java.io.ObjectOutputStream")
78 @GwtIncompatible("java.io.ObjectInputStream")
88 @GwtIncompatible("Not needed in emulated source")
HashBiMap.java 20 import com.google.common.annotations.GwtIncompatible;
96 @GwtIncompatible("java.io.ObjectOutputStream")
102 @GwtIncompatible("java.io.ObjectInputStream")
112 @GwtIncompatible("Not needed in emulated source")
EmptyContiguousSet.java 17 import com.google.common.annotations.GwtIncompatible;
111 @GwtIncompatible("serialization")
126 @GwtIncompatible("serialization")
ArrayListMultimap.java 22 import com.google.common.annotations.GwtIncompatible;
144 @GwtIncompatible("java.io.ObjectOutputStream")
151 @GwtIncompatible("java.io.ObjectOutputStream")
162 @GwtIncompatible("Not needed in emulated source.")
EnumHashBiMap.java 20 import com.google.common.annotations.GwtIncompatible;
99 @GwtIncompatible("java.io.ObjectOutputStream")
107 @GwtIncompatible("java.io.ObjectInputStream")
117 @GwtIncompatible("only needed in emulated source.")
HashMultimap.java 20 import com.google.common.annotations.GwtIncompatible;
122 @GwtIncompatible("java.io.ObjectOutputStream")
129 @GwtIncompatible("java.io.ObjectInputStream")
140 @GwtIncompatible("Not needed in emulated source")
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
Platform.java 20 import com.google.common.annotations.GwtIncompatible;
32 @GwtIncompatible("Class.getMethod, java.lang.reflect.Method")
  /external/guava/guava-tests/test/com/google/common/math/
IntMathTest.java 31 import com.google.common.annotations.GwtIncompatible;
47 @GwtIncompatible("BigIntegerMath") // TODO(cpovirk): GWT-enable BigIntegerMath
54 @GwtIncompatible("pow()")
61 @GwtIncompatible("BigIntegerMath") // TODO(cpovirk): GWT-enable BigIntegerMath
70 @GwtIncompatible("BigIntegerMath") // TODO(cpovirk): GWT-enable BigIntegerMath
84 @GwtIncompatible("sqrt")
97 @GwtIncompatible("log2")
107 @GwtIncompatible("log2")
120 @GwtIncompatible("BigIntegerMath") // TODO(cpovirk): GWT-enable BigIntegerMath
130 @GwtIncompatible("log2"
    [all...]
  /external/guava/guava-tests/test/com/google/common/base/
EquivalencesTest.java 20 import com.google.common.annotations.GwtIncompatible;
58 @GwtIncompatible("SerializableTester")
ToStringHelperTest.java 20 import com.google.common.annotations.GwtIncompatible;
36 @GwtIncompatible("Class names are obfuscated in GWT")
47 @GwtIncompatible("Class names are obfuscated in GWT")
58 @GwtIncompatible("Class names are obfuscated in GWT")
69 @GwtIncompatible("Class names are obfuscated in GWT")
85 @GwtIncompatible("Class names are obfuscated in GWT")
99 @GwtIncompatible("Class names are obfuscated in GWT")
118 @GwtIncompatible("Class names are obfuscated in GWT")
152 @GwtIncompatible("Class names are obfuscated in GWT")
160 @GwtIncompatible("Class names are obfuscated in GWT"
    [all...]
EnumsTest.java 20 import com.google.common.annotations.GwtIncompatible;
70 @GwtIncompatible("SerializableTester")
76 @GwtIncompatible("NullPointerTester")
PredicatesTest.java 22 import com.google.common.annotations.GwtIncompatible;
101 @GwtIncompatible("SerializableTester")
122 @GwtIncompatible("SerializableTester")
171 @GwtIncompatible("SerializableTester")
194 @GwtIncompatible("SerializableTester")
218 @GwtIncompatible("SerializableTester")
242 @GwtIncompatible("SerializableTester")
267 @GwtIncompatible("SerializableTester")
294 @GwtIncompatible("SerializableTester")
351 @GwtIncompatible("SerializableTester"
    [all...]
  /external/guava/guava/src/com/google/common/annotations/
GwtIncompatible.java 42 public @interface GwtIncompatible {
  /external/guava/guava-tests/test/com/google/common/cache/
CacheBuilderTest.java 29 import com.google.common.annotations.GwtIncompatible;
55 @GwtIncompatible("removalListener")
84 @GwtIncompatible("CacheTesting")
98 @GwtIncompatible("CacheTesting")
136 @GwtIncompatible("CacheTesting")
167 @GwtIncompatible("maximumWeight")
176 @GwtIncompatible("maximumWeight")
185 @GwtIncompatible("maximumWeight")
199 @GwtIncompatible("maximumWeight")
209 @GwtIncompatible("weigher"
    [all...]

Completed in 1042 milliseconds

1 2 3 4 5 6 7