Home
last modified time | relevance | path

Searched defs:isPossible (Results 1 – 4 of 4) sorted by relevance

/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
DPhoneNumberMatcherTest.java645 boolean isPossible, String region, String number) { in findMatchesInContexts()
671 boolean isPossible) { in findMatchesInContexts()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifier.cpp903 const bool isPossible = ((faceBitmap & (1U << faceNdx)) != 0); in verifySampleImpl() local
/external/aac/libSBRenc/src/
Dsbr_encoder.cpp1912 UINT isPossible = (AOT_PS == aot) ? 0 : 1; in sbrEncoder_IsSingleRatePossible() local
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp93 bool TypeSetByHwMode::isPossible() const { in isPossible() function in TypeSetByHwMode