Searched refs:LazyInit (Results 1 – 25 of 54) sorted by relevance
123
/external/guava/android/guava/src/com/google/common/collect/ |
D | AbstractMultimap.java | 23 import com.google.errorprone.annotations.concurrent.LazyInit; 112 @LazyInit @CheckForNull private transient Collection<Entry<K, V>> entries; 150 @LazyInit @CheckForNull private transient Set<K> keySet; 160 @LazyInit @CheckForNull private transient Multiset<K> keys; 170 @LazyInit @CheckForNull private transient Collection<V> values; 207 @LazyInit @CheckForNull private transient Map<K, Collection<V>> asMap;
|
D | AbstractMultiset.java | 23 import com.google.errorprone.annotations.concurrent.LazyInit; 130 @LazyInit @CheckForNull private transient Set<E> elementSet; 164 @LazyInit @CheckForNull private transient Set<Entry<E>> entrySet;
|
D | ImmutableEnumSet.java | 20 import com.google.errorprone.annotations.concurrent.LazyInit; 110 @LazyInit private transient int hashCode;
|
D | RegularImmutableMultiset.java | 21 import com.google.errorprone.annotations.concurrent.LazyInit; 42 @LazyInit @CheckForNull private transient ImmutableSet<E> elementSet;
|
D | AbstractTable.java | 19 import com.google.errorprone.annotations.concurrent.LazyInit; 117 @LazyInit @CheckForNull private transient Set<Cell<R, C, V>> cellSet; 173 @LazyInit @CheckForNull private transient Collection<V> values;
|
D | ImmutableMultiset.java | 26 import com.google.errorprone.annotations.concurrent.LazyInit; 215 @LazyInit @CheckForNull private transient ImmutableList<E> asList; 313 @LazyInit @CheckForNull private transient ImmutableSet<Entry<E>> entrySet;
|
D | ImmutableMap.java | 30 import com.google.errorprone.annotations.concurrent.LazyInit; 867 @LazyInit @RetainedWith @CheckForNull private transient ImmutableSet<Entry<K, V>> entrySet; 881 @LazyInit @RetainedWith @CheckForNull private transient ImmutableSet<K> keySet; 915 @LazyInit @RetainedWith @CheckForNull private transient ImmutableCollection<V> values; 935 @LazyInit @CheckForNull private transient ImmutableSetMultimap<K, V> multimapView;
|
/external/guava/guava/src/com/google/common/collect/ |
D | AbstractMultimap.java | 23 import com.google.errorprone.annotations.concurrent.LazyInit; 114 @LazyInit @CheckForNull private transient Collection<Entry<K, V>> entries; 162 @LazyInit @CheckForNull private transient Set<K> keySet; 172 @LazyInit @CheckForNull private transient Multiset<K> keys; 182 @LazyInit @CheckForNull private transient Collection<V> values; 228 @LazyInit @CheckForNull private transient Map<K, Collection<V>> asMap;
|
D | AbstractMultiset.java | 23 import com.google.errorprone.annotations.concurrent.LazyInit; 130 @LazyInit @CheckForNull private transient Set<E> elementSet; 164 @LazyInit @CheckForNull private transient Set<Entry<E>> entrySet;
|
D | ImmutableEnumSet.java | 20 import com.google.errorprone.annotations.concurrent.LazyInit; 122 @LazyInit private transient int hashCode;
|
D | SingletonImmutableBiMap.java | 23 import com.google.errorprone.annotations.concurrent.LazyInit; 97 @LazyInit @RetainedWith @CheckForNull private transient ImmutableBiMap<V, K> lazyInverse;
|
D | AbstractTable.java | 19 import com.google.errorprone.annotations.concurrent.LazyInit; 118 @LazyInit @CheckForNull private transient Set<Cell<R, C, V>> cellSet; 181 @LazyInit @CheckForNull private transient Collection<V> values;
|
D | JdkBackedImmutableBiMap.java | 22 import com.google.errorprone.annotations.concurrent.LazyInit; 73 @LazyInit @RetainedWith @CheckForNull private transient JdkBackedImmutableBiMap<V, K> inverse;
|
D | RegularImmutableMultiset.java | 24 import com.google.errorprone.annotations.concurrent.LazyInit; 125 @LazyInit @CheckForNull private transient ImmutableSet<E> elementSet;
|
D | ImmutableMultiset.java | 27 import com.google.errorprone.annotations.concurrent.LazyInit; 257 @LazyInit @CheckForNull private transient ImmutableList<E> asList; 355 @LazyInit @CheckForNull private transient ImmutableSet<Entry<E>> entrySet;
|
/external/guava/android/guava/src/com/google/common/math/ |
D | LinearTransformation.java | 23 import com.google.errorprone.annotations.concurrent.LazyInit; 166 @CheckForNull @LazyInit LinearTransformation inverse; 224 @CheckForNull @LazyInit LinearTransformation inverse;
|
/external/guava/guava/src/com/google/common/math/ |
D | LinearTransformation.java | 23 import com.google.errorprone.annotations.concurrent.LazyInit; 166 @CheckForNull @LazyInit LinearTransformation inverse; 224 @CheckForNull @LazyInit LinearTransformation inverse;
|
/external/guava/android/guava/src/com/google/common/graph/ |
D | DirectedMultiNetworkConnections.java | 26 import com.google.errorprone.annotations.concurrent.LazyInit; 63 @CheckForNull @LazyInit private transient Reference<Multiset<N>> predecessorsReference; 79 @CheckForNull @LazyInit private transient Reference<Multiset<N>> successorsReference;
|
D | UndirectedMultiNetworkConnections.java | 26 import com.google.errorprone.annotations.concurrent.LazyInit; 59 @CheckForNull @LazyInit private transient Reference<Multiset<N>> adjacentNodesReference;
|
/external/guava/guava/src/com/google/common/graph/ |
D | DirectedMultiNetworkConnections.java | 26 import com.google.errorprone.annotations.concurrent.LazyInit; 63 @CheckForNull @LazyInit private transient Reference<Multiset<N>> predecessorsReference; 79 @CheckForNull @LazyInit private transient Reference<Multiset<N>> successorsReference;
|
D | UndirectedMultiNetworkConnections.java | 26 import com.google.errorprone.annotations.concurrent.LazyInit; 59 @CheckForNull @LazyInit private transient Reference<Multiset<N>> adjacentNodesReference;
|
/external/nullaway/nullaway/src/test/resources/com/uber/nullaway/testdata/ |
D | CheckFieldInitNegativeCases.java | 26 import com.google.errorprone.annotations.concurrent.LazyInit; 52 @LazyInit Object lazy;
|
/external/cronet/net/disk_cache/blockfile/ |
D | storage_block.h | 54 bool LazyInit(MappedFile* file, Addr address);
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | ImmutableSet.java | 21 import com.google.errorprone.annotations.concurrent.LazyInit; 179 @LazyInit private transient ImmutableList<E> asList;
|
/external/guava/guava/src/com/google/common/net/ |
D | MediaType.java | 40 import com.google.errorprone.annotations.concurrent.LazyInit; 764 @LazyInit @CheckForNull private String toString; 766 @LazyInit private int hashCode; 768 @LazyInit @CheckForNull private Optional<Charset> parsedCharset;
|
123