Home
last modified time | relevance | path

Searched refs:encode (Results 476 - 500 of 850) sorted by relevance

1...<<11121314151617181920>>...34

/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"))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
H A DFunctionInfo.h113 /// tables that do not encode symbol sizes. In that case only the
143 llvm::Expected<uint64_t> encode(FileWriter &O) const;
/third_party/skia/tools/skqp/
H A Dfind_commit_with_best_gold_results.py34 return s.encode('utf-8') if s is not None else ''
/third_party/vixl/tools/
H A Dgenerate_tests.py773 out, _ = proc.communicate(generated_file.encode())
/third_party/protobuf/python/google/protobuf/
H A Dmessage.py394 serialized = serialized.encode('latin1')
H A Dmessage_factory.py81 descriptor_name = descriptor.name.encode('ascii', 'ignore')
/third_party/protobuf/python/google/protobuf/internal/
H A Dwire_format.py65 # "struct" format strings that will encode/decode the specified formats.
184 return BytesByteSize(field_number, string.encode('utf-8'))
/third_party/python/Lib/wsgiref/
H A Dheaders.py142 return str(self).encode('iso-8859-1')
/third_party/qrcodegen/python/
H A Dqrcodegen-demo.py103 QrSegment.make_bytes(golden0.encode("UTF-8")),
/third_party/skia/buildtools/reclient_cfgs/
H A Dfetch_reclient_cfgs.py40 input=('%s %s' % (pkg_name, ref)).encode('utf-8'))
/third_party/node/deps/v8/src/ast/
H A Dast.cc170 bit_field_ |= IsAssignedField::encode(false) | in VariableProxy()
171 IsResolvedField::encode(false) | in VariableProxy()
172 HoleCheckModeField::encode(HoleCheckMode::kElided); in VariableProxy()
195 bit_field_ |= TokenField::encode(op); in Assignment()
943 bit_field_ |= SpreadPositionField::encode(position); in ComputeSpreadPosition()
/third_party/node/deps/v8/src/heap/
H A Dsetup-heap-internal.cc180 Map::Bits3::EnumLengthBits::encode(kInvalidEnumCacheSentinel) | in AllocatePartialMap()
181 Map::Bits3::OwnsDescriptorsBit::encode(true) | in AllocatePartialMap()
182 Map::Bits3::ConstructionCounterBits::encode(Map::kNoSlackTracking); in AllocatePartialMap()
553 int flags = ScopeInfo::IsEmptyBit::encode(true); in CreateInitialMaps()
937 Code::IsPromiseRejectionField::encode(true), in CreateInitialObjects()

Completed in 12 milliseconds

1...<<11121314151617181920>>...34