Home
last modified time | relevance | path

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

/development/tools/winscope/src/test/unit/
Dfixture_utils.ts34 const blob = await response.blob(); constant
35 const file = new File([blob], dstFilename);
/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/external_crates/crate_tool/src/testdata/
Dmls_rs_core.header5 https://github.com/awslabs/mls-rs/blob/main/LICENSE-apache
6 https://github.com/awslabs/mls-rs/blob/main/LICENSE-mit
Dmls_rs_core.patch5 https://github.com/awslabs/mls-rs/blob/main/LICENSE-apache
6 https://github.com/awslabs/mls-rs/blob/main/LICENSE-mit
/development/tools/winscope/src/common/
Dfile_utils.ts96 const blob = await file.arrayBuffer(); constant
97 zip.file(file.name, blob);
151 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/repo_diff/service/repodiff/
DGopkg.toml3 # Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
/development/tools/winscope/src/app/components/
Dapp_component.ts670 private downloadTraces(blob: Blob, filename: string) {
671 const url = window.URL.createObjectURL(blob);
/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/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/[^/]+/"