Home
last modified time | relevance | path

Searched refs:encode (Results 501 - 525 of 870) sorted by relevance

1...<<21222324252627282930>>...35

/third_party/skia/buildtools/reclient_cfgs/
H A Dfetch_reclient_cfgs.py40 input=('%s %s' % (pkg_name, ref)).encode('utf-8'))
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_vcn_enc_2_0.c431 static void encode(struct radeon_encoder *enc) in encode() function
454 enc->encode = encode; in radeon_enc_2_0_init()
/third_party/node/deps/v8/src/ic/
H A Dhandler-configuration.cc247 int config = KindBits::encode(Kind::kNormal); in StoreOwnTransition()
290 int config = KindBits::encode(Kind::kNormal) | in StoreTransition()
291 LookupOnLookupStartObjectBits::encode(true); in StoreTransition()
/third_party/node/deps/openssl/openssl/crypto/encode_decode/
H A Dencoder_meth.c279 if (encoder->encode == NULL) in encoder_from_algorithm()
280 encoder->encode = OSSL_FUNC_encoder_encode(fns); in encoder_from_algorithm()
303 || encoder->encode == NULL) { in encoder_from_algorithm()
/third_party/openssl/crypto/encode_decode/
H A Dencoder_meth.c279 if (encoder->encode == NULL) in encoder_from_algorithm()
280 encoder->encode = OSSL_FUNC_encoder_encode(fns); in encoder_from_algorithm()
303 || encoder->encode == NULL) { in encoder_from_algorithm()
/third_party/python/Lib/test/
H A Dtest_format.py55 b_format = formatstr.encode('ascii')
67 b_output = output.encode('ascii')
94 test_exc(formatstr.encode('ascii'), args, exception, excmsg)
343 # repr(some_obj).encode('ascii', 'backslashreplace')
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/node/deps/v8/src/compiler/
H A Djs-operator.h119 : bit_field_(ArityField::encode(arity) | in ConstructForwardVarargsParameters()
120 StartIndexField::encode(start_index)) {} in ConstructForwardVarargsParameters()
199 : bit_field_(ArityField::encode(arity) | in CallForwardVarargsParameters()
200 StartIndexField::encode(start_index)) {} in CallForwardVarargsParameters()
242 : bit_field_(ArityField::encode(arity) | in CallParameters()
243 CallFeedbackRelationField::encode(feedback_relation) | in CallParameters()
244 SpeculationModeField::encode(speculation_mode) | in CallParameters()
245 ConvertReceiverModeField::encode(convert_mode)), in CallParameters()
/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()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_file/class_file/
H A Dfile_n_exporter.cpp1253 string encode = (encoding == nullptr) ? ENCODING_UTF8 : encoding.get(); in WriteText() local
1254 transform(encode.begin(), encode.end(), encode.begin(), ::tolower); in WriteText()
1261 if (encode != ENCODING_UTF8) { in WriteText()
1356 string encode = (encoding == nullptr) ? ENCODING_UTF8 : encoding.get(); in ReadText() local
1357 transform(encode.begin(), encode.end(), encode.begin(), ::tolower); in ReadText()
1364 if (encode ! in ReadText()
[all...]
/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()
/third_party/python/Lib/
H A Dimaplib.py629 pwd = (self.password.encode('utf-8') if isinstance(self.password, str)
1411 return self.encode(ret)
1413 def encode(self, inp): member in _Authenticator
1424 inp = inp.encode('utf-8')
1443 Mon2num = {s.encode():n+1 for n, s in enumerate(Months[1:])}
/third_party/python/Lib/xmlrpc/
H A Dclient.py373 def encode(self, out): member in DateTime
422 def encode(self, out): member in Binary
623 value.encode(self)
793 value.decode(data.encode("ascii"))
1139 # if positive, encode request using gzip if it exceeds this threshold
1142 encode_threshold = None #None = don't encode
1313 #optionally encode the request
1462 allow_none=self.__allow_none).encode(self.__encoding, 'xmlcharrefreplace')
/foundation/arkui/ui_lite/tools/server/
H A Dtcp_server.py67 clientdata = json.dumps(info).encode("utf-8")
/third_party/ffmpeg/libavcodec/tests/
H A Davcodec.c128 CHECK(ENCODE, encode) || CHECK(ENCODE_SUB, encode_sub) || in main()
/third_party/PyYAML/examples/yaml-highlight/
H A Dyaml_hl.py96 self.output.write(result.encode('utf-8'))
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/
H A Dglcpp_test.py137 contents = contents.replace('\n', replace).encode('utf-8')
/third_party/python/Lib/multiprocessing/
H A Dresource_tracker.py163 msg = '{0}:{1}:{2}\n'.format(cmd, name, rtype).encode('ascii')
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
H A DHeader.cpp85 llvm::Error Header::encode(FileWriter &O) const { in encode() function in Header
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/testutils/
H A DTestUtils.java132 * @param uchar the Unicode character to encode
138 CoderResult result = encoder.encode(cb, bb, true); in encodeOneChar()
/third_party/skia/tests/
H A DVerticesTest.cpp63 v0->priv().encode(writer); in self_test()
80 int iCount = 9; // odd value exercises padding logic in encode() in DEF_TEST()
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/
H A Dencoder_jni.cc11 #include <brotli/encode.h>
/third_party/skia/third_party/externals/harfbuzz/test/subset/
H A Drun-tests.py28 process.stdin.write ((';'.join (command) + '\n').encode ("utf-8"))

Completed in 28 milliseconds

1...<<21222324252627282930>>...35