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

1 2 3 4 56 7 8 91011>>

  /external/guava/src/com/google/common/collect/
AbstractMapBasedMultiset.java 53 private transient Map<E, AtomicInteger> backingMap;
60 private transient long size;
79 private transient EntrySet entrySet;
EnumHashBiMap.java 39 private transient Class<K> keyType;
Multisets.java 77 transient Set<E> elementSet;
86 transient Set<Multiset.Entry<E>> entrySet;
217 transient Set<E> elementSet;
224 transient Set<Entry<E>> entrySet;
SingletonImmutableList.java 38 final transient E element;
Multimaps.java 103 transient Supplier<? extends Collection<V>> factory;
181 transient Supplier<? extends List<V>> factory;
256 transient Supplier<? extends Set<V>> factory;
331 transient Supplier<? extends SortedSet<V>> factory;
332 transient Comparator<? super V> valueComparator;
448 transient Collection<Entry<K, V>> entries;
449 transient Multiset<K> keys;
450 transient Set<K> keySet;
451 transient Collection<V> values;
452 transient Map<K, Collection<V>> map
    [all...]
TreeMultimap.java 73 private transient Comparator<? super K> keyComparator;
74 private transient Comparator<? super V> valueComparator;
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
ReflectionTest.java 55 assertEquals("private transient volatile java.util.Map " + classC + ".fieldTwo",
57 assertEquals("private transient volatile java.util.Map<" + classA + ", java.lang.String> "
264 private transient volatile Map<A, String> fieldTwo;
  /cts/tools/dasm/src/dasm/
sym.java 29 static final int TRANSIENT = 49;
  /dalvik/dx/tests/014-field-attrib-ConstantValue/
expected.txt 123 access_flags: transient
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
KeyManager.java 42 private transient Vector m_key_tables = null;
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncExtFunctionAvailable.java 38 transient private FunctionTable m_functionTable = null;
  /external/chromium/chrome/browser/sync/
sync_setup_wizard.h 63 // for a transient auth failure, it will just run as far as is necessary
  /external/javassist/src/main/javassist/bytecode/
AccessFlag.java 31 public static final int TRANSIENT = 0x0080;
  /external/javassist/src/main/javassist/compiler/
TokenId.java 61 int TRANSIENT = 342;
  /external/oprofile/daemon/
opd_extended.c 175 odb_t * opd_ext_sfile_get(struct transient const * trans, int is_cg)
  /external/valgrind/main/docs/internals/
3_4_BUGSTATUS.txt 60 188161 valgrind --track-origins=yes asserts (transient trunk
  /external/webkit/Source/WebCore/rendering/
LayoutState.h 88 IntSize m_layoutDelta; // Transient offset from the final position of the object
  /frameworks/base/tools/preload/
Proc.java 47 transient final Map<Integer, LinkedList<Operation>> stacks
  /libcore/luni/src/main/java/java/security/
Timestamp.java 37 private transient int hash;
  /libcore/luni/src/main/java/javax/net/ssl/
HandshakeCompletedEvent.java 31 private transient SSLSession session;
  /packages/apps/Exchange/src/com/android/exchange/adapter/
MoveItemsParser.java 72 // This sounds like a transient error, so we can safely retry
  /external/emma/core/java12/com/vladium/emma/data/
ClassDescriptor.java 215 // [m_hash and m_hasCompleteLineNumberInfo are transient data]
228 private transient int m_hash;
  /external/emma/core/java12/com/vladium/jcd/cls/
AttributeCollection.java 208 private transient int m_syntheticRefCount, m_bridgeRefCount;
209 private transient int m_innerClassesAttributeOffset;
  /external/javassist/src/main/javassist/bytecode/annotation/
AnnotationImpl.java 44 private transient Class annotationType;
45 private transient int cachedHashCode = Integer.MIN_VALUE;
  /external/libnfc-nxp/src/
phHal4Nfc_Internal.h 72 eHal4StateConfiguring , /**<configuration ongoing,transient state*/
77 eHal4StateTransaction,/**<configuration ongoing,transient state*/

Completed in 1080 milliseconds

1 2 3 4 56 7 8 91011>>