Home
last modified time | relevance | path

Searched refs:blob (Results 1 – 8 of 8) 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.ts76 const blob = await fileQueryResponse.blob();
81 const file = new File([blob], attachment.name);
/development/tools/winscope/src/common/
Dfile_utils.ts43 const blob = await file.arrayBuffer(); constant
44 zip.file(file.name, 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/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.ts232 const blob = new Blob([buffer]); constant
233 const newFile = new File([blob], filetype);
/development/tools/ota_analysis/src/components/
DPayloadComposition.vue129 {responseType: 'blob'}