/third_party/node/deps/icu-small/source/i18n/ |
D | uspoof.cpp | 388 USpoofCheckResult* checkResult, in uspoof_check2() argument 400 int32_t result = uspoof_check2UnicodeString(sc, idStr, checkResult, status); in uspoof_check2() 424 USpoofCheckResult* checkResult, in uspoof_check2UTF8() argument 431 int32_t result = uspoof_check2UnicodeString(sc, idStr, checkResult, status); in uspoof_check2UTF8() 559 int32_t checkImpl(const SpoofImpl* This, const UnicodeString& id, CheckResult* checkResult, UErrorC… in checkImpl() argument 561 U_ASSERT(checkResult != nullptr); in checkImpl() 562 checkResult->clear(); in checkImpl() 570 checkResult->fRestrictionLevel = idRestrictionLevel; in checkImpl() 579 checkResult->fNumerics = numerics; // UnicodeSet::operator= in checkImpl() 647 checkResult->fChecks = result; in checkImpl() [all …]
|
/third_party/icu/icu4c/source/i18n/ |
D | uspoof.cpp | 388 USpoofCheckResult* checkResult, in uspoof_check2() argument 400 int32_t result = uspoof_check2UnicodeString(sc, idStr, checkResult, status); in uspoof_check2() 424 USpoofCheckResult* checkResult, in uspoof_check2UTF8() argument 431 int32_t result = uspoof_check2UnicodeString(sc, idStr, checkResult, status); in uspoof_check2UTF8() 559 int32_t checkImpl(const SpoofImpl* This, const UnicodeString& id, CheckResult* checkResult, UErrorC… in checkImpl() argument 561 U_ASSERT(checkResult != NULL); in checkImpl() 562 checkResult->clear(); in checkImpl() 570 checkResult->fRestrictionLevel = idRestrictionLevel; in checkImpl() 579 checkResult->fNumerics = numerics; // UnicodeSet::operator= in checkImpl() 647 checkResult->fChecks = result; in checkImpl() [all …]
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | uspoof.cpp | 384 USpoofCheckResult* checkResult, in uspoof_check2() argument 396 int32_t result = uspoof_check2UnicodeString(sc, idStr, checkResult, status); in uspoof_check2() 420 USpoofCheckResult* checkResult, in uspoof_check2UTF8() argument 427 int32_t result = uspoof_check2UnicodeString(sc, idStr, checkResult, status); in uspoof_check2UTF8() 555 int32_t checkImpl(const SpoofImpl* This, const UnicodeString& id, CheckResult* checkResult, UErrorC… in checkImpl() argument 557 U_ASSERT(checkResult != NULL); in checkImpl() 558 checkResult->clear(); in checkImpl() 566 checkResult->fRestrictionLevel = idRestrictionLevel; in checkImpl() 575 checkResult->fNumerics = numerics; // UnicodeSet::operator= in checkImpl() 643 checkResult->fChecks = result; in checkImpl() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupsTestsUtils.hpp | 211 CheckResult checkResult, 219 CheckResult checkResult); 256 const VerificationFunctor& checkResult, 264 CheckResult checkResult); 271 CheckResultFragment checkResult); 278 CheckResultCompute checkResult, 288 CheckResult checkResult, 298 CheckResult checkResult, 307 const VerificationFunctor& checkResult, 321 CheckResult checkResult, [all …]
|
D | vktSubgroupsTestsUtils.cpp | 2541 subgroups::CheckResult checkResult, in makeTessellationEvaluationFrameBufferTest() argument 2544 …SubgroupSize(context, format, extraData, extraDataCount, internalData, checkResult, shaderStage, 0… in makeTessellationEvaluationFrameBufferTest() 2552 subgroups::CheckResult checkResult, in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize() argument 2731 if (!checkResult(internalData, datas, width/2u, subgroupSize)) in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize() 2781 subgroups::CheckResult checkResult) in makeGeometryFrameBufferTest() argument 2783 …equiredSubgroupSize(context, format, extraData, extraDataCount, internalData, checkResult, 0u, 0u); in makeGeometryFrameBufferTest() 2791 subgroups::CheckResult checkResult, in makeGeometryFrameBufferTestRequiredSubgroupSize() argument 2968 if (!checkResult(internalData, datas, width, subgroupSize)) in makeGeometryFrameBufferTestRequiredSubgroupSize() 3013 const VerificationFunctor& checkResult, in allStages() argument 3016 …redSubgroupSize(context, format, extraData, extraDataCount, internalData, checkResult, shaderStage, in allStages() [all …]
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/ |
D | esextcGPUShader5TextureGatherOffset.hpp | 219 virtual bool checkResult(const CapturedVaryings& captured_data, unsigned int index, 272 …virtual bool checkResult(const CapturedVaryings& captured_data, unsigned int index, unsigned int t… 435 …virtual bool checkResult(const CapturedVaryings& captured_data, unsigned int index, unsigned int t… 500 …virtual bool checkResult(const CapturedVaryings& captured_data, unsigned int index, unsigned int t… 649 …virtual bool checkResult(const CapturedVaryings& captured_data, unsigned int index, unsigned int t… 689 …virtual bool checkResult(const CapturedVaryings& captured_data, unsigned int index, unsigned int t… 742 …virtual bool checkResult(const CapturedVaryings& captured_data, unsigned int index, unsigned int t… 930 …virtual bool checkResult(const CapturedVaryings& captured_data, unsigned int index, unsigned int t… 961 …virtual bool checkResult(const CapturedVaryings& captured_data, unsigned int index, unsigned int t… 992 …virtual bool checkResult(const CapturedVaryings& captured_data, unsigned int index, unsigned int t… [all …]
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | uspoof.h | 997 USpoofCheckResult* checkResult, 1034 USpoofCheckResult* checkResult, 1066 uspoof_closeCheckResult(USpoofCheckResult *checkResult); 1083 uspoof_getCheckResultChecks(const USpoofCheckResult *checkResult, UErrorCode *status); 1096 uspoof_getCheckResultRestrictionLevel(const USpoofCheckResult *checkResult, UErrorCode *status); 1110 uspoof_getCheckResultNumerics(const USpoofCheckResult *checkResult, UErrorCode *status); 1483 USpoofCheckResult* checkResult,
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | uspoof.h | 997 USpoofCheckResult* checkResult, 1034 USpoofCheckResult* checkResult, 1066 uspoof_closeCheckResult(USpoofCheckResult *checkResult); 1083 uspoof_getCheckResultChecks(const USpoofCheckResult *checkResult, UErrorCode *status); 1096 uspoof_getCheckResultRestrictionLevel(const USpoofCheckResult *checkResult, UErrorCode *status); 1110 uspoof_getCheckResultNumerics(const USpoofCheckResult *checkResult, UErrorCode *status); 1483 USpoofCheckResult* checkResult,
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | uspoof.h | 997 USpoofCheckResult* checkResult, 1034 USpoofCheckResult* checkResult, 1066 uspoof_closeCheckResult(USpoofCheckResult *checkResult); 1083 uspoof_getCheckResultChecks(const USpoofCheckResult *checkResult, UErrorCode *status); 1096 uspoof_getCheckResultRestrictionLevel(const USpoofCheckResult *checkResult, UErrorCode *status); 1110 uspoof_getCheckResultNumerics(const USpoofCheckResult *checkResult, UErrorCode *status); 1483 USpoofCheckResult* checkResult,
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | TextTrieMapTest.java | 99 checkResult("get(String) case " + i, itr, TESTCASES[i][1]); in TestCaseSensitive() 111 checkResult("get(String, int) case " + i, itr, TESTCASES[i][1]); in TestCaseSensitive() 145 checkResult("Get Sunday", itr, new Object[]{FOO, SUN}); in TestCaseSensitive() 159 checkResult("get(String) case " + i, itr, TESTCASES[i][2]); in TestCaseInsensitive() 171 checkResult("get(String, int) case " + i, itr, TESTCASES[i][2]); in TestCaseInsensitive() 204 checkResult("Get Sunday", itr, new Object[]{SUN, FOO, BAR}); in TestCaseInsensitive() 217 private void checkResult(String memo, Iterator itr, Object expected) { in checkResult() method in TextTrieMapTest
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
D | TextTrieMapTest.java | 102 checkResult("get(String) case " + i, itr, TESTCASES[i][1]); in TestCaseSensitive() 114 checkResult("get(String, int) case " + i, itr, TESTCASES[i][1]); in TestCaseSensitive() 148 checkResult("Get Sunday", itr, new Object[]{FOO, SUN}); in TestCaseSensitive() 162 checkResult("get(String) case " + i, itr, TESTCASES[i][2]); in TestCaseInsensitive() 174 checkResult("get(String, int) case " + i, itr, TESTCASES[i][2]); in TestCaseInsensitive() 207 checkResult("Get Sunday", itr, new Object[]{SUN, FOO, BAR}); in TestCaseInsensitive() 220 private void checkResult(String memo, Iterator itr, Object expected) { in checkResult() method in TextTrieMapTest
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/ |
D | SpoofCheckerTest.java | 372 int checkResult = sc.areConfusable(s1, s2); in TestSpoofAPI() local 373 …uals("", SpoofChecker.MIXED_SCRIPT_CONFUSABLE | SpoofChecker.WHOLE_SCRIPT_CONFUSABLE, checkResult); in TestSpoofAPI() 581 CheckResult checkResult = new CheckResult(); in TestRestrictionLevel() local 591 boolean actualValue = sc.failsChecks(testString, checkResult); in TestRestrictionLevel() 593 expectedLevel, checkResult.restrictionLevel); in TestRestrictionLevel() 624 CheckResult checkResult = new CheckResult(); in TestMixedNumbers() local 632 boolean actualValue = sc.failsChecks(testString, checkResult); in TestMixedNumbers() 633 assertEquals("", expected, checkResult.numerics); in TestMixedNumbers() 645 CheckResult checkResult = new CheckResult(); in TestBug11635() local 647 sc.failsChecks(identifier, checkResult); in TestBug11635() [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/text/ |
D | SpoofCheckerTest.java | 375 int checkResult = sc.areConfusable(s1, s2); in TestSpoofAPI() local 376 …uals("", SpoofChecker.MIXED_SCRIPT_CONFUSABLE | SpoofChecker.WHOLE_SCRIPT_CONFUSABLE, checkResult); in TestSpoofAPI() 584 CheckResult checkResult = new CheckResult(); in TestRestrictionLevel() local 594 boolean actualValue = sc.failsChecks(testString, checkResult); in TestRestrictionLevel() 596 expectedLevel, checkResult.restrictionLevel); in TestRestrictionLevel() 627 CheckResult checkResult = new CheckResult(); in TestMixedNumbers() local 635 boolean actualValue = sc.failsChecks(testString, checkResult); in TestMixedNumbers() 636 assertEquals("", expected, checkResult.numerics); in TestMixedNumbers() 648 CheckResult checkResult = new CheckResult(); in TestBug11635() local 650 sc.failsChecks(identifier, checkResult); in TestBug11635() [all …]
|
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/ |
D | glcSubgroupsTestsUtils.hpp | 455 bool (*checkResult)(std::vector<const void*> datas, deUint32 width, deUint32 subgroupSize), 460 bool (*checkResult)(std::vector<const void*> datas, deUint32 width, deUint32 subgroupSize)); 464 bool (*checkResult)(std::vector<const void*> datas, deUint32 width, deUint32 subgroupSize), 469 bool (*checkResult)(std::vector<const void*> datas, deUint32 width, deUint32 subgroupSize)); 473 bool (*checkResult)(std::vector<const void*> datas, deUint32 width, 479 bool (*checkResult)(std::vector<const void*> datas,
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | SpoofChecker.java | 1313 public boolean failsChecks(String text, CheckResult checkResult) { 1317 if (checkResult != null) { 1318 checkResult.position = 0; 1319 checkResult.numerics = null; 1320 checkResult.restrictionLevel = null; 1328 if (checkResult != null) { 1329 checkResult.restrictionLevel = textRestrictionLevel; 1339 if (checkResult != null) { 1340 checkResult.numerics = numerics; 1405 if (checkResult != null) { [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | SpoofChecker.java | 1246 public boolean failsChecks(String text, CheckResult checkResult) { 1250 if (checkResult != null) { 1251 checkResult.position = 0; 1252 checkResult.numerics = null; 1253 checkResult.restrictionLevel = null; 1261 if (checkResult != null) { 1262 checkResult.restrictionLevel = textRestrictionLevel; 1272 if (checkResult != null) { 1273 checkResult.numerics = numerics; 1338 if (checkResult != null) { [all …]
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuResultCollector.cpp | 88 bool ResultCollector::checkResult (bool condition, qpTestResult result, const std::string& msg) in checkResult() function in tcu::ResultCollector 102 return checkResult(condition, QP_TEST_RESULT_FAIL, msg); in check()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkDefs.cpp | 77 void checkResult (VkResult result, const char* msg, const char* file, int line) in checkResult() function 102 checkResult(result, msg, file, line); in checkWsiResult()
|
D | vkDefs.hpp | 62 #define VK_CHECK(EXPR) vk::checkResult((EXPR), #EXPR, __FILE__, __LINE__) 63 #define VK_CHECK_MSG(EXPR, MSG) vk::checkResult((EXPR), MSG, __FILE__, __LINE__) 263 void checkResult (VkResult result, const char* message, const char* file, int line);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineCreationCacheControlTests.cpp | 134 qpTestResult checkResult(VkResult result, const vector<UniquePipeline>&, duration, string& reason) in checkResult() function 1137 checkResult<VK_SUCCESS>, 1147 checkResult<VK_SUCCESS, QP_TEST_RESULT_COMPATIBILITY_WARNING>, 1171 checkResult<VK_SUCCESS>, 1201 checkResult<VK_SUCCESS>, 1251 checkResult<VK_ERROR_PIPELINE_COMPILE_REQUIRED_EXT, QP_TEST_RESULT_COMPATIBILITY_WARNING>, 1276 checkResult<VK_ERROR_PIPELINE_COMPILE_REQUIRED_EXT, QP_TEST_RESULT_COMPATIBILITY_WARNING>, 1299 checkResult<VK_ERROR_PIPELINE_COMPILE_REQUIRED_EXT, QP_TEST_RESULT_COMPATIBILITY_WARNING>, 1326 checkResult<VK_ERROR_PIPELINE_COMPILE_REQUIRED_EXT, QP_TEST_RESULT_COMPATIBILITY_WARNING>
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | spooftest.c | 488 USpoofCheckResult* checkResult = uspoof_openCheckResult(&status); in TestUSpoofCAPI() local 505 result2 = uspoof_check2(sc, str, -1, checkResult, &status); in TestUSpoofCAPI() 510 … TEST_ASSERT_EQ(result1 & USPOOF_ALL_CHECKS, uspoof_getCheckResultChecks(checkResult, &status)); in TestUSpoofCAPI() 513 … URestrictionLevel restrictionLevel = uspoof_getCheckResultRestrictionLevel(checkResult, &status); in TestUSpoofCAPI() 525 uspoof_closeCheckResult(checkResult); in TestUSpoofCAPI()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | itspoof.cpp | 75 USpoofCheckResult *checkResult; \ 76 checkResult = uspoof_openCheckResult(&status); \ 83 uspoof_closeCheckResult(checkResult); \ 660 uspoof_check2UnicodeString(sc, testString, checkResult, &status); in testMixedNumbers() 661 …UBool mixedNumberFailure = ((uspoof_getCheckResultChecks(checkResult, &status) & USPOOF_MIXED_NUMB… in testMixedNumbers() 663 … UnicodeSet* actualSet = UnicodeSet::fromUSet(uspoof_getCheckResultNumerics(checkResult, &status)); in testMixedNumbers()
|
/third_party/node/test/parallel/ |
D | test-wasm-web-api.js | 38 function testCompileStreaming(makeResponsePromise, checkResult) { argument 42 return checkResult(WebAssembly.compileStreaming(response));
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferViewAccessTests.cpp | 83 tcu::TestStatus checkResult (deInt8 factor); 429 tcu::TestStatus BufferViewTestInstance::checkResult (deInt8 factor) in checkResult() function in vkt::api::__anonf9833a310111::BufferViewTestInstance 464 tcu::TestStatus testStatus = checkResult(1); in iterate() 479 return checkResult(factor); in iterate()
|
/third_party/lz4/tests/ |
D | fullbench.c | 672 int checkResult = 1; in fullSpeedBench() local 685 …= local_LZ4_decompress_safe_partial; dName = "LZ4_decompress_safe_partial"; checkResult = 0; break; in fullSpeedBench() 686 …ss_safe_partial_usingDict; dName = "LZ4_decompress_safe_partial_usingDict"; checkResult = 0; break; in fullSpeedBench() 688 …e_partial_forceExtDict; dName = "LZ4_decompress_safe_partial_forceExtDict"; checkResult = 0; break; in fullSpeedBench() 746 if (checkResult && (crcOriginal!=crcDecoded)) { in fullSpeedBench()
|