Home
last modified time | relevance | path

Searched refs:encode (Results 551 - 575 of 850) sorted by relevance

1...<<21222324252627282930>>...34

/third_party/python/Lib/test/
H A Dtest_xml_etree.py42 SIMPLE_XMLFILE.encode("utf-8")
133 return data.replace(b'\n', os.linesep.encode())
352 stringfile = io.BytesIO(SAMPLE_XML.encode("utf-8"))
1044 self.assertEqual(ET.XML(xml.encode(encoding)).text, body)
1056 return xml(encoding).encode(encoding)
1096 self.assertRaises(ValueError, ET.XML, xml('undefined').encode('ascii'))
1097 self.assertRaises(LookupError, ET.XML, xml('xxx').encode('ascii'))
3654 "<tag>abc</tag>" % enc).encode(enc))
3658 "<tag>abc</tag>" % upper).encode(enc))
3670 "<tag>&lt;&amp;\"'&gt;</tag>" % enc).encode(en
[all...]
H A Dssl_servers.py103 body = body.encode('utf-8')
H A Dtest_quopri.py157 quopri.encode(infp, outfp, quotetabs=False)
H A Dtest_zipfile64.py33 self.data = '\n'.join(line_gen).encode('ascii')
H A Dtest_unicode_file.py15 TESTFN_UNICODE.encode(sys.getfilesystemencoding())
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/
H A Dmk_prim_xml_step1.py156 cfg_fp.write(line.encode("UTF-8"))
/device/soc/rockchip/common/hardware/mpp/include/
H A Dvpu_api.h357 * @return 0 for encode success, others for failure.
359 signed int (*encode)(struct VpuCodecContext *ctx, EncInputStream_t *aEncInStrm, EncoderOut_t *aEncOut); member
/third_party/googletest/googletest/test/
H A Dgoogletest-output-test.py334 golden_file.write(output.encode())
/third_party/libunwind/libunwind/tests/
H A Dx64-test-dwarf-expressions.S9 # stack-based operations which allow the compiler to encode integer mathematics
/third_party/node/src/quic/
H A Dsessionticket.cc83 MaybeLocal<Object> SessionTicket::encode(Environment* env) const { in encode() function in node::quic::SessionTicket
/third_party/node/tools/gyp/pylib/gyp/
H A DMSVSNew.py48 d = hashlib.md5((str(seed) + str(name)).encode("utf-8")).hexdigest().upper()
/third_party/nghttp2/script/
H A Dfetch-ocsp-response137 write_file(issuer_fn, (m.group(1) + '\n').encode('utf-8'))
/third_party/ninja/src/
H A Dbrowse.py191 self.wfile.write(create_page(page_body).encode('utf-8'))
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A DMSVSNew.py48 d = hashlib.md5((str(seed) + str(name)).encode("utf-8")).hexdigest().upper()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Degd_tables.py62 te[0].encode('unicode_escape').decode(),
/third_party/node/deps/undici/src/lib/fetch/
H A Dfile.js284 bytes.push(encoder.encode(s))
/third_party/python/Lib/re/
H A D__init__.py261 return pattern.translate(_special_chars_map).encode('latin1')
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
H A Dconsole_printer.py133 stdout.buffer.write(line.encode('utf-8'))
/third_party/skia/src/gpu/
H A DGrColorSpaceXform.cpp49 if (a->fSteps.flags.encode && in Equals()
/third_party/skia/third_party/externals/freetype/src/tools/
H A Dafblue.pl149 utf8::encode($s);
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dgen-vowel-constraints.py19 sys.stdout.buffer.write (s.encode ('utf-8'))
/third_party/vixl/tools/test_generator/
H A Dparser.py312 md5 = hashlib.md5(str(json_test_case).encode())
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Depoll.rs156 let encoded = self.context.encode(target); in add()
180 let encoded = self.context.encode(target); in mod_()
/third_party/skia/third_party/externals/angle2/scripts/
H A Drun_code_generation.py153 hash_md5.update(chunk.encode())
/third_party/ffmpeg/libavcodec/
H A Dmovtextenc.c94 void (*encode)(MovTextContext *s); member
669 box_types[j].encode(s); in mov_text_encode_frame()

Completed in 16 milliseconds

1...<<21222324252627282930>>...34