/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/ |
H A D | urls.py | 10 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 D | widgets.py | 9 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 D | urls.py | 10 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 D | urls.py | 11 import bldcollector.views 15 url(r'^eventfile$', bldcollector.views.eventfile, name='eventfile'),
|
H A D | views.py | 15 from django.views.decorators.csrf import csrf_exempt
|
/openbmc/phosphor-user-manager/ |
H A D | json_serializer.hpp | 25 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 D | file_io_type_pcie.cpp | 260 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 D | cper.cpp | 70 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 D | terminus.cpp | 300 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 D | transport.cpp | 45 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 D | s390dbf.rst | 67 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 D | debug.c | 254 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 D | README | 4 To run just these tests use ./manage.py test tests.views
|
/openbmc/openbmc/poky/bitbake/lib/toaster/ |
H A D | tox.ini | 18 …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 D | index.md | 8 // Example: `src/views/AccessControl/Ldap/Ldap.vue`
|
/openbmc/pldm/libpldmresponder/ |
H A D | pdr_utils.cpp | 243 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 D | index.md | 24 // Example: `src/views/AccessControl/Ldap/Ldap.vue`
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | debug.h | 60 struct debug_view *views[DEBUG_MAX_VIEWS]; member 446 .views = { NULL }, \
|
/openbmc/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_binding.h | 203 struct vmw_ctx_bindinfo_view views[SVGA3D_DX11_1_MAX_UAVIEWS]; member
|
H A D | vmwgfx_binding.c | 203 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 D | single_fab.cpp | 95 for (auto l_value : i_imValue | std::views::chunk(2)) in setImOnPlanar()
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | BSD-2-Clause-Views | 11 The views and conclusions contained in the software and documentation are those of the authors and …
|
/openbmc/phosphor-state-manager/ |
H A D | host_check.cpp | 88 for (const auto& [path, services] : std::views::reverse(mapperResponse)) in checkFirmwareConditionRunning()
|
/openbmc/openbmc/meta-openembedded/meta-python/licenses/ |
H A D | LLNL | 16 …ring by the United States Government or the University of California. The views and opinions of au…
|
/openbmc/qemu/system/ |
H A D | memory.c | 3696 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 …]
|