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

12 3 4 5 6 7 8 91011>>

  /external/oprofile/daemon/
opd_spu.c 33 static void process_spu_samples(struct transient * trans);
35 void (*special_processor)(struct transient *);
44 void code_spu_profiling(struct transient * trans)
55 void code_spu_ctx_switch(struct transient * trans)
91 static void cache_spu_context_info(struct transient * trans)
101 static void update_trans_for_spu(struct transient * trans)
114 (struct transient * trans, unsigned long long pc)
147 static void process_spu_samples(struct transient * trans)
opd_ibs.h 21 struct transient;
92 extern void code_ibs_fetch_sample(struct transient * trans);
124 extern void code_ibs_op_sample(struct transient * trans);
127 extern void opd_log_ibs_event(unsigned int event, struct transient * trans);
130 extern void opd_log_ibs_count(unsigned int event, struct transient * trans, unsigned int count);
opd_anon.c 47 static void do_lru(struct transient * trans)
77 static void clear_anon_maps(struct transient * trans)
109 add_anon_mapping(struct transient * trans, vma_t start, vma_t end, char * name)
131 static void get_anon_maps(struct transient * trans)
165 anon_match(struct transient const * trans, struct anon_mapping const * anon)
179 struct anon_mapping * find_anon_mapping(struct transient * trans)
opd_sfile.c 40 /** Hash the transient parameters for lookup. */
42 sfile_hash(struct transient const * trans, struct kernel_image * ki)
122 trans_match(struct transient const * trans, struct sfile const * sfile,
161 /** create a new sfile matching the current transient parameters */
163 create_sfile(unsigned long hash, struct transient const * trans,
220 struct sfile * sfile_find(struct transient const * trans)
297 static odb_t * get_file(struct transient const * trans, int is_cg)
368 static void verbose_sample(struct transient const * trans, vma_t pc)
377 verbose_arc(struct transient const * trans, vma_t from, vma_t to)
386 static void sfile_log_arc(struct transient const * trans
    [all...]
opd_ibs_trans.c 29 void trans_ibs_fetch (struct transient * trans, unsigned int selected_flag)
127 void trans_ibs_op (struct transient * trans, unsigned int selected_flag)
209 void trans_ibs_op_ls (struct transient * trans, unsigned int selected_flag)
414 void trans_ibs_op_nb (struct transient * trans, unsigned int selected_flag)
513 int trans_ibs_op_rip_invalid (struct transient * trans)
524 void trans_ibs_op_mask_reserved (unsigned int family, struct transient * trans)
564 void trans_ibs_op_bta(struct transient * trans)
604 void trans_ibs_op_ls_memaccess(struct transient * trans)
  /libcore/luni/src/main/java/java/util/concurrent/locks/
AbstractOwnableSynchronizer.java 24 /** Use serial ID even though all fields transient. */
35 private transient Thread exclusiveOwnerThread;
  /dalvik/dx/tests/008-field/
expected.txt 23 access_flags: public|private|protected|static|final|volatile|transient|synthetic|enum|af20
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
ModifierTest.java 43 .isAbstract(Modifier.TRANSIENT));
54 .isFinal(Modifier.TRANSIENT));
66 .isInterface(Modifier.TRANSIENT));
77 .isNative(Modifier.TRANSIENT));
89 .isPrivate(Modifier.TRANSIENT));
101 .isProtected(Modifier.TRANSIENT));
112 .isPublic(Modifier.TRANSIENT));
123 .isStatic(Modifier.TRANSIENT));
133 .isStrict(Modifier.TRANSIENT));
153 assertTrue("Transient returned false", Modifier.isTransient(ALL_FLAGS))
    [all...]
  /external/proguard/examples/dictionaries/
keywords.txt 55 transient
  /external/webkit/Source/JavaScriptCore/parser/
Keywords.table 69 # transient RESERVED
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
XUnresolvedVariable.java 38 transient private int m_context;
41 transient private TransformerImpl m_transformer;
47 transient private int m_varStackPos = -1;
52 transient private int m_varStackContext;
59 transient private boolean m_doneEval = true;
  /external/guava/src/com/google/common/base/
Suppliers.java 86 transient boolean initialized;
87 transient T value;
131 transient boolean initialized;
132 transient T value;
133 transient long expirationNanos;
  /external/easymock/src/org/easymock/internal/
ObjectMethodsFilter.java 28 private transient Method equalsMethod;
30 private transient Method hashCodeMethod;
32 private transient Method toStringMethod;
  /libcore/luni/src/main/java/java/io/
ObjectStreamClass.java 64 Modifier.TRANSIENT;
110 private transient Method methodWriteReplace;
112 private transient Method methodReadResolve;
114 private transient Method methodWriteObject;
116 private transient Method methodReadObject;
118 private transient Method methodReadObjectNoData;
125 private transient boolean arePropertiesResolved;
136 private transient boolean isSerializable;
137 private transient boolean isExternalizable;
138 private transient boolean isProxy
    [all...]
  /external/guava/src/com/google/common/collect/
SingletonImmutableSet.java 35 final transient E element;
40 private transient Integer cachedHashCode;
  /libcore/luni/src/main/java/java/lang/reflect/
Modifier.java 69 * The {@code int} value representing the {@code transient}
72 public static final int TRANSIENT = 0x80;
137 return PUBLIC | PROTECTED | PRIVATE | STATIC | FINAL | TRANSIENT | VOLATILE;
290 * transient} modifier.
295 * transient} modifier, {@code false} otherwise
298 return ((modifiers & TRANSIENT) != 0);
319 * {@code public private protected abstract static final transient volatile native synchronized interface strict}
347 buf.append("transient ");
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
ModifierTest.java 93 assertTrue(Modifier.isTransient(Modifier.TRANSIENT));
94 assertTrue(!Modifier.isTransient(-1 & ~Modifier.TRANSIENT));
  /external/chromium/chrome/browser/chromeos/login/
signed_settings_temp_storage.h 20 // This class serves as a transient storage in that case.
  /external/doclava/test/api/
added-field.xml 158 transient="false"
168 transient="false"
179 transient="false"
278 transient="false"
  /external/javassist/src/main/javassist/
Modifier.java 39 public static final int TRANSIENT = AccessFlag.TRANSIENT;
112 * Returns true if the modifiers include the <tt>transient</tt>
116 return (mod & TRANSIENT) != 0;
  /libcore/luni/src/main/java/java/util/
EventObject.java 34 protected transient Object source;
UUID.java 50 private transient int variant;
51 private transient int version;
52 private transient long timestamp;
53 private transient int clockSequence;
54 private transient long node;
55 private transient int hash;
74 * Sets up the transient fields of this instance based on the current values
445 * Resets the transient fields to match the behavior of the constructor.
456 // read in non-transient fields
458 // setup transient field
    [all...]
  /libcore/luni/src/test/java/libcore/java/io/
SerializationTest.java 37 private transient int transientInt;
  /libcore/luni/src/test/java/libcore/java/lang/annotation/
AnnotationTypeMismatchExceptionTest.java 39 // AnnotationTypeMismatchException is broken: it's Serializable but has a non-transient
  /libcore/luni/src/test/java/tests/api/java/io/
SerializationTestClass.java 91 * Modifier.FINAL | Modifier.VOLATILE | Modifier.TRANSIENT
154 transient int one;
158 transient int one;
159 transient int two;

Completed in 561 milliseconds

12 3 4 5 6 7 8 91011>>