Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphFriNfc_NdefReg.c279 matchFound = 0; in phFriNfc_NdefReg_Process() local
307 matchFound = 0; in phFriNfc_NdefReg_Process()
317 matchFound = 1; in phFriNfc_NdefReg_Process()
334 matchFound = 1; in phFriNfc_NdefReg_Process()
344 matchFound = 1; in phFriNfc_NdefReg_Process()
349 if(matchFound) in phFriNfc_NdefReg_Process()
509 matchFound = 0; in phFriNfc_NdefReg_Process()
519 matchFound = 1; in phFriNfc_NdefReg_Process()
536 matchFound = 1; in phFriNfc_NdefReg_Process()
546 matchFound = 1; in phFriNfc_NdefReg_Process()
[all …]
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetCompoundText.java243 boolean matchFound = false; in findStateFromEscSeq()
249 matchFound = true; in findStateFromEscSeq()
253 matchFound = false; in findStateFromEscSeq()
259 matchFound = false; in findStateFromEscSeq()
263 if (matchFound) { in findStateFromEscSeq()
268 if (matchFound) { in findStateFromEscSeq()
/external/icu/icu4c/source/common/
Ducnv_ct.c225 UBool matchFound = FALSE; in findStateFromEscSeq() local
229 matchFound = TRUE; in findStateFromEscSeq()
233 matchFound = FALSE; in findStateFromEscSeq()
238 matchFound = FALSE; in findStateFromEscSeq()
241 matchFound = FALSE; in findStateFromEscSeq()
246 if (matchFound) { in findStateFromEscSeq()
251 if (matchFound) { in findStateFromEscSeq()
/external/icu/icu4c/source/samples/ugrep/
Dugrep.cpp89 UBool matchFound = FALSE; in main() local
140 matchFound = TRUE; in main()
157 return matchFound? 0: 1; in main()
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DXPathParser.java1397 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/deqp/modules/gles31/functional/
Des31fShaderImageLoadStoreTests.cpp1750 bool matchFound = false; in operator ()() local
1752 for (int i = 0; i < NUM_INVOCATIONS_PER_PIXEL && !matchFound; i++) in operator ()()
1753 matchFound = isIntegerFormat ? result.i == atomicArgs[i] in operator ()()
1756 if (!matchFound) in operator ()()
2190 bool matchFound = false; in operator ()() local
2191 for (int i = 0; i < NUM_INVOCATIONS_PER_PIXEL && !matchFound; i++) in operator ()()
2192 matchFound = result == assignArgs[i]; in operator ()()
2194 if (!matchFound) in operator ()()
Des31fTessellationTests.cpp1124 bool matchFound = false; in oneWayComparePointSets() local
1142 matchFound = true; in oneWayComparePointSets()
1149 if (!matchFound) in oneWayComparePointSets()
/external/icu/icu4c/source/i18n/
Ducurr.cpp2421 bool matchFound = false; in ucurr_forLocaleAndDate() local
2461 matchFound = true; in ucurr_forLocaleAndDate()
2474 matchFound = true; in ucurr_forLocaleAndDate()
2484 if (matchFound) in ucurr_forLocaleAndDate()
2505 if((buffCapacity> resLen) && matchFound) in ucurr_forLocaleAndDate()
/external/deqp/modules/glshared/
DglsRasterizationTestUtil.cpp1527 bool matchFound = false; in verifyLineGroupPixelIndependentInterpolation() local
1604 matchFound = true; in verifyLineGroupPixelIndependentInterpolation()
1610 if (matchFound) in verifyLineGroupPixelIndependentInterpolation()
1851 bool matchFound = false; in verifySinglesampleWideLineGroupInterpolation() local
1957 matchFound = true; in verifySinglesampleWideLineGroupInterpolation()
1962 if (!matchFound) in verifySinglesampleWideLineGroupInterpolation()
1976 if (matchFound) in verifySinglesampleWideLineGroupInterpolation()