Home
last modified time | relevance | path

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

/external/zucchini/
Dbuffer_source_unittest.cc179 constexpr Result kBad{false, kUnInit, 0U}; in TEST_F() local
199 EXPECT_EQ(kBad, run("80")); // Out of data. in TEST_F()
205 EXPECT_EQ(kBad, run("80 80")); // Out of data. in TEST_F()
206 EXPECT_EQ(kBad, run("F1 88")); // Out of data. in TEST_F()
212 EXPECT_EQ(kBad, run("80 80 80")); // Out of data. in TEST_F()
213 EXPECT_EQ(kBad, run("AB CD EF")); // Out of data. in TEST_F()
225 EXPECT_EQ(kBad, run("FF FF FF FF 80")); // Too long / out of data. in TEST_F()
229 EXPECT_EQ(kBad, run("FF FF FF FF FF 00")); // Too long. in TEST_F()
238 constexpr Result kBad{false, kUnInit, 0U}; in TEST_F() local
258 EXPECT_EQ(kBad, run("80")); // Out of data. in TEST_F()
[all …]
/external/clang/test/SemaCXX/
Dconstexpr-depth.cpp7 constexpr int kBad = depth(MAX + 1); // expected-error {{must be initialized by a constant expressi… variable
/external/cronet/net/third_party/quiche/src/quiche/balsa/
Dbalsa_frame.cc1014 static const signed char kBad = -1; in ProcessInput() local
1033 signed char addition = kBad; in ProcessInput()
1087 if (!chunk_length_character_extracted_ || addition == kBad) { in ProcessInput()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineColorWriteEnableTests.cpp939 const tcu::Vec4 kBad(1.0f, 0.0f, 0.0f, 1.0f); in iterate() local
963 colorErrorAccess.setPixel((match ? kGood : kBad), x, y); in iterate()
991 depthErrorAccess.setPixel((match ? kGood : kBad), x, y); in iterate()
DvktPipelineExtendedDynamicStateTests.cpp5185 const tcu::Vec4 kBad (1.0f, 0.0f, 0.0f, 1.0f); in iterate() local
5218 colorErrorAccess.setPixel((match ? kGood : kBad), x, y); in iterate()
5227 depthErrorAccess.setPixel((match ? kGood : kBad), x, y); in iterate()
5233 stencilErrorAccess.setPixel((match ? kGood : kBad), x, y); in iterate()
/external/stressapptest/src/
Dworker.cc749 const int kBad = 1; in CheckRegion() local
780 state = kBad; in CheckRegion()
786 } else if (state == kBad) { in CheckRegion()
807 if ((state == kGoodAgain) || (state == kBad)) { in CheckRegion()
/external/skia/src/text/gpu/
DSubRunContainer.cpp67 kBad = 0, // Make this 0 to line up with errors from readInt. enumerator
2232 SkASSERT(kBad < subRunTypeInt && subRunTypeInt < kSubRunTypeCount); in MakeFromBuffer()
2233 if (!buffer.validate(kBad < subRunTypeInt && subRunTypeInt < kSubRunTypeCount)) { in MakeFromBuffer()