Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/aec3/
Drender_delay_controller_metrics.cc27 kGood, enumerator
91 delay_reliability = DelayReliabilityCategory::kGood; in Update()
/external/llvm-project/clang/test/SemaCXX/
Dconstexpr-depth.cpp8 constexpr int kGood = depth(MAX); variable
/external/clang/test/SemaCXX/
Dconstexpr-depth.cpp8 constexpr int kGood = depth(MAX); variable
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dgoogle-objc-global-variable-declaration.m48 static NSString* const kGood = @"hello";
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineColorWriteEnableTests.cpp955 const tcu::Vec4 kGood(0.0f, 1.0f, 0.0f, 1.0f); in iterate() local
980 colorErrorAccess.setPixel((match ? kGood : kBad), x, y); in iterate()
1008 depthErrorAccess.setPixel((match ? kGood : kBad), x, y); in iterate()
DvktPipelineExtendedDynamicStateTests.cpp1944 const tcu::Vec4 kGood (0.0f, 1.0f, 0.0f, 1.0f); in iterate() local
1969 colorErrorAccess.setPixel((match ? kGood : kBad), x, y); in iterate()
1975 depthErrorAccess.setPixel((match ? kGood : kBad), x, y); in iterate()
1981 stencilErrorAccess.setPixel((match ? kGood : kBad), x, y); in iterate()
/external/stressapptest/src/
Dworker.cc748 const int kGood = 0; in CheckRegion() local
752 int state = kGood; in CheckRegion()
774 if (state == kGood) { in CheckRegion()