Searched refs:encode (Results 1 – 13 of 13) sorted by relevance
| /rk3399_rockchip-uboot/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])
|
| H A D | series.py | 241 cc = [m.encode('utf-8') if type(m) != str else m for m in cc] 248 cover_cc = [m.encode('utf-8') if type(m) != str else m 252 print(cover_fname, cc_list.encode('utf-8'), file=fd)
|
| H A D | gitutil.py | 411 in_reply_to = in_reply_to.encode('utf-8')
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | mkbootimg | 67 BOOT_MAGIC = 'ANDROID!'.encode() 86 args.output.write(pack('16s', args.board.encode())) # asciiz product name 87 args.output.write(pack('512s', args.cmdline[:512].encode())) 102 args.output.write(pack('1024s', args.cmdline[512:].encode()))
|
| H A D | avbtool.py | 399 def encode(self): member in RSAPublicKey 619 asn1_tmpfile.write(asn1_str.encode('ascii')) 1200 def encode(self): member in AvbDescriptor 1303 def encode(self): member in AvbPropertyDescriptor 1309 key_encoded = self.key.encode('utf-8') 1471 def encode(self): member in AvbHashtreeDescriptor 1477 hash_algorithm_encoded = self.hash_algorithm.encode('ascii') 1478 partition_name_encoded = self.partition_name.encode('utf-8') 1642 def encode(self): member in AvbHashDescriptor 1648 hash_algorithm_encoded = self.hash_algorithm.encode('ascii') [all …]
|
| /rk3399_rockchip-uboot/tools/dtoc/ |
| H A D | fdt_util.py | 29 val = val.encode('raw_unicode_escape')
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/pwm/ |
| H A D | pwm.txt | 46 Optionally, the pwm-specifier can encode a number of flags (defined in
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.arm64 | 22 is used to encode the initial addend of rela to u-boot.bin. After running,
|
| H A D | README.rockchip | 191 # truncate, encode and append u-boot.bin
|
| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | builderthread.py | 284 fd.write(result.stdout.decode('UTF-8').encode('ASCII', 'replace')) 291 fd.write(result.stderr.decode('UTF-8').encode('ASCII', 'replace'))
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/gpio/ |
| H A D | gpio-pcf857x.txt | 52 - #interrupt-cells: Number of cells to encode an interrupt source, shall be 2.
|
| H A D | gpio.txt | 53 gpio-specifier may encode: bank, pin position inside the bank,
|
| /rk3399_rockchip-uboot/lib/lzma/ |
| H A D | lzma.txt | 169 e: encode file
|