/libcore/luni/src/main/java/java/util/concurrent/ |
ConcurrentHashMap.java | 142 transient Set<K> keySet; 143 transient Set<Map.Entry<K,V>> entrySet; 144 transient Collection<V> values; 256 transient volatile int count; 266 transient int modCount; 273 transient int threshold; 278 transient volatile HashEntry<K,V>[] table; [all...] |
/external/oprofile/doc/ |
internals.xml | 550 for the buffer processing. The <varname>struct transient</varname> 564 modify the transient structure as appropriate. If it's not an escape 567 in the transient structure; we then do a lookup to find the correct 600 <varname>struct transient</varname>, and we must locate an 602 information in the transient structure as a key. The transient data to 605 transient values that are relevant (depending upon the setting of 617 information for the current settings, taken from the transient data. A 652 the PC offset from the transient data, and the value is the number of [all...] |
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/ |
EmailContent.java | 604 * number of messages in the message list, but it should be transient... 695 // The following transient members may be used while building and manipulating messages, 697 transient public String mText; 698 transient public String mHtml; 699 transient public String mTextReply; 700 transient public String mHtmlReply; 701 transient public long mSourceKey; 702 transient public ArrayList<Attachment> mAttachments = null; 703 transient public String mIntroText; [all...] |
/prebuilt/common/jfreechart/ |
jfreechart-1.0.9.jar | |
/cts/tests/SignatureTest/tests/src/android/tests/sigtest/tests/ |
JDiffClassDescriptionTest.java | 212 JDiffClassDescription.JDiffField field = new JDiffClassDescription.JDiffField("TRANSIENT_FIELD", "java.lang.String", Modifier.PUBLIC | Modifier.TRANSIENT); 215 assertEquals(field.toSignatureString(), "public transient java.lang.String TRANSIENT_FIELD");
|
/external/chromium/chrome/browser/sync/engine/ |
process_commit_response_command.cc | 165 // We handle over quota like a retry, which is same as transient. 231 VLOG(1) << "Transient Error Committing: " << local_entry;
|
/external/guava/src/com/google/common/collect/ |
ConcurrentHashMultiset.java | 56 private final transient ConcurrentMap<E, Integer> countMap; 364 private transient EntrySet entrySet;
|
LinkedHashMultimap.java | 74 transient int expectedValuesPerKey = DEFAULT_VALUES_PER_KEY; 81 transient Collection<Map.Entry<K, V>> linkedEntries;
|
/external/javassist/src/main/javassist/compiler/ |
Lex.java | 505 ktable.append("transient", TRANSIENT);
|
MemberResolver.java | 572 case TRANSIENT : 573 m |= Modifier.TRANSIENT;
|
/external/valgrind/main/coregrind/ |
pub_core_threadstate.h | 62 VgTs_Zombie, /* transient state just before exiting */ 179 // Values saved from transient Mach RPC messages
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
KeyguardStatusViewManager.java | 265 // Use Transient text for messages shown while widget is shown. 362 // prioritizes what to show in that space when all transient messages are gone.
|
/frameworks/ex/common/java/com/android/common/ |
OperationScheduler.java | 285 * Report a transient error (usually a network failure). Increments 298 * Reset all transient error counts, allowing the next operation to proceed
|
/libcore/luni/src/main/java/java/beans/ |
PropertyChangeSupport.java | 51 private transient Object sourceBean; 58 private transient List<PropertyChangeListener> listeners
|
/libcore/luni/src/main/java/java/util/ |
TreeSet.java | 39 private transient NavigableMap<E, Object> backingMap; 41 private transient NavigableSet<E> descendingSet;
|
/libcore/luni/src/main/java/org/apache/harmony/lang/annotation/ |
AnnotationMember.java | 94 protected transient Class<?> elementType; 95 protected transient Method definingMethod;
|
/dalvik/docs/ |
libraries.html | 76 private transient int firstIndex;
|
/external/antlr/src/org/antlr/runtime/ |
RecognitionException.java | 64 public transient IntStream input;
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
SerializationStressTest.java | 86 protected transient int dumpCount = 0; 88 protected transient ObjectInputStream ois; 90 protected transient ObjectOutputStream oos; 92 protected transient ByteArrayOutputStream bao;
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
NodeSet.java | 718 transient protected int m_next = 0; 770 transient protected boolean m_mutable = true; 774 transient protected boolean m_cacheNodes = true; 810 transient private int m_last = 0; [all...] |
NodeSetDTM.java | 1103 transient protected int m_next = 0; [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
FilterExprIteratorSimple.java | 45 transient private XNodeSet m_exprObj;
|
FilterExprWalker.java | 222 transient private XNodeSet m_exprObj;
|
/external/chromium/chrome/browser/printing/ |
print_dialog_cloud_unittest.cc | 173 // Repeat to make sure there isn't a transient glitch.
|
/external/chromium/chrome/common/ |
json_schema_validator.h | 43 // - transient
|