Home
last modified time | relevance | path

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

/aosp_15_r20/external/zucchini/
H A Dbuffer_source_unittest.cc179 constexpr Result kBad{false, kUnInit, 0U}; in TEST_F() local
238 constexpr Result kBad{false, kUnInit, 0U}; in TEST_F() local
296 constexpr Result kBad{false, 0U}; in TEST_F() local
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dconstexpr-depth.cpp7 constexpr int kBad = depth(MAX + 1); // expected-error {{must be initialized by a constant expressi… variable
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/balsa/
H A Dbalsa_frame.cc1026 static const signed char kBad = -1; in ProcessInput() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineColorWriteEnableTests.cpp905 const tcu::Vec4 kBad(1.0f, 0.0f, 0.0f, 1.0f); in iterate() local
H A DvktPipelineExtendedDynamicStateTests.cpp6640 const tcu::Vec4 kBad(1.0f, 0.0f, 0.0f, 1.0f); in iterate() local
/aosp_15_r20/external/stressapptest/src/
H A Dworker.cc749 const int kBad = 1; in CheckRegion() local
/aosp_15_r20/external/skia/src/text/gpu/
H A DSubRunContainer.cpp99 kBad = 0, // Make this 0 to line up with errors from readInt. enumerator