/external/vboot_reference/tests/ |
D | cgptlib_test.c | 359 EXPECT(1 == CheckHeader(NULL, 0, gpt->streaming_drive_sectors, in SignatureTest() 367 EXPECT(1 == CheckHeader(h1, 0, gpt->streaming_drive_sectors, in SignatureTest() 369 EXPECT(1 == CheckHeader(h2, 1, gpt->streaming_drive_sectors, in SignatureTest() 404 EXPECT(CheckHeader(h1, 0, gpt->streaming_drive_sectors, in RevisionTest() 407 EXPECT(CheckHeader(h2, 1, gpt->streaming_drive_sectors, in RevisionTest() 439 EXPECT(CheckHeader(h1, 0, gpt->streaming_drive_sectors, in SizeTest() 442 EXPECT(CheckHeader(h2, 1, gpt->streaming_drive_sectors, in SizeTest() 460 EXPECT(1 == CheckHeader(h1, 0, gpt->streaming_drive_sectors, in CrcFieldTest() 462 EXPECT(1 == CheckHeader(h2, 1, gpt->streaming_drive_sectors, in CrcFieldTest() 466 EXPECT(0 == CheckHeader(h1, 0, gpt->streaming_drive_sectors, in CrcFieldTest() [all …]
|
D | gpt_misc_tests.c | 157 TEST_EQ(CheckHeader(mock_gpt_primary, 0, g.streaming_drive_sectors, in ReadWriteGptTest() 160 TEST_EQ(CheckHeader(mock_gpt_secondary, 1, g.streaming_drive_sectors, in ReadWriteGptTest() 176 TEST_EQ(CheckHeader(mock_gpt_primary, 0, g.streaming_drive_sectors, in ReadWriteGptTest() 179 TEST_EQ(CheckHeader(mock_gpt_secondary, 1, g.streaming_drive_sectors, in ReadWriteGptTest() 196 TEST_EQ(CheckHeader(mock_gpt_primary, 0, g.streaming_drive_sectors, in ReadWriteGptTest() 199 TEST_EQ(CheckHeader(mock_gpt_secondary, 1, g.streaming_drive_sectors, in ReadWriteGptTest() 227 TEST_EQ(CheckHeader(mock_gpt_primary, 0, g.streaming_drive_sectors, in ReadWriteGptTest() 252 TEST_EQ(CheckHeader(mock_gpt_secondary, 1, g.streaming_drive_sectors, in ReadWriteGptTest()
|
/external/webrtc/modules/rtp_rtcp/source/ |
D | rtp_format_vp8_test_helper.cc | 69 int payload_offset = CheckHeader(rtp_payload, /*first=*/i == 0); in GetAllPacketsAndCheck() 80 int RtpFormatVp8TestHelper::CheckHeader(rtc::ArrayView<const uint8_t> buffer, in CheckHeader() function in webrtc::RtpFormatVp8TestHelper
|
D | rtp_format_vp8_test_helper.h | 43 int CheckHeader(rtc::ArrayView<const uint8_t> rtp_payload, bool first);
|
/external/tensorflow/tensorflow/core/common_runtime/gpu/ |
D | gpu_debug_allocator.cc | 108 CHECK(CheckHeader(ptr)) << "before_mask has been overwritten"; in DeallocateRaw() 142 bool GPUDebugAllocator::CheckHeader(void* ptr) { in CheckHeader() function in tensorflow::GPUDebugAllocator
|
D | gpu_debug_allocator.h | 50 bool CheckHeader(void* ptr);
|
D | gpu_debug_allocator_test.cc | 65 EXPECT_TRUE(a.CheckHeader(gpu_array)); in TEST()
|
/external/vboot_reference/firmware/lib/ |
D | gpt_misc.c | 57 if (0 == CheckHeader(primary_header, 0, in AllocAndReadGptData() 93 if (0 == CheckHeader(secondary_header, 1, in AllocAndReadGptData()
|
/external/vboot_reference/firmware/lib/cgptlib/ |
D | cgptlib_internal.c | 66 int CheckHeader(GptHeader *h, int is_secondary, in CheckHeader() function 258 if (0 == CheckHeader(header1, 0, gpt->streaming_drive_sectors, in GptValidityCheck() 269 if (0 == CheckHeader(header2, 1, gpt->streaming_drive_sectors, in GptValidityCheck()
|
/external/vboot_reference/firmware/lib/cgptlib/include/ |
D | cgptlib_internal.h | 103 int CheckHeader(GptHeader *h, int is_secondary,
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_data_avail.h | 129 bool CheckHeader();
|
D | cpdf_data_avail.cpp | 116 return CheckHeader(); in CheckDocStatus() 410 bool CPDF_DataAvail::CheckHeader() { in CheckHeader() function in CPDF_DataAvail
|
/external/tink/cc/util/ |
D | test_util.h | 499 util::Status status = CheckHeader(); in PRead() 510 util::Status status = CheckHeader(); in size() 522 util::Status CheckHeader() in CheckHeader() function
|
/external/cronet/tot/net/quic/ |
D | quic_http_stream_test.cc | 141 bool CheckHeader(const base::Value::Dict& params, in CheckHeader() function 1041 CheckHeader(entries[0].params, "cookie", "[6 bytes were stripped]")); in TEST_P() 1042 EXPECT_TRUE(CheckHeader(entries[1].params, "cookie", "secret")); in TEST_P() 1048 CheckHeader(entries[0].params, "set-cookie", "[6 bytes were stripped]")); in TEST_P() 1049 EXPECT_TRUE(CheckHeader(entries[1].params, "set-cookie", "secret")); in TEST_P()
|
/external/cronet/stable/net/quic/ |
D | quic_http_stream_test.cc | 141 bool CheckHeader(const base::Value::Dict& params, in CheckHeader() function 1041 CheckHeader(entries[0].params, "cookie", "[6 bytes were stripped]")); in TEST_P() 1042 EXPECT_TRUE(CheckHeader(entries[1].params, "cookie", "secret")); in TEST_P() 1048 CheckHeader(entries[0].params, "set-cookie", "[6 bytes were stripped]")); in TEST_P() 1049 EXPECT_TRUE(CheckHeader(entries[1].params, "set-cookie", "secret")); in TEST_P()
|
/external/lzma/CPP/7zip/Archive/ |
D | UefiHandler.cpp | 459 Byte CheckHeader; 464 UInt16 GetTailReference() const { return (UInt16)(CheckHeader | ((UInt16)CheckFile << 8)); } in GetTailReference() 482 CheckHeader = p[0x10]; in Parse()
|
/external/vboot_reference/cgpt/ |
D | cgpt_common.c | 193 if (CheckHeader(primary_header, 0, drive->gpt.streaming_drive_sectors, in GptLoad() 211 if (CheckHeader(secondary_header, 1, drive->gpt.streaming_drive_sectors, in GptLoad()
|