Searched refs:transient (Results 1 - 25 of 35) sorted by relevance

12

/external/oprofile/daemon/
H A Dopd_ibs_trans.h19 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 * tran
[all...]
H A Dopd_ibs.h21 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);
H A Dopd_anon.h21 struct transient;
50 struct anon_mapping * find_anon_mapping(struct transient *);
H A Dopd_kernel.h21 struct transient;
41 find_kernel_image(struct transient const * trans);
H A Dopd_trans.h39 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);
H A Dopd_sfile.h25 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,
H A Dopd_trans.c37 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 * tran
[all...]
H A Dopd_extended.h54 odb_t * (*get)(struct transient const *, int);
84 extern odb_t * opd_ext_sfile_get(struct transient const * trans, int is_cg);
H A Dopd_spu.c33 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)
H A Dopd_anon.c47 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)
H A Dopd_ibs_trans.c29 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)
H A Dopd_sfile.c40 /** 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 cons
[all...]
H A Dopd_ibs.c84 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)
H A Dopd_extended.c175 odb_t * opd_ext_sfile_get(struct transient const * trans, int is_cg)
H A Dopd_kernel.c208 struct kernel_image * find_kernel_image(struct transient const * trans)
/external/chromium_org/ui/wm/core/
H A Dtransient_window_observer.h18 // Called when a transient child is added to |window|.
20 aura::Window* transient) = 0;
22 // Called when a transient child is removed from |window|.
24 aura::Window* transient) = 0;
H A Dwindow_modality_controller.cc54 bool IsModalTransientChild(aura::Window* transient, aura::Window* original) { argument
55 return transient->IsVisible() &&
56 (TransientChildIsWindowModal(transient) ||
57 TransientChildIsSystemModal(transient) ||
58 (TransientChildIsChildModal(transient) &&
59 (HasAncestor(original, GetModalParent(transient)))));
69 aura::Window* transient = *it; local
70 if (IsModalTransientChild(transient, original)) {
71 return GetTransientChildren(transient).empty() ?
72 transient
[all...]
/external/proguard/examples/dictionaries/
H A Dkeywords.txt55 transient
/external/chromium_org/chrome/browser/ui/search/
H A Dinstant_controller.cc45 // Adds a transient NavigationEntry to the supplied |contents|'s
47 // supplied |search_terms|. Sets the |search_terms| on the transient entry for
53 // If search terms are already correct or there is already a transient entry
60 content::NavigationEntry* transient = controller->CreateNavigationEntry( local
67 transient->SetExtraData(sessions::kSearchTermsKey, search_terms);
68 controller->SetTransientEntry(transient);
/external/chromium_org/third_party/sqlite/src/test/
H A Dasync2.test49 foreach err [list ioerr malloc-transient malloc-persistent] {
66 malloc-transient { sqlite3_memdebug_fail $n -repeat 0 }
H A Dmalloc_common.tcl28 set FAULTSIM(oom-transient) [list \
41 set FAULTSIM(ioerr-transient) [list \
64 set FAULTSIM(shmerr-transient) [list \
81 set FAULTSIM(cantopen-transient) [list \
403 # If $::iRepeat is 0, then the malloc() failure is transient - it
408 set zRepeat "transient"
550 1 { # Simulate transient failures.
552 set zName "transient"
562 3 { # Simulate transient failures with extra brute force.
633 set modes {1 transient}
[all...]
/external/chromium_org/ash/wm/
H A Dimmersive_fullscreen_controller.h150 aura::Window* transient) OVERRIDE;
152 aura::Window* transient) OVERRIDE;
H A Dsystem_modal_container_layout_manager_unittest.cc205 aura::Window* transient = OpenTestWindowWithParent(parent.get(), false); local
207 transient->AddObserver(&destruction_observer);
209 EXPECT_EQ(parent.get(), ::wm::GetTransientParent(transient));
210 EXPECT_EQ(parent->parent(), transient->parent());
212 // The transient should be destroyed with its parent.
237 // Now open another modal transient parented to the original modal transient.
277 // Now open another modal transient parented to the original modal transient.
307 scoped_ptr<aura::Window> transient(
345 aura::Window* transient = local
[all...]
H A Dimmersive_fullscreen_controller.cc76 // Returns true if |maybe_transient| is a transient child of |toplevel|.
496 aura::Window* transient) {
497 views::BubbleDelegateView* bubble_delegate = AsBubbleDelegate(transient);
504 bubble_manager_->StartObserving(transient);
510 aura::Window* transient) {
511 bubble_manager_->StopObserving(transient);
559 // We have stopped observing whether transient children are added or removed
726 // 1) The active window is a transient child of |native_window_|.
728 // prevents a transient window opened by the web contents while the
494 OnTransientChildAdded( aura::Window* window, aura::Window* transient) argument
508 OnTransientChildRemoved( aura::Window* window, aura::Window* transient) argument
/external/chromium_org/chrome/browser/ui/ash/multi_user/
H A Dmulti_user_window_manager_chromeos.h50 // - aura::Window::Hide() is currently hiding the window and all owned transient
52 // To address that, all transient children (and their children) are remembered
106 aura::Window* transient) OVERRIDE;
108 aura::Window* transient) OVERRIDE;
199 // Show the window and its transient children. However - if a transient child
209 // A |window| and its children were attached as transient children to an
238 // A map which remembers for owned transient windows their own visibility.

Completed in 6790 milliseconds

12