Searched refs:sre (Results 1 - 13 of 13) sorted by relevance

/external/regex-re2/re2/testing/
H A Dsimplify_test.cc150 Regexp* sre = re->Simplify(); local
151 CHECK(sre != NULL);
155 CHECK(re == sre) << " " << tests[i].regexp
156 << " " << re->ToString() << " " << sre->ToString();
159 EXPECT_EQ(tests[i].simplified, sre->ToString())
160 << " " << tests[i].regexp << " " << sre->Dump();
163 sre->Decref();
H A Dregexp_benchmark.cc578 Regexp* sre = re->Simplify(); local
579 CHECK(sre);
580 sre->Decref();
598 Regexp* sre = re->Simplify(); local
599 CHECK(sre);
600 Prog* prog = sre->CompileToProg(0);
603 sre->Decref();
/external/regex-re2/re2/
H A Dset.cc81 re2::Regexp* sre = re->Simplify(); local
83 re = sre;
H A Dsimplify.cc24 Regexp* sre = re->Simplify();
26 if (sre == NULL) {
35 *dst = sre->ToString();
36 sre->Decref();
H A Dcompile.cc999 Regexp* sre = re->Simplify(); local
1000 if (sre == NULL)
1005 bool is_anchor_start = IsAnchorStart(&sre, 0);
1006 bool is_anchor_end = IsAnchorEnd(&sre, 0);
1009 Frag f = c.WalkExponential(sre, kNullFrag, 2*c.max_inst_);
1010 sre->Decref();
/external/libmojo/third_party/ply/
H A Dlex.py842 sre = re.compile(r'\s*(t_[a-zA-Z_0-9]*)\s*=')
849 m = sre.match(l)
/external/selinux/python/sepolgen/src/sepolgen/
H A Dlex.py369 sre = re.compile(r'\s*(t_[a-zA-Z_0-9]*)\s*=')
376 m = sre.match(l)
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DCodeGenRegisters.cpp770 for (unsigned sri = 0, sre = SubRegIndices.size(); sri != sre; ++sri) {
H A DRegisterInfoEmitter.cpp802 for (unsigned sri = 0, sre = SubRegIndices.size(); sri != sre; ++sri) {
/external/ply/ply/ply/
H A Dlex.py839 sre = re.compile(r'\s*(t_[a-zA-Z_0-9]*)\s*=')
846 m = sre.match(line)
/external/netperf/src/
H A Dnettest_sctp.c229 struct sctp_remote_error *sre;
296 sre = &snp->sn_remote_error;
225 struct sctp_remote_error *sre; local
/external/python/cpython2/Lib/test/
H A Dtest_re.py128 # A regex that triggered a bug in the sre-code validator
680 # old pickles expect the _compile() reconstructor in sre module
681 import_module("sre", deprecated=True)
682 from sre import _compile
950 # depends on the definition of SRE_CODE (see sre.h).
/external/syslinux/gpxe/src/drivers/infiniband/
H A DMT25218_PRM.h1032 pseudo_bit_t sre[0x00001]; /* If set - RDMA - read enabled on send queue. Not valid (reserved) in EE context. */ member in struct:arbelprm_queue_pair_ee_context_entry_st

Completed in 396 milliseconds