/external/guava/guava-gwt/test/com/google/common/net/ |
TestPlatform.java | 24 @GwtCompatible(emulated = true)
|
/external/guava/guava/src/com/google/common/base/ |
Platform.java | 22 * Methods factored out so that they can be emulated differently in GWT. 26 @GwtCompatible(emulated = true)
|
/external/guava/guava/src/com/google/common/annotations/ |
GwtCompatible.java | 80 * When {@code true}, the annotated type is emulated in GWT. The emulated 85 * Documentation about GWT emulated source</a> 87 boolean emulated() default false;
|
/external/guava/guava-tests/test/com/google/common/collect/ |
ConstrainedSetMultimapTest.java | 27 @GwtCompatible(emulated = true)
|
ConstrainedBiMapTest.java | 29 @GwtCompatible(emulated = true)
|
LenientSerializableTester.java | 39 @GwtCompatible(emulated = true)
|
/external/guava/guava/src/com/google/common/collect/ |
ImmutableAsList.java | 31 @GwtCompatible(serializable = true, emulated = true)
|
RegularImmutableSet.java | 28 @GwtCompatible(serializable = true, emulated = true)
|
EmptyImmutableMap.java | 31 @GwtCompatible(serializable = true, emulated = true)
|
EmptyImmutableSet.java | 31 @GwtCompatible(serializable = true, emulated = true)
|
HashMultiset.java | 34 @GwtCompatible(serializable = true, emulated = true) 99 @GwtIncompatible("Not needed in emulated source.")
|
LinkedHashMultiset.java | 39 @GwtCompatible(serializable = true, emulated = true) 107 @GwtIncompatible("not needed in emulated source")
|
Platform.java | 25 * Methods factored out so that they can be emulated differently in GWT. 29 @GwtCompatible(emulated = true) 33 * that it can be emulated in GWT. 40 * Wrapper around {@link System#arraycopy} so that it can be emulated
|
RegularImmutableBiMap.java | 26 @GwtCompatible(serializable = true, emulated = true)
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
HashMultiset.java | 30 @GwtCompatible(serializable = true, emulated = true)
|
LinkedHashMultiset.java | 35 @GwtCompatible(serializable = true, emulated = true)
|
EmptyContiguousSet.java | 28 @GwtCompatible(emulated = true)
|
EnumHashBiMap.java | 35 @GwtCompatible(emulated = true)
|
EnumMultiset.java | 30 @GwtCompatible(emulated = true)
|
GenericMapMaker.java | 36 @GwtCompatible(emulated = true)
|
HashBiMap.java | 34 @GwtCompatible(emulated = true)
|
HashMultimap.java | 44 @GwtCompatible(serializable = true, emulated = true)
|
/external/guava/guava-tests/test/com/google/common/base/ |
EquivalencesTest.java | 33 @GwtCompatible(emulated = true)
|
/device/asus/fugu/ |
init.fugu.rc | 29 mkdir /mnt/shell/emulated 0700 shell shell 30 mkdir /storage/emulated 0555 root root 32 export EXTERNAL_STORAGE /storage/emulated/legacy 33 export EMULATED_STORAGE_SOURCE /mnt/shell/emulated 34 export EMULATED_STORAGE_TARGET /storage/emulated 43 symlink /storage/emulated/legacy /sdcard 44 symlink /storage/emulated/legacy /mnt/sdcard 45 symlink /storage/emulated/legacy /storage/sdcard0 46 symlink /mnt/shell/emulated/0 /storage/emulated/legac [all...] |
/external/guava/guava-gwt/src/com/google/common/collect/ |
ImmutableAsList_CustomFieldSerializer.java | 34 @GwtCompatible(emulated = true)
|