HomeSort by relevance Sort by last modified time
    Searched refs:expected_bytes (Results 1 - 7 of 7) sorted by null

  /frameworks/av/drm/mediacas/plugins/clearkey/
ecm.cpp 164 size_t expected_bytes = local
166 if (buffer_as_binary->size() < expected_bytes) {
168 expected_bytes, buffer_as_binary->size());
  /external/tpm2/
marshal_test.c 355 UINT16 expected_bytes = sizeof(UINT16)+(sizeof(TPMU_HA)-1)*sizeof(BYTE); local
356 CHECK_EQ(bytes_marshalled, expected_bytes);
359 CHECK_EQ(size, sizeof(TPM2B_DIGEST)-expected_bytes);
372 UINT16 expected_bytes = sizeof(TPM_ST)+sizeof(TPMI_RH_HIERARCHY)+sizeof(UINT16); local
373 CHECK_EQ(bytes_marshalled, expected_bytes);
376 CHECK_EQ(size, sizeof(TPMT_TK_HASHCHECK)-expected_bytes);
386 UINT16 expected_bytes = sizeof(TPM_ST)+sizeof(TPMI_RH_HIERARCHY)+sizeof(UINT16); local
387 CHECK_EQ(bytes_marshalled, expected_bytes);
  /external/google-breakpad/src/processor/
synth_minidump_unittest.cc 178 static const uint8_t expected_bytes[] = { local
190 EXPECT_EQ(sizeof(expected_bytes), contents.size());
191 EXPECT_TRUE(memcmp(contents.data(), expected_bytes, contents.size()) == 0);
206 static const uint8_t expected_bytes[] = { local
233 EXPECT_EQ(sizeof(expected_bytes), contents.size());
234 EXPECT_TRUE(memcmp(contents.data(), expected_bytes, contents.size()) == 0);
  /art/runtime/gc/accounting/
card_table-inl.h 178 uint8_t expected_bytes[sizeof(uintptr_t)]; member in union:art::gc::accounting::__anon101
193 new_bytes[i] = visitor(expected_bytes[i]);
198 const uint8_t expected_byte = expected_bytes[i];
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
byte_io_unittest.cc 85 uint8_t expected_bytes[B + kAlignments]; local
90 PopulateTestData(expected_bytes + i, test_value, B, big_endian);
98 EXPECT_EQ(expected_bytes[i + j], bytes[i + j]);
  /external/webrtc/webrtc/modules/audio_coding/neteq/
audio_decoder_unittest.cc 173 // with |mse|. The encoded stream should contain |expected_bytes|. For stereo
176 void EncodeDecodeTest(size_t expected_bytes, int tolerance, double mse,
208 // such codecs. In this case expected_bytes is set to 0.
209 if (expected_bytes) {
210 EXPECT_EQ(expected_bytes, encoded_bytes_);
  /external/google-breakpad/src/common/
test_assembler_unittest.cc 756 static const uint8_t expected_bytes[] = b; \
757 ASSERT_EQ(sizeof(expected_bytes), s.size()); \
758 ASSERT_TRUE(memcmp(s.data(), (const char *) expected_bytes, \
759 sizeof(expected_bytes)) == 0); \
    [all...]

Completed in 461 milliseconds