Home
last modified time | relevance | path

Searched refs:validationResult (Results 1 - 16 of 16) sorted by relevance

/third_party/libphonenumber/javascript/i18n/phonenumbers/
H A Ddemo.js60 var validationResult = i18n.phonenumbers.PhoneNumberUtil.ValidationResult;
65 if (isPossibleReason == validationResult.IS_POSSIBLE_LOCAL_ONLY) {
87 case validationResult.INVALID_COUNTRY_CODE:
90 case validationResult.TOO_SHORT:
93 case validationResult.TOO_LONG:
96 case validationResult.INVALID_LENGTH:
H A Dphonenumberutil.js4355 var validationResult = this.testNumberLength_(
4358 if (validationResult != validationResults.TOO_SHORT &&
4359 validationResult != validationResults.IS_POSSIBLE_LOCAL_ONLY &&
4360 validationResult != validationResults.INVALID_LENGTH) {
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderBallotTests.cpp592 bool validationResult = ShaderBallotBaseTestCase::validateScreenPixels( in iterate() local
594 TCU_CHECK_MSG(validationResult, "Bitmask value is not correct"); in iterate()
668 bool validationResult = ShaderBallotBaseTestCase::validateScreenPixels( in iterate() local
670 TCU_CHECK_MSG(validationResult, "Value returned from ballotARB function is not correct"); in iterate()
744 bool validationResult = in iterate() local
746 TCU_CHECK_MSG(validationResult, "Read functions result is not correct"); in iterate()
H A Dgl4cShaderViewportLayerArrayTests.cpp416 bool validationResult = ShaderViewportLayerArrayUtils::validateColor( in iterate() local
418 TCU_CHECK_MSG(validationResult, "Expected pixel color did not match rendered one."); in iterate()
515 bool validationResult = in iterate() local
518 TCU_CHECK_MSG(validationResult, "Expected pixel color did not match rendered one."); in iterate()
/third_party/glslang/gtests/
H A DLink.FromFile.Vk.cpp53 result.validationResult = false; in TEST_P()
93 result.validationResult = !options().validate || logger.getAllMessages().empty(); in TEST_P()
H A DConfig.FromFile.cpp54 result.validationResult = true; in TEST_P()
H A DLink.FromFile.cpp53 result.validationResult = true; in TEST_P()
H A DVkRelaxed.FromFile.cpp255 result.validationResult = success; in TEST_P()
271 result.validationResult &= !options().validate || logger.getAllMessages().empty(); in TEST_P()
H A DGlslMapIO.FromFile.cpp302 result.validationResult = success; in TEST_P()
318 result.validationResult &= !options().validate || logger.getAllMessages().empty(); in TEST_P()
H A DTestFixture.h178 bool validationResult; member
448 if (!result.validationResult) { in outputResultToStream()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderGroupVoteTests.cpp194 bool validationResult = validateScreenPixels(context, m_desiredColor); in validate() local
197 TCU_CHECK_MSG(validationResult, validationErrorMsg.c_str()); in validate()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A DlibEGL.cpp1253 EGLenum validationResult = context->validateSharedImage(target, name, textureLevel); in CreateImage() local
1255 if(validationResult != EGL_SUCCESS) in CreateImage()
1257 return error(validationResult, EGL_NO_IMAGE_KHR); in CreateImage()
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhoneNumberUtil.java3337 ValidationResult validationResult = testNumberLength(potentialNationalNumber, regionMetadata); in parseHelper()
3338 if (validationResult != ValidationResult.TOO_SHORT in parseHelper()
3339 && validationResult != ValidationResult.IS_POSSIBLE_LOCAL_ONLY in parseHelper()
3340 && validationResult != ValidationResult.INVALID_LENGTH) { in parseHelper()
/third_party/libabigail/tests/lib/
H A Dcatch.hpp9348 auto validationResult = validate();
9349 if( !validationResult )
9350 return InternalParseResult( validationResult );
9425 auto validationResult = validate();
9426 if( !validationResult )
9427 return InternalParseResult( validationResult );
/third_party/typescript/lib/
H A DtypingsInstaller.js[all...]
H A Dtsserver.js[all...]

Completed in 83 milliseconds