Searched refs:blob (Results 1 – 12 of 12) sorted by relevance
/development/tools/ota_analysis/src/services/ |
D | payload.js | 63 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/ |
D | abt_chrome_extension_protocol.ts | 93 const blob = await fileQueryResponse.blob(); 98 const file = new File([blob], attachment.name);
|
/development/tools/winscope/src/common/ |
D | file_utils.ts | 57 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/ |
D | SecretKeyWrapper.java | 110 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/ |
D | utils.ts | 42 const blob = await response.blob(); constant 43 const file = new File([blob], dstFilename);
|
/development/tools/repo_diff/service/repodiff/ |
D | Gopkg.toml | 3 # Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
|
/development/tools/ota_analysis/src/views/ |
D | Demo.vue | 52 {responseType: 'blob'}
|
/development/tools/winscope/src/trace_collection/ |
D | proxy_client.ts | 263 const blob = new Blob([buffer]); 264 const newFile = new File([blob], filetype);
|
/development/tools/winscope/src/trace_processor/ |
D | query_result.ts | 602 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/ |
D | PayloadComposition.vue | 129 {responseType: 'blob'}
|
/development/tools/cargo_embargo/testdata/async-trait/ |
D | cargo.metadata | 9943 "replace": "blob/v{{version}}/CHANGELOG.md", 9944 "search": "blob/v.+\\..+\\..+/CHANGELOG.md"
|
/development/tools/cargo_embargo/testdata/plotters/ |
D | cargo.metadata | 4373 "replace": "github.com/clap-rs/clap/blob/{{tag_name}}/", 4374 "search": "github.com/clap-rs/clap/blob/[^/]+/"
|