HomeSort by relevance Sort by last modified time
    Searched defs:nmatch (Results 1 - 7 of 7) 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 60 unsigned nmatch = Matches ? preg->re_nsub+1 : 0; local
64 pm.resize(nmatch > 0 ? nmatch : 1);
68 int rc = llvm_regexec(preg, String.data(), nmatch, pm.data(), REG_STARTEND);
83 for (unsigned i = 0; i != nmatch; ++i) {
  /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/jdiff/src/jdiff/
DiffMyers.java 581 int nmatch; local
584 nmatch = counts[equivs[i]];
585 if (nmatch == 0)
587 else if (nmatch > many)
  /external/boringssl/src/ssl/
t1_lib.c 2353 size_t i, j, nmatch = 0; local
2385 size_t nmatch; local
    [all...]
  /external/selinux/libsepol/cil/src/
cil_resolve_ast.c 1162 struct cil_list_item *nmatch = NULL; local
1178 for (nmatch = nfirst; nmatch; nmatch = nmatch->next) {
1179 omatch = __cil_ordered_find_match(nmatch, ofirst);
1185 if (!nmatch) {
1190 if (nmatch != nfirst && omatch != ofirst) {
1195 if (nmatch != nfirst) {
1197 rc = __cil_ordered_list_insert(old, NULL, nfirst, nmatch);
    [all...]
  /external/guava/guava/lib/
jdiff.jar 

Completed in 169 milliseconds