Searched refs:scope_list (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/libs/log/src/ |
D | named_scope.cpp | 144 typedef writeable_named_scope_list scope_list; typedef 148 thread_specific_ptr< scope_list > pScopes; 152 static BOOST_LOG_TLS scope_list* pScopesCache; 157 log::aux::unique_ptr< scope_list > pScopes; 161 scope_list& get_scope_list() in get_scope_list() 164 scope_list* p = pScopesCache; in get_scope_list() 166 scope_list* p = pScopes.get(); in get_scope_list() 170 log::aux::unique_ptr< scope_list > pNew(new scope_list()); in get_scope_list() 200 BOOST_LOG_TLS named_scope::impl::scope_list* 291 impl::scope_list& s = impl::instance->get_scope_list(); in push_scope() [all …]
|
/third_party/mindspore/mindspore/profiler/parser/ |
D | flops_parser.py | 283 scope_list = op_name.split('/')[:-1] 284 self._max_scope_num = max(self._max_scope_num, len(scope_list)) 285 top_level_scope = scope_list[0] 293 for level, scope_name in enumerate(scope_list): 294 scope_list[level] = scope_name + f"({level}_{suffix_name})" 295 scope_list[0] = top_level_scope 298 scope_list.insert(0, "Total") 299 scope_depth = len(scope_list) 301 key_name = scope_list[idx] + " " + scope_list[idx + 1]
|
/third_party/weston/libweston/ |
D | weston-log.c | 70 struct wl_list scope_list; /**< weston_log_scope::compositor_link */ member 348 wl_list_for_each(scope, &log_ctx->scope_list, compositor_link) in weston_log_get_scope() 377 wl_list_for_each(scope, &log_ctx->scope_list, compositor_link) in weston_debug_protocol_advertise_scopes() 415 wl_list_init(&log_ctx->scope_list); in weston_log_ctx_create() 441 wl_list_for_each(scope, &log_ctx->scope_list, compositor_link) in weston_log_ctx_destroy() 446 wl_list_remove(&log_ctx->scope_list); in weston_log_ctx_destroy() 625 wl_list_insert(log_ctx->scope_list.prev, &scope->compositor_link); in weston_log_ctx_add_log_scope()
|