Home
last modified time | relevance | path

Searched refs:blob (Results 1 – 12 of 12) sorted by relevance

/development/tools/ota_analysis/src/services/
Dpayload.js63 this.blob = new Blob([], { type: contentType })
70 this.blob = new Blob([this.blob, array.buffer], { type: this.contentType })
71 this.offset = this.blob.size
76 await this.payload.readHeader(this.blob)
86 await this.payload.readManifest(this.blob)
87 await this.payload.readSignature(this.blob)
98 return this.blob
/development/tools/winscope/src/abt_chrome_extension/
Dabt_chrome_extension_protocol.ts93 const blob = await fileQueryResponse.blob();
98 const file = new File([blob], attachment.name);
/development/tools/winscope/src/common/
Dfile_utils.ts57 const blob = await file.arrayBuffer(); constant
58 zip.file(file.name, blob);
92 const fileBlob = await new Response(decompressedStream).blob();
/development/samples/Vault/src/com/example/android/vault/
DSecretKeyWrapper.java110 public SecretKey unwrap(byte[] blob) throws GeneralSecurityException { in unwrap() argument
112 return (SecretKey) mCipher.unwrap(blob, "AES", Cipher.SECRET_KEY); in unwrap()
/development/tools/winscope/src/test/unit/
Dutils.ts42 const blob = await response.blob(); constant
43 const file = new File([blob], dstFilename);
/development/tools/repo_diff/service/repodiff/
DGopkg.toml3 # Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
/development/tools/ota_analysis/src/views/
DDemo.vue52 {responseType: 'blob'}
/development/tools/winscope/src/trace_collection/
Dproxy_client.ts263 const blob = new Blob([buffer]);
264 const newFile = new File([blob], filetype);
/development/tools/winscope/src/trace_processor/
Dquery_result.ts602 case 4: // blob_cells: one entry per blob.
767 const blob = this.blobCells[this.nextBlobCell++]; constant
768 rowData[colName] = blob;
/development/tools/ota_analysis/src/components/
DPayloadComposition.vue129 {responseType: 'blob'}
/development/tools/cargo_embargo/testdata/async-trait/
Dcargo.metadata9943 "replace": "blob/v{{version}}/CHANGELOG.md",
9944 "search": "blob/v.+\\..+\\..+/CHANGELOG.md"
/development/tools/cargo_embargo/testdata/plotters/
Dcargo.metadata4373 "replace": "github.com/clap-rs/clap/blob/{{tag_name}}/",
4374 "search": "github.com/clap-rs/clap/blob/[^/]+/"