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

  /cts/suite/audio_quality/lib/src/audio/
AudioHardware.cpp 49 const int nmatch = 3; local
50 regmatch_t pmatch[nmatch];
51 if (!SimpleScriptExec::checkIfPassed(resultStr, match, nmatch, pmatch)) {
  /external/llvm/lib/Support/
Regex.cpp 58 unsigned nmatch = Matches ? preg->re_nsub+1 : 0; local
62 pm.resize(nmatch > 0 ? nmatch : 1);
66 int rc = llvm_regexec(preg, String.data(), nmatch, pm.data(), REG_STARTEND);
81 for (unsigned i = 0; i != nmatch; ++i) {
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
bug-regex11.c 38 int flags, nmatch; member in struct:__anon22196
119 if (regexec (&re, tests[i].string, tests[i].nmatch, rm, 0))
127 for (n = 0; n < tests[i].nmatch; ++n)
bug-regex12.c 38 int flags, nmatch; member in struct:__anon22197
70 if (! regexec (&re, tests[i].string, tests[i].nmatch,
71 tests[i].nmatch ? rm : NULL, 0))
  /cts/suite/audio_quality/lib/src/task/
TaskCase.cpp 241 const int nmatch = 2; local
242 regmatch_t pmatch[nmatch];
253 while (regexec(&re, src, nmatch, pmatch, 0) == 0) {
  /external/srec/tools/grxmlcompile/
sub_min.cpp 260 int fix, six, fmiss, smiss, nmatch, symTst, newId; local
271 fmiss= smiss= nmatch= 0;
310 nmatch++;
341 assert (nmatch > 0);
345 if (nmatch > 0) {
347 for (int ii= 0; ii < nmatch; ii++) {
354 return nmatch;
  /external/jdiff/src/jdiff/
DiffMyers.java 581 int nmatch; local
584 nmatch = counts[equivs[i]];
585 if (nmatch == 0)
587 else if (nmatch > many)
  /external/libppp/src/
command.c 1031 int nmatch; local
1037 nmatch = 0;
1044 nmatch++;
1051 nmatch++
1085 int nmatch; local
    [all...]
  /external/guava/guava/lib/
jdiff.jar 

Completed in 1133 milliseconds