Home
last modified time | relevance | path

Searched refs:views (Results 1 – 25 of 62) sorted by relevance

123

/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Durls.py10 from django.views.generic import RedirectView
17 from toastergui import views
21 url(r'^landing/$', views.landing, name='landing'),
28 url(r'^build/(?P<build_id>\d+)$', views.builddashboard, name="builddashboard"),
34 url(r'^build/(?P<build_id>\d+)/task/(?P<task_id>\d+)$', views.task, name='task'),
41 …ild_id>\d+)/recipe/(?P<recipe_id>\d+)/active_tab/(?P<active_tab>\d{1})$', views.recipe, name='reci…
43 url(r'^build/(?P<build_id>\d+)/recipe/(?P<recipe_id>\d+)$', views.recipe, name='recipe'),
44 …url(r'^build/(?P<build_id>\d+)/recipe_packages/(?P<recipe_id>\d+)$', views.recipe_packages, name='…
51 url(r'^build/(?P<build_id>\d+)/package/(?P<package_id>\d+)$', views.package_built_detail,
54 views.package_built_dependencies, name='package_built_dependencies'),
[all …]
H A Dwidgets.py9 from django.views.generic import View, TemplateView
11 from django.views.decorators.cache import cache_control
/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/
H A Durls.py10 from django.views.generic import RedirectView, TemplateView
11 from django.views.decorators.cache import never_cache
12 import bldcollector.views
35 url(r'^orm/eventfile$', bldcollector.views.eventfile),
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcollector/
H A Durls.py11 import bldcollector.views
15 url(r'^eventfile$', bldcollector.views.eventfile, name='eventfile'),
H A Dviews.py15 from django.views.decorators.csrf import csrf_exempt
/openbmc/phosphor-user-manager/
H A Djson_serializer.hpp25 return std::views::split('/') | std::views::transform([](auto&& sub) { in stringSplitter()
33 auto rv = v | std::views::reverse; in makeJson()
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_io_type_pcie.cpp260 std::views::iota(0) | std::views::take(numOfLinks)) in parseTopologyData()
372 std::views::iota(0) | std::views::take(numOfSlots)) in parseTopologyData()
483 std::views::iota(0) | std::views::take(numOfCableLinks)) in parseCableInfo()
/openbmc/pldm/oem/ampere/event/
H A Dcper.cpp70 std::views::iota(0, static_cast<int>(proc->ContextInfoNum))) in decodeSecArm()
167 std::views::iota(0, static_cast<int>(cperHeader.SectionCount))) in decodeCperRecord()
175 std::views::iota(0, static_cast<int>(cperHeader.SectionCount))) in decodeCperRecord()
/openbmc/pldm/platform-mc/
H A Dterminus.cpp300 std::views::iota(0, static_cast<int>(pdr->sensor_count))) in parseSensorAuxiliaryNamesPDR()
306 std::views::iota(0, static_cast<int>(nameStringCount))) in parseSensorAuxiliaryNamesPDR()
382 std::views::iota(0, static_cast<int>(decodedPdr->name_string_count))) in parseEntityAuxiliaryNamesPDR()
651 std::views::iota(0, static_cast<int>(record->num_fru_fields))) in updateInventoryWithFru()
660 std::views::iota(0, static_cast<int>(record->num_fru_fields))) in updateInventoryWithFru()
743 std::views::iota(0, static_cast<int>(sensorCount))) in getSensorNames()
/openbmc/pldm/common/
H A Dtransport.cpp45 std::views::iota(MCTP_EID_VALID_MIN, MCTP_EID_VALID_MAX)) in pldm_transport_impl_mctp_demux_init()
77 std::views::iota(MCTP_EID_VALID_MIN, MCTP_EID_VALID_MAX)) in pldm_transport_impl_af_mctp_init()
/openbmc/linux/Documentation/arch/s390/
H A Ds390dbf.rst67 The content of the directories are files which represent different views
68 to the debug log. Each component can decide which views should be
70 Predefined views for hex/ascii and sprintf data are provided.
71 It is also possible to define other views. The content of
115 Predefined views:
214 See section about predefined views for explanation of the above output!
298 There are two predefined views: hex_ascii and sprintf.
341 Defining views
402 and which produces the same header output as the predefined views.
408 of the default views!
/openbmc/linux/arch/s390/kernel/
H A Ddebug.c254 memset(rc->views, 0, DEBUG_MAX_VIEWS * sizeof(struct debug_view *)); in debug_info_alloc()
540 if (!debug_info->views[i]) in debug_open()
555 if (!debug_info->views[i]->format_proc && !debug_info->views[i]->header_proc) in debug_open()
573 p_info->view = debug_info->views[i]; in debug_open()
756 if (!id->views[i]) in _debug_unregister()
1198 if (!id->views[i]) in debug_register_view()
1204 id->views[i] = view; in debug_register_view()
1239 if (id->views[i] == view) in debug_unregister_view()
1246 id->views[i] = NULL; in debug_unregister_view()
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/views/
H A DREADME4 To run just these tests use ./manage.py test tests.views
/openbmc/openbmc/poky/bitbake/lib/toaster/
H A Dtox.ini18 …dir}/manage.py test tests.db tests.commands tests.builds tests.browser tests.functional tests.views
/openbmc/webui-vue/docs/guide/components/page-section/
H A Dindex.md8 // Example: `src/views/AccessControl/Ldap/Ldap.vue`
/openbmc/pldm/libpldmresponder/
H A Dpdr_utils.cpp243 std::views::iota(0, (int)record->num_fru_fields), in parseFruRecordTable()
251 for (const auto& i : std::views::iota(0, (int)tlv->length)) in parseFruRecordTable()
/openbmc/webui-vue/docs/guide/components/page-title/
H A Dindex.md24 // Example: `src/views/AccessControl/Ldap/Ldap.vue`
/openbmc/linux/arch/s390/include/asm/
H A Ddebug.h60 struct debug_view *views[DEBUG_MAX_VIEWS]; member
446 .views = { NULL }, \
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_binding.h203 struct vmw_ctx_bindinfo_view views[SVGA3D_DX11_1_MAX_UAVIEWS]; member
H A Dvmwgfx_binding.c203 offsetof(struct vmw_ctx_binding_state, ua_views[0].views),
206 offsetof(struct vmw_ctx_binding_state, ua_views[1].views),
1086 const struct vmw_ctx_bindinfo_view *loc = &cbs->ua_views[0].views[0]; in vmw_emit_set_uav()
1116 const struct vmw_ctx_bindinfo_view *loc = &cbs->ua_views[1].views[0]; in vmw_emit_set_cs_uav()
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dsingle_fab.cpp95 for (auto l_value : i_imValue | std::views::chunk(2)) in setImOnPlanar()
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DBSD-2-Clause-Views11 The views and conclusions contained in the software and documentation are those of the authors and …
/openbmc/phosphor-state-manager/
H A Dhost_check.cpp88 for (const auto& [path, services] : std::views::reverse(mapperResponse)) in checkFirmwareConditionRunning()
/openbmc/openbmc/meta-openembedded/meta-python/licenses/
H A DLLNL16 …ring by the United States Government or the University of California. The views and opinions of au…
/openbmc/qemu/system/
H A Dmemory.c3696 GHashTable *views = g_hash_table_new(g_direct_hash, g_direct_equal); in mtree_info_flatview() local
3707 fv_address_spaces = g_hash_table_lookup(views, view); in mtree_info_flatview()
3710 g_hash_table_insert(views, view, fv_address_spaces); in mtree_info_flatview()
3717 g_hash_table_foreach(views, mtree_print_flatview, &fvi); in mtree_info_flatview()
3720 g_hash_table_foreach_remove(views, mtree_info_flatview_free, 0); in mtree_info_flatview()
3721 g_hash_table_unref(views); in mtree_info_flatview()
3772 GHashTable *views = g_hash_table_new(g_direct_hash, g_direct_equal); in mtree_info_as() local
3784 as_same_root_mr_list = g_hash_table_lookup(views, as->root); in mtree_info_as()
3787 g_hash_table_insert(views, as->root, as_same_root_mr_list); in mtree_info_as()
3791 g_hash_table_foreach(views, mtree_print_as, &asi); in mtree_info_as()
[all …]

123