OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nre
(Results
1 - 5
of
5
) sorted by null
/external/regex-re2/re2/
simplify.cc
218
Regexp*
nre
= new Regexp(re->op(), re->parse_flags());
local
219
nre
->AllocSub(re->nsub_);
220
Regexp** nre_subs =
nre
->sub();
223
nre
->simple_ = true;
224
return
nre
;
234
Regexp*
nre
= new Regexp(kRegexpCapture, re->parse_flags());
local
235
nre
->AllocSub(1);
236
nre
->sub()[0] = newsub;
237
nre
->cap_ = re->cap_;
238
nre
->simple_ = true
285
Regexp*
nre
= SimplifyCharClass(re);
local
[
all
...]
parse.cc
669
Regexp*
nre
= sub[1];
local
672
return
nre
;
[
all
...]
/external/mesa3d/src/gallium/tools/
addr2line.sh
10
sed -
nre
's|([^ ]*/[^ ]*)\(\+0x([^)]*).*|\1 \2|p' "$input"|sort|uniq|while read bin addr; do
22
addr2line -p -e "$bin" -a -f < "$i"|sed -
nre
's@^0x0*([^:]*): ([^?]*)$@s|'"$bin"'(+0x\1)|\2|g@gp'
/external/regex-re2/re2/testing/
parse_test.cc
403
Regexp*
nre
= Regexp::Parse(t, Regexp::MatchNL | Regexp::PerlX, &status);
local
404
CHECK(
nre
!= NULL) << " reparse " << t << " " << status.Text();
405
string ss =
nre
->Dump();
406
string tt =
nre
->ToString();
411
nre
->Decref();
/external/vboot_reference/scripts/image_signing/
sign_official_build.sh
126
echo ${kernel_config} | sed -
nre
's/.*dm="([^"]*)".*/\1/p'
146
echo $(echo "${dm}" | sed -
nre
"s/.*${device}[^,]*,([^,]*).*/\1/p")
157
sed -
nre
"s#(.*${device}[^,]*,)([^,]*)(.*)#\1${slave}\3#p")
Completed in 284 milliseconds