Home
last modified time | relevance | path

Searched refs:checkValue (Results 1 – 6 of 6) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
Dmnkytst.cpp64 CollationMonkeyTest::checkValue(int32_t value) in checkValue() function in CollationMonkeyTest
82 int32_t s = checkValue(rand() % source.length()); in TestCollationKey()
83 int32_t t = checkValue(rand() % source.length()); in TestCollationKey()
84 int32_t slen = checkValue((rand() - source.length()) % source.length()); in TestCollationKey()
85 int32_t tlen = checkValue((rand() - source.length()) % source.length()); in TestCollationKey()
157 int32_t s = checkValue(rand() % source.length()); in TestCompare()
158 int32_t t = checkValue(rand() % source.length()); in TestCompare()
159 int32_t slen = checkValue((rand() - source.length()) % source.length()); in TestCompare()
160 int32_t tlen = checkValue((rand() - source.length()) % source.length()); in TestCompare()
Dmnkytst.h36 int32_t checkValue(int32_t value);
/third_party/mesa3d/src/util/
Dxmlconfig.c296 checkValue(const driOptionValue *v, const driOptionInfo *info) in checkValue() function
379 assert(checkValue(optval, optinfo)); in driParseOptionInfo()
389 checkValue(&v, optinfo)) { in driParseOptionInfo()
750 if (!checkValue(&v, &version_range)) in parseAppAttr()
787 if (!checkValue(&v, &version_range)) in parseEngineAttr()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DPluralRulesTest.java395 checkValue(title1, rules, expected, values[0]);
397 checkValue(title1, rules, expected, values[1]);
403 public void checkValue(String title1, PluralRules rules, String expected, String value) {
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DPluralRulesTest.java457 checkValue(title1, rules, expected, values[0]);
459 checkValue(title1, rules, expected, values[1]);
465 public void checkValue(String title1, PluralRules rules, String expected, String value) {
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderPackingFunctionTests.cpp794 const deBool value0 = checkValue(in0, res0, conversion); in iterate()
797 const deBool value1 = checkValue(in1, res1, conversion); in iterate()
819 deBool checkValue (deUint16 inValue, float outValue, SubnormalizedConversionType& conversion) in checkValue() function in vkt::shaderexecutor::UnpackHalf2x16CaseInstance