/development/tools/winscope/src/trace_processor/ |
D | string_utils.ts | 16 decode as b64Decode, 29 let Utf8Decoder: {decode: (buf: Uint8Array) => string;}; 41 Utf8Decoder = {decode: (buf: Uint8Array) => utf8Read(buf, 0, buf.length)}; 78 return Utf8Decoder.decode(buffer);
|
D | engine.ts | 129 perfetto.protos.QueryResult.decode = 147 const rpc = TraceProcessorRpc.decode(rpcMsgEncoded);
|
/development/vndk/tools/elfcheck/elfcheck/ |
D | readobj.py | 39 for line in stdout.decode('utf-8').splitlines(): 51 for line in stdout.decode('utf-8').splitlines():
|
/development/tools/otagui/ |
D | target_lib.py | 50 pattern_id, raw_info).decode('utf-8') 52 pattern_version, raw_info).decode('utf-8') 54 pattern_flavor, raw_info).decode('utf-8') 58 self.partitions.append(line.decode('utf-8').rstrip())
|
D | ota_interface.py | 113 print("Java version:", java_version.decode()) 119 print("Zip version:", zip_version.decode())
|
/development/tools/ota_analysis/src/services/ |
D | update_metadata_pb.js | 115 Extent.decode = function decode(reader, length) { function 149 return this.decode(reader, reader.uint32()); 344 Signatures.decode = function decode(reader, length) { function in Signatures 354 …essage.signatures.push($root.chromeos_update_engine.Signatures.Signature.decode(reader, reader.uin… 377 return this.decode(reader, reader.uint32()); 569 Signature.decode = function decode(reader, length) { function in Signature 606 return this.decode(reader, reader.uint32()); 648 …$util.base64.decode(object.data, message.data = $util.newBuffer($util.base64.length(object.data)),… 802 PartitionInfo.decode = function decode(reader, length) { function in PartitionInfo 836 return this.decode(reader, reader.uint32()); [all …]
|
D | payload.js | 192 this.magic = decoder.decode( 222 .decode(new Uint8Array(buffer)) 231 .decode(new Uint8Array(buffer))
|
/development/python-packages/fetchartifact/tests/ |
D | test_fetchartifact.py | 41 return Response(text=TEST_RESPONSE.decode("utf-8")) 61 assert [c.encode("utf-8") for c in TEST_RESPONSE.decode("utf-8")] == [
|
/development/tools/winscope/src/adb/ |
D | winscope_proxy.py | 722 … return subprocess.check_output(command, stderr=subprocess.STDOUT, input=stdin).decode('utf-8') 730 ' '.join(command), ex.output.decode("utf-8"))) 732 params, ex.output.decode("utf-8"))) 742 log.debug('Error executing adb command: adb {}\n'.format(params) + err.decode( 743 'utf-8') + '\n' + outfile.read().decode('utf-8')) 744 raise AdbError('Error executing adb command: adb {}\n'.format(params) + err.decode( 745 'utf-8') + '\n' + outfile.read().decode('utf-8')) 805 return json.loads(server.rfile.read(length).decode("utf-8")) 848 buf = base64.encodebytes(tmp.read()).decode("utf-8") 1032 "Error tracing the device\n### Output ###\n" + out.decode( [all …]
|
/development/tools/winscope/src/parsers/view_capture/legacy/ |
D | parser_view_capture.ts | 43 const exportedData = ExportedData.decode(
|
/development/tools/winscope/src/parsers/input_method/legacy/ |
D | parser_input_method_manager_service.ts | 72 ParserInputMethodManagerService.InputMethodManagerServiceTraceFileProto.decode(
|
D | parser_input_method_clients.ts | 71 ParserInputMethodClients.InputMethodClientsTraceFileProto.decode(
|
D | parser_input_method_service.ts | 72 ParserInputMethodService.InputMethodServiceTraceFileProto.decode(
|
/development/tools/winscope/src/parsers/transitions/legacy/ |
D | parser_transitions_wm.ts | 54 const decodedProto = ParserTransitionsWm.TransitionTraceProto.decode(
|
D | parser_transitions_shell.ts | 49 ParserTransitionsShell.WmShellTransitionsTraceProto.decode(
|
/development/tools/winscope/src/parsers/window_manager/ |
D | parser_window_manager_dump.ts | 58 ).decode(buffer) as com.android.server.wm.IWindowManagerServiceDumpProto;
|
D | parser_window_manager.ts | 62 const decoded = WindowManagerTraceFileProto.decode(
|
/development/tools/winscope/src/parsers/events/ |
D | parser_eventlog.ts | 69 const allLogsString = new TextDecoder().decode(bytes);
|
/development/tools/winscope/src/parsers/transactions/legacy/ |
D | parser_transactions.ts | 75 const decodedProto = ParserTransactions.TransactionsTraceFileProto.decode(
|
/development/python-packages/adb/adb/ |
D | __init__.py | 60 subprocess.check_output([adb_path, 'devices']).decode('utf-8')) 133 [adb_path, flag, 'get-serialno']).decode('utf-8').strip() 282 self.adb_cmd + cmd, stderr=subprocess.STDOUT).decode('utf-8')
|
/development/vndk/tools/image-diff-tool/ |
D | diff.py | 83 pat = line.strip().decode() 111 line_text = line.decode()
|
/development/scripts/ |
D | get_rust_pkg.py | 117 data = json.loads(request.read().decode()) 129 data = json.loads(request.read().decode()) 183 data = json.loads(request.read().decode())
|
/development/tools/winscope/src/app/ |
D | trace_file_filter.ts | 91 const fileData = new TextDecoder().decode(traceBuffer);
|
/development/vndk/tools/header-checker/utils/ |
D | utils.py | 353 print("error: %s" % err.decode('utf-8'), file=sys.stderr) 356 build_vars = out.decode('utf-8').strip().splitlines()
|
/development/tools/etc1tool/ |
D | etc1tool.cpp | 453 int decode(const char* pInput, const char* pOutput) { in decode() function 575 decode(pInput, pOutput); in main()
|