Home
last modified time | relevance | path

Searched refs:CheckHeader (Results 1 – 15 of 15) 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/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.cc107 CHECK(CheckHeader(ptr)) << "before_mask has been overwritten"; in DeallocateRaw()
141 bool GPUDebugAllocator::CheckHeader(void* ptr) { in CheckHeader() function in tensorflow::GPUDebugAllocator
Dgpu_debug_allocator.h50 bool CheckHeader(void* ptr);
Dgpu_debug_allocator_test.cc53 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/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_format_vp8_test_helper.cc128 void RtpFormatVp8TestHelper::CheckHeader(bool frag_start) { in CheckHeader() function in webrtc::test::RtpFormatVp8TestHelper
244 CheckHeader(frag_start); in CheckPacket()
Drtp_format_vp8_test_helper.h48 void CheckHeader(bool frag_start);
/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.h127 bool CheckHeader();
Dcpdf_data_avail.cpp110 return CheckHeader(); in CheckDocStatus()
403 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/v8/src/wasm/
Dstreaming-decoder.cc131 void CheckHeader(Decoder* decoder);
/external/mesa3d/scons/
Dgallium.py154 if conf.CheckHeader(header):