Home
last modified time | relevance | path

Searched refs:encode (Results 1 – 9 of 9) sorted by relevance

/test/xts/acts/commonlibrary/ets_utils/buffer_lib_standard/src/main/js/test/
DBuffer.test.js38 for (const encode of encodeArr) {
39 let buf = buffer.alloc(10).fill("ab$#", encode);
73 for (const encode of encodeArr) {
74 let buf = buffer.alloc(0).fill("ab$#", encode);
112 for (const encode of encodeArr) {
113 let buf = buffer.alloc(10, "ab$#", encode);
126 for (const encode of encodeArr) {
127 let buf = buffer.alloc(0, "ab$#", encode);
160 for (const encode of encodeArr) {
161 let buf = buffer.allocUninitializedFromPool(10).fill("abcd", encode);
[all …]
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
Ddmlib_lite.py139 telnet.write(command.encode('ascii') + b"\n")
281 command = command.encode("utf-8")
302 command = command.encode("utf-8")
Ddmlib.py467 remote_path_content = remote.encode(DEFAULT_ENCODING)
562 remote_path_content = remote.encode(DEFAULT_ENCODING)
564 remote_path_content = remote.encode("UTF-8")
637 path = path.encode(DEFAULT_ENCODING)
639 path = path.encode("UTF-8")
648 mode_content = mode_str.encode(DEFAULT_ENCODING)
892 req = req.encode("utf-8")
932 req = req.encode(DEFAULT_ENCODING)
1033 connect_key = connect_key.encode("utf-8")
/test/testfwk/xdevice/src/xdevice/_core/report/
Dencrypt.py67 plain_text = str(content).encode(encoding='utf-8')
105 cipher_text = str(content).encode()
Dresult_reporter.py790 def encode(content): function
802 file.write(bytes(encode(_record_json), encoding="utf-8"))
/test/xts/acts/commonlibrary/ets_utils/util_lib_standard/src/main/js/test/
Dutil.test.js1126 result = that.encode('abc')
1138 result = that.encode('\uD800楼楼')
1150 result = that.encode('a\uD800楼楼')
1162 result = that.encode('abc\uD800楼楼')
1174 result = that.encode('123\uD800楼楼')
1187 result = that.encode('123¥\uD800楼')
1199 result = that.encode('¥¥')
1211 result = that.encode('$$')
1223 result = that.encode('abc哈哈熠熠')
1239 result = that.encode('abc哈哈熠熠')
[all …]
/test/testfwk/developer_test/libs/fuzzlib/
Dfuzzer_helper.py208 file_handle.write(args.project_name.encode())
/test/xts/acts/commonlibrary/ets_utils/util2_lib_standard/src/main/js/test/
Dutil.test.js4221 that.encode(array).then(val=>{
4237 that.encode(array).then(val=>{
4255 that.encode(array).then(val=>{
4271 that.encode(array).then(val=>{
4287 that.encode(array).then(val=>{
4303 that.encode(array)
/test/testfwk/developer_test/src/core/driver/
Ddrivers.py708 striped_bt = striped_content.encode("utf-8")