/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 | 2445 bool matchFound = false; in ucurr_forLocaleAndDate() local 2485 matchFound = true; in ucurr_forLocaleAndDate() 2498 matchFound = true; in ucurr_forLocaleAndDate() 2508 if (matchFound) in ucurr_forLocaleAndDate() 2529 if((buffCapacity> resLen) && matchFound) in ucurr_forLocaleAndDate()
|
/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/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/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageAtomicOperationTests.cpp | 679 bool matchFound = false; in verifyResult() local 681 for (deInt32 i = 0; i < static_cast<deInt32>(NUM_INVOCATIONS_PER_PIXEL) && !matchFound; i++) in verifyResult() 684 matchFound = (resultValue == getAtomicFuncArgument(m_operation, gid, extendedGridSize)); in verifyResult() 687 if (!matchFound) in verifyResult() 693 bool matchFound = false; in verifyResult() local 695 for (deInt32 i = 0; i < static_cast<deInt32>(NUM_INVOCATIONS_PER_PIXEL) && !matchFound; i++) in verifyResult() 698 matchFound = (resultValue == getAtomicFuncArgument(m_operation, gid, extendedGridSize)); in verifyResult() 701 if (!matchFound) in verifyResult()
|
/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/aac/libDRCdec/src/ |
D | drcDec_selectionProcess.cpp | 1226 int matchFound = 0; in _drcSetPreSelectionSingleInstruction() local 1232 &matchFound); in _drcSetPreSelectionSingleInstruction() 1234 if (!retVal && matchFound) in _drcSetPreSelectionSingleInstruction() 1237 &matchFound); in _drcSetPreSelectionSingleInstruction() 1239 if (!retVal && matchFound) in _drcSetPreSelectionSingleInstruction() 1241 _preSelectionRequirement5(pDrcInstructionUniDrc, pCoef, &matchFound); in _drcSetPreSelectionSingleInstruction() 1243 if (!retVal && matchFound) in _drcSetPreSelectionSingleInstruction() 1244 retVal = _preSelectionRequirement6(pDrcInstructionUniDrc, &matchFound); in _drcSetPreSelectionSingleInstruction() 1246 if (!retVal && matchFound) in _drcSetPreSelectionSingleInstruction() 1247 retVal = _preSelectionRequirement7(pDrcInstructionUniDrc, &matchFound); in _drcSetPreSelectionSingleInstruction() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationCoordinatesTests.cpp | 293 bool matchFound = false; in oneWayComparePointSets() local 311 matchFound = true; in oneWayComparePointSets() 318 if (!matchFound) in oneWayComparePointSets()
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderImageLoadStoreTests.cpp | 1764 bool matchFound = false; in operator ()() local 1766 for (int i = 0; i < NUM_INVOCATIONS_PER_PIXEL && !matchFound; i++) in operator ()() 1767 matchFound = isIntegerFormat ? result.i == atomicArgs[i] in operator ()() 1770 if (!matchFound) in operator ()() 2205 bool matchFound = false; in operator ()() local 2206 for (int i = 0; i < NUM_INVOCATIONS_PER_PIXEL && !matchFound; i++) in operator ()() 2207 matchFound = result == assignArgs[i]; in operator ()() 2209 if (!matchFound) in operator ()()
|
D | es31fTessellationTests.cpp | 1126 bool matchFound = false; in oneWayComparePointSets() local 1144 matchFound = true; in oneWayComparePointSets() 1151 if (!matchFound) in oneWayComparePointSets()
|
/external/deqp/framework/common/ |
D | tcuRasterizationVerifier.cpp | 1581 bool matchFound = false; in verifyLineGroupPixelIndependentInterpolation() local 1658 matchFound = true; in verifyLineGroupPixelIndependentInterpolation() 1664 if (matchFound) in verifyLineGroupPixelIndependentInterpolation() 1905 bool matchFound = false; in verifySinglesampleWideLineGroupInterpolation() local 2011 matchFound = true; in verifySinglesampleWideLineGroupInterpolation() 2016 if (!matchFound) in verifySinglesampleWideLineGroupInterpolation() 2030 if (matchFound) in verifySinglesampleWideLineGroupInterpolation()
|