/external/oprofile/daemon/ |
opd_ibs_trans.h | 19 struct transient; 23 void (*translator)(struct transient *); 27 extern void trans_ibs_fetch (struct transient * trans, unsigned int selected_flag); 28 extern void trans_ibs_op (struct transient * trans, unsigned int selected_flag); 29 extern void trans_ibs_op_ls (struct transient * trans, unsigned int selected_flag); 30 extern void trans_ibs_op_nb (struct transient * trans, unsigned int selected_flag); 31 extern int trans_ibs_op_rip_invalid (struct transient * trans); 32 extern void trans_ibs_op_mask_reserved (unsigned int family, struct transient * trans); 33 extern void trans_ibs_op_ls_memaccess(struct transient * trans); 34 extern void trans_ibs_op_bta (struct transient * trans) [all...] |
opd_trans.h | 34 * Transient values used for parsing the event buffer. 39 struct transient { struct 60 typedef void (*handler_t)(struct transient *); 63 uint64_t pop_buffer_value(struct transient * trans); 64 int enough_remaining(struct transient * trans, size_t size); 65 static inline void update_trans_last(struct transient * trans) 81 void clear_trans_last(struct transient * trans); 84 void clear_trans_current(struct transient * trans);
|
opd_trans.c | 37 void clear_trans_last(struct transient * trans) 44 void clear_trans_current(struct transient * trans) 51 uint64_t pop_buffer_value(struct transient * trans) 74 int enough_remaining(struct transient * trans, size_t size) 85 static void opd_put_sample(struct transient * trans, unsigned long long pc) 135 static void code_unknown(struct transient * trans __attribute__((unused))) 142 static void code_ctx_switch(struct transient * trans) 169 static void code_cpu_switch(struct transient * trans) 183 static void code_cookie_switch(struct transient * trans) 202 static void code_kernel_enter(struct transient * trans [all...] |
opd_anon.h | 21 struct transient; 50 struct anon_mapping * find_anon_mapping(struct transient *);
|
opd_kernel.h | 21 struct transient; 41 find_kernel_image(struct transient const * trans);
|
opd_sfile.h | 25 struct transient; 107 struct sfile * sfile_find(struct transient const * trans); 110 void sfile_log_sample(struct transient const * trans); 113 void sfile_log_sample_count(struct transient const * trans,
|
opd_extended.h | 54 odb_t * (*get)(struct transient const *, int); 84 extern odb_t * opd_ext_sfile_get(struct transient const * trans, int is_cg);
|
/frameworks/base/api/ |
13.xml | 39 transient="false" 50 transient="false" 61 transient="false" 72 transient="false" 83 transient="false" 94 transient="false" 105 transient="false" 116 transient="false" 127 transient="false" 138 transient="false [all...] |
12.xml | 39 transient="false" 50 transient="false" 61 transient="false" 72 transient="false" 83 transient="false" 94 transient="false" 105 transient="false" 116 transient="false" 127 transient="false" 138 transient="false [all...] |
11.xml | 39 transient="false" 50 transient="false" 61 transient="false" 72 transient="false" 83 transient="false" 94 transient="false" 105 transient="false" 116 transient="false" 127 transient="false" 138 transient="false [all...] |
10.xml | 39 transient="false" 50 transient="false" 61 transient="false" 72 transient="false" 83 transient="false" 94 transient="false" 105 transient="false" 116 transient="false" 127 transient="false" 138 transient="false [all...] |
9.xml | 39 transient="false" 50 transient="false" 61 transient="false" 72 transient="false" 83 transient="false" 94 transient="false" 105 transient="false" 116 transient="false" 127 transient="false" 138 transient="false [all...] |
8.xml | 39 transient="false" 50 transient="false" 61 transient="false" 72 transient="false" 83 transient="false" 94 transient="false" 105 transient="false" 116 transient="false" 127 transient="false" 138 transient="false [all...] |
7.xml | 39 transient="false" 50 transient="false" 61 transient="false" 72 transient="false" 83 transient="false" 94 transient="false" 105 transient="false" 116 transient="false" 127 transient="false" 138 transient="false [all...] |
6.xml | 39 transient="false" 50 transient="false" 61 transient="false" 72 transient="false" 83 transient="false" 94 transient="false" 105 transient="false" 116 transient="false" 127 transient="false" 138 transient="false [all...] |
5.xml | 39 transient="false" 50 transient="false" 61 transient="false" 72 transient="false" 83 transient="false" 94 transient="false" 105 transient="false" 116 transient="false" 127 transient="false" 138 transient="false [all...] |
4.xml | 39 transient="false" 50 transient="false" 61 transient="false" 72 transient="false" 83 transient="false" 94 transient="false" 105 transient="false" 116 transient="false" 127 transient="false" 138 transient="false [all...] |
3.xml | 39 transient="false" 50 transient="false" 61 transient="false" 72 transient="false" 83 transient="false" 94 transient="false" 105 transient="false" 116 transient="false" 127 transient="false" 138 transient="false [all...] |
2.xml | 39 transient="false" 50 transient="false" 61 transient="false" 72 transient="false" 83 transient="false" 94 transient="false" 105 transient="false" 116 transient="false" 127 transient="false" 138 transient="false [all...] |
1.xml | 39 transient="false" 50 transient="false" 61 transient="false" 72 transient="false" 83 transient="false" 94 transient="false" 105 transient="false" 116 transient="false" 127 transient="false" 138 transient="false [all...] |
/external/guava/src/com/google/common/collect/ |
SingletonImmutableMap.java | 36 final transient K singleKey; 37 final transient V singleValue; 39 private transient Entry<K, V> entry; 78 private transient ImmutableSet<Entry<K, V>> entrySet; 85 private transient ImmutableSet<K> keySet; 92 private transient ImmutableCollection<V> values;
|
RegularImmutableSet.java | 32 @VisibleForTesting final transient Object[] table; 34 private final transient int mask; 35 private final transient int hashCode;
|
RegularImmutableBiMap.java | 29 final transient ImmutableMap<K, V> delegate; 30 final transient ImmutableBiMap<V, K> inverse;
|
RegularImmutableMap.java | 34 private final transient Entry<K, V>[] entries; // entries in insertion order 35 private final transient Object[] table; // alternating keys and values 37 private final transient int mask; 38 private final transient int keySetHashCode; 117 private transient ImmutableSet<Entry<K, V>> entrySet; 126 final transient RegularImmutableMap<K, V> map; 143 private transient ImmutableSet<K> keySet; 169 private transient ImmutableCollection<V> values;
|
/cts/tools/signature-tools/src/signature/model/ |
Modifier.java | 27 "volatile"), TRANSIENT("transient"), NATIVE("native"), ABSTRACT(
|