Home
last modified time | relevance | path

Searched refs:isPossible (Results 1 – 9 of 9) sorted by relevance

/third_party/libphonenumber/javascript/i18n/phonenumbers/
Ddemo.js56 var isPossible = phoneUtil_.isPossibleNumber(number);
58 output.append(isPossible);
62 if (isPossible) {
/third_party/skia/src/sksl/
DSkSLOperators.cpp266 if (rightToLeft.isPossible(allowNarrowing)) { in determineBinaryType()
273 if (leftToRight.isPossible(allowNarrowing)) { in determineBinaryType()
382 if (rightToLeftCost.isPossible(allowNarrowing) && rightToLeftCost < leftToRightCost) { in determineBinaryType()
387 } else if (leftToRightCost.isPossible(allowNarrowing)) { in determineBinaryType()
/third_party/node/test/fixtures/wpt/WebCryptoAPI/wrapKey_unwrapKey/
DwrapKey_unwrapKey.https.any.js134 const isPossible = wrappingIsPossible(originalExport, wrapper.parameters.name);
136 if (!isPossible) {
156 if (!isPossible) {
176 if (!isPossible) {
/third_party/libphonenumber/java/demo/src/com/google/phonenumbers/
DPhoneNumberParserServlet.java276 boolean isPossible = phoneUtil.isPossibleNumber(number); in getOutputForSingleNumber()
284 appendLine("Result from isPossibleNumber()", Boolean.toString(isPossible), output); in getOutputForSingleNumber()
285 if (isPossible) { in getOutputForSingleNumber()
/third_party/skia/src/sksl/ir/
DSkSLType.h32 bool isPossible(bool allowNarrowing) const { in isPossible() function
325 return this->coercionCost(other).isPossible(allowNarrowing); in canCoerceTo()
DSkSLType.cpp757 if (!expr->coercionCost(*this).isPossible(settings.fAllowNarrowingConversions)) { in coerceExpression()
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/
DPhoneNumberMatcherTest.java647 boolean isPossible, String region, String number) { in findMatchesInContexts() argument
657 if (isPossible) { in findMatchesInContexts()
673 boolean isPossible) { in findMatchesInContexts() argument
677 findMatchesInContexts(contexts, isValid, isPossible, region, number); in findMatchesInContexts()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifier.cpp876 const bool isPossible = ((faceBitmap & (1U << faceNdx)) != 0); in verifySampleImpl() local
878 if (!isPossible) in verifySampleImpl()
/third_party/libphonenumber/
Drelease_notes.txt1507 - Switching the internal implementation of isPossible and related functions
1509 making isPossible more restrictive as more precise data is available. It