Searched refs:blob (Results 1 – 8 of 8) sorted by relevance
75 String blob = "test data"; in downloadBlob_works() local76 Digest digest = DigestCalculator.compute(blob.getBytes(UTF_8)); in downloadBlob_works()90 .setData(ByteString.copyFromUtf8(blob)) in downloadBlob_works()106 assertEquals(out.toString(), blob); in downloadBlob_works() local112 String blob = "test data"; in downloadBlob_ignore_error_after_fully_downloaded() local120 .setData(ByteString.copyFromUtf8(blob)) in downloadBlob_ignore_error_after_fully_downloaded()129 downloader.downloadBlob(DigestCalculator.compute(blob.getBytes(UTF_8)), out); in downloadBlob_ignore_error_after_fully_downloaded()132 assertEquals(out.toString(), blob); in downloadBlob_ignore_error_after_fully_downloaded() local
76 public static Digest compute(byte[] blob) { in compute() argument77 return DigestCalculator.buildDigest(HASH_FUNCTION.hashBytes(blob).asBytes(), blob.length); in compute()
12 // detail: "This is really long text blob (test tracker test case text)"64 optional string description = 3; // Text blob about the result.
18 See [Bumble apps and tools](https://github.com/google/bumble/blob/main/docs/mkdocs/src/apps_and_too…
5 parcel::blob::test_write_blob: test
6 # https://github.com/google/nsjail/blob/master/config.proto
200 // Binary blob containing the configuration. The format
439 // a single length-delimited blob.