Home
last modified time | relevance | path

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

/external/vboot_reference/tests/
Dcgptlib_test.c359 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 …]
Dgpt_misc_tests.c157 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/
Drtp_format_vp8_test_helper.cc69 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
Drtp_format_vp8_test_helper.h43 int CheckHeader(rtc::ArrayView<const uint8_t> rtp_payload, bool first);
/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.cc65 EXPECT_TRUE(a.CheckHeader(gpu_array)); in TEST()
/external/vboot_reference/firmware/lib/
Dgpt_misc.c57 if (0 == CheckHeader(primary_header, 0, in AllocAndReadGptData()
93 if (0 == CheckHeader(secondary_header, 1, in AllocAndReadGptData()
/external/vboot_reference/firmware/lib/cgptlib/
Dcgptlib_internal.c66 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/
Dcgptlib_internal.h103 int CheckHeader(GptHeader *h, int is_secondary,
/external/pdfium/core/fpdfapi/parser/
Dcpdf_data_avail.h129 bool CheckHeader();
Dcpdf_data_avail.cpp116 return CheckHeader(); in CheckDocStatus()
410 bool CPDF_DataAvail::CheckHeader() { in CheckHeader() function in CPDF_DataAvail
/external/tink/cc/util/
Dtest_util.h499 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/
Dquic_http_stream_test.cc141 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/
Dquic_http_stream_test.cc141 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/
DUefiHandler.cpp459 Byte CheckHeader;
464 UInt16 GetTailReference() const { return (UInt16)(CheckHeader | ((UInt16)CheckFile << 8)); } in GetTailReference()
482 CheckHeader = p[0x10]; in Parse()
/external/vboot_reference/cgpt/
Dcgpt_common.c193 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()