Home
last modified time | relevance | path

Searched refs:encode (Results 1 – 25 of 386) sorted by relevance

12345678910>>...16

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/
H A Dtesting.py135 soup.encode("utf-8").replace(b"\n", b""),
141 self.assertEqual(markup, soup.encode("utf8"))
344 self.assertEqual(markup, soup.encode())
428 … expected = "<p>&lt;&lt;sacr\N{LATIN SMALL LETTER E WITH ACUTE} bleu!&gt;&gt;</p>".encode("utf-8")
430 self.assertEqual(soup.p.encode("utf-8"), expected)
441 iso_latin_html = unicode_html.encode("iso-8859-1")
446 result = soup.encode("utf-8")
454 expected = expected.encode("utf-8")
473 self.assertEqual(soup.encode("utf-8"), unicode_html.encode("utf-8"))
474 self.assertEqual(soup.encode("euc_jp"), unicode_html.encode("euc_jp"))
[all …]
H A Ddammit.py40 r'^<\?.*encoding=[\'"](.*?)[\'"].*\?>'.encode(), re.I)
42 r'<\s*meta[^>]+charset\s*=\s*["\']?([^>]*?)[ /;\'">]'.encode(), re.I)
389 sub = self.MS_CHARS_TO_ASCII.get(orig).encode()
394 sub = '&#x'.encode() + sub[1].encode() + ';'.encode()
396 sub = '&'.encode() + sub[0].encode() + ';'.encode()
398 sub = sub.encode()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/libb64/libb64/
H A D0007-initialize-encoder-decoder-state-in-the-constructors.patch12 include/b64/encode.h | 4 +++-
30 diff --git a/include/b64/encode.h b/include/b64/encode.h
32 --- a/include/b64/encode.h
33 +++ b/include/b64/encode.h
43 int encode(char value_in)
H A D0002-use-BUFSIZ-as-buffer-size.patch13 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
/OK3568_Linux_fs/kernel/tools/testing/selftests/tpm2/
H A Dtpm2_tests.py23 data = ('X' * 64).encode()
24 auth = ('A' * 15).encode()
33 data = ('X' * 64).encode()
34 auth = ('A' * 15).encode()
61 data = ('X' * 64).encode()
62 auth = ('A' * 20).encode()
68 auth[:-1] + 'B'.encode(), None)
77 data = ('X' * 64).encode()
78 auth = ('A' * 17).encode()
95 self.client.extend_pcr(1, ('X' * ds).encode())
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/tests/
H A Dtest_soup.py50 utf8_data = "Räksmörgås".encode("utf-8")
84 self.assertEqual(b"<b></b>", soup.encode())
133 self.assertEqual(soup.encode(), b"<b>Yes</b><b>Yes <c>Yes</c></b>")
212 self.utf8_data = self.unicode_data.encode("utf-8")
256 self.assertEqual(soup_from_unicode.encode('utf-8'), self.utf8_data)
263 self.assertEqual(self.soup(markup).div.encode("utf8"), markup.encode("utf8"))
314 self.assertEqual(dammit.unicode_markup.encode("utf-8"), utf_8)
317 utf8_data = "Räksmörgås".encode("utf-8")
322 utf8_data = "Räksmörgås".encode("utf-8")
329 utf8_data = "Räksmörgås".encode("utf-8")
[all …]
H A Dtest_tree.py233 peace = "םולש".encode("utf8")
234 data = '<a title="םולש"></a>'.encode("utf8")
700 self.assertEqual(b"<br/>", xml_br.encode())
701 self.assertEqual(b"<p/>", xml_p.encode())
709 self.assertEqual(b"<br/>", html_br.encode())
710 self.assertEqual(b"<p></p>", html_p.encode())
744 soup.body.encode(),
1131 self.assertEqual(soup.a.encode(), b"<a><b>bar</b><c>bar</c></a>")
1267 self.assertEqual(b'<a class="foo bar"></a>', soup.a.encode())
1450 encoded = BeautifulSoup(doc, 'html.parser').encode()
[all …]
/OK3568_Linux_fs/buildroot/package/libb64/
H A D0002-Initialize-C++-objects.patch24 diff --git a/include/b64/encode.h b/include/b64/encode.h
26 --- a/include/b64/encode.h
27 +++ b/include/b64/encode.h
37 int encode(char value_in)
/OK3568_Linux_fs/external/mpp/test/
H A DREADME.md6 use sync interface(poll,dequeue and enqueue), encode raw yuv to compress video.
13 encode use detailed bitrate control config.
16 encode use detailed bitrate control config,and cfg param come from mpi_rc.cfg.
28 encode or decode use legacy interface, in order to compatible with the previous
/OK3568_Linux_fs/yocto/poky/bitbake/bin/
H A Dbitbake-hashclient63 taskhash.update(args.taskhash_seed.encode('utf-8'))
64 taskhash.update(str(i).encode('utf-8'))
104 taskhash.update(args.taskhash_seed.encode('utf-8'))
105 taskhash.update(str(i).encode('utf-8'))
108 outhash.update(args.outhash_seed.encode('utf-8'))
109 outhash.update(str(i).encode('utf-8'))
/OK3568_Linux_fs/u-boot/tools/patman/
H A Dfunc_test.py177 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])
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/elfutils/files/
H A D0002-Fix-elf_cvt_gunhash-if-dest-and-src-are-same.patch24 @@ -40,6 +40,7 @@ elf_cvt_gnuhash (void *dest, const void *src, size_t len, int encode)
32 @@ -50,7 +51,7 @@ elf_cvt_gnuhash (void *dest, const void *src, size_t len, int encode)
36 - Elf32_Word bitmask_words = encode ? src32[2] : dest32[2];
37 + Elf32_Word bitmask_words = encode ? save_src32_2 : dest32[2];
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/perl/files/
H A Dperl-rdepends.txt268 RDEPENDS:perl-module-dbm-filter-encode += "perl-module-strict"
269 RDEPENDS:perl-module-dbm-filter-encode += "perl-module-warnings"
316 RDEPENDS:perl-module-encode-alias += "perl-module-constant"
317 RDEPENDS:perl-module-encode-alias += "perl-module-encode"
318 RDEPENDS:perl-module-encode-alias += "perl-module-exporter"
319 RDEPENDS:perl-module-encode-alias += "perl-module-strict"
320 RDEPENDS:perl-module-encode-alias += "perl-module-warnings"
321 RDEPENDS:perl-module-encode-byte += "perl-module-encode"
322 RDEPENDS:perl-module-encode-byte += "perl-module-strict"
323 RDEPENDS:perl-module-encode-byte += "perl-module-warnings"
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/
H A Dgen8_ppgtt.c242 vm->scratch[0]->encode, in __gen8_ppgtt_clear()
302 fill_px(pt, vm->scratch[lvl]->encode); in __gen8_ppgtt_alloc()
423 gen8_pte_t encode = pte_encode; in gen8_ppgtt_insert_huge() local
434 encode |= GEN8_PDE_PS_2M; in gen8_ppgtt_insert_huge()
457 vaddr[index++] = encode | iter->dma; in gen8_ppgtt_insert_huge()
514 encode = vma->vm->scratch[0]->encode; in gen8_ppgtt_insert_huge()
518 memset64(vaddr + i, encode, 15); in gen8_ppgtt_insert_huge()
578 vm->scratch[0]->encode = in gen8_init_scratch()
595 fill_px(obj, vm->scratch[i - 1]->encode); in gen8_init_scratch()
596 obj->encode = gen8_pde_encode(px_dma(obj), I915_CACHE_LLC); in gen8_init_scratch()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/typeof/
H A Dtypeof_impl.hpp39 sizer<typename encode_type<V, T>::type> encode(const T&);
44 sizer<typename encode_type<V, T>::type> >::type encode(T&);
49 sizer<typename encode_type<V, T>::type> >::type encode(const T&);
63 boost::mpl::size_t<sizeof(boost::type_of::encode<BOOST_TYPEOF_VECTOR(0)<> >(expr).item ## n)>
94 …BOOST_STATIC_CONSTANT(int,BOOST_PP_CAT(value,n) = sizeof(boost::type_of::encode<_typeof_start_vect…
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/rtc/
H A Datmel,at91sam9-rtc.txt7 - reg: should encode the memory region of the RTT controller
10 - atmel,rtt-rtc-time-reg: should encode the GPBR register used to store
13 encode the offset within the GPBR block (or in other words, the
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djquery.cookie.js20 function encode(s) { function
29 return encode(config.json ? JSON.stringify(value) : String(value));
69 encode(key), '=', stringifyCookieValue(value),
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/perl/
H A Dlibxml-sax-perl_1.02.bb32 RDEPENDS:${PN} += "perl-module-encode perl-module-perlio"
36 perl-module-encode-byte \
37 perl-module-encode-unicode \
/OK3568_Linux_fs/buildroot/support/download/
H A Dwget25 e) encode="-e";;
48 [ -n "${encode}" ] && filename=${filename//\?/%3F}
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pci/
H A Dralink,rt3883-pci.txt12 - #address-cells: specifies the number of cells needed to encode an
37 - #address-cells: specifies the number of cells needed to encode an
41 - #interrupt-cells: specifies the number of cells needed to encode an
52 - #address-cells: specifies the number of cells needed to encode an
58 - #interrupt-cells: specifies the number of cells needed to encode an
/OK3568_Linux_fs/yocto/poky/meta/lib/
H A Dbuildstats.py145 data = (' '.join([str(x) for x in reduced[1]]) + '\n').encode('ascii')
149 ('%.0f\n' % reduced[0]).encode('ascii') +
157 ('%.0f\n' % now).encode('ascii') +
159 for dev, sample in event.disk_usage.items()]).encode('ascii') +
/OK3568_Linux_fs/buildroot/package/perl-encode-detect/
H A DConfig.in2 bool "perl-encode-detect"
11 comment "perl-encode-detect needs a toolchain w/ C++, dynamic library"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/locale/
H A Dutf.hpp127 static Iterator encode(code_point value,Iterator out);
287 static Iterator encode(code_point value,Iterator out) in encode() function
386 static It encode(code_point u,It out) in encode() function
441 static It encode(code_point u,It out) in encode() function
/OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libencode/
H A Dlibencode-perl_3.17.bb2 # You should use perl-module-encode rather than this package
29 # Circular dependency of perl-module-open on perl-module-encode
30 # and we cannot load perl-module-encode because we are providing
45 RCONFLICTS:${PN} = "perl-misc perl-module-encode"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/perl/
H A Dlibdbi-perl_1.643.bb49 perl-module-encode \
50 perl-module-encode-byte \
51 perl-module-encode-encoding \

12345678910>>...16