/external/ltp/pan/cgi/ |
reconsile.cgi | 205 $match = shift(@$rtcs); 206 $match->{TCID} = '*' if ($match->{TCID} eq '{'); 207 $match->{TCID} = '-' if ($match->{TCID} eq '}'); 208 $match->{TC} = '*' if ($match->{TC} eq '{'); 209 $match->{TC} = '-' if ($match->{TC} eq '}'); 212 print "<a href=\"results.cgi?get_df=$rd->{HOST}.$rd->{DATESTR}.$rd->{SUITE}.driver&zoom_tag=$match->{TAG}\">" [all...] |
/development/tools/findunused/ |
findunusedtranslations | 55 for $match (@matches) { 56 print "Rewriting $match\n"; 61 open(IN, "<$match"); 97 open(OUT, ">$match");
|
/external/clang/test/ |
make_test_dirs.pl | 11 $next_indent_level = length($MATCH);
|
/external/strace/tests/ |
gen_tests.sh | 49 match="${match%.gen.test}" 50 [ -n "$match" ] || usage 60 if [ -z "$match" ]; then 64 [ "$match" = "$name" ] || continue
|
/external/strace/tests-m32/ |
gen_tests.sh | 49 match="${match%.gen.test}" 50 [ -n "$match" ] || usage 60 if [ -z "$match" ]; then 64 [ "$match" = "$name" ] || continue
|
/external/strace/tests-mx32/ |
gen_tests.sh | 49 match="${match%.gen.test}" 50 [ -n "$match" ] || usage 60 if [ -z "$match" ]; then 64 [ "$match" = "$name" ] || continue
|
/external/libcxx/test/std/re/re.results/re.results.form/ |
form1.pass.cpp | 33 const char fmt[] = "prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; 46 const char fmt[] = "prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; 58 const char fmt[] = "prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; 70 const char fmt[] = "prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; 75 assert(std::string(out) == "prefix: $`, match: $cdefghi, suffix: $', m[1]: $1, m[2]: $2"); 124 const wchar_t fmt[] = L"prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; 136 const wchar_t fmt[] = L"prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; 141 assert(std::wstring(out) == L"prefix: $`, match: $cdefghi, suffix: $', m[1]: $1, m[2]: $2");
|
form2.pass.cpp | 38 nstr fmt("prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"); 49 nstr fmt("prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"); 53 assert(std::string(out) == "prefix: $`, match: $cdefghi, suffix: $', m[1]: $1, m[2]: $2"); 74 wstr fmt(L"prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"); 85 wstr fmt(L"prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"); 89 assert(std::wstring(out) == L"prefix: $`, match: $cdefghi, suffix: $', m[1]: $1, m[2]: $2");
|
form3.pass.cpp | 36 nstr fmt("prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"); 45 nstr fmt("prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"); 47 assert(out == "prefix: $`, match: $cdefghi, suffix: $', m[1]: $1, m[2]: $2"); 64 wstr fmt(L"prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"); 73 wstr fmt(L"prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"); 75 assert(out == L"prefix: $`, match: $cdefghi, suffix: $', m[1]: $1, m[2]: $2");
|
form4.pass.cpp | 31 const char fmt[] = "prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; 40 const char fmt[] = "prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; 42 assert(out == "prefix: $`, match: $cdefghi, suffix: $', m[1]: $1, m[2]: $2"); 59 const wchar_t fmt[] = L"prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; 68 const wchar_t fmt[] = L"prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; 70 assert(out == L"prefix: $`, match: $cdefghi, suffix: $', m[1]: $1, m[2]: $2");
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/re/re.results/re.results.form/ |
form1.pass.cpp | 33 const char fmt[] = "prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; 46 const char fmt[] = "prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; 58 const char fmt[] = "prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; 70 const char fmt[] = "prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; 75 assert(std::string(out) == "prefix: $`, match: $cdefghi, suffix: $', m[1]: $1, m[2]: $2"); 124 const wchar_t fmt[] = L"prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; 136 const wchar_t fmt[] = L"prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; 141 assert(std::wstring(out) == L"prefix: $`, match: $cdefghi, suffix: $', m[1]: $1, m[2]: $2");
|
form2.pass.cpp | 38 nstr fmt("prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"); 49 nstr fmt("prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"); 53 assert(std::string(out) == "prefix: $`, match: $cdefghi, suffix: $', m[1]: $1, m[2]: $2"); 74 wstr fmt(L"prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"); 85 wstr fmt(L"prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"); 89 assert(std::wstring(out) == L"prefix: $`, match: $cdefghi, suffix: $', m[1]: $1, m[2]: $2");
|
form3.pass.cpp | 36 nstr fmt("prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"); 45 nstr fmt("prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"); 47 assert(out == "prefix: $`, match: $cdefghi, suffix: $', m[1]: $1, m[2]: $2"); 64 wstr fmt(L"prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"); 73 wstr fmt(L"prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"); 75 assert(out == L"prefix: $`, match: $cdefghi, suffix: $', m[1]: $1, m[2]: $2");
|
form4.pass.cpp | 31 const char fmt[] = "prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; 40 const char fmt[] = "prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; 42 assert(out == "prefix: $`, match: $cdefghi, suffix: $', m[1]: $1, m[2]: $2"); 59 const wchar_t fmt[] = L"prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; 68 const wchar_t fmt[] = L"prefix: $`, match: $&, suffix: $', m[1]: $1, m[2]: $2"; 70 assert(out == L"prefix: $`, match: $cdefghi, suffix: $', m[1]: $1, m[2]: $2");
|
/external/skia/infra/bots/recipe_modules/core/resources/ |
binary_size_utils.py | 34 addr_re = re.compile(r'^[0-9a-f]{8,} (.) ([^\t]+)(?:\t.*)?$') 35 # Match lines that don't have an address at all -- typically external symbols. 36 noaddr_re = re.compile(r'^ {8,} (.) (.*)$') 37 # Match lines with no symbol name, only addr and type
|
/external/skqp/infra/bots/recipe_modules/core/resources/ |
binary_size_utils.py | 34 addr_re = re.compile(r'^[0-9a-f]{8,} (.) ([^\t]+)(?:\t.*)?$') 35 # Match lines that don't have an address at all -- typically external symbols. 36 noaddr_re = re.compile(r'^ {8,} (.) (.*)$') 37 # Match lines with no symbol name, only addr and type
|
/external/skia/infra/bots/recipes/ |
test.py | 586 match.append('~^tilemodes$') 587 match.append('~tilemodes_npot$') .append('~tilemodes_npot$') 588 match.append('~scaled_tilemodes$') .append('~scaled_tilemodes$') 589 match.append('~emboss') 590 match.append('~^bitmapfilters$') 591 match.append('~^shadertext$') .append('~^shadertext$') 592 match.append('~^FullScreenClearWithLayers$') #skia:7191 615 match.append('~^ClearOp$') 616 match.append('~^CopySurface$') .append('~^CopySurface$') 617 match.append('~^ImageNewShader_GPU$') .append('~^ImageNewShader_GPU$') 618 match.append('~^InitialTextureClear$') .append('~^InitialTextureClear$') 619 match.append('~^PinnedImageTest$') .append('~^PinnedImageTest$') 620 match.append('~^ReadPixels_Gpu$' [all...] |
/external/pcre/dist2/doc/ |
pcre2_compile.3 | 49 PCRE2_MULTILINE ^ and $ match newlines within data
|
/external/skqp/infra/bots/recipes/ |
test.py | 572 match.append('~^tilemodes$') 573 match.append('~tilemodes_npot$') .append('~tilemodes_npot$') 574 match.append('~scaled_tilemodes$') .append('~scaled_tilemodes$') 575 match.append('~emboss') 576 match.append('~^bitmapfilters$') 577 match.append('~^shadertext$') .append('~^shadertext$') 578 match.append('~^FullScreenClearWithLayers$') #skia:7191 601 match.append('~^ClearOp$') 602 match.append('~^CopySurface$') .append('~^CopySurface$') 603 match.append('~^ImageNewShader_GPU$') .append('~^ImageNewShader_GPU$') 604 match.append('~^InitialTextureClear$') .append('~^InitialTextureClear$') 605 match.append('~^PinnedImageTest$') .append('~^PinnedImageTest$') 606 match.append('~^ReadPixels_Gpu$' [all...] |
/external/autotest/client/common_lib/cros/ |
adb_keepalive.py | 26 pattern = r'^[^:]+:([^:]+):(\d+)$' 27 match = re.match(pattern, socket)
|
/external/pcre/dist2/doc/html/ |
pcre2_compile.html | 61 PCRE2_MULTILINE ^ and $ match newlines within data
|
/external/llvm/utils/ |
findmisopt | 111 if [ -n "$match" ] ; then
|
/external/swiftshader/third_party/LLVM/utils/ |
findmisopt | 112 if [ -n "$match" ] ; then
|
/prebuilts/go/darwin-x86/src/regexp/syntax/ |
doc.go | 63 m multi-line mode: ^ and $ match begin/end line in addition to begin/end text (default false)
|
/prebuilts/go/linux-x86/src/regexp/syntax/ |
doc.go | 63 m multi-line mode: ^ and $ match begin/end line in addition to begin/end text (default false)
|