HomeSort by relevance Sort by last modified time
    Searched refs:transient (Results 1 - 25 of 71) sorted by null

1 2 3

  /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_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.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_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_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_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_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);
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_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_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)
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.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)
opd_extended.c 175 odb_t * opd_ext_sfile_get(struct transient const * trans, int is_cg)
opd_kernel.c 208 struct kernel_image * find_kernel_image(struct transient const * trans)
  /external/proguard/examples/dictionaries/
keywords.txt 55 transient
  /prebuilts/tools/common/proguard/proguard4.7/examples/dictionaries/
keywords.txt 55 transient
  /external/chromium_org/ui/views/corewm/
window_modality_controller.cc 23 // Transient child's modal parent.
53 bool IsModalTransientChild(aura::Window* transient, aura::Window* original) {
54 return transient->IsVisible() &&
55 (TransientChildIsWindowModal(transient) ||
56 TransientChildIsSystemModal(transient) ||
57 (TransientChildIsChildModal(transient) &&
58 (HasAncestor(original, GetModalParent(transient)))));
68 aura::Window* transient = *it; local
69 if (IsModalTransientChild(transient, original)) {
70 return transient->transient_children().empty()
    [all...]
focus_controller.cc 20 // When a modal window is activated, we bring its entire transient parent chain
21 // to the front. This function must be called before the modal transient is
36 // Stack |window| above the last transient child of |relative_to| that shares
42 aura::Window* transient = *i; local
43 if (transient->parent() == relative_to->parent())
44 relative_to = transient;
  /external/chromium_org/ui/aura/
window_observer.h 100 // Called when a transient child is added to |window|.
101 virtual void OnAddTransientChild(Window* window, Window* transient) {}
103 // Called when a transient child is removed from |window|.
104 virtual void OnRemoveTransientChild(Window* window, Window* transient) {}
  /external/chromium_org/ash/wm/
system_modal_container_layout_manager_unittest.cc 160 aura::Window* transient = OpenTestWindowWithParent(parent.get(), false); local
162 transient->AddObserver(&destruction_observer);
164 EXPECT_EQ(parent.get(), transient->transient_parent());
165 EXPECT_EQ(parent->parent(), transient->parent());
167 // The transient should be destroyed with its parent.
192 // Now open another modal transient parented to the original modal transient.
232 // Now open another modal transient parented to the original modal transient.
270 scoped_ptr<aura::Window> transient(
308 aura::Window* transient = local
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
async2.test 49 foreach err [list ioerr malloc-transient malloc-persistent] {
66 malloc-transient { sqlite3_memdebug_fail $n -repeat 0 }
malloc_common.tcl 26 # Transient and persistent OOM errors:
28 set FAULTSIM(oom-transient) [list \
39 # Transient and persistent IO errors:
41 set FAULTSIM(ioerr-transient) [list \
62 # Transient and persistent SHM errors:
64 set FAULTSIM(shmerr-transient) [list \
79 # Transient and persistent CANTOPEN errors:
81 set FAULTSIM(cantopen-transient) [list \
403 # If $::iRepeat is 0, then the malloc() failure is transient - it
408 set zRepeat "transient"
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
immersive_mode_controller_ash.h 108 aura::Window* transient) OVERRIDE;
110 aura::Window* transient) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/search/
instant_controller.cc 76 // Adds a transient NavigationEntry to the supplied |contents|'s
78 // supplied |search_terms|. Sets the |search_terms| on the transient entry for
84 // If search terms are already correct or there is already a transient entry
91 content::NavigationEntry* transient = controller->CreateNavigationEntry( local
98 transient->SetExtraData(sessions::kSearchTermsKey, search_terms);
99 controller->SetTransientEntry(transient);

Completed in 214 milliseconds

1 2 3