Home
last modified time | relevance | path

Searched refs:zeros (Results 1 – 7 of 7) sorted by relevance

/hardware/google/pixel/misc_writer/
Dmisc_writer_test.cpp39 auto zeros = std::string(WIPE_PACKAGE_OFFSET_IN_MISC - VENDOR_SPACE_OFFSET_IN_MISC, 0); in TearDown() local
41 ASSERT_TRUE(MiscWriter::WriteMiscPartitionVendorSpace(zeros.data(), zeros.size(), 0, &err)) in TearDown()
74 std::string zeros(expected.size(), 0); in TEST_F() local
75 CheckMiscPartitionVendorSpaceContent(0, zeros); in TEST_F()
87 std::string zeros(expected.size(), 0); in TEST_F() local
88 CheckMiscPartitionVendorSpaceContent(offset, zeros); in TEST_F()
105 std::string zeros(expected.size(), 0); in TEST_F() local
106 CheckMiscPartitionVendorSpaceContent(32, zeros); in TEST_F()
/hardware/interfaces/broadcastradio/1.1/
Dtypes.hal180 * The remaining bits should be set to zeros when writing on the chip side
199 * The remaining bits should be set to zeros when writing on the chip side
/hardware/interfaces/renderscript/1.0/vts/functional/
DVtsScriptTests.cpp338 zeros(256 * 256 * 4, 0); in TEST_P() local
409 EXPECT_NE(zeros, dataOut); in TEST_P()
/hardware/interfaces/graphics/mapper/2.0/
DIMapper.hal150 * An accessRegion of all-zeros means the entire buffer. That is, it is
/hardware/interfaces/broadcastradio/2.0/
Dtypes.hal498 * The remaining bits should be set to zeros when writing on the chip side
531 * The remaining bits should be set to zeros when writing on the chip side
/hardware/interfaces/graphics/mapper/4.0/
DIMapper.hal209 * An accessRegion of all-zeros means the entire buffer. That is, it is
/hardware/interfaces/neuralnetworks/1.3/
Dtypes.hal870 * NOTE: Before HAL version 1.3, if the elements along an axis are all zeros,
872 * are all zeros, the result is logical zero.