| /openbmc/openbmc-tools/reboot-ping-pong/ |
| H A D | rpp | 29 self.session.expect([".+".encode(), pexpect.TIMEOUT], timeout=5) 34 self.session.sendline("obmcutil -w {}".format(cmd).encode()) 74 self.getty = "login: ".encode() 75 self.shell = "# ".encode() 88 self.entity.console.credentials.username.encode() 90 self.session.expect("Password: ".encode()) 92 self.entity.console.credentials.password.encode() 99 "Hit any key to stop autoboot:".encode(), timeout=None 126 self.shell = "/? *#".encode() 127 self.petitboot = "Petitboot".encode() [all …]
|
| /openbmc/qemu/tests/tcg/aarch64/ |
| H A D | pauth-2.c | 24 uint64_t encode, decode; in do_test() local 33 asm volatile("pacda %0, %2" : "=r"(encode) : "0"(value), "r"(salt1)); in do_test() 34 if (encode != value) { in do_test() 40 asm volatile("autda %0, %2" : "=r"(decode) : "0"(encode), "r"(salt1)); in do_test() 52 : "=r"(decode) : "0"(encode), "r"(salt2)); in do_test()
|
| /openbmc/openbmc-test-automation/tools/ |
| H A D | github_issues_to_csv | 49 milestone_resp = milestone_resp["title"].encode("utf-8") 54 labels.encode("utf-8"), 55 issue.get("title").encode("utf-8"), 56 issue.get("state").encode("utf-8"), 59 issue.get("html_url").encode("utf-8"), 60 issue.get("user").get("login").encode("utf-8"),
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libb64/libb64/ |
| H A D | 0002-use-BUFSIZ-as-buffer-size.patch | 13 include/b64/encode.h | 3 ++- 37 diff --git a/include/b64/encode.h b/include/b64/encode.h 39 --- a/include/b64/encode.h 40 +++ b/include/b64/encode.h
|
| /openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/ |
| H A D | 0002-Fix-elf_cvt_gunhash-if-dest-and-src-are-same.patch | 23 @@ -42,6 +42,7 @@ elf_cvt_gnuhash (void *dest, const void *src, size_t len, int encode) 31 @@ -52,7 +53,7 @@ elf_cvt_gnuhash (void *dest, const void *src, size_t len, int encode) 35 - Elf32_Word bitmask_words = encode ? src32[2] : dest32[2]; 36 + Elf32_Word bitmask_words = encode ? save_src32_2 : dest32[2];
|
| /openbmc/openbmc/meta-security/recipes-ids/samhain/files/ |
| H A D | 0008-Add-LDFLAGS-variable-for-compiling-samhain_setpwd.patch | 18 samhain_setpwd: encode config_xor.h $(srcsrc)/samhain_setpwd.c 20 ./encode $(XOR_CODE) $(srcsrc)/samhain_setpwd.c; \ 25 samhain_stealth: encode config_xor.h $(srcsrc)/samhain_stealth.c
|
| /openbmc/openbmc/poky/meta/recipes-extended/perl/ |
| H A D | libxml-sax-perl_1.02.bb | 31 RDEPENDS:${PN} += "perl-module-encode perl-module-perlio perl-module-encode-encoding" 35 perl-module-encode-byte \ 36 perl-module-encode-unicode \
|
| H A D | libconvert-asn1-perl_0.34.bb | 18 RDEPENDS:${PN} += "perl-module-exporter perl-module-constant perl-module-encode perl-module-encode-…
|
| /openbmc/u-boot/tools/patman/ |
| H A D | func_test.py | 177 self.assertEqual('Cc: %s' % stefan.encode('utf-8'), lines[line + 1]) 182 self.assertEqual(' Cc: %s' % mel.encode('utf-8'), lines[line + 0]) 185 self.assertEqual(' Cc: %s' % ed.encode('utf-8'), lines[line + 3]) 190 ' '.join(args))).encode('utf-8') 195 .encode('utf-8'), cc_lines[0]) 197 ed)).encode('utf-8'), cc_lines[1])
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sharutils/sharutils/ |
| H A D | 0003-ISO-C23-Port-the-code-to-ISO-C23.patch | 31 encode.c: In function ‘write_encoded_bytes’: 32 encode.c:33:1: warning: old-style function definition 46 src/encode.c | 13 +++---------- 75 diff --git a/src/encode.c b/src/encode.c 77 --- a/src/encode.c 78 +++ b/src/encode.c
|
| /openbmc/pldm/tools/visualize-pdr/ |
| H A D | pldm_visualise_pdrs.py | 200 ).encode() 211 hashlib.md5((childnode + cid).encode()).hexdigest(), childnode 218 ).encode() 220 hashlib.md5((childnode + cid).encode()).hexdigest(), 228 ).encode() 230 hashlib.md5((childnode + cid).encode()).hexdigest(), 238 ).encode() 240 hashlib.md5((childnode + cid).encode()).hexdigest(),
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/ |
| H A D | libjson-perl_4.05000.bb | 1 SUMMARY = "Perl module to decode/encode json files" 3 The module implements JSON encode/decode."
|
| H A D | libdbi-perl_1.647.bb | 51 perl-module-encode \ 52 perl-module-encode-byte \ 53 perl-module-encode-encoding \
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | jquery.cookie.js | 20 function encode(s) { function 29 return encode(config.json ? JSON.stringify(value) : String(value)); 69 encode(key), '=', stringifyCookieValue(value),
|
| /openbmc/openbmc-test-automation/ffdc/lib/ |
| H A D | telnet_utility.py | 77 self.tnclient.write(self.username.encode("utf-8") + b"\n") 82 self.tnclient.write(self.password.encode("utf-8") + b"\n") 177 self.tnclient.write(cmd.encode("utf-8") + b"\n")
|
| /openbmc/qemu/tests/functional/qemu_test/ |
| H A D | cmd.py | 98 success_message_b = success_message.encode() 102 failure_message_b = failure_message.encode() 106 vm.console_socket.sendall(send_string.encode())
|
| /openbmc/openbmc/poky/bitbake/lib/bs4/ |
| H A D | dammit.py | 57 'html' : re.compile(html_meta.encode("ascii"), re.I), 58 'xml' : re.compile(xml_encoding.encode("ascii"), re.I), 634 sub = self.MS_CHARS_TO_ASCII.get(orig).encode() 639 sub = '&#x'.encode() + sub[1].encode() + ';'.encode() 641 sub = '&'.encode() + sub[0].encode() + ';'.encode() 643 sub = sub.encode()
|
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | buildstats.py | 133 return time, result_str.encode('ascii') 235 data = (' '.join([str(x) for x in reduced[1]]) + '\n').encode('ascii') 239 ('%.0f\n' % reduced[0]).encode('ascii') + 248 ('%.0f\n' % now).encode('ascii') + 250 for dev, sample in event.disk_usage.items()]).encode('ascii') +
|
| /openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libxml/ |
| H A D | libxml-libxml-perl_2.0134.bb | 20 perl-module-encode \ 52 perl-module-encode-byte \ 53 perl-module-encode-unicode \
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gphoto2/libgphoto2/ |
| H A D | fix-build-with-gcc-14.patch | 31 - * 4 bytes used to encode 2 pixels, need 6 bytes raw YUV data for jpeg encoding */ 33 + * 4 bytes used to encode 2 pixels, need 6 bytes raw YUV data for jpeg encoding */
|
| /openbmc/openbmc/poky/meta/recipes-devtools/perl/files/ |
| H A D | perl-rdepends.txt | 263 RDEPENDS:perl-module-dbm-filter-encode += "perl-module-strict" 264 RDEPENDS:perl-module-dbm-filter-encode += "perl-module-warnings" 314 RDEPENDS:perl-module-encode-alias += "perl-module-constant" 315 RDEPENDS:perl-module-encode-alias += "perl-module-encode" 316 RDEPENDS:perl-module-encode-alias += "perl-module-exporter" 317 RDEPENDS:perl-module-encode-alias += "perl-module-strict" 318 RDEPENDS:perl-module-encode-alias += "perl-module-warnings" 319 RDEPENDS:perl-module-encode-byte += "perl-module-encode" 320 RDEPENDS:perl-module-encode-byte += "perl-module-strict" 321 RDEPENDS:perl-module-encode-byte += "perl-module-warnings" [all …]
|
| /openbmc/bmcweb/http/ |
| H A D | utility.hpp | 143 void encode(std::string_view data, std::string& output) in encode() function in crow::utility::Base64Encoder 230 base64.encode(data, out); in base64encode() 240 enc.encode(username, credentials); in createBasicAuthHeader() 241 enc.encode(":", credentials); in createBasicAuthHeader() 242 enc.encode(password, credentials); in createBasicAuthHeader()
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | oepydevshell-internal.py | 62 pty.write(str(os.getpid()).encode('utf-8') + b"\n") 82 o = input().encode('utf-8')
|
| /openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/liburi/ |
| H A D | liburi-perl_5.32.bb | 43 perl-module-encode \ 44 perl-module-encode-encoding \
|
| /openbmc/u-boot/doc/device-tree-bindings/mtd/ |
| H A D | spi-nand.txt | 5 - reg: should encode the chip-select line used to access the NAND chip
|