Home
last modified time | relevance | path

Searched refs:CheckHeader (Results 1 – 14 of 14) sorted by relevance

/external/vboot_reference/tests/
Dcgptlib_test.c356 EXPECT(1 == CheckHeader(NULL, 0, gpt->streaming_drive_sectors, gpt->gpt_drive_sectors, 0)); in SignatureTest()
363 EXPECT(1 == CheckHeader(h1, 0, gpt->streaming_drive_sectors, gpt->gpt_drive_sectors, 0)); in SignatureTest()
364 EXPECT(1 == CheckHeader(h2, 1, gpt->streaming_drive_sectors, gpt->gpt_drive_sectors, 0)); in SignatureTest()
398 EXPECT(CheckHeader(h1, 0, gpt->streaming_drive_sectors, gpt->gpt_drive_sectors, 0) == in RevisionTest()
400 EXPECT(CheckHeader(h2, 1, gpt->streaming_drive_sectors, gpt->gpt_drive_sectors, 0) == in RevisionTest()
431 EXPECT(CheckHeader(h1, 0, gpt->streaming_drive_sectors, gpt->gpt_drive_sectors, 0) == in SizeTest()
433 EXPECT(CheckHeader(h2, 1, gpt->streaming_drive_sectors, gpt->gpt_drive_sectors, 0) == in SizeTest()
450 EXPECT(1 == CheckHeader(h1, 0, gpt->streaming_drive_sectors, gpt->gpt_drive_sectors, 0)); in CrcFieldTest()
451 EXPECT(1 == CheckHeader(h2, 1, gpt->streaming_drive_sectors, gpt->gpt_drive_sectors, 0)); in CrcFieldTest()
454 EXPECT(0 == CheckHeader(h1, 0, gpt->streaming_drive_sectors, gpt->gpt_drive_sectors, 0)); in CrcFieldTest()
[all …]
Dvboot_kernel_tests.c325 TEST_EQ(CheckHeader(mock_gpt_primary, 0, g.streaming_drive_sectors, in ReadWriteGptTest()
328 TEST_EQ(CheckHeader(mock_gpt_secondary, 1, g.streaming_drive_sectors, in ReadWriteGptTest()
344 TEST_EQ(CheckHeader(mock_gpt_primary, 0, g.streaming_drive_sectors, in ReadWriteGptTest()
347 TEST_EQ(CheckHeader(mock_gpt_secondary, 1, g.streaming_drive_sectors, in ReadWriteGptTest()
364 TEST_EQ(CheckHeader(mock_gpt_primary, 0, g.streaming_drive_sectors, in ReadWriteGptTest()
367 TEST_EQ(CheckHeader(mock_gpt_secondary, 1, g.streaming_drive_sectors, in ReadWriteGptTest()
395 TEST_EQ(CheckHeader(mock_gpt_primary, 0, g.streaming_drive_sectors, in ReadWriteGptTest()
420 TEST_EQ(CheckHeader(mock_gpt_secondary, 1, g.streaming_drive_sectors, in ReadWriteGptTest()
/external/webrtc/modules/rtp_rtcp/source/
Drtp_format_vp8_test_helper.cc67 int payload_offset = CheckHeader(rtp_payload, /*first=*/i == 0); in GetAllPacketsAndCheck()
78 int RtpFormatVp8TestHelper::CheckHeader(rtc::ArrayView<const uint8_t> buffer, in CheckHeader() function in webrtc::RtpFormatVp8TestHelper
Drtp_format_vp8_test_helper.h40 int CheckHeader(rtc::ArrayView<const uint8_t> rtp_payload, bool first);
/external/vboot_reference/firmware/lib/
Dgpt_misc.c51 if (0 == CheckHeader(primary_header, 0, in AllocAndReadGptData()
76 if (0 == CheckHeader(secondary_header, 1, in AllocAndReadGptData()
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_debug_allocator.cc108 CHECK(CheckHeader(ptr)) << "before_mask has been overwritten"; in DeallocateRaw()
142 bool GPUDebugAllocator::CheckHeader(void* ptr) { in CheckHeader() function in tensorflow::GPUDebugAllocator
Dgpu_debug_allocator.h50 bool CheckHeader(void* ptr);
Dgpu_debug_allocator_test.cc63 EXPECT_TRUE(a.CheckHeader(gpu_array)); in TEST()
/external/vboot_reference/firmware/lib/cgptlib/
Dcgptlib_internal.c66 int CheckHeader(GptHeader *h, int is_secondary, in CheckHeader() function
254 if (0 == CheckHeader(header1, 0, gpt->streaming_drive_sectors, in GptSanityCheck()
259 if (0 == CheckHeader(header2, 1, gpt->streaming_drive_sectors, in GptSanityCheck()
/external/vboot_reference/firmware/lib/cgptlib/include/
Dcgptlib_internal.h88 int CheckHeader(GptHeader *h, int is_secondary,
/external/pdfium/core/fpdfapi/parser/
Dcpdf_data_avail.h131 bool CheckHeader();
Dcpdf_data_avail.cpp118 return CheckHeader(); in CheckDocStatus()
396 bool CPDF_DataAvail::CheckHeader() { in CheckHeader() function in CPDF_DataAvail
/external/vboot_reference/cgpt/
Dcgpt_common.c176 if (CheckHeader(primary_header, 0, drive->gpt.streaming_drive_sectors, in GptLoad()
190 if (CheckHeader(secondary_header, 1, drive->gpt.streaming_drive_sectors, in GptLoad()
/external/mesa3d/scons/
Dgallium.py157 if conf.CheckHeader(header):