HomeSort by relevance Sort by last modified time
    Searched defs:nmatch (Results 1 - 11 of 11) 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/libmicrohttpd/src/examples/
mhd2spdy_structures.c 76 size_t nmatch = 10; local
79 if (0 != (ret = regexec(preg, full_uri, nmatch, pmatch, 0)))
  /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/libmicrohttpd/src/spdy2http/
proxy.c 239 size_t nmatch = 10; local
242 if (0 != (ret = regexec(preg, full_uri, nmatch, pmatch, 0)))
    [all...]
  /prebuilts/go/darwin-x86/src/regexp/testdata/
testregex.c 263 T(" number use number for nmatch (20 by default)\n");
278 T(" each test. All array elements from 0 to nmatch-1 must be specified\n");
858 matchprint(regmatch_t* match, int nmatch, int nsub, char* ans, unsigned long test)
862 for (; nmatch > nsub + 1; nmatch--)
863 if ((match[nmatch-1].rm_so != -1 || match[nmatch-1].rm_eo != -1) && (!(test & TEST_IGNORE_POSITION) || match[nmatch-1].rm_so >= 0 && match[nmatch-1].rm_eo >= 0))
865 for (i = 0; i < nmatch; i++
1222 int nmatch; local
    [all...]
  /prebuilts/go/linux-x86/src/regexp/testdata/
testregex.c 263 T(" number use number for nmatch (20 by default)\n");
278 T(" each test. All array elements from 0 to nmatch-1 must be specified\n");
858 matchprint(regmatch_t* match, int nmatch, int nsub, char* ans, unsigned long test)
862 for (; nmatch > nsub + 1; nmatch--)
863 if ((match[nmatch-1].rm_so != -1 || match[nmatch-1].rm_eo != -1) && (!(test & TEST_IGNORE_POSITION) || match[nmatch-1].rm_so >= 0 && match[nmatch-1].rm_eo >= 0))
865 for (i = 0; i < nmatch; i++
1222 int nmatch; local
    [all...]
  /external/selinux/libsepol/cil/src/
cil_resolve_ast.c 1230 struct cil_list_item *nmatch = NULL; local
    [all...]
  /external/guava/guava/lib/
jdiff.jar 
  /external/guice/lib/build/jdiff/
jdiff.jar 

Completed in 794 milliseconds