/external/openfst/src/include/fst/extensions/far/ |
extract.h | 36 string* okey, int* nrep, 41 ++*nrep; 43 *nrep = 0; 55 if (*nrep > 0) { 57 tmp << '.' << nrep; local 77 int nrep = 0; local 99 FarWriteFst(&fst, key, &okey, &nrep, generate_filenames, i, 116 FarWriteFst(&fst, ikey, &okey, &nrep, generate_filenames, i, 132 FarWriteFst(&fst, key, &okey, &nrep, generate_filenames, i,
|
print-strings.h | 78 int nrep = 0; local 84 ++nrep; 86 nrep = 0; 112 if (nrep > 0) 113 sstrm << "." << nrep; local
|
/external/chromium_org/third_party/sqlite/src/test/ |
fts3rnd.test | 284 set nRep 10 287 set nRep 2 329 for {set i 0} {$i < $nRep} {incr i} { 339 for {set i 0} {$i < $nRep} {incr i} { 349 for {set i 0} {$i < $nRep} {incr i} { 359 for {set i 0} {$i < $nRep} {incr i} { 372 for {set i 0} {$i < $nRep} {incr i} { 382 for {set i 0} {$i < $nRep} {incr i} { 398 for {set i 0} {$i < $nRep} {incr i} { 415 for {set i 0} {$i < $nRep} {incr i} [all...] |
/external/chromium_org/third_party/re2/re2/testing/ |
parse_test.cc | 48 { "a{2}?", "nrep{2,2 lit{a}}" }, 49 { "a{2,3}?", "nrep{2,3 lit{a}}" }, 50 { "a{2,}?", "nrep{2,-1 lit{a}}" },
|
/external/regex-re2/re2/testing/ |
parse_test.cc | 48 { "a{2}?", "nrep{2,2 lit{a}}" }, 49 { "a{2,3}?", "nrep{2,3 lit{a}}" }, 50 { "a{2,}?", "nrep{2,-1 lit{a}}" },
|
/external/chromium_org/third_party/sqlite/src/src/ |
func.c | 970 int nRep; /* Size of zRep */ 996 nRep = sqlite3_value_bytes(argv[2]); 1011 nOut += nRep - nPattern; 1026 memcpy(&zOut[j], zRep, nRep); 1027 j += nRep; [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_ra.cpp | 768 RIG_Node *nRep = &nodes[rep->id]; 797 if (!force && nRep->livei.overlaps(nVal->livei)) 811 nRep->livei.unify(nVal->livei); [all...] |
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_ra.cpp | 768 RIG_Node *nRep = &nodes[rep->id]; 797 if (!force && nRep->livei.overlaps(nVal->livei)) 811 nRep->livei.unify(nVal->livei); [all...] |