HomeSort by relevance Sort by last modified time
    Searched full:transient (Results 76 - 100 of 515) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/doclava/test/api/
changed-scope4.xml 158 transient="false"
168 transient="false"
267 transient="false"
changed-static.xml 158 transient="false"
168 transient="false"
267 transient="false"
changed-static2.xml 158 transient="false"
168 transient="false"
267 transient="false"
changed-static3.xml 158 transient="false"
168 transient="false"
267 transient="false"
changed-synchronized.xml 158 transient="false"
168 transient="false"
267 transient="false"
changed-transient.xml 158 transient="false"
168 transient="true"
267 transient="false"
changed-type.xml 158 transient="false"
168 transient="false"
267 transient="false"
changed-value.xml 158 transient="false"
168 transient="false"
267 transient="false"
changed-value2.xml 158 transient="false"
168 transient="false"
267 transient="false"
changed-volatile.xml 158 transient="false"
168 transient="false"
267 transient="false"
constants.xml 158 transient="false"
168 transient="false"
267 transient="false"
removed-exception.xml 171 transient="false"
181 transient="false"
280 transient="false"
throws.xml 173 transient="false"
183 transient="false"
282 transient="false"
  /external/guava/src/com/google/common/collect/
RegularImmutableList.java 36 private final transient int offset;
37 private final transient int size;
38 private final transient Object[] array;
AbstractBiMap.java 49 private transient Map<K, V> delegate;
50 private transient AbstractBiMap<V, K> inverse;
157 private transient Set<K> keySet;
211 private transient Set<V> valueSet;
262 private transient Set<Entry<K, V>> entrySet;
LinkedListMultimap.java 123 private transient Node<K, V> head; // the head for all keys
124 private transient Node<K, V> tail; // the tail for all keys
125 private transient Multiset<K> keyCount; // the number of values for each key
126 private transient Map<K, Node<K, V>> keyToKeyHead; // the head for a given key
127 private transient Map<K, Node<K, V>> keyToKeyTail; // the tail for a given key
579 private transient Set<K> keySet;
599 private transient Multiset<K> keys;
715 private transient Collection<V> valuesCollection;
749 private transient Collection<Entry<K, V>> entries;
843 private transient Map<K, Collection<V>> map
    [all...]
  /external/bluetooth/bluez/test/
bdaddr.c 41 static int transient = 0; variable
125 if (transient)
175 if (transient)
311 { "transient", 0, 0, 't' },
341 transient = 1;
  /libcore/luni/src/main/java/java/security/
Provider.java 50 private transient String versionString;
56 private transient int providerNumber = -1;
60 private transient TwoKeyHashMap<String, String, Service> serviceTable;
64 private transient TwoKeyHashMap<String, String, Service> aliasTable;
68 private transient TwoKeyHashMap<String, String, Service> propertyServiceTable;
71 private transient TwoKeyHashMap<String, String, Service> propertyAliasTable;
74 private transient Properties changedProperties;
78 private transient Provider.Service returnedService;
80 private transient String lastAlgorithm;
82 private transient String lastServiceName
    [all...]
  /libcore/luni/src/main/java/java/text/
DateFormatSymbols.java 61 transient String[] longStandAloneMonths;
62 transient String[] shortStandAloneMonths;
63 transient String[] longStandAloneWeekdays;
64 transient String[] shortStandAloneWeekdays;
69 transient boolean customZoneStrings;
76 transient final Locale locale;
  /build/core/
proguard.flags 53 !static !transient <fields>;
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
SerializationStressTest5.java 33 transient Throwable current;
37 transient Vector<Class> missedV = new Vector<Class>();
39 transient Class[][] params = new Class[][] { { String.class },
47 transient Object[][] args = new Object[][] {
  /external/chromium/chrome/browser/sync/engine/
conflict_resolver.h 47 // to screen out false positives caused by transient server or client states,
  /external/chromium/chrome/browser/ui/gtk/
first_run_bubble.h 72 // are transient for.
  /external/clang/include/clang/Sema/
LocInfoType.h 26 /// LocInfoType is a "transient" type, only needed for passing to/from Parser
  /external/easymock/src/org/easymock/internal/
LegacyMatcherProvider.java 36 private transient Map<Method, ArgumentsMatcher> matchers = new HashMap<Method, ArgumentsMatcher>();

Completed in 222 milliseconds

1 2 34 5 6 7 8 91011>>