Home
last modified time | relevance | path

Searched refs:encode (Results 776 - 800 of 1011) sorted by relevance

1...<<3132333435363738394041

/third_party/node/deps/v8/third_party/jinja2/
H A Dutils.py327 obj = obj.encode(charset)
/third_party/node/tools/gyp/pylib/gyp/
H A Dcommon.py262 # EncodePOSIXShellArgument is only expected to encode for non-interactive
420 self.tmp_file.write(s.encode("utf-8"))
/third_party/node/tools/inspector_protocol/jinja2/
H A Dutils.py298 obj = obj.encode(charset)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dcommon.py258 # EncodePOSIXShellArgument is only expected to encode for non-interactive
413 self.tmp_file.write(s.encode("utf-8"))
/third_party/node/deps/v8/src/compiler/
H A Dlinkage.h176 bit_field_ = TypeField::encode(type) | in LinkageLocation()
/third_party/node/deps/openssl/openssl/crypto/encode_decode/
H A Dencoder_lib.c634 ok = current_encoder->encode(current_encoder_ctx, cbio, in encoder_process()
/third_party/node/deps/undici/src/lib/fetch/
H A Dresponse.js61 const bytes = textEncoder.encode(
/third_party/python/Tools/i18n/
H A Dpygettext.py236 return ''.join(escapes[b] for b in s.encode(encoding))
/third_party/python/Tools/iobench/
H A Diobench.py400 chunk = chunk.encode(TEXT_ENCODING)
/third_party/python/Lib/idlelib/
H A Drun.py465 s = str.encode(s, self.encoding, self.errors).decode(self.encoding, self.errors)
/third_party/python/Lib/
H A Dcompileall.py258 msg = err.msg.encode(encoding, errors='backslashreplace').decode(encoding)
/third_party/python/Lib/distutils/tests/
H A Dtest_archive_util.py56 filename.encode(sys.getfilesystemencoding())
/third_party/python/Lib/test/support/
H A Dos_helper.py44 TESTFN_UNENCODABLE.encode(sys.getfilesystemencoding())
55 # ascii and utf-8 cannot encode the byte 0xff
62 # File system encoding (eg. ISO-8859-* encodings) can encode
72 # to encode the character (the list is not exhaustive).
104 # 'replace' error mode is used, and encode() returns b'?'
/third_party/openssl/crypto/encode_decode/
H A Dencoder_lib.c634 ok = current_encoder->encode(current_encoder_ctx, cbio, in encoder_process()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DGlobals.cpp123 unsigned AlignmentData = encode(Align); in setAlignment()
/third_party/skia/src/core/
H A DSkVertices.cpp272 void SkVerticesPriv::encode(SkWriteBuffer& buffer) const { in encode() function in SkVerticesPriv
H A DSkPictureData.cpp174 vert->priv().encode(buffer); in flattenToBuffer()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
H A DGlyfEncoder.java58 public void encode(Font sourceFont) { in encode() method in GlyfEncoder
/third_party/skia/third_party/externals/jinja2/
H A Dutils.py327 obj = obj.encode(charset)
/third_party/skia/third_party/externals/brotli/python/
H A D_brotli.cc8 #include <brotli/encode.h>
/third_party/skia/third_party/externals/harfbuzz/test/shape/
H A Dhb_test_tools.py391 def encode (s): member in Unicode
/third_party/python/Lib/test/
H A Dtest_py_compile.py240 input=kwargs['input'].encode(),
/third_party/python/Lib/test/test_sqlite3/
H A Dtest_factory.py276 self.assertEqual(row[0], austria.encode("utf-8"), "column must equal original data in UTF-8")
/third_party/unity/auto/
H A Dgenerate_test_runner.rb70 source = source.force_encoding('ISO-8859-1').encode('utf-8', replace: nil)
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DIsValidUtf8TestUtil.java407 result = encoder.encode(cb, bbReencoded, true); in testBytesUsingByteBuffers()

Completed in 22 milliseconds

1...<<3132333435363738394041