Home
last modified time | relevance | path

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

/external/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()
/external/libphonenumber/demo/src/com/google/phonenumbers/
DPhoneNumberParserServlet.java270 boolean isPossible = phoneUtil.isPossibleNumber(number); in getOutputForSingleNumber()
278 appendLine("Result from isPossibleNumber()", Boolean.toString(isPossible), output); in getOutputForSingleNumber()
279 if (!isPossible) { in getOutputForSingleNumber()
/external/skia/src/sksl/ir/
DSkSLType.h32 bool isPossible(bool allowNarrowing) const { in isPossible() function
251 return this->coercionCost(other).isPossible(allowNarrowing); in canCoerceTo()
DSkSLType.cpp242 if (!expr->coercionCost(*this).isPossible(settings.fAllowNarrowingConversions)) { in coerceExpression()
/external/libphonenumber/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()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifier.cpp876 const bool isPossible = ((faceBitmap & (1U << faceNdx)) != 0); in verifySampleImpl() local
878 if (!isPossible) in verifySampleImpl()
/external/aac/libSBRenc/src/
Dsbr_encoder.cpp1911 UINT isPossible = (AOT_PS == aot) ? 0 : 1; in sbrEncoder_IsSingleRatePossible() local
1912 return isPossible; in sbrEncoder_IsSingleRatePossible()
/external/llvm-project/llvm/utils/TableGen/
DCodeGenDAGPatterns.h222 bool isPossible() const;
DCodeGenDAGPatterns.cpp102 bool TypeSetByHwMode::isPossible() const { in isPossible() function in TypeSetByHwMode
1703 if (!S.isPossible()) in hasPossibleType()
/external/libphonenumber/
Drelease_notes.txt100 - Switching the internal implementation of isPossible and related functions
102 making isPossible more restrictive as more precise data is available. It