Home
last modified time | relevance | path

Searched refs:testLength (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/tests/
H A DLayerTypeAndRenderTypeTransaction_test.cpp526 shot->expectColor(Rect(left, top, testLength, testLength), Color::RED); in TEST_P()
528 shot->expectColor(Rect(right - testLength, top, right, testLength), Color::RED); in TEST_P()
530 shot->expectColor(Rect(left, bottom - testLength, testLength, bottom - testLength), in TEST_P()
535 shot->expectColor(Rect(parentSize / 2 - testLength / 2, parentSize / 2 - testLength / 2, in TEST_P()
536 parentSize / 2 + testLength / 2, parentSize / 2 + testLength / 2), in TEST_P()
572 shot->expectColor(Rect(left, top, testLength, testLength), Color::BLACK); in TEST_P()
574 shot->expectColor(Rect(right - testLength, top, right, testLength), Color::BLACK); in TEST_P()
576 shot->expectColor(Rect(left, bottom - testLength, testLength, bottom - testLength), in TEST_P()
579 shot->expectColor(Rect(right - testLength, bottom - testLength, right, bottom), in TEST_P()
582 shot->expectColor(Rect(parentSize / 2 - testLength / 2, parentSize / 2 - testLength / 2, in TEST_P()
[all …]
/aosp12/frameworks/base/tests/CoreTests/android/core/
H A DTestWebData.java110 testLength = length; in TestWebData()
118 public int testLength; field in TestWebData
H A DTestWebServer.java816 psPrint(ps, "Content-length: "+TestWebData.testParams[testNum].testLength); in printHeaders()
/aosp12/packages/modules/Wifi/framework/tests/src/android/net/wifi/aware/
H A DTlvBufferUtilsTest.java272 final int testLength = 3; in testTlvItInvalidSizeT1L0() local
280 final int testLength = 3; in testTlvItInvalidSizeTm3L2() local
288 final int testLength = 3; in testTlvItInvalidSizeT1Lm2() local
296 final int testLength = 3; in testTlvItInvalidSizeT1L3() local
304 final int testLength = 3; in testTlvItInvalidSizeT3L1() local