/openbmc/u-boot/tools/patman/ |
H A D | terminal.py | 23 """A line of text output 26 text: Text line that was printed 27 newline: True to output a newline after the text 28 colour: Text colour to use 30 def __init__(self, text, newline, colour): argument 31 self.text = text 36 return 'newline=%s, colour=%s, text=%s' % (self.newline, self.colour, 37 self.text) 39 def Print(text='', newline=True, colour=None): argument 46 text: Text to print [all …]
|
/openbmc/qemu/scripts/ |
H A D | python_qmp_updater.py | 33 def tmatch(template: str, text: str, 35 return re.match(template.format(padding=padding, res=res), text, 39 def find_closing_brace(text: str, start: int) -> int: 41 Having '(' at text[start] search for pairing ')' and return its index. 43 assert text[start] == '(' 47 for i in range(start + 1, len(text)): 48 if text[i] == '(': 50 elif text[i] == ')': 58 def update(text: str) -> str: 62 m = start_reg.search(text) [all …]
|
/openbmc/u-boot/tools/binman/etype/ |
H A D | text.py | 13 """An entry which contains text 15 The text can be provided either in the node itself or by a command-line 16 argument. There is a level of indirection to allow multiple text strings 17 and sharing of text. 20 text-label: The value of this string indicates the property / entry-arg 22 <xxx> (actual name is the value of text-label): contains the string to 27 text { 29 text-label = "message"; 40 text { 42 text-label = "message"; [all …]
|
/openbmc/u-boot/tools/binman/test/ |
H A D | 066_text.dts | 9 text { 11 text-label = "test-id"; 14 type = "text"; 15 text-label = "test-id2"; 18 type = "text"; 19 text-label = "test-id3"; 23 type = "text"; 24 text-label = "test-id4"; 25 test-id4 = "some text";
|
/openbmc/openbmc-test-automation/ffdc/ |
H A D | README.md | 10 -r, --remote TEXT Hostname/IP of the remote host 11 -u, --username TEXT Username of the remote host. 12 -p, --password TEXT Password of the remote host. 16 -c, --config TEXT YAML Configuration file for log collection. [default: 18 -l, --location TEXT Location to save logs [default: /tmp] 19 -t, --type TEXT OS type of the remote (targeting) host. BMC, RHEL, 21 -rp, --protocol TEXT Select protocol to communicate with remote host. 23 -e, --env_vars TEXT Environment variables e.g: {'var':value} 24 -ec, --econfig TEXT Predefine environment variables, refer 26 --log_level TEXT Log level (CRITICAL, ERROR, WARNING, INFO, DEBUG)
|
/openbmc/docs/designs/mctp/ |
H A D | mctp-standards.svg | 69 <text 71 …c:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing… 79 …t-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.2… 80 <text 84 …c:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing… 86 …ont-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-… 90 sodipodi:role="line">PLDM profiles</tspan></text> 100 <text 104 …c:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing… 106 …ont-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-… [all …]
|
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
H A D | u-boot.lds | 23 text PT_LOAD; 29 /* Read-only sections, merged into text segment: */ 32 .text : 34 *(.text*) 35 } :text 41 } :text 80 .text.init : { *(.text.init) } 87 .bootpg ADDR(.text) - 0x1000 : 90 } :text = 0xffff 91 . = ADDR(.text) + CONFIG_SYS_MONITOR_LEN; [all …]
|
H A D | u-boot-nand.lds | 17 text PT_LOAD; 23 /* Read-only sections, merged into text segment: */ 26 .text : 28 *(.text*) 29 } :text 35 } :text 73 .text.init : { *(.text.init) } 79 .bootpg ADDR(.text) - 0x1000 : 82 } :text = 0xffff 84 . = ADDR(.text) + CONFIG_SYS_MONITOR_LEN;
|
/openbmc/u-boot/include/ |
H A D | video_console.h | 49 * @rows: Number of text rows 50 * @cols: Number of text columns 55 * @xstart_frac: Left margin for the text console in fractional units 56 * @last_ch: Last character written to the text console on this line 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). 110 * move_rows() - Move text rows from one place to another 113 * @rowdst: Destination text row (0=top) 114 * @rowsrc: Source start text row 115 * @count: Number of text rows to move [all …]
|
/openbmc/openbmc-test-automation/gui/data/ |
H A D | gui_variables.py | 37 xpath_dumps_header = "//h1[text()='Dumps']" 39 xpath_event_logs_heading = "//h1[contains(text(), 'Event logs')]" 54 "//h1[contains(text(), 'Inventory and LEDs')]" 68 xpath_host_console_heading = "//h1[text()='Host console']" 69 xpath_firmware_heading = "//h1[contains(text(), 'Firmware')]" 73 xpath_network_heading = "//h1[text()='Network']" 79 xpath_static_dns = "//h2[text()='Static DNS']" 84 "//button[contains(text(),'Add IP address')]" 106 xpath_power_heading = "//h1[contains(text(), 'Power')]" 113 xpath_profile_settings_link = "//a[contains(text(),'Profile Settings')]" [all …]
|
/openbmc/u-boot/arch/xtensa/cpu/ |
H A D | u-boot.lds | 37 .reloc_table ALIGN(4) : FOLLOWING(.ResetVector.text) 41 RELOCATE2(WindowVectors,text); 44 RELOCATE2(KernelExceptionVector,text); 46 RELOCATE2(UserExceptionVector,text); 48 RELOCATE2(DoubleExceptionVector,text); 49 RELOCATE1(text); 57 SECTION_VECTOR(WindowVectors,text,XCHAL_WINDOW_VECTORS_VADDR, 60 FOLLOWING(.WindowVectors.text)) 65 SECTION_VECTOR(KernelExceptionVector,text,XCHAL_KERNEL_VECTOR_VADDR, 68 FOLLOWING(.KernelExceptionVector.text)) [all …]
|
/openbmc/openbmc/poky/documentation/overview-manual/svg/ |
H A D | bitbake_tasks_map.svg | 4 …text/css">@import url(https://fonts.googleapis.com/css?family=Liberation+Sans);
</style></defs…
|
/openbmc/u-boot/arch/arm/cpu/pxa/ |
H A D | config.mk | 9 # The PXA's OneNAND SPL uses .text.0 and .text.1 segments to allow booting from 11 # .text.0 contains only the bare minimum needed to load the real SPL into SRAM. 12 # Add .text.0 and .text.1 into OBJFLAGS, so when the SPL is being objcopy'd, 17 OBJCOPYFLAGS += -j .text.0 -j .text.1
|
/openbmc/openbmc-test-automation/gui/gui_test/overview_menu/ |
H A D | test_overview_menu.robot | 20 ${xpath_overview_page_header} //h1[contains(text(), "Overview")] 21 ${xpath_server_information_view_more_button} (//*[text()="View more"])[1] 22 ${xpath_firmware_information_view_more_button} (//*[text()="View more"])[2] 23 ${xpath_network_information_view_more_button} (//*[text()="View more"])[3] 24 ${xpath_power_information_view_more_button} (//*[text()="View more"])[4] 25 ${xpath_event_logs_view_more_button} (//*[text()="View more"])[5] 26 ${xpath_inventory_and_leds_view_more_button} (//*[text()="View more"])[6] 29 ${xpath_dumps_view_more_button} (//*[text()="View more"])[7] 30 ${xpath_critical_logs_count} //dt[contains(text(),'Critical')]/following-sibling::dd[1] 31 ${xpath_warning_logs_count} //dt[contains(text(),'Warnin [all...] |
/openbmc/openbmc-test-automation/gui/test/server_health/ |
H A D | test_obmc_gui_hardware_status.robot | 15 ${xpath_inventory_export} //a[contains(text(), "Export")] 19 ${xpath_bmc_expand} //*[text()="bmc"]//following::button[1] 20 ${xpath_system_expand} //*[text()="system"]//following::button[1] 21 ${xpath_motherboard_expand} //*[text()="motherboard"]//following::button[1] 22 ${xpath_chassis_expand} //*[text()="chassis"]//following::button[1] 44 Verify Search Text Enterable 45 [Documentation] Verify search text input allowed from "Hardware status" 50 Input Text ${xpath_inventory_search} fan 56 Verify Search Text Clearable 57 [Documentation] Verify search text allowed to clear from "Hardware status" [all …]
|
/openbmc/phosphor-fan-presence/docs/control/ |
H A D | debug.md | 19 ```text 31 ```text 42 ```text 48 ```text 55 ```text 66 ```text 76 ```text 87 ```text 98 ```text
|
/openbmc/qemu/tests/tcg/x86_64/system/ |
H A D | kernel.ld | 2 text PT_LOAD FLAGS(5); /* R_E */ 9 .text : { 12 *(.text) argument 13 } :text 17 } :text 30 } :text
|
/openbmc/u-boot/board/cssi/MCR3000/ |
H A D | u-boot.lds | 15 /* Read-only sections, merged into text segment: */ 17 .text : 19 arch/powerpc/cpu/mpc8xx/start.o (.text) 20 arch/powerpc/cpu/mpc8xx/traps.o (.text*) 21 arch/powerpc/lib/built-in.o (.text*) 22 drivers/net/built-in.o (.text*) 25 env/embedded.o (.text.environment) 27 *(.text) 79 .text.init : { *(.text.init) }
|
/openbmc/openbmc-test-automation/gui/test/server_config/ |
H A D | test_obmc_gui_network_settings.robot | 17 ${xpath_network_save_settings} //*[text()="Save settings"] 23 ${xpath_network_DHCP_button} //*[contains(text(),"Obtain an IP address automatically")] 24 ${xpath_network_static_button} //*[contains(text(),"Assign a static IP address")] 37 Verify Hostname Text Configuration 38 [Documentation] Verify hostname text is configurable from "network settings" 42 Input Text ${xpath_hostname_input} witherspoon1 52 [Documentation] Verify default gateway text input allowed from "network 57 Input Text ${xpath_default_gateway_input} 10.6.6.7 61 [Documentation] Verify MAC address text input allowed from "network 66 Input Text ${xpath_mac_address_input} 70:e2:84:14:16:6c [all …]
|
/openbmc/u-boot/test/py/tests/ |
H A D | test_efi_selftest.py | 60 This function calls the text input EFI selftest. 62 u_boot_console.run_command(cmd='setenv efi_selftest text input') 67 raise Exception('No prompt for \'text input\' test') 76 raise Exception('EOT failed in \'text input\' test') 84 raise Exception('BS failed in \'text input\' test') 92 raise Exception('BS failed in \'text input\' test') 100 raise Exception('\'a\' failed in \'text input\' test') 108 raise Exception('UP failed in \'text input\' test') 115 raise Exception('Euro sign failed in \'text input\' test') 130 This function calls the extended text input EFI selftest. [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/apple/cups/ |
H A D | releases | 118 …<a href="#start-of-content" tabindex="1" class="px-2 py-4 bg-blue text-white show-on-focus js-skip… 132 …<svg height="32" class="octicon octicon-mark-github text-white" viewBox="0 0 16 16" version="1.1" … 147 …class="d-inline-block d-lg-none f5 text-white no-underline border border-gray-dark rounded-2 px-2 … 149 data-ga-click="(Logged out) Header, clicked Sign up, text:sign-up"> 154 …<svg height="24" class="octicon octicon-three-bars text-white" viewBox="0 0 12 16" version="1.1" w… 162 …<svg height="24" class="octicon octicon-x text-gray" viewBox="0 0 12 16" version="1.1" width="18" … 177 … go to Features">Features <span class="Bump-link-symbol float-right text-normal text-gray-light">&… 190 …stories">Customer stories <span class="Bump-link-symbol float-right text-normal text-gray-light">&… 191 … go to Security">Security <span class="Bump-link-symbol float-right text-normal text-gray-light">&… 211 …o Explore">Explore GitHub <span class="Bump-link-symbol float-right text-normal text-gray-light">&… [all …]
|
/openbmc/u-boot/test/dm/ |
H A D | cpu.c | 17 char text[128]; in dm_test_cpu() local 30 ut_assertok(cpu_get_desc(dev, text, sizeof(text))); in dm_test_cpu() 31 ut_assertok(strcmp(text, "LEG Inc. SuperMegaUltraTurbo CPU No. 1")); in dm_test_cpu() 39 ut_assertok(cpu_get_vendor(dev, text, sizeof(text))); in dm_test_cpu() 40 ut_assertok(strcmp(text, "Languid Example Garbage Inc.")); in dm_test_cpu()
|
H A D | osd.c | 19 static void split(u8 *mem, uint size, u8 *text, u8 *colors) in split() argument 26 text[i] = p[i] / 0x100; in split() 34 u8 text[memsize / 2]; in print_mem() local 37 split(mem, memsize / 2, text, colors); in print_mem() 40 printf("%c", text[i]); in print_mem() 59 u8 text[memsize / 2]; in dm_test_osd_basics() local 72 split(mem, memsize / 2, text, colors); in dm_test_osd_basics() 74 ut_assertok(memcmp(text, " " in dm_test_osd_basics() 101 split(mem, memsize / 2, text, colors); in dm_test_osd_basics() 103 ut_assertok(memcmp(text, " " in dm_test_osd_basics() [all …]
|
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/ |
H A D | 0002-ssaparse-enhance-SSA-text-lines-parsing.patch | 4 Subject: [PATCH] ssaparse: enhance SSA text lines parsing. 6 some parser will pass in the original ssa text line which starts with "Dialog:" 26 * @txt: text to push 27 + * @size: text size need to be parse 42 + gchar *t, *text, *p, *escaped, *p_start, *p_end; 50 - /* skip all non-text fields before the actual text */ 51 + p = text = g_malloc(size + 1); 85 + /* skip all non-text fields before the actual text */ 105 + /* copy text between first ',' and second ',' */ 121 + /* copy text between second ',' and third ',' */ [all …]
|
/openbmc/rest-dbus/resources/ |
H A D | index.html | 4 <link href="res/style.css" rel="stylesheet" type="text/css" /> 5 <link href="res/jstree.style.css" rel="stylesheet" type="text/css" /> 6 <script type="text/javascript" src="res/jquery.min.js"></script> 7 <script type="text/javascript" src="res/jstree.min.js"></script> 8 <script type="text/javascript" src="res/jsrender.min.js"></script> 9 <script type="text/javascript" src="res/dbus.js"></script> 19 <script id="method-call-ui-template" type="text/x-jsrender">
|