Home
last modified time | relevance | path

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

/external/tpm2/
Dmarshal_test.c355 UINT16 expected_bytes = sizeof(UINT16)+(sizeof(TPMU_HA)-1)*sizeof(BYTE); in StructureSuccessArrayTest() local
372 UINT16 expected_bytes = sizeof(TPM_ST)+sizeof(TPMI_RH_HIERARCHY)+sizeof(UINT16); in StructureSuccessNullTest() local
386 UINT16 expected_bytes = sizeof(TPM_ST)+sizeof(TPMI_RH_HIERARCHY)+sizeof(UINT16); in StructureFailureTagTest() local
/external/google-breakpad/src/processor/
Dsynth_minidump_unittest.cc178 static const uint8_t expected_bytes[] = { in TEST() local
206 static const uint8_t expected_bytes[] = { in TEST() local
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dbyte_io_unittest.cc85 uint8_t expected_bytes[B + kAlignments]; in TestWrite() local
/external/webrtc/webrtc/modules/audio_coding/neteq/
Daudio_decoder_unittest.cc176 void EncodeDecodeTest(size_t expected_bytes, int tolerance, double mse, in EncodeDecodeTest()