HomeSort by relevance Sort by last modified time
    Searched defs:matchFound (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTests.cpp 63 bool matchFound = false;
70 matchFound = true;
75 if (!matchFound)
  /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...]
  /external/icu/icu4c/source/samples/ugrep/
ugrep.cpp 89 UBool matchFound = FALSE;
140 matchFound = TRUE;
157 return matchFound? 0: 1;
  /libcore/luni/src/main/java/java/util/regex/
Matcher.java 62 private boolean matchFound;
210 matchFound = false;
246 matchFound = false;
343 matchFound = findImpl(address, input, start, matchOffsets);
345 return matchFound;
358 matchFound = findNextImpl(address, input, matchOffsets);
360 return matchFound;
372 matchFound = lookingAtImpl(address, input, matchOffsets);
374 return matchFound;
386 matchFound = matchesImpl(address, input, matchOffsets)
    [all...]
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/BWEStandAlone/
MatlabPlot.cc 466 bool matchFound = false;
473 matchFound = true;
478 if (matchFound)
541 if (lineIx < 0) //(!matchFound)
564 if (lineIx < 0) //(!matchFound)
  /external/icu/icu4c/source/common/
ucnv_ct.c 227 UBool matchFound = FALSE;
231 matchFound = TRUE;
235 matchFound = FALSE;
240 matchFound = FALSE;
243 matchFound = FALSE;
248 if (matchFound) {
253 if (matchFound) {
  /external/chromium_org/third_party/icu/source/i18n/
ucurr.cpp     [all...]
  /external/icu/icu4c/source/i18n/
ucurr.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderImageLoadStoreTests.cpp     [all...]

Completed in 687 milliseconds