OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:transient
(Results
51 - 75
of
515
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/guava/src/com/google/common/collect/
EnumBiMap.java
37
private
transient
Class<K> keyType;
38
private
transient
Class<V> valueType;
ImmutableEnumSet.java
51
private final
transient
Set<E> delegate;
89
private
transient
int hashCode;
ImmutableAsList.java
31
private final
transient
ImmutableCollection<E> collection;
ImmutableSortedAsList.java
29
private final
transient
ImmutableSortedSet<E> set;
Synchronized.java
80
// they don't contain any non-
transient
member variables, while the
507
private
transient
Set<E> elementSet;
508
private
transient
Set<Entry<E>> entrySet;
619
transient
Set<K> keySet;
620
transient
Collection<V> valuesCollection;
621
transient
Collection<Map.Entry<K, V>> entries;
622
transient
Map<K, Collection<V>> asMap;
623
transient
Multiset<K> keys;
835
transient
Set<Map.Entry<K, V>> entrySet;
[
all
...]
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
ftp.h
43
#define
TRANSIENT
4 /*
transient
negative completion */
/cts/tests/SignatureTest/tests/src/android/tests/sigtest/tests/data/
NormalClass.java
49
public
transient
String TRANSIENT_FIELD;
/external/apache-harmony/luni/src/test/resources/org/apache/harmony/luni/tests/
ObjectStreamClassTest.jar
/external/chromium/chrome/browser/chromeos/login/
signed_settings_temp_storage.cc
61
// We've stored some settings in
transient
storage
/frameworks/ex/common/tests/src/com/android/common/
OperationSchedulerTest.java
84
// Reset
transient
error: no backoff interval
90
// Permanent error holds true even if
transient
errors are reset
91
// However, we remember that the
transient
error was reset...
174
// First, set up a scheduler with reasons to wait: a
transient
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogCatFilter.java
51
/** Indicates that this filter is
transient
, and should not be persisted
67
* restored across Eclipse sessions unless explicitly marked
transient
using
88
// By default, all filters are persistent.
Transient
filters should explicitly
278
/** Make this filter
transient
: It will not be persisted across sessions. */
/external/doclava/test/api/
added-exception.xml
175
transient
="false"
185
transient
="false"
284
transient
="false"
api.xml
184
transient
="false"
194
transient
="false"
293
transient
="false"
changed-class-info.xml
158
transient
="false"
168
transient
="false"
258
transient
="false"
changed-class-info2.xml
158
transient
="false"
168
transient
="false"
259
transient
="false"
changed-deprecated.xml
158
transient
="false"
168
transient
="false"
267
transient
="false"
changed-deprecated2.xml
158
transient
="false"
168
transient
="false"
267
transient
="false"
changed-deprecated3.xml
158
transient
="false"
168
transient
="false"
267
transient
="false"
changed-final.xml
158
transient
="false"
168
transient
="false"
267
transient
="false"
changed-final2.xml
158
transient
="false"
168
transient
="false"
267
transient
="false"
changed-final3.xml
158
transient
="false"
168
transient
="false"
267
transient
="false"
changed-native.xml
158
transient
="false"
168
transient
="false"
267
transient
="false"
changed-scope.xml
158
transient
="false"
168
transient
="false"
267
transient
="false"
changed-scope2.xml
158
transient
="false"
168
transient
="false"
267
transient
="false"
changed-scope3.xml
158
transient
="false"
168
transient
="false"
267
transient
="false"
Completed in 210 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>