Searched refs:get_attribute (Results 1 – 15 of 15) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/browser/ |
| H A D | test_most_recent_builds_states.py | 48 self.assertRegexpMatches(element.get_attribute('innerHTML'), 78 bar_element.get_attribute('style') == 'width: 50%;' 97 self.assertRegexpMatches(element.get_attribute('innerHTML'), 113 bar_element.get_attribute('style') == 'width: 50%;' 126 bar_element.get_attribute('style') == 'width: 100%;' 186 self.assertRegexpMatches(element.get_attribute('innerHTML'), 198 self.assertRegexpMatches(element.get_attribute('innerHTML'),
|
| H A D | test_layerdetails_page.py | 91 if "tt-" in inputs.get_attribute("class"): 94 value = inputs.get_attribute("value") 118 if "tt-" in inputs.get_attribute("class"): 121 value = inputs.get_attribute("value") 141 self.assertTrue(new_dir in dir_input.get_attribute("value"),
|
| H A D | test_toastertable_ui.py | 37 return heading.get_attribute('innerHTML').strip() 49 cell_text = cell.get_attribute('innerHTML').strip() 110 if link.get_attribute('innerHTML').strip() == 'Started on':
|
| H A D | test_all_projects_page.py | 71 if re.search(project_name, row.get_attribute('innerHTML')): 191 link_url = element.get_attribute('href').strip() 202 link_url = element.get_attribute('href').strip()
|
| H A D | test_project_config_page.py | 72 if checkbox.get_attribute("value") == "btrfs": 96 if checkbox.get_attribute("value") == "cpio": 102 self.assertTrue(("cpio" in element.get_attribute('value'),
|
| H A D | test_all_builds_page.py | 115 content = cell.get_attribute('innerHTML') 166 content = cell.get_attribute('innerHTML')
|
| H A D | test_project_builds_page.py | 132 content = cell.get_attribute('innerHTML')
|
| H A D | test_builddashboard_page.py | 189 log_message_pk = element.get_attribute('data-log-message-id')
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/core/ |
| H A D | fbcon.h | 243 static inline int get_attribute(struct fb_info *info, u16 c) in get_attribute() function
|
| H A D | fbcon_cw.c | 126 u32 attribute = get_attribute(info, scr_readw(s)); in cw_putcs() 223 attribute = get_attribute(info, c); in cw_cursor()
|
| H A D | bitblit.c | 154 u32 attribute = get_attribute(info, scr_readw(s)); in bit_putcs() 251 attribute = get_attribute(info, c); in bit_cursor()
|
| H A D | fbcon_ccw.c | 141 u32 attribute = get_attribute(info, scr_readw(s)); in ccw_putcs() 240 attribute = get_attribute(info, c); in ccw_cursor()
|
| H A D | fbcon_ud.c | 163 u32 attribute = get_attribute(info, scr_readw(s)); in ud_putcs() 271 attribute = get_attribute(info, c); in ud_cursor()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gdb.info | 50644 is_external = get_attribute (die, DW_AT_external); 50645 language = get_attribute (cu_die, DW_AT_language);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gdb.info | 50644 is_external = get_attribute (die, DW_AT_external); 50645 language = get_attribute (cu_die, DW_AT_language);
|