/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | radeon_vce.h | 380 void (*encode)(struct rvce_encoder *enc); member
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | radeon_vcn_enc.h | 506 void (*encode)(struct radeon_encoder *enc); member
|
H A D | radeon_vce.h | 382 void (*encode)(struct rvce_encoder *enc); member
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | utils.py | 327 obj = obj.encode(charset)
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | common.py | 262 # 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 D | utils.py | 298 obj = obj.encode(charset)
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | common.py | 258 # 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 D | linkage.h | 176 bit_field_ = TypeField::encode(type) | in LinkageLocation()
|
/third_party/node/deps/openssl/openssl/crypto/encode_decode/ |
H A D | encoder_lib.c | 634 ok = current_encoder->encode(current_encoder_ctx, cbio, in encoder_process()
|
/third_party/node/deps/undici/src/lib/fetch/ |
H A D | response.js | 61 const bytes = textEncoder.encode(
|
/third_party/python/Tools/i18n/ |
H A D | pygettext.py | 236 return ''.join(escapes[b] for b in s.encode(encoding))
|
/third_party/python/Tools/iobench/ |
H A D | iobench.py | 400 chunk = chunk.encode(TEXT_ENCODING)
|
/third_party/python/Lib/idlelib/ |
H A D | run.py | 465 s = str.encode(s, self.encoding, self.errors).decode(self.encoding, self.errors)
|
/third_party/python/Lib/ |
H A D | compileall.py | 258 msg = err.msg.encode(encoding, errors='backslashreplace').decode(encoding)
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_archive_util.py | 56 filename.encode(sys.getfilesystemencoding())
|
/third_party/python/Lib/test/support/ |
H A D | os_helper.py | 44 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 D | encoder_lib.c | 634 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 D | Globals.cpp | 123 unsigned AlignmentData = encode(Align); in setAlignment()
|
/third_party/skia/src/core/ |
H A D | SkVertices.cpp | 272 void SkVerticesPriv::encode(SkWriteBuffer& buffer) const { in encode() function in SkVerticesPriv
|
H A D | SkPictureData.cpp | 174 vert->priv().encode(buffer); in flattenToBuffer()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/ |
H A D | GlyfEncoder.java | 58 public void encode(Font sourceFont) { in encode() method in GlyfEncoder
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | utils.py | 327 obj = obj.encode(charset)
|
/third_party/skia/third_party/externals/brotli/python/ |
H A D | _brotli.cc | 8 #include <brotli/encode.h>
|
/third_party/skia/third_party/externals/harfbuzz/test/shape/ |
H A D | hb_test_tools.py | 391 def encode (s): member in Unicode
|
/third_party/python/Lib/test/ |
H A D | test_py_compile.py | 240 input=kwargs['input'].encode(),
|