Home
last modified time | relevance | path

Searched defs:bytesExpected (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/rsov/compiler/spirit/
Dword_stream_test.cpp32 const std::vector<uint8_t> bytesExpected = {0x41, 0x42, 0x43, 0x44, in TEST() local
43 const std::vector<uint8_t> bytesExpected = { in TEST() local
/frameworks/base/core/java/android/app/backup/
DBackupProgress.java35 public final long bytesExpected; field in BackupProgress