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

1 2 3 45 6 7 8 91011>>

  /external/emma/core/java12/com/vladium/jcd/cls/
IAccessFlags.java 58 "transient",
  /external/guava/src/com/google/common/collect/
EnumMultiset.java 60 private transient Class<E> type;
ImmutableSortedMap.java 374 private final transient Entry<K, V>[] entries;
375 private final transient Comparator<? super K> comparator;
376 private final transient int fromIndex;
377 private final transient int toIndex;
444 private transient ImmutableSet<Entry<K, V>> entrySet;
462 final transient ImmutableSortedMap<K, V> map;
501 private transient ImmutableSortedSet<K> keySet;
524 private transient ImmutableCollection<V> values;
ImmutableMultimap.java 228 final transient ImmutableMap<K, ? extends ImmutableCollection<V>> map;
229 final transient int size;
391 private transient ImmutableCollection<Map.Entry<K, V>> entries;
452 private transient ImmutableMultiset<K> keys;
474 private transient ImmutableCollection<V> values;
  /external/jdiff/src/jdiff/
FieldAPI.java 30 /** Set if this field is transient. */
  /external/libvpx/examples/includes/geshi/geshi/
idl.php 50 'readonly', 'in', 'out', 'inout', 'attribute', 'transient', 'removable'
  /external/oprofile/daemon/
opd_ibs.c 84 static void opd_log_ibs_fetch(struct transient * trans)
98 static void opd_log_ibs_op(struct transient * trans)
117 static void opd_put_ibs_sample(struct transient * trans)
192 void code_ibs_fetch_sample(struct transient * trans)
242 static void get_ibs_op_bta_sample(struct transient * trans,
266 void code_ibs_op_sample(struct transient * trans)
344 struct transient * trans)
353 struct transient * trans,
750 static odb_t * ibs_sfile_get(struct transient const * trans, int is_cg)
  /external/webkit/Source/WebCore/editing/
DeleteSelectionCommand.h 80 // This data is transient and should be cleared at the end of the doApply function.
  /external/webkit/Source/WebKit/mac/History/
WebHistoryItemPrivate.h 59 // Transient properties may be of any ObjC type. They are intended to be used to store state per back/forward list entry.
  /frameworks/base/core/java/android/content/pm/
UserInfo.java 40 * Indicates a guest user that may be transient.
  /sdk/ddms/libs/ddmuilib/tests/src/com/android/ddmuilib/logcat/
LogCatFilterSettingsSerializerTest.java 51 /* test that transient filters are not persisted */
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/
PkgCategory.java 27 /** Transient flag used during incremental updates. */
  /cts/tools/dasm/src/dasm/
ReservedWords.java 99 reserved_words.put("transient", new token(sym.TRANSIENT));
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
ObjectInputStream2Test.java 79 assertNull("transient field B.s", b.s);
135 transient String s;
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
CountersTable.java 88 transient private NodeSetDTM m_newFound;
112 transient int m_countersMade = 0;
  /external/emma/ant/ant14/com/vladium/emma/ant/
GenericCfg.java 146 private transient IProperties m_fileSettings; // can be null
147 private transient IProperties m_genericSettings; // can be null
  /frameworks/base/core/java/android/app/
NotificationManager.java 133 * Cancel a previously shown notification. If it's transient, the view
143 * Cancel a previously shown notification. If it's transient, the view
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
TextResult.java 44 transient private Message mResultObtainedMsg;
48 transient private Handler mHandler = new Handler() {
  /packages/apps/Exchange/src/com/android/exchange/
CommandStatusException.java 70 // Transient or possibly transient errors
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPDialog.java 135 private transient boolean dialogTerminatedEventDelivered; // prevent duplicate
137 private transient String stackTrace; // for semaphore debugging.
142 private transient boolean isAssigned;
146 private transient Object applicationData; // Opaque pointer to application data.
148 private transient SIPRequest originalRequest;
153 // Should be transient, in case the dialog is serialized it will be null
156 private transient SIPTransaction firstTransaction;
158 private transient SIPTransaction lastTransaction;
162 private transient String earlyDialogId;
174 private transient SIPTransactionStack sipStack
    [all...]
  /external/v8/src/
mirror-debugger.js 49 * @param {boolean} transient indicate whether this object is transient and
50 * should not be added to the mirror cache. The default is not transient.
56 // Look for non transient mirrors in the mirror cache.
405 * Allocate a transient handle id for this object. Transient handles are
423 * @param {boolean} transient indicate whether this object is transient with a
424 * transient handle
428 function ValueMirror(type, value, transient) {
    [all...]
  /libcore/luni/src/main/java/java/net/
URI.java 181 private transient String scheme;
182 private transient String schemeSpecificPart;
183 private transient String authority;
184 private transient String userInfo;
185 private transient String host;
186 private transient int port = -1;
187 private transient String path;
188 private transient String query;
189 private transient String fragment;
190 private transient boolean opaque
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/
SHA1PRNG_SecureRandomImpl.java 111 private transient int[] seed;
114 private transient long seedLength;
121 private transient int[] copies;
124 private transient byte[] nextBytes;
127 private transient int nextBIndex;
130 private transient long counter;
133 private transient int state;
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
LocPathIterator.java 937 transient protected IteratorPool m_clones = new IteratorPool(this);
943 transient protected DTM m_cdtm;
948 transient int m_stackFrame = -1;
959 transient public int m_lastFetched = DTM.NULL;
965 transient protected int m_context = DTM.NULL;
973 transient protected int m_currentContextNode = DTM.NULL;
978 transient protected int m_pos = 0;
980 transient protected int m_length = -1;
993 transient protected XPathContext m_execContext;
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
RefSortedMap.java 85 transient ArrayList<MapEntry<K, V>> entries = new ArrayList<MapEntry<K, V>>();
86 transient int modCnt;
355 transient private Comparator<MapEntry<K, V>> cmp = createCmp();

Completed in 740 milliseconds

1 2 3 45 6 7 8 91011>>