| /openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
| H A D | test_all_projects_page.py | 5 # Copyright (C) 2013-2016 Intel Corporation 7 # SPDX-License-Identifier: GPL-2.0-only 85 rows = self.find_all('#projectstable tbody tr') 89 for row in rows: 101 url = reverse('all-projects') 103 self.wait_until_visible('#empty-state-projectstable') 105 rows = self.find_all('#projectstable tbody tr') 106 self.assertEqual(len(rows), 0, 'should be no projects displayed') 112 url = reverse('all-projects') 123 The release for the default project should display as [all …]
|
| /openbmc/u-boot/include/ |
| H A D | video_osd.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 11 /* The width of the OSD display in columns */ 13 /* The height of the OSD display in rows */ 22 * struct video_osd_ops - driver operations for OSD uclass 24 * The OSD uclass implements support for text-oriented on-screen displays, 25 * which are taken to be devices that independently display a graphical 26 * text-based overlay over the video output of an associated display. 28 * The functions defined by the uclass support writing text to the display in 29 * either a generic form (by specifying a string, a driver-specific color value 30 * for the text, and screen coordinates in rows and columns) or a [all …]
|
| H A D | lcd_console.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 3 * Copyright (C) 2014, Compulab Ltd - http://compulab.co.il/ 10 short cols, rows; member 20 * console_calc_rowcol() - calculate available rows / columns wihtin a given 21 * screen-size based on used VIDEO_FONT. 29 * lcd_init_console() - Initialize lcd console parameters 31 * Setup the address of console base, and the number of rows and columns the 35 * @vl_rows: Number of rows in the console 37 * @vl_rot: Rotation of display in degree (0 - 90 - 180 - 270) counterlockwise 41 * lcd_set_col() - Set the number of the current lcd console column [all …]
|
| H A D | video.h | 9 * AIRVENT SAM s.p.a - RIMINI(ITALY) 32 * Bits per pixel selector. Each value n is such that the bits-per-pixel is 53 * struct video_priv - Device information used by the video uclass 56 * @ysize: Number of pixels rows (e.g.. 768) 57 * @rot: Display rotation (0=none, 1=90 degrees clockwise, etc.) 71 * @cmap: Colour map for 8-bit-per-pixel displays 72 * @fg_col_idx: Foreground color code (bit 3 = bold, bit 0-2 = color) 97 /* Placeholder - there are no video operations at present */ 101 #define video_get_ops(dev) ((struct video_ops *)(dev)->driver->ops) 104 * video_reserve() - Reserve frame-buffer memory for video devices [all …]
|
| H A D | video_console.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 41 * struct vidconsole_priv - uclass-private data about a console device 43 * Drivers must set up @rows, @cols, @x_charsize, @y_charsize in their probe() 49 * @rows: Number of text rows 54 * @xsize_frac: Width of the display in fractional units 67 int rows; member 88 * struct vidconsole_ops - Video console operations 91 * in pixels) or a text row number (measured in rows, where each row consists 92 * of an entire line of text - typically 16 pixels). 96 * putc_xy() - write a single character to a position [all …]
|
| H A D | exynos_lcd.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 3 * exynos_lcd.h - Exynos LCD Controller structures 26 ushort vl_row; /* Number of rows (i.e. 480) */ 27 ushort vl_rot; /* Rotation of Display (0, 1, 2, 3) */ 28 ushort vl_width; /* Width of display area in millimeters */ 29 ushort vl_height; /* Height of display area in millimeters */
|
| H A D | pxa_lcd.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 3 * pxa_lcd.h - PXA LCD Controller structures 49 ushort vl_row; /* Number of rows (i.e. 480) */ 50 ushort vl_rot; /* Rotation of Display (0, 1, 2, 3) */ 51 ushort vl_width; /* Width of display area in millimeters */ 52 ushort vl_height; /* Height of display area in millimeters */ 62 u_char vl_splt;/* Split display, 0 = single-scan, 1 = dual-scan */
|
| H A D | atmel_lcd.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 3 * atmel_lcd.h - Atmel LCD Controller structures 13 * struct atmel_lcd_platdata - platform data for Atmel LCDs with driver model 23 ushort vl_row; /* Number of rows (i.e. 480) */ 24 ushort vl_rot; /* Rotation of Display (0, 1, 2, 3) */
|
| H A D | lcd.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 38 * @param flush non-zero to flush cache after update, 0 to skip 52 ushort vl_row; /* Number of rows (i.e. 100) */ 53 ushort vl_rot; /* Rotation of Display (0, 1, 2, 3) */ 56 void *priv; /* Pointer to driver-specific data */ 90 * Get the number of text lines/rows on the LCD 92 * @return number of rows
|
| /openbmc/qemu/docs/system/ |
| H A D | keys.rst.inc | 3 (used in the table below) which can be changed with ``-display`` suboption 4 ``mod=`` where appropriate. For example, ``-display sdl, 5 grab-mod=lshift-lctrl-lalt`` changes the modifier key to :kbd:`Ctrl+Alt+Shift`, 6 while ``-display sdl,grab-mod=rctrl`` changes it to the right :kbd:`Ctrl` key. 8 .. list-table:: Multiplexer Keys 10 :header-rows: 1 12 * - Key Sequence 13 - Action 15 * - :kbd:`Ctrl+Alt+f` 16 - Toggle full screen [all …]
|
| H A D | introduction.rst | 7 --------------------------- 14 .. list-table:: Supported Accelerators 15 :header-rows: 1 17 * - Accelerator 18 - Host OS 19 - Host Architectures 20 * - KVM 21 - Linux 22 - Arm (64 bit only), MIPS, PPC, RISC-V, s390x, x86 23 * - Xen [all …]
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/ |
| H A D | detail_pagination_bottom.html | 7 {# only paginate if 10 or more rows unfiltered, all pages #} 9 <div id="pagination-detail"> 26 <form class="navbar-form navbar-right"> 27 <div class=form-group"> 28 <label>Show rows:</label> 29 <select class="pagesize form-control"> 40 <!-- Update page display settings -->
|
| H A D | toastertable-simple.html | 27 {% include 'toastertable-filter.html' %} 29 <div id="no-results-{{table_name}}" style="display:none"> 30 <div class="alert alert-warning"> 31 <form class="no-results form-inline"> 32 <div class="form-group"> 33 <div class="btn-group"> 34 …<input class="form-control" id="new-search-input-{{table_name}}" name="search" type="text" placeho… 35 …<span class="remove-search-btn-{{table_name}} glyphicon glyphicon-remove-circle" tabindex="-1"></s… 38 <button class="btn btn-default search-submit-{{table_name}}">Search</button> 39 … <button class="btn btn-link remove-search-btn-{{table_name}}">Show all {{title|lower}}</button> [all …]
|
| H A D | toastertable.html | 26 {% include 'toastertable-filter.html' %} 28 <div class="row-fluid" id="empty-state-{{table_name}}" style="display:none"> 29 <div class="alert alert-info">{{empty_state|safe}}</div> 32 <div id="no-results-{{table_name}}" style="display:none"> 33 <div class="alert alert-warning"> 34 <form class="form-inline"> 35 <div class="form-group"> 36 <div class="btn-group"> 37 …<input class="form-control" id="new-search-input-{{table_name}}" name="search" type="text" placeho… 38 …<span class="remove-search-btn-{{table_name}} glyphicon glyphicon-remove-circle" tabindex="-1"></a> [all …]
|
| H A D | basetable_bottom.html | 4 <!-- Show pagination controls --> 5 <div id="pagination-basetable_bottom"> 6 …<!--span class="help-inline">Showing {{objects.start_index}} to {{objects.end_index}} out of {{obj… 23 <form class="navbar-form navbar-right"> 24 <div class="form-group"> 25 <label>Show rows:</label> 26 <select class="form-control pagesize"> 37 <!-- Update page display settings --> 42 // we load cookies for the column display 73 //turn edit columns dropdown into a multi-select menu [all …]
|
| H A D | layerdetails.html | 6 {% block title %} {{layerversion.layer.name}} - {{project.name}} - Toaster {% endblock %} 9 <div id="delete-layer-modal" class="modal fade" tabindex="-1" role="dialog" 10 data-keyboard="false" data-backdrop="static"> 11 <div class="modal-dialog" role="document"> 12 <div class="modal-content"> 13 <div class="modal-body"> 16 <div class="modal-footer"> 17 <button type="button" id="layer-delete-confirmed" class="btn 18 btn-primary">Delete layer</button> 19 <button type="button" class="btn btn-default btn-link" data-dismiss="modal">Cancel</button> [all …]
|
| /openbmc/u-boot/drivers/video/ |
| H A D | vidconsole-uclass.c | 1 // SPDX-License-Identifier: GPL-2.0+ 4 * (C) Copyright 2001-2015 5 * DENX Software Engineering -- wd@denx.de 6 * Compulab Ltd - http://compulab.co.il/ 7 * Bernecker & Rainer Industrieelektronik GmbH - http://www.br-automation.com 35 if (!ops->putc_xy) in vidconsole_putc_xy() 36 return -ENOSYS; in vidconsole_putc_xy() 37 return ops->putc_xy(dev, x, y, ch); in vidconsole_putc_xy() 45 if (!ops->move_rows) in vidconsole_move_rows() 46 return -ENOSYS; in vidconsole_move_rows() [all …]
|
| H A D | cfb_console.c | 1 // SPDX-License-Identifier: GPL-2.0+ 12 * At the moment only the 8x16 font is tested and the font fore- and 20 * Character output goes to a memory-mapped video 21 * framebuffer with little or big-endian organisation. 29 * VIDEO_FB_LITTLE_ENDIAN - framebuffer organisation default: big endian 30 * VIDEO_HW_RECTFILL - graphic driver supports hardware rectangle fill 31 * VIDEO_HW_BITBLT - graphic driver supports hardware bit blt 35 * VIDEO_VISIBLE_COLS - x resolution 36 * VIDEO_VISIBLE_ROWS - y resolution 37 * VIDEO_PIXEL_SIZE - storage size in byte per pixel [all …]
|
| H A D | ihs_video_out.c | 1 // SPDX-License-Identifier: GPL-2.0+ 13 #include <display.h> 74 /* Display width in text columns */ 76 /* Display height in text rows */ 78 /* x-resolution of the display in pixels */ 80 /* y-resolution of the display in pixels */ 84 /* The display port output for this OSD */ 86 /* The pixel clock generator for the display */ 96 * set_control() - Set the control register to a given value 101 * @value: the 16-bit value to write to the control register [all …]
|
| /openbmc/qemu/hw/display/ |
| H A D | pl110.c | 4 * Copyright (c) 2005-2009 CodeSourcery. 13 #include "hw/qdev-properties.h" 72 int rows; member 98 VMSTATE_INT32(rows, PL110State), 210 return (s->cr & PL110_CR_EN) && (s->cr & PL110_CR_PWR); in pl110_enabled() 216 DisplaySurface *surface = qemu_console_surface(s->con); in pl110_update_display() 227 if (s->cr & PL110_CR_BGR) in pl110_update_display() 232 if ((s->version != VERSION_PL111) && (s->bpp == BPP_16)) { in pl110_update_display() 245 switch (s->mux_ctrl) { in pl110_update_display() 247 bpp_offset = (BPP_16_565 - BPP_16); in pl110_update_display() [all …]
|
| /openbmc/webui-vue/src/layouts/ |
| H A D | AppLayout.vue | 2 <div class="app-container"> 3 <app-header 5 class="app-header" 6 :router-key="routerKey" 9 <app-navigation class="app-navigation" /> 10 <page-container class="app-content"> 11 <router-view ref="routerView" :key="routerKey" /> 12 <!-- Scroll to top button --> 13 <button-back-to-top /> 14 </page-container> [all …]
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | oe-build-perf-report | 7 # SPDX-License-Identifier: GPL-2.0-only 39 log = logging.getLogger('oe-build-perf-report') 56 rows = [[fields[i].upper() for i in print_fields] + extra_fields] 75 new_row[i:-len(extra_fields)] = cols[i:] 76 rows.append(new_row) 83 new_row[-2] = commit_cnt 84 new_row[-1] = test_run_cnt 88 print_table(rows) 135 data = parse_xml_stream(repo.run_cmd(['show'] + git_objs + ['--'])) 140 data = parse_json_stream(repo.run_cmd(['show'] + git_objs + ['--'])) [all …]
|
| /openbmc/openbmc/poky/meta/lib/oeqa/manual/ |
| H A D | toaster-unmanaged-mode.json | 4 … "@alias": "toaster-unmanaged-mode.toaster-unmanaged.Create_a_Yocto_project_and_start_the_Toaster", 17 …"action": "Start up toaster. \ncd ${installdir} \nsource poky/oe-init-build-env \nsource toaster s… 18 …- orm \n(use ./manage.py migrate to migrate these) \nRunning migrations for orm: \n - Migrating fo… 21 "action": "Build the yocto project. \nbitbake core-image-minimal \n\n", 25 …"action": "Use a default web brower to see project build process. \nxdg-open http://localhost:8000… 34 "@alias": "toaster-unmanaged-mode.toaster-unmanaged.Sort_the_content_of_the_builds_table", 47 …"action": "Create 2 builds, such as \"bitbake core-image-minimal\" and \"bitbake core-image-sato\"… 72 "@alias": "toaster-unmanaged-mode.toaster-unmanaged.Search_the_content_of_the_builds_table", 85 …uilds, such as \"bitbake core-image-minimal\" and \"bitbake core-image-sato\". Wait for successful… 101 … "action": "Click \"Clear search\" icon (icon-remove-sign). Observe all builds are showed. ", [all …]
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | table.js | 38 var clearSearchElements = $('.remove-search-btn-'+ctx.tableName + 39 ', .show-all-'+ctx.tableName); 42 table.trigger("table-loading"); 48 headers: { 'X-CSRFToken' : $.cookie('csrftoken')}, 59 var pagination = $('#pagination-'+ctx.tableName); 61 var tableContainer = $("#table-container-"+ctx.tableName); 64 /* To avoid page re-layout flicker when paging set fixed height */ 65 table.css("padding-bottom", table.height()); 76 $('.table-count-' + ctx.tableName).text(tableData.total); 83 if ($("#no-results-special-"+ctx.tableName).length > 0) { [all …]
|
| /openbmc/u-boot/examples/api/ |
| H A D | demo.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * (C) Copyright 2007-2008 Semihalf 36 return -1; in main() 38 syscall_ptr = sig->syscall; in main() 40 return -2; in main() 42 if (sig->version > API_SIG_VERSION) in main() 43 return -3; in main() 62 printf("\n*** Timing - wait a couple of secs ***\n"); in main() 79 return -1; in main() 93 return -1; in main() [all …]
|