Home
last modified time | relevance | path

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

12

/development/tools/winscope/src/trace_processor/
Dstring_utils.ts17 encode as b64Encode,
30 let Utf8Encoder: {encode: (str: string) => Uint8Array;};
43 encode: (str: string) => {
72 return Utf8Encoder.encode(str);
Dengine.ts372 const buf = TraceProcessorRpcStream.encode(outerProto).finish();
/development/tools/otagui/
Dweb_server.py71 for status in statuses]).encode()
78 json.dumps(status.to_dict_detail(target_lib)).encode()
88 json.dumps(builds_info).encode()
120 {"success": True, "msg": "OTA Generator started running"}).encode())
157 file_name).encode('utf-8')
/development/tools/ota_analysis/src/services/
Dupdate_metadata_pb.js81 Extent.encode = function encode(message, writer) { function in Extent
101 return this.encode(message, writer).ldelim();
311 Signatures.encode = function encode(message, writer) { function in Signatures
316 …$root.chromeos_update_engine.Signatures.Signature.encode(message.signatures[i], writer.uint32(/* i…
330 return this.encode(message, writer).ldelim();
533 Signature.encode = function encode(message, writer) { function in Signature
555 return this.encode(message, writer).ldelim();
683 …object.data = options.bytes === String ? $util.base64.encode(message.data, 0, message.data.length)…
768 PartitionInfo.encode = function encode(message, writer) { function in PartitionInfo
788 return this.encode(message, writer).ldelim();
[all …]
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
DPhotosListActivity.java37 "content://xmldocument/?url=" + Uri.encode(PICASA_FEED_URL))); in onCreate()
DRssReaderActivity.java39 "content://xmldocument/?url=" + Uri.encode(FEED_URI))); in onCreate()
/development/tools/winscope/src/adb/
Dwinscope_proxy.py686 + error.encode("utf-8"), 'text/txt')
691 error.encode("utf-8"), 'text/txt')
768 server.respond(HTTPStatus.OK, res.encode("utf-8"), "text/json")
784 server.respond(HTTPStatus.OK, j.encode("utf-8"), "text/json")
857 server.respond(HTTPStatus.OK, j.encode("utf-8"), "text/json")
1001 device_id, command.encode('utf-8'))
1015 …("shell su root cat /data/local/tmp/winscope_signal_handler.log", device=device_id).encode('utf-8')
1041 out, err = process.communicate(configValue.encode('utf-8'))
1123 TRACE_THREADS[device_id].is_alive()).encode("utf-8"), "text/plain")
1154 out, err = process.communicate(command.encode('utf-8'))
/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
DListenerService.java53 Uri uri = Uri.parse(Constants.MAPS_NAVIGATION_INTENT_URI + Uri.encode(attractionQuery)); in onMessageReceived()
/development/python-packages/fetchartifact/tests/
Dtest_fetchartifact.py61 assert [c.encode("utf-8") for c in TEST_RESPONSE.decode("utf-8")] == [
/development/samples/ApiDemos/src/com/example/android/apis/os/
DSmsMessageReceiver.java53 Uri.encode(fromAddress)); in onReceive()
/development/tools/winscope/src/parsers/events/
Dparser_eventlog.ts27 new TextEncoder().encode(ParserEventLog.MAGIC_NUMBER_STRING),
/development/samples/ApiDemos/src/com/example/android/apis/view/
DAutoComplete4.java90 Uri.encode(constraint.toString())); in runQueryOnBackgroundThread()
/development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
DWordWidget.java106 Uri.encode(wordTitle)); in buildUpdate()
DSimpleWikiHelper.java147 String encodedTitle = Uri.encode(title); in getPageContent()
/development/samples/Wiktionary/src/com/example/android/wiktionary/
DSimpleWikiHelper.java140 String encodedTitle = Uri.encode(title); in getPageContent()
/development/python-packages/fastboot/
Ddevice.py218 ps_code = ps_code.encode('utf-16le')
/development/samples/ApiDemos/src/com/example/android/apis/app/
DLoaderCursor.java181 Uri.encode(mCurFilter)); in onCreateLoader()
DLoaderRetained.java186 Uri.encode(mCurFilter)); in onCreateLoader()
/development/tools/etc1tool/
Detc1tool.cpp313 int encode(const char* pInput, const char* pOutput, bool bEmitHeader, const char* pDiffFile) { in encode() function
573 encode(pInput, pOutput, bEncodeHeader, pDiffFile); in main()
/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/ui/
DDetailFragment.java111 Uri.encode(mAttraction.name + ", " + mAttraction.city))); in onCreateView()
/development/vndk/tools/image-diff-tool/
Ddiff.py38 return hashlib.sha1(",".join(l).encode()).hexdigest()
/development/python-packages/gdbrunner/gdbrunner/
D__init__.py391 os.write(script_fd, gdb_commands.encode())
/development/tools/repo_pull/
Drepo_pull.py319 err_msg = err_msg.format(change.project).encode('utf-8')
Dgerrit.py430 data = json.dumps(data).encode('utf-8')
/development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
DContactDetailFragment.java507 return Uri.parse(GEO_URI_SCHEME_PREFIX + Uri.encode(postalAddress)); in constructGeoUri()

12