/third_party/node/deps/brotli/c/enc/ |
H A D | quality.h | 14 #include <brotli/encode.h>
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | easy_xml.py | 130 xml_string = xml_string.encode(encoding)
|
/third_party/python/Tools/scripts/ |
H A D | md5sum.py | 64 data = data.encode(fp.encoding)
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_bdist_rpm.py | 29 sys.executable.encode("UTF-8")
|
/third_party/python/Lib/ |
H A D | getpass.py | 141 prompt = prompt.encode(stream.encoding, 'replace')
|
/third_party/python/Lib/email/ |
H A D | policy.py | 44 serialized as ASCII, using encoded words to encode 202 return folded.encode(charset, 'surrogateescape')
|
/third_party/skia/src/gpu/ |
H A D | GrColorSpaceXform.h | 47 if (steps.flags.encode) { in XformKey()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/ |
H A D | HdmxEncoder.java | 37 public WritableFontData encode(Font sourceFont) { in encode() method in HdmxEncoder
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | exceptions.py | 15 message = text_type(message).encode("utf-8")
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | quality.h | 14 #include <brotli/encode.h>
|
/third_party/openssl/test/ |
H A D | cms-examples.pl | 36 [ "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 D | hb-ot-name.cc | 91 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 D | run-tests.py | 8 process.stdin.write ((';'.join (command) + '\n').encode ("utf-8"))
|
/third_party/skia/third_party/externals/harfbuzz/test/subset/ |
H A D | run-repack-tests.py | 28 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 D | FunctionInfo.h | 113 /// 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 D | find_commit_with_best_gold_results.py | 34 return s.encode('utf-8') if s is not None else ''
|
/third_party/vixl/tools/ |
H A D | generate_tests.py | 773 out, _ = proc.communicate(generated_file.encode())
|
/third_party/protobuf/python/google/protobuf/ |
H A D | message.py | 394 serialized = serialized.encode('latin1')
|
H A D | message_factory.py | 81 descriptor_name = descriptor.name.encode('ascii', 'ignore')
|
/third_party/protobuf/python/google/protobuf/internal/ |
H A D | wire_format.py | 65 # "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 D | headers.py | 142 return str(self).encode('iso-8859-1')
|
/third_party/qrcodegen/python/ |
H A D | qrcodegen-demo.py | 103 QrSegment.make_bytes(golden0.encode("UTF-8")),
|
/third_party/skia/buildtools/reclient_cfgs/ |
H A D | fetch_reclient_cfgs.py | 40 input=('%s %s' % (pkg_name, ref)).encode('utf-8'))
|
/third_party/node/deps/v8/src/ast/ |
H A D | ast.cc | 170 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 D | setup-heap-internal.cc | 180 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()
|