/external/regex-re2/re2/testing/ |
simplify_test.cc | 150 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();
|
regexp_benchmark.cc | 578 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(); [all...] |
/external/regex-re2/re2/ |
set.cc | 81 re2::Regexp* sre = re->Simplify(); local 83 re = sre;
|
simplify.cc | 24 Regexp* sre = re->Simplify(); 26 if (sre == NULL) { 35 *dst = sre->ToString(); 36 sre->Decref();
|
compile.cc | 999 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(); [all...] |
/external/jetty/src/java/org/eclipse/jetty/server/ |
Request.java | 143 public void requestDestroyed(ServletRequestEvent sre) 146 MultiPartInputStream mpis = (MultiPartInputStream)sre.getServletRequest().getAttribute(__MULTIPART_INPUT_STREAM); 149 ContextHandler.Context context = (ContextHandler.Context)sre.getServletRequest().getAttribute(__MULTIPART_CONTEXT); 152 if (context == sre.getServletContext()) 160 sre.getServletContext().log("Errors deleting multipart tmp files", e); 167 public void requestInitialized(ServletRequestEvent sre) [all...] |
/external/jetty/src/java/org/eclipse/jetty/server/handler/ |
ContextHandler.java | 1072 final ServletRequestEvent sre = new ServletRequestEvent(_scontext,request); local 1104 final ServletRequestEvent sre = new ServletRequestEvent(_scontext,request); local [all...] |
/external/selinux/sepolgen/src/sepolgen/ |
lex.py | 369 sre = re.compile(r'\s*(t_[a-zA-Z_0-9]*)\s*=') 376 m = sre.match(l) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/ |
lex.py | 369 sre = re.compile(r'\s*(t_[a-zA-Z_0-9]*)\s*=') 376 m = sre.match(l) [all...] |
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/ |
objcopy.exp | 191 set srecfile copy.sre
|
/external/netperf/src/ |
nettest_sctp.c | 229 struct sctp_remote_error *sre; 296 sre = &snp->sn_remote_error; 225 struct sctp_remote_error *sre; local [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_re.py | 122 # A regex that triggered a bug in the sre-code validator 550 # old pickles expect the _compile() reconstructor in sre module 551 import_module("sre", deprecated=True) 552 from sre import _compile [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_re.py | 122 # A regex that triggered a bug in the sre-code validator 550 # old pickles expect the _compile() reconstructor in sre module 551 import_module("sre", deprecated=True) 552 from sre import _compile [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_re.py | 122 # A regex that triggered a bug in the sre-code validator 550 # old pickles expect the _compile() reconstructor in sre module 551 import_module("sre", deprecated=True) 552 from sre import _compile [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_re.py | 122 # A regex that triggered a bug in the sre-code validator 550 # old pickles expect the _compile() reconstructor in sre module 551 import_module("sre", deprecated=True) 552 from sre import _compile [all...] |
/external/chromium-trace/catapult/tracing/third_party/css-element-queries/test/ |
mootools-more-yui-compressed.min.js | [all...] |