Home
last modified time | relevance | path

Searched defs:checkResult (Results 1 - 25 of 29) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkDefs.cpp94 static void checkResult (VkResult result, const char* msg, const char* file, int line) in checkResult() function
111 void checkResult (VkResult result, const char* msg, const char* file, int line) in checkResult() function
/third_party/vk-gl-cts/framework/common/
H A DtcuResultCollector.cpp88 bool ResultCollector::checkResult (bool condition, qpTestResult result, const std::string& msg) in checkResult() function in tcu::ResultCollector
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DTextTrieMapTest.java220 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/util/
H A DTextTrieMapTest.java217 private void checkResult(String memo, Iterator itr, Object expected) { in checkResult() method in TextTrieMapTest
/third_party/icu/icu4c/source/test/cintltst/
H A Dspooftest.c488 USpoofCheckResult* checkResult = uspoof_openCheckResult(&status); in TestUSpoofCAPI() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderPrimitiveCounter.cpp471 bool GeometryShaderPrimitiveCounter::checkResult(const glw::GLint* data) in checkResult() function in glcts::GeometryShaderPrimitiveCounter
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/
H A DesextcTextureBufferTextureBufferRange.cpp1053 bool TextureBufferTextureBufferRange::checkResult(FormatInfo& info, const char* phase, bool transformFeedback) in checkResult() function in glcts::TextureBufferTextureBufferRange
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/
H A DesextcTextureBorderClampSamplingTexture.cpp733 bool TextureBorderClampSamplingTexture<InputType, OutputType>::checkResult(OutputType expectedValue, in checkResult() function in glcts::TextureBorderClampSamplingTexture
/third_party/icu/icu4c/source/i18n/
H A Duspoof.cpp559 int32_t checkImpl(const SpoofImpl* This, const UnicodeString& id, CheckResult* checkResult, UErrorCode* status) { in checkImpl() argument
386 uspoof_check2(const USpoofChecker *sc, const UChar* id, int32_t length, USpoofCheckResult* checkResult, UErrorCode *status) uspoof_check2() argument
422 uspoof_check2UTF8(const USpoofChecker *sc, const char *id, int32_t length, USpoofCheckResult* checkResult, UErrorCode *status) uspoof_check2UTF8() argument
654 uspoof_check2UnicodeString(const USpoofChecker *sc, const icu::UnicodeString &id, USpoofCheckResult* checkResult, UErrorCode *status) uspoof_check2UnicodeString() argument
802 CheckResult* checkResult = new CheckResult(); uspoof_openCheckResult() local
811 uspoof_closeCheckResult(USpoofCheckResult* checkResult) uspoof_closeCheckResult() argument
818 uspoof_getCheckResultChecks(const USpoofCheckResult *checkResult, UErrorCode *status) uspoof_getCheckResultChecks() argument
825 uspoof_getCheckResultRestrictionLevel(const USpoofCheckResult *checkResult, UErrorCode *status) uspoof_getCheckResultRestrictionLevel() argument
832 uspoof_getCheckResultNumerics(const USpoofCheckResult *checkResult, UErrorCode *status) uspoof_getCheckResultNumerics() argument
[all...]
/third_party/node/src/crypto/
H A Dcrypto_dh.cc413 int checkResult; in ComputeSecret() local
/third_party/node/deps/icu-small/source/i18n/
H A Duspoof.cpp644 int32_t checkImpl(const SpoofImpl* This, const UnicodeString& id, CheckResult* checkResult, UErrorCode* status) { in checkImpl() argument
387 uspoof_check2(const USpoofChecker *sc, const char16_t* id, int32_t length, USpoofCheckResult* checkResult, UErrorCode *status) uspoof_check2() argument
423 uspoof_check2UTF8(const USpoofChecker *sc, const char *id, int32_t length, USpoofCheckResult* checkResult, UErrorCode *status) uspoof_check2UTF8() argument
739 uspoof_check2UnicodeString(const USpoofChecker *sc, const icu::UnicodeString &id, USpoofCheckResult* checkResult, UErrorCode *status) uspoof_check2UnicodeString() argument
960 CheckResult* checkResult = new CheckResult(); uspoof_openCheckResult() local
969 uspoof_closeCheckResult(USpoofCheckResult* checkResult) uspoof_closeCheckResult() argument
976 uspoof_getCheckResultChecks(const USpoofCheckResult *checkResult, UErrorCode *status) uspoof_getCheckResultChecks() argument
983 uspoof_getCheckResultRestrictionLevel(const USpoofCheckResult *checkResult, UErrorCode *status) uspoof_getCheckResultRestrictionLevel() argument
990 uspoof_getCheckResultNumerics(const USpoofCheckResult *checkResult, UErrorCode *status) uspoof_getCheckResultNumerics() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Duspoof.cpp555 int32_t checkImpl(const SpoofImpl* This, const UnicodeString& id, CheckResult* checkResult, UErrorCode* status) { in checkImpl() argument
382 uspoof_check2(const USpoofChecker *sc, const UChar* id, int32_t length, USpoofCheckResult* checkResult, UErrorCode *status) uspoof_check2() argument
418 uspoof_check2UTF8(const USpoofChecker *sc, const char *id, int32_t length, USpoofCheckResult* checkResult, UErrorCode *status) uspoof_check2UTF8() argument
650 uspoof_check2UnicodeString(const USpoofChecker *sc, const icu::UnicodeString &id, USpoofCheckResult* checkResult, UErrorCode *status) uspoof_check2UnicodeString() argument
798 CheckResult* checkResult = new CheckResult(); uspoof_openCheckResult() local
807 uspoof_closeCheckResult(USpoofCheckResult* checkResult) uspoof_closeCheckResult() argument
814 uspoof_getCheckResultChecks(const USpoofCheckResult *checkResult, UErrorCode *status) uspoof_getCheckResultChecks() argument
821 uspoof_getCheckResultRestrictionLevel(const USpoofCheckResult *checkResult, UErrorCode *status) uspoof_getCheckResultRestrictionLevel() argument
828 uspoof_getCheckResultNumerics(const USpoofCheckResult *checkResult, UErrorCode *status) uspoof_getCheckResultNumerics() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DSpoofChecker.java1313 public boolean failsChecks(String text, CheckResult checkResult) { in failsChecks() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DSpoofChecker.java1246 public boolean failsChecks(String text, CheckResult checkResult) { in failsChecks() argument
[all...]
/third_party/lz4/tests/
H A Dfullbench.c672 int checkResult = 1; in fullSpeedBench() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferViewAccessTests.cpp461 tcu::TestStatus BufferViewTestInstance::checkResult (deInt8 factor) in checkResult() function in vkt::api::__anon27760::BufferViewTestInstance
903 tcu::TestStatus BufferViewAllFormatsTestInstance::checkResult () in checkResult() function in vkt::api::__anon27760::BufferViewAllFormatsTestInstance
H A DvktApiCopiesAndBlittingTests.cpp1935 tcu::TestStatus CopyImageToImageMipmap::checkResult (tcu::ConstPixelBufferAccess result, tcu::ConstPixelBufferAccess expected) in checkResult() function in vkt::api::__anon27770::CopyImageToImageMipmap
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineCreationCacheControlTests.cpp132 qpTestResult checkResult(VkResult result, const vector<UniquePipeline>&, duration, string& reason) in checkResult() function
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferViewAccessTests.cpp458 tcu::TestStatus BufferViewTestInstance::checkResult (deInt8 factor) in checkResult() function in vkt::api::__anon29008::BufferViewTestInstance
880 tcu::TestStatus BufferViewAllFormatsTestInstance::checkResult () in checkResult() function in vkt::api::__anon29008::BufferViewAllFormatsTestInstance
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineCreationCacheControlTests.cpp132 qpTestResult checkResult(VkResult result, const vector<UniquePipeline>&, duration, string& reason) in checkResult() function
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsSizeControlTests.cpp878 subgroups::CheckResultCompute checkResult = checkCompute; in testRequireSubgroupSize() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H A DvktShaderTileImageTests.cpp1645 tcu::TestStatus ShaderTileImageTestInstance::checkResult() const in checkResult() function in vkt::rasterization::__anon28378::ShaderTileImageTestInstance
/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/
H A DesextcGPUShader5TextureGatherOffset.cpp1465 bool GPUShader5TextureGatherOffsetColor2DRepeatCaseTest::checkResult(const CapturedVaryings& captured_data, in checkResult() function in glcts::GPUShader5TextureGatherOffsetColor2DRepeatCaseTest
1623 bool GPUShader5TextureGatherOffsetColor2DClampToBorderCaseTest::checkResult(const CapturedVaryings& captured_data, in checkResult() function in glcts::GPUShader5TextureGatherOffsetColor2DClampToBorderCaseTest
1837 bool GPUShader5TextureGatherOffsetColor2DClampToEdgeCaseTest::checkResult(const CapturedVaryings& captured_data, in checkResult() function in glcts::GPUShader5TextureGatherOffsetColor2DClampToEdgeCaseTest
2012 bool GPUShader5TextureGatherOffsetColor2DOffsetsCaseTest::checkResult(const CapturedVaryings& captured_data, in checkResult() function in glcts::GPUShader5TextureGatherOffsetColor2DOffsetsCaseTest
2364 bool GPUShader5TextureGatherOffsetDepth2DRepeatCaseTest::checkResult(const CapturedVaryings& captured_data, in checkResult() function in glcts::GPUShader5TextureGatherOffsetDepth2DRepeatCaseTest
2505 bool GPUShader5TextureGatherOffsetDepth2DRepeatYCaseTest::checkResult(const CapturedVaryings& captured_data, in checkResult() function in glcts::GPUShader5TextureGatherOffsetDepth2DRepeatYCaseTest
2690 bool GPUShader5TextureGatherOffsetDepth2DClampToBorderCaseTest::checkResult(const CapturedVaryings& captured_data, in checkResult() function in glcts::GPUShader5TextureGatherOffsetDepth2DClampToBorderCaseTest
2883 bool GPUShader5TextureGatherOffsetDepth2DClampToEdgeCaseTest::checkResult(cons function in glcts::GPUShader5TextureGatherOffsetDepth2DClampToEdgeCaseTest
3060 bool GPUShader5TextureGatherOffsetDepth2DOffsetsCaseTest::checkResult(const CapturedVaryings& captured_data, checkResult() function in glcts::GPUShader5TextureGatherOffsetDepth2DOffsetsCaseTest
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/
H A DvktQueryPoolStatisticsTests.cpp954 tcu::TestStatus ComputeInvocationsSecondaryTestInstance::checkResult (const de::SharedPtr<Buffer> buffer, const VkQueryPool queryPool) in checkResult() function in vkt::QueryPool::__anon29570::ComputeInvocationsSecondaryTestInstance
1705 tcu::TestStatus VertexShaderTestInstance::checkResult (VkQueryPool queryPool) in checkResult() function in vkt::QueryPool::__anon29570::VertexShaderTestInstance
2309 tcu::TestStatus GeometryShaderTestInstance::checkResult (VkQueryPool queryPool) checkResult() function in vkt::QueryPool::__anon29570::GeometryShaderTestInstance
2886 tcu::TestStatus TessellationShaderTestInstance::checkResult (VkQueryPool queryPool) checkResult() function in vkt::QueryPool::__anon29570::TessellationShaderTestInstance
3962 tcu::TestStatus VertexShaderMultipleQueryTestInstance::checkResult (VkQueryPool queryPool) checkResult() function in vkt::QueryPool::__anon29570::VertexShaderMultipleQueryTestInstance
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolStatisticsTests.cpp954 tcu::TestStatus ComputeInvocationsSecondaryTestInstance::checkResult (const de::SharedPtr<Buffer> buffer, const VkQueryPool queryPool) in checkResult() function in vkt::QueryPool::__anon28359::ComputeInvocationsSecondaryTestInstance
1707 tcu::TestStatus VertexShaderTestInstance::checkResult (VkQueryPool queryPool) in checkResult() function in vkt::QueryPool::__anon28359::VertexShaderTestInstance
2317 tcu::TestStatus GeometryShaderTestInstance::checkResult (VkQueryPool queryPool) checkResult() function in vkt::QueryPool::__anon28359::GeometryShaderTestInstance
2894 tcu::TestStatus TessellationShaderTestInstance::checkResult (VkQueryPool queryPool) checkResult() function in vkt::QueryPool::__anon28359::TessellationShaderTestInstance
3976 tcu::TestStatus VertexShaderMultipleQueryTestInstance::checkResult (VkQueryPool queryPool) checkResult() function in vkt::QueryPool::__anon28359::VertexShaderMultipleQueryTestInstance
[all...]

Completed in 60 milliseconds

12