Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/tests/end2end/
H A DQueryTests.cpp160 EXPECT_BUFFER(destination, 0, kQueryCount * sizeof(uint64_t), new TimestampExpectation); in TEST_P()
180 EXPECT_BUFFER(destination, 0, kQueryCount * sizeof(uint64_t), new TimestampExpectation); in TEST_P()
199 EXPECT_BUFFER(destination, 0, kQueryCount * sizeof(uint64_t), new TimestampExpectation); in TEST_P()
228 EXPECT_BUFFER(destination, 0, sizeof(uint64_t), new TimestampExpectation); in TEST_P()
244 EXPECT_BUFFER(destination, sizeof(uint64_t), sizeof(uint64_t), new TimestampExpectation); in TEST_P()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/tests/
H A DDawnTest.h34 #define EXPECT_BUFFER(buffer, offset, size, expectation) \ macro
38 EXPECT_BUFFER(buffer, offset, sizeof(uint16_t), new ::detail::ExpectEq<uint16_t>(expected))
41 EXPECT_BUFFER(buffer, offset, sizeof(uint16_t) * (count), \
45 EXPECT_BUFFER(buffer, offset, sizeof(uint32_t), new ::detail::ExpectEq<uint32_t>(expected))
48 EXPECT_BUFFER(buffer, offset, sizeof(uint32_t) * (count), \
52 EXPECT_BUFFER(buffer, offset, sizeof(uint64_t) * (count), \
56 EXPECT_BUFFER(buffer, offset, sizeof(float), new ::detail::ExpectEq<float>(expected))
59 EXPECT_BUFFER(buffer, offset, sizeof(float) * (count), \
/dports/devel/hadoop2/jetty-6.1.14/modules/jetty/src/main/java/org/mortbay/jetty/
H A DHttpHeaders.java194 EXPECT_BUFFER=CACHE.add(EXPECT,EXPECT_ORDINAL), field in HttpHeaders
/dports/devel/hadoop/jetty-6.1.14/modules/jetty/src/main/java/org/mortbay/jetty/
H A DHttpHeaders.java194 EXPECT_BUFFER=CACHE.add(EXPECT,EXPECT_ORDINAL), field in HttpHeaders