/openbmc/linux/Documentation/admin-guide/blockdev/drbd/ |
H A D | DRBD-8.3-data-packets.svg | 16 style="visibility:visible"> 23 style="fill:#008000;visibility:visible" /> 27 style="fill:none;stroke:#008000;visibility:visible" /> 31 style="fill:#008000;visibility:visible" /> 35 style="fill:none;stroke:#008000;visibility:visible" /> 39 style="fill:#008000;visibility:visible" /> 43 style="fill:none;stroke:#008000;visibility:visible" /> 47 …style="font-size:318px;font-weight:400;fill:#008000;visibility:visible;font-family:Helvetica embed… 59 style="fill:#008000;visibility:visible" /> 63 style="fill:none;stroke:#008000;visibility:visible" /> [all …]
|
H A D | DRBD-data-packets.svg | 16 style="visibility:visible"> 23 style="fill:#008000;visibility:visible" /> 27 style="fill:none;stroke:#008000;visibility:visible" /> 31 style="fill:#008000;visibility:visible" /> 35 style="fill:none;stroke:#008000;visibility:visible" /> 39 style="fill:#008000;visibility:visible" /> 43 style="fill:none;stroke:#008000;visibility:visible" /> 49 …style="font-size:318px;font-weight:400;fill:#008000;visibility:visible;font-family:Helvetica embed… 58 style="fill:#008000;visibility:visible" /> 62 style="fill:none;stroke:#008000;visibility:visible" /> [all …]
|
/openbmc/linux/drivers/gpu/drm/tests/ |
H A D | drm_rect_test.c | 28 bool visible; in drm_test_rect_clip_scaled_div_by_zero() local 37 visible = drm_rect_clip_scaled(&src, &dst, &clip); in drm_test_rect_clip_scaled_div_by_zero() 39 KUNIT_EXPECT_FALSE_MSG(test, visible, "Destination not be visible\n"); in drm_test_rect_clip_scaled_div_by_zero() 40 KUNIT_EXPECT_FALSE_MSG(test, drm_rect_visible(&src), "Source should not be visible\n"); in drm_test_rect_clip_scaled_div_by_zero() 45 visible = drm_rect_clip_scaled(&src, &dst, &clip); in drm_test_rect_clip_scaled_div_by_zero() 47 KUNIT_EXPECT_FALSE_MSG(test, visible, "Destination not be visible\n"); in drm_test_rect_clip_scaled_div_by_zero() 48 KUNIT_EXPECT_FALSE_MSG(test, drm_rect_visible(&src), "Source should not be visible\n"); in drm_test_rect_clip_scaled_div_by_zero() 54 bool visible; in drm_test_rect_clip_scaled_not_clipped() local 61 visible = drm_rect_clip_scaled(&src, &dst, &clip); in drm_test_rect_clip_scaled_not_clipped() 67 KUNIT_EXPECT_TRUE_MSG(test, visible, "Destination should be visible\n"); in drm_test_rect_clip_scaled_not_clipped() [all …]
|
/openbmc/linux/scripts/kconfig/ |
H A D | gconf.glade | 6 <property name="visible">True</property> 26 <property name="visible">True</property> 32 <property name="visible">True</property> 36 <property name="visible">True</property> 45 <property name="visible">True</property> 54 <property name="visible">True</property> 68 <property name="visible">True</property> 77 <property name="visible">True</property> 91 <property name="visible">True</property> 99 <property name="visible">True</property> [all …]
|
H A D | symbol.c | 49 if (sym_is_choice_value(sym) && sym->visible == yes) in sym_get_type() 90 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_get_default_prop() 91 if (prop->visible.tri != no) in sym_get_default_prop() 102 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_get_range_prop() 103 if (prop->visible.tri != no) in sym_get_range_prop() 183 /* any prompt visible? */ in sym_calc_visibility() 190 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_calc_visibility() 193 * not visible if the corresponding choice's value is in sym_calc_visibility() 197 prop->visible.tri == mod && choice_sym->curr.tri == yes) in sym_calc_visibility() 198 prop->visible.tri = no; in sym_calc_visibility() [all …]
|
H A D | menu.c | 141 prop->visible.expr = dep; in menu_add_prop() 188 prop->visible.expr = expr_alloc_and(prop->visible.expr, in menu_add_prompt() 379 dep = rewrite_m(prop->visible.expr); in menu_finalize() 383 prop->visible.expr = dep; in menu_finalize() 433 basedep = parent->prompt ? parent->prompt->visible.expr : NULL; in menu_finalize() 440 dep = menu->prompt ? menu->prompt->visible.expr : menu->dep; in menu_finalize() 512 prop->visible.expr = expr_alloc_and(expr_copy(basedep), in menu_finalize() 513 prop->visible.expr); in menu_finalize() 579 * setting the choice mode to 'n' when the choice is visible. in menu_finalize() 587 expr_alloc_and(parent->prompt->visible.expr, in menu_finalize() [all …]
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | gconf.glade | 6 <property name="visible">True</property> 26 <property name="visible">True</property> 32 <property name="visible">True</property> 36 <property name="visible">True</property> 45 <property name="visible">True</property> 54 <property name="visible">True</property> 68 <property name="visible">True</property> 77 <property name="visible">True</property> 91 <property name="visible">True</property> 99 <property name="visible">True</property> [all …]
|
H A D | symbol.c | 68 if (sym_is_choice_value(sym) && sym->visible == yes) in sym_get_type() 120 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_get_default_prop() 121 if (prop->visible.tri != no) in sym_get_default_prop() 132 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_get_range_prop() 133 if (prop->visible.tri != no) in sym_get_range_prop() 215 /* any prompt visible? */ in sym_calc_visibility() 222 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_calc_visibility() 225 * not visible if the corresponding choice's value is in sym_calc_visibility() 229 prop->visible.tri == mod && choice_sym->curr.tri == yes) in sym_calc_visibility() 230 prop->visible.tri = no; in sym_calc_visibility() [all …]
|
/openbmc/phosphor-webui/app/common/directives/password-visibility-toggle/ |
H A D | password-visibility-toggle.js | 27 'password-visible': visible, 28 'password-hidden': !visible 31 <icon ng-if="!visible" file="icon-visibility-on.svg"></icon> 32 <icon ng-if="visible" file="icon-visibility-off.svg"></icon> 35 instanceScope.visible = false; 37 instanceScope.visible = !instanceScope.visible; 38 const type = instanceScope.visible ? 'text' : 'password';
|
/openbmc/linux/drivers/gpu/drm/armada/ |
H A D | armada_overlay.c | 87 DRM_DEBUG_KMS("[PLANE:%d:%s] is on [CRTC:%d:%s] with [FB:%d] visible %u->%u\n", in armada_drm_overlay_plane_atomic_update() 91 old_state->visible, new_state->visible); in armada_drm_overlay_plane_atomic_update() 97 if (!old_state->visible && new_state->visible) in armada_drm_overlay_plane_atomic_update() 141 if (new_state->visible) in armada_drm_overlay_plane_atomic_update() 160 } else if (old_state->visible != new_state->visible) { in armada_drm_overlay_plane_atomic_update() 161 cfg = new_state->visible ? CFG_DMA_ENA : 0; in armada_drm_overlay_plane_atomic_update() 179 if ((!old_state->visible && new_state->visible) || in armada_drm_overlay_plane_atomic_update() 183 if ((!old_state->visible && new_state->visible) || in armada_drm_overlay_plane_atomic_update() 186 if (!old_state->visible && new_state->visible) in armada_drm_overlay_plane_atomic_update() 189 if ((!old_state->visible && new_state->visible) || in armada_drm_overlay_plane_atomic_update() [all …]
|
/openbmc/linux/Documentation/i2c/ |
H A D | i2c_bus.svg | 27 style="overflow:visible" 38 style="overflow:visible" 54 style="overflow:visible" 73 style="overflow:visible" 85 style="overflow:visible" 104 style="overflow:visible" 119 style="overflow:visible" 134 style="overflow:visible" 149 style="overflow:visible" 164 style="overflow:visible" [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
H A D | test_landing_page.py | 35 """ Test that the information icon is visible and clickable """ 40 # check that the info sign is visible 45 info_sign.click() # click on the info sign make attribute 'aria-describedby' visible 58 # check that the documentation link is visible 69 """ Test OpenEmbedded link jumbotron is visible and clickable: """ 81 """ Test BitBake link jumbotron is visible and clickable: """ 94 """ Test Yocto Project link jumbotron is visible and clickable: """ 107 if visible and clickable 123 """ Test big blue button create new project jumbotron if visible and clickable """ 124 # Create a layer and a layer version to make visible the big blue button [all …]
|
/openbmc/openbmc/poky/scripts/ |
H A D | oe-pkgdata-browser.glade | 44 <property name="visible">True</property> 72 <property name="visible">True</property> 78 <property name="visible">True</property> 84 <property name="visible">True</property> 115 <property name="visible">True</property> 121 <property name="visible">True</property> 127 <property name="visible">True</property> 170 <property name="visible">True</property> 177 <property name="visible">True</property> 190 <property name="visible">True</property> [all …]
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_atomic_plane.c | 172 * considers the cursor to be visible, whether or not in intel_plane_pixel_rate() 173 * it is actually visible. in intel_plane_pixel_rate() 189 if (!plane_state->uapi.visible) in intel_plane_data_rate() 220 if (!plane_state->uapi.visible) in intel_plane_relative_data_rate() 264 if (!plane_state->uapi.visible || !plane->min_cdclk) in intel_plane_calc_min_cdclk() 378 plane_state->uapi.visible = false; in intel_plane_set_invisible() 386 if (new->uapi.visible != cur->uapi.visible) in intel_wm_need_update() 440 bool old_visible = old_plane_state->uapi.visible; in i9xx_must_disable_cxsr() 441 bool new_visible = new_plane_state->uapi.visible; in i9xx_must_disable_cxsr() 487 bool turn_off, turn_on, visible, was_visible; in intel_plane_atomic_calc_changes() local [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/ |
H A D | 0006-themes-Industrial-add-info-label-in-ui.patch | 29 + <property name="visible">True</property> 34 <property name="visible">True</property> 44 + <property name="visible">True</property> 48 + <property name="visible">True</property> 74 + <property name="visible">True</property> 79 <property name="visible">True</property> 89 + <property name="visible">True</property> 93 + <property name="visible">True</property>
|
/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/ |
H A D | test_user_management_sub_menu.robot | 199 Wait Until Element Is Visible ${xpath_success_message} timeout=30 200 Wait Until Element Is Not Visible ${xpath_success_message} timeout=30 225 Wait Until Element Is Visible ${xpath_submit_button} timeout=30 238 Wait Until Element Is Visible ${xpath_success_message} timeout=30 239 Wait Until Element Is Not Visible ${xpath_success_message} timeout=60 268 Wait Until Element Is Visible //td[text()='${username}'] 279 Wait Until Element Is Visible ${xpath_success_message} timeout=30 280 Wait Until Element Is Not Visible ${xpath_success_message} timeout=60 320 Wait Until Element Is Visible ${xpath_success_message} timeout=30 325 Wait Until Element Is Not Visible ${xpath_page_loading_progress_bar} timeout=30 [all …]
|
/openbmc/linux/Documentation/RCU/Design/Memory-Ordering/ |
H A D | TreeRCU-dyntick.svg | 43 style="overflow:visible"> 57 style="overflow:visible"> 71 style="overflow:visible"> 85 style="overflow:visible"> 99 style="overflow:visible"> 113 style="overflow:visible"> 127 style="overflow:visible"> 141 style="overflow:visible"> 155 style="overflow:visible"> 169 style="overflow:visible"> [all …]
|
H A D | TreeRCU-hotplug.svg | 43 style="overflow:visible"> 57 style="overflow:visible"> 71 style="overflow:visible"> 85 style="overflow:visible"> 99 style="overflow:visible"> 113 style="overflow:visible"> 127 style="overflow:visible"> 141 style="overflow:visible"> 155 style="overflow:visible"> 169 style="overflow:visible"> [all …]
|
/openbmc/openbmc-test-automation/gui/gui_test/gui_header/ |
H A D | test_gui_header.robot | 30 Wait Until Element Is Visible ${xpath_server_health_header} 39 Wait Until Element Is Visible ${xpath_server_power_header} 51 Wait Until Element Is Not Visible ${xpath_page_loading_progress_bar} timeout=30 62 Element Should Be Visible //*[@data-test-id='appHeader-container-overview'] 67 Element Should Be Visible //*[@data-test-id='appHeader-container-overview']
|
/openbmc/linux/tools/arch/ia64/include/asm/ |
H A D | barrier.h | 21 * and "subsequent" refer to program order; "visible" means that all 22 * architecturally visible effects of a memory access have occurred 26 * like regions are visible before any subsequent 28 * visible only after all previous stores. 31 * accesses are visible before all subsequent
|
/openbmc/linux/Documentation/devicetree/bindings/arm/ |
H A D | secure.txt | 8 visible only in the Secure address space, only in the Normal address 9 space, or visible in both. (One example of that situation would be a 46 /* Neither specified: default to visible in both S and NS */ 47 secure-status = "okay"; /* visible in both */ 48 status = "okay"; /* visible in both */ 49 status = "okay"; secure-status = "okay"; /* visible in both */
|
/openbmc/linux/arch/arm/mm/ |
H A D | dma.h | 14 * is visible to DMA, or data written by DMA to system memory is 15 * visible to the CPU. 25 * is visible to DMA, or data written by DMA to system memory is 26 * visible to the CPU.
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | barrier.h | 19 * and "subsequent" refer to program order; "visible" means that all 20 * architecturally visible effects of a memory access have occurred 24 * like regions are visible before any subsequent 26 * visible only after all previous stores. 29 * accesses are visible before all subsequent
|
/openbmc/openbmc-test-automation/gui/lib/ |
H A D | gui_resource.robot | 104 Wait Until Element Is Not Visible 219 Wait Until Element Is Not Visible ${xpath_progress_bar} timeout=30 227 ... Element Should Be Visible ${xpath_power_shutdown} 231 Wait Until Element Is Visible ${xpath_power_poweron} timeout=60 242 ... Element Should Be Visible ${xpath_power_power_on} 245 Wait Until Element Is Visible ${xpath_power_shutdown} timeout=60 256 ... Element Should Be Visible ${xpath_power_reboot} 259 Wait Until Element Is Visible ${xpath_confirm} timeout=30 261 Wait Until Element Is Visible ${xpath_power_reboot} timeout=60
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | ipu3_rcb.svg | 5 <symbol overflow="visible" id="glyph0-0"> 8 <symbol overflow="visible" id="glyph0-1"> 11 <symbol overflow="visible" id="glyph0-2"> 14 <symbol overflow="visible" id="glyph0-3"> 17 <symbol overflow="visible" id="glyph0-4"> 20 <symbol overflow="visible" id="glyph0-5"> 23 <symbol overflow="visible" id="glyph0-6"> 26 <symbol overflow="visible" id="glyph0-7"> 29 <symbol overflow="visible" id="glyph0-8"> 32 <symbol overflow="visible" id="glyph0-9"> [all …]
|