Home
last modified time | relevance | path

Searched defs:blob (Results 1 – 4 of 4) sorted by relevance

/development/samples/Vault/src/com/example/android/vault/
DSecretKeyWrapper.java110 public SecretKey unwrap(byte[] blob) throws GeneralSecurityException { in unwrap()
/development/tools/winscope/src/common/
Dfile_utils.ts57 const blob = await file.arrayBuffer(); constant
/development/tools/winscope/src/test/unit/
Dutils.ts42 const blob = await response.blob(); constant
/development/tools/winscope/src/trace_processor/
Dquery_result.ts767 const blob = this.blobCells[this.nextBlobCell++]; constant