Home
last modified time | relevance | path

Searched refs:encode (Results 601 - 625 of 850) sorted by relevance

1...<<21222324252627282930>>...34

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DIDNA2003.java238 //step 6: encode the sequence with punycode in convertToASCII()
241 StringBuilder punyout = Punycode.encode(processOut,caseFlags); in convertToASCII()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_uvd_enc.h391 void (*encode)(struct radeon_uvd_encoder *enc); member
H A Dradeon_uvd_enc_1_1.c976 static void encode(struct radeon_uvd_encoder *enc) in encode() function
1014 enc->encode = encode; in radeon_uvd_enc_1_1_init()
H A Dradeon_vce_52.c212 static void encode(struct rvce_encoder *enc) in encode() function
255 RVCE_BEGIN(0x03000001); // encode in encode()
676 enc->encode = encode; in si_vce_52_init()
/third_party/node/lib/internal/
H A Dblob.js117 source = enc.encode(source);
H A Dencoding.js339 encode(input = '') {
369 'encode': kEnumerableProperty,
/third_party/node/deps/v8/tools/release/
H A Dgit_recipes.py295 return self.Git("rev-list -1 " + tag_name).strip().encode("ascii", "ignore")
/third_party/node/deps/v8/third_party/jinja2/
H A Dloaders.py481 return "tmpl_" + sha1(name.encode("utf-8")).hexdigest()
/third_party/node/tools/icu/
H A Dicutrim.py310 fi.write('\n'.join(remove).encode("utf-8") + b'\n')
/third_party/node/tools/inspector_protocol/jinja2/
H A Dloaders.py459 return 'tmpl_' + sha1(name.encode('utf-8')).hexdigest()
/third_party/python/Lib/distutils/command/
H A Dregister.py275 body = body.getvalue().encode("utf-8")
/third_party/skia/third_party/externals/angle2/scripts/
H A Dexport_targets.py273 acceptable_sources = {x.rsplit('/', 1)[-1].encode() for x in acceptable_sources}
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
H A DLineTable.cpp122 llvm::Error LineTable::encode(FileWriter &Out, uint64_t BaseAddr) const { in encode() function in LineTable
128 "attempted to encode invalid LineTable object"); in encode()
229 // We can't encode the address delta and line delta into in encode()
/third_party/skia/src/core/
H A DSkConvertPixels.cpp45 steps.flags.encode) { in swizzle_or_premul()
/third_party/skia/third_party/externals/jinja2/
H A Dloaders.py481 return "tmpl_" + sha1(name.encode("utf-8")).hexdigest()
/third_party/unity/auto/
H A Dparse_output.rb63 str.encode(:xml => :attr)
/third_party/python/Lib/test/
H A Dtest_file.py194 f.write(str(s).encode("ascii"))
H A Dtest_fcntl.py189 expected = os.path.abspath(TESTFN).encode('utf-8')
H A Dtest_symtable.py243 top = symtable.symtable(TEST_CODE.encode('utf8'), "?", "exec")
H A Dtest_utf8_mode.py215 arg = 'h\xe9\u20ac'.encode('utf-8')
H A Dtest_ntpath.py69 fn = fn.encode('ascii', 'backslashreplace').decode('ascii')
880 b_cap, b_free = nt._getdiskusage(sys.exec_prefix.encode())
890 b_final_path = nt._getfinalpathname(path.encode())
/third_party/python/Lib/json/
H A Dencoder.py126 Otherwise, it will be a ValueError to encode such floats.
183 def encode(self, o): member in JSONEncoder
187 >>> JSONEncoder().encode({"foo": ["bar", "baz"]})
312 # want to encode them as integers/floats in JSON. One example
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Depoll.rs158 let encoded = self.context.encode(target); in add()
183 let encoded = self.context.encode(target); in mod_()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferMemoryRequirementsTests.cpp718 const bool encode = (videoCodecUsage & VK_BUFFER_USAGE_VIDEO_ENCODE_SRC_BIT_KHR) || (videoCodecUsage & VK_BUFFER_USAGE_VIDEO_ENCODE_DST_BIT_KHR); in chainVkStructure() local
738 // encode profile in chainVkStructure()
760 if (encode && decode) in chainVkStructure()
765 else if (encode) in chainVkStructure()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferMemoryRequirementsTests.cpp716 const bool encode = (videoCodecUsage & VK_BUFFER_USAGE_VIDEO_ENCODE_SRC_BIT_KHR) || (videoCodecUsage & VK_BUFFER_USAGE_VIDEO_ENCODE_DST_BIT_KHR); in chainVkStructure() local
736 // encode profile in chainVkStructure()
758 if (encode && decode) in chainVkStructure()
763 else if (encode) in chainVkStructure()

Completed in 19 milliseconds

1...<<21222324252627282930>>...34