/external/icu/icu4c/source/common/ |
D | ucnv_ct.cpp | 228 UBool matchFound = FALSE; in findStateFromEscSeq() local 232 matchFound = TRUE; in findStateFromEscSeq() 236 matchFound = FALSE; in findStateFromEscSeq() 241 matchFound = FALSE; in findStateFromEscSeq() 244 matchFound = FALSE; in findStateFromEscSeq() 249 if (matchFound) { in findStateFromEscSeq() 254 if (matchFound) { in findStateFromEscSeq()
|
D | ucurr.cpp | 2415 bool matchFound = false; in ucurr_forLocaleAndDate() local 2455 matchFound = true; in ucurr_forLocaleAndDate() 2468 matchFound = true; in ucurr_forLocaleAndDate() 2478 if (matchFound) in ucurr_forLocaleAndDate() 2499 if((buffCapacity> resLen) && matchFound) in ucurr_forLocaleAndDate()
|
/external/icu/icu4c/source/samples/ugrep/ |
D | ugrep.cpp | 96 UBool matchFound = false; in main() local 147 matchFound = true; in main() 164 return matchFound? 0: 1; in main()
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetCompoundText.java | 245 boolean matchFound = false; in findStateFromEscSeq() 251 matchFound = true; in findStateFromEscSeq() 255 matchFound = false; in findStateFromEscSeq() 261 matchFound = false; in findStateFromEscSeq() 265 if (matchFound) { in findStateFromEscSeq() 270 if (matchFound) { in findStateFromEscSeq()
|
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
D | XPathParser.java | 1397 boolean matchFound; in PrimaryExpr() 1408 matchFound = true; in PrimaryExpr() 1419 matchFound = true; in PrimaryExpr() 1431 matchFound = true; in PrimaryExpr() 1442 matchFound = true; in PrimaryExpr() 1446 matchFound = FunctionCall(); in PrimaryExpr() 1450 matchFound = false; in PrimaryExpr() 1453 return matchFound; in PrimaryExpr()
|
/external/angle/util/ |
D | EGLWindow.cpp | 695 bool matchFound = true; in FindEGLConfig() local 709 matchFound = false; in FindEGLConfig() 714 if (matchFound) in FindEGLConfig()
|
/external/aac/libDRCdec/src/ |
D | drcDec_selectionProcess.cpp | 1263 int matchFound = 0; in _drcSetPreSelectionSingleInstruction() local 1269 &matchFound); in _drcSetPreSelectionSingleInstruction() 1271 if (!retVal && matchFound) in _drcSetPreSelectionSingleInstruction() 1274 &matchFound); in _drcSetPreSelectionSingleInstruction() 1276 if (!retVal && matchFound) in _drcSetPreSelectionSingleInstruction() 1278 _preSelectionRequirement5(pDrcInstructionUniDrc, pCoef, &matchFound); in _drcSetPreSelectionSingleInstruction() 1280 if (!retVal && matchFound) in _drcSetPreSelectionSingleInstruction() 1281 retVal = _preSelectionRequirement6(pDrcInstructionUniDrc, &matchFound); in _drcSetPreSelectionSingleInstruction() 1283 if (!retVal && matchFound) in _drcSetPreSelectionSingleInstruction() 1284 retVal = _preSelectionRequirement7(pDrcInstructionUniDrc, &matchFound); in _drcSetPreSelectionSingleInstruction() [all …]
|
/external/deqp/framework/common/ |
D | tcuWaiverUtil.cpp | 540 bool matchFound = tcu::matchWildcards(c->name.cbegin(), in isOnWaiverList() local 547 if (matchFound) in isOnWaiverList()
|
D | tcuRasterizationVerifier.cpp | 1826 bool matchFound = false; in verifyLineGroupPixelIndependentInterpolation() local 1903 matchFound = true; in verifyLineGroupPixelIndependentInterpolation() 1909 if (matchFound) in verifyLineGroupPixelIndependentInterpolation() 2150 bool matchFound = false; in verifySinglesampleWideLineGroupInterpolation() local 2256 matchFound = true; in verifySinglesampleWideLineGroupInterpolation() 2261 if (!matchFound) in verifySinglesampleWideLineGroupInterpolation() 2275 if (matchFound) in verifySinglesampleWideLineGroupInterpolation()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageAtomicOperationTests.cpp | 1502 bool matchFound = false; in verifyResult() local 1504 for (deInt32 i = 0; i < static_cast<deInt32>(NUM_INVOCATIONS_PER_PIXEL) && !matchFound; i++) in verifyResult() 1507 matchFound = is64Bit ? in verifyResult() 1515 if (!matchFound) in verifyResult() 1521 bool matchFound = false; in verifyResult() local 1523 for (deInt32 i = 0; i < static_cast<deInt32>(NUM_INVOCATIONS_PER_PIXEL) && !matchFound; i++) in verifyResult() 1526 matchFound = is64Bit ? in verifyResult() 1533 if (!matchFound) in verifyResult()
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationCoordinatesTests.cpp | 295 bool matchFound = false; in oneWayComparePointSets() local 313 matchFound = true; in oneWayComparePointSets() 320 if (!matchFound) in oneWayComparePointSets()
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderImageLoadStoreTests.cpp | 1771 bool matchFound = false; in operator ()() local 1773 for (int i = 0; i < NUM_INVOCATIONS_PER_PIXEL && !matchFound; i++) in operator ()() 1774 matchFound = isIntegerFormat ? result.i == atomicArgs[i] in operator ()() 1777 if (!matchFound) in operator ()() 2214 bool matchFound = false; in operator ()() local 2215 for (int i = 0; i < NUM_INVOCATIONS_PER_PIXEL && !matchFound; i++) in operator ()() 2216 matchFound = result == assignArgs[i]; in operator ()() 2218 if (!matchFound) in operator ()()
|
D | es31fTessellationTests.cpp | 1126 bool matchFound = false; in oneWayComparePointSets() local 1144 matchFound = true; in oneWayComparePointSets() 1151 if (!matchFound) in oneWayComparePointSets()
|