HomeSort by relevance Sort by last modified time
    Searched full:matchfound (Results 1 - 16 of 16) sorted by null

  /external/libnfc-nxp/src/
phFriNfc_NdefReg.c 279 matchFound = 0;
307 matchFound = 0;
317 matchFound = 1;
334 matchFound = 1;
344 matchFound = 1;
349 if(matchFound)
509 matchFound = 0;
519 matchFound = 1;
536 matchFound = 1;
546 matchFound = 1
    [all...]
  /libcore/ojluni/src/main/java/java/util/regex/
Matcher.java 152 private boolean matchFound;
237 matchFound = false;
415 matchFound = matchesImpl(address, input, matchOffsets);
417 return matchFound;
437 matchFound = findNextImpl(address, input, matchOffsets);
439 return matchFound;
466 matchFound = findImpl(address, input, start, matchOffsets);
468 return matchFound;
487 matchFound = lookingAtImpl(address, input, matchOffsets);
489 return matchFound;
    [all...]
  /external/icu/icu4c/source/common/
ucnv_ct.c 225 UBool matchFound = FALSE;
229 matchFound = TRUE;
233 matchFound = FALSE;
238 matchFound = FALSE;
241 matchFound = FALSE;
246 if (matchFound) {
251 if (matchFound) {
  /external/llvm/utils/TableGen/
CodeGenMapTable.cpp 269 bool MatchFound = true;
271 (j < endCF) && MatchFound; j++) {
275 MatchFound = (CurInstrVal == KeyColValue);
277 return MatchFound;
328 bool MatchFound = true;
331 (j < endCF) && MatchFound; j++) {
336 MatchFound = (CurInstrVal == ColFieldJVallue->getAsUnquotedString());
339 if (MatchFound) {
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetCompoundText.java 243 boolean matchFound = false;
249 matchFound = true;
253 matchFound = false;
259 matchFound = false;
263 if (matchFound) {
268 if (matchFound) {
  /packages/apps/Settings/src/com/android/settings/datausage/
AppDataUsage.java 183 boolean matchFound = false;
187 matchFound = true;
191 if (!matchFound) {
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
XPathParser.java     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageAtomicOperationTests.cpp 685 bool matchFound = false;
687 for (deInt32 i = 0; i < static_cast<deInt32>(NUM_INVOCATIONS_PER_PIXEL) && !matchFound; i++)
690 matchFound = (resultValue == getAtomicFuncArgument(m_operation, gid, extendedGridSize));
693 if (!matchFound)
    [all...]
  /external/icu/icu4c/source/samples/ugrep/
ugrep.cpp 89 UBool matchFound = FALSE;
140 matchFound = TRUE;
157 return matchFound? 0: 1;
  /external/deqp/modules/gles31/functional/
es31fShaderImageLoadStoreTests.cpp     [all...]
es31fTessellationTests.cpp     [all...]
  /external/deqp/modules/glshared/
glsRasterizationTestUtil.cpp     [all...]
  /external/icu/icu4c/source/i18n/
ucurr.cpp     [all...]
  /external/clang/lib/AST/
DeclObjC.cpp     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
  /prebuilts/tools/common/fest/
fest-swing-1.2.1.jar 

Completed in 568 milliseconds