OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:re16
(Results
1 - 5
of
5
) sorted by null
/external/v8/test/webkit/
regexp-zero-length-alternatives-expected.txt
89
PASS emptyStr.match(
re16
) is [""]
90
PASS s1.match(
re16
) is [""]
91
PASS s2.match(
re16
) is ["a"]
92
PASS s3.match(
re16
) is ["a"]
regexp-zero-length-alternatives.js
143
var
re16
= new RegExp(/(?:|a|z)?/);
144
shouldBe('emptyStr.match(
re16
)', '[""]');
145
shouldBe('s1.match(
re16
)', '[""]');
146
shouldBe('s2.match(
re16
)', '["a"]');
147
shouldBe('s3.match(
re16
)', '["a"]');
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonEncodings.h
181
{ "
Re16
=#U6 ; Rdd8=combine(#3,#u2)",
331
{ "
Re16
=#U6 ; Rd16=add(Rs16,#1)",
373
{ "
Re16
=#u6 ; Rd16=sxtb(Rs16)",
379
{ "
Re16
=#u6 ; Rd16=sxth(Rs16)",
463
{ "
Re16
=#U6 ; Rd16=memw(Rs16+#u4:2)",
481
{ "
Re16
=#U6 ; if (p0.new) Rd16=#0",
487
{ "
Re16
=#U6 ; Rd16=add(Rs16,#-1)",
679
{ "
Re16
=#U6 ; Rd16=memw(Sp+#u5:2)",
835
{ "
Re16
=#U6 ; Rd16=memub(Rs16+#u4:0)",
1177
{ "
Re16
=#U6 ; Rd16=add(Sp,#u6:2)"
[
all
...]
/external/pcre/dist/
pcre_jit_test.c
1148
pc
re16
*
re16
;
local
[
all
...]
/external/v8/benchmarks/
regexp.js
91
var
re16
= /(-[a-z])/i;
189
re16
.exec(s25[i]);
293
re16
.exec(s56[i]);
[
all
...]
Completed in 238 milliseconds