Searched
full:regexp (Results
501 -
525 of
1552) sorted by null
<<21222324252627282930>>
/external/v8/test/webkit/fast/js/kde/ |
constructor_length.js | 32 shouldBe("RegExp.length","2");
|
object_prototype_tostring-expected.txt | 35 PASS _regexp.toString() is "[object RegExp]"
|
prototype_proto.js | 32 shouldBe("RegExp.prototype.__proto__","Object.prototype");
|
/external/v8/test/webkit/fast/js/ |
regexp-lastindex-expected.txt | 24 Test for regression against REGRESSION: RegExp("[^\s$]+", "g") returns extra matches
|
/external/v8/test/webkit/fast/regex/ |
overflow.js | 33 var regexp3 = new RegExp(s3, "");
|
/external/v8/test/webkit/ |
regexp-character-match-out-of-order-expected.txt | 24 Test to ensure RegExp generates single character matches in the correct order
|
regexp-compile-crash-expected.txt | 24 Test regexp compiling to make sure it doens't crash like bug 16127
|
string_replace-expected.txt | 24 This will test string.replace with {n, m} regexp patterns.
|
string_replace.js | 25 "This will test string.replace with {n, m} regexp patterns."
|
unexpected-constant-crash-expected.txt | 24 This test checks that the regexp and unexpected constant counters are not confused with each other. It will fail with an assertion failure in a debug build if this is the case.
|
unexpected-constant-crash.js | 25 "This test checks that the regexp and unexpected constant counters are not confused with each other. It will fail with an assertion failure in a debug build if this is the case."
|
/external/valgrind/memcheck/tests/ |
filter_xml | 34 # (which means we can do multi-line matching in a single regexp) which you
|
/external/webrtc/tools/ |
PRESUBMIT.py | 10 """Returns the license header regexp."""
|
/external/webrtc/webrtc/ |
PRESUBMIT.py | 10 """Returns the license header regexp."""
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
compileall.py | 161 "[-x regexp] [-i list] [directory|file ...]" 175 print "-x regexp: skip files matching the regular expression regexp; " \ 176 "the regexp is searched for"
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
compileall.py | 161 "[-x regexp] [-i list] [directory|file ...]" 175 print "-x regexp: skip files matching the regular expression regexp; " \ 176 "the regexp is searched for"
|
/prebuilts/go/darwin-x86/doc/codewalk/ |
codewalk.xml | 63 which matches the first instance of that <a href="/pkg/regexp">regular expression</a> (<code>title=</code>) in the file. 87 The <code>/</code><i>regexp</i><code>/</code> 103 <tr><td><code>/</code><i>regexp</i><code>/</code></td> 106 <tr><td><code>?/</code><i>regexp</i><code>/</code></td>
|
/prebuilts/go/darwin-x86/src/log/ |
log_test.go | 13 "regexp" 31 pattern string // regexp that log output must match; we add ^ and expected_text$ always 64 matched, err4 := regexp.MatchString(pattern, line) 115 matched, err := regexp.Match(pattern, b.Bytes())
|
/prebuilts/go/linux-x86/doc/codewalk/ |
codewalk.xml | 63 which matches the first instance of that <a href="/pkg/regexp">regular expression</a> (<code>title=</code>) in the file. 87 The <code>/</code><i>regexp</i><code>/</code> 103 <tr><td><code>/</code><i>regexp</i><code>/</code></td> 106 <tr><td><code>?/</code><i>regexp</i><code>/</code></td>
|
/prebuilts/go/linux-x86/src/log/ |
log_test.go | 13 "regexp" 31 pattern string // regexp that log output must match; we add ^ and expected_text$ always 64 matched, err4 := regexp.MatchString(pattern, line) 115 matched, err := regexp.Match(pattern, b.Bytes())
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
compileall.py | 161 "[-x regexp] [-i list] [directory|file ...]" 175 print "-x regexp: skip files matching the regular expression regexp; " \ 176 "the regexp is searched for"
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
compileall.py | 161 "[-x regexp] [-i list] [directory|file ...]" 175 print "-x regexp: skip files matching the regular expression regexp; " \ 176 "the regexp is searched for"
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/bfin/ |
objdump.exp | 48 if [regexp $want $got] then {
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
tls_common.exp | 67 if ![regexp ".*TLS.*0x0+ 0x0+4 R .*" $readelf_output] then {
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/ |
rgn-over.exp | 39 if { ! [regexp ".*-ok.d" $test_file] } {
|
Completed in 316 milliseconds
<<21222324252627282930>>