Home
last modified time | relevance | path

Searched refs:encode (Results 451 - 475 of 824) sorted by relevance

1...<<11121314151617181920>>...33

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-internal-gen.cc1095 SmiConstant(Smi::FromInt(AllocateDoubleAlignFlag::encode(false) | in TF_BUILTIN()
1096 AllowLargeObjectAllocationFlag::encode(true))); in TF_BUILTIN()
1106 SmiConstant(Smi::FromInt(AllocateDoubleAlignFlag::encode(false) | in TF_BUILTIN()
1107 AllowLargeObjectAllocationFlag::encode(false))); in TF_BUILTIN()
1117 SmiConstant(Smi::FromInt(AllocateDoubleAlignFlag::encode(false) | in TF_BUILTIN()
1118 AllowLargeObjectAllocationFlag::encode(true))); in TF_BUILTIN()
1128 SmiConstant(Smi::FromInt(AllocateDoubleAlignFlag::encode(false) | in TF_BUILTIN()
1129 AllowLargeObjectAllocationFlag::encode(false))); in TF_BUILTIN()
/third_party/python/Lib/test/
H A Dtest_ftplib.py94 super(DummyDTPHandler, self).push(what.encode(self.encoding))
150 asynchat.async_chat.push(self, data.encode(self.encoding) + b'\r\n')
615 f = io.BytesIO(RETR_DATA.encode(self.client.encoding))
625 data = RETR_DATA.replace('\r\n', '\n').encode(self.client.encoding)
633 data = RETR_DATA.replace('\r\n', '\n').encode(self.client.encoding)
949 LIST_DATA.encode(self.client.encoding))
959 LIST_DATA.encode(self.client.encoding))
967 LIST_DATA.encode(self.client.encoding))
H A Dtest_re.py1199 literal_chars = self.LITERAL_CHARS.encode('ascii')
1211 b = 'y\u2620y\u2620y'.encode('utf-8')
1215 res = re.findall(re.escape('\u2620'.encode('utf-8')), b)
1312 self.assertTrue(re.match((r"\%03o" % i).encode(), bytes([i])))
1313 self.assertTrue(re.match((r"\%03o0" % i).encode(), bytes([i])+b"0"))
1314 self.assertTrue(re.match((r"\%03o8" % i).encode(), bytes([i])+b"8"))
1315 self.assertTrue(re.match((r"\x%02x" % i).encode(), bytes([i])))
1316 self.assertTrue(re.match((r"\x%02x0" % i).encode(), bytes([i])+b"0"))
1317 self.assertTrue(re.match((r"\x%02xz" % i).encode(), bytes([i])+b"z"))
1333 self.assertTrue(re.match((r"[\%o]" % i).encode(), byte
[all...]
/third_party/ffmpeg/libavcodec/
H A Dopus.h199 void ff_celt_bitalloc(CeltFrame *f, OpusRangeCoder *rc, int encode);
/third_party/gn/examples/ios/build/config/ios/scripts/
H A Dmerge_plist.py37 output, _ = proc.communicate(json.dumps(content).encode('utf-8'))
/third_party/mesa3d/.gitlab-ci/
H A Dreport-flakes.py41 self.s.sendall((line + '\n').encode())
/third_party/node/lib/internal/webstreams/
H A Dencoding.js61 // https://encoding.spec.whatwg.org/#encode-and-enqueue-a-chunk
87 const value = this[kHandle].encode(finalChunk);
92 // https://encoding.spec.whatwg.org/#encode-and-flush
/third_party/node/test/parallel/
H A Dtest-webcrypto-digest.js36 const kData = (new TextEncoder()).encode('hello');
/third_party/node/deps/v8/third_party/jinja2/
H A Dexceptions.py15 message = text_type(message).encode("utf-8")
/third_party/node/tools/gyp/pylib/gyp/
H A Deasy_xml.py126 xml_string = xml_string.encode(encoding)
/third_party/node/tools/inspector_protocol/jinja2/
H A Dexceptions.py20 message = text_type(message).encode('utf-8')
/third_party/node/deps/brotli/c/enc/
H A Dquality.h14 #include <brotli/encode.h>
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Deasy_xml.py130 xml_string = xml_string.encode(encoding)
/third_party/python/Tools/scripts/
H A Dmd5sum.py64 data = data.encode(fp.encoding)
/third_party/python/Lib/distutils/tests/
H A Dtest_bdist_rpm.py29 sys.executable.encode("UTF-8")
/third_party/python/Lib/
H A Dgetpass.py141 prompt = prompt.encode(stream.encoding, 'replace')
/third_party/python/Lib/email/
H A Dpolicy.py44 serialized as ASCII, using encoded words to encode
202 return folded.encode(charset, 'surrogateescape')
/third_party/skia/src/gpu/
H A DGrColorSpaceXform.h47 if (steps.flags.encode) { in XformKey()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
H A DHdmxEncoder.java37 public WritableFontData encode(Font sourceFont) { in encode() method in HdmxEncoder
/third_party/skia/third_party/externals/jinja2/
H A Dexceptions.py15 message = text_type(message).encode("utf-8")
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dquality.h14 #include <brotli/encode.h>
/third_party/openssl/test/
H A Dcms-examples.pl36 [ "3.2.bin" => "encode, dataout" ],
37 [ "4.1.bin" => "encode, verifyder, cont, dss" ],
38 [ "4.2.bin" => "encode, verifyder, cont, rsa" ],
39 [ "4.3.bin" => "encode, verifyder, cont_extern, dss" ],
40 [ "4.4.bin" => "encode, verifyder, cont, dss" ],
42 [ "4.6.bin" => "encode, verifyder, cont, dss" ],
43 [ "4.7.bin" => "encode, verifyder, cont, dss" ],
46 [ "4.10.bin" => "encode, verifyder, cont, dss" ],
47 [ "4.11.bin" => "encode, certsout" ],
48 [ "5.1.bin" => "encode, envelopede
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-name.cc91 typename out_utf_t::codepoint_t *dst_next = out_utf_t::encode (dst, dst_end, unicode); in hb_ot_name_convert_utf()
/third_party/skia/third_party/externals/harfbuzz/test/shape/
H A Drun-tests.py8 process.stdin.write ((';'.join (command) + '\n').encode ("utf-8"))
/third_party/skia/third_party/externals/harfbuzz/test/subset/
H A Drun-repack-tests.py28 process.stdin.write ((';'.join (command) + '\n').encode ("utf-8"))

Completed in 14 milliseconds

1...<<11121314151617181920>>...33