HomeSort by relevance Sort by last modified time
    Searched full:regexp (Results 626 - 650 of 1552) sorted by null

<<21222324252627282930>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-undefined/
weak-undef.exp 79 if {[regexp $output_regexp $exec_output]} then {
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-xtensa/
coalesce.exp 89 if [regexp "^0000000c <main>:" $line] {
  /external/v8/src/
assembler.cc 56 #include "src/regexp/jsregexp.h"
57 #include "src/regexp/regexp-macro-assembler.h"
58 #include "src/regexp/regexp-stack.h"
84 // Include native regexp-macro-assembler.
87 #include "src/regexp/ia32/regexp-macro-assembler-ia32.h" // NOLINT
89 #include "src/regexp/x64/regexp-macro-assembler-x64.h" // NOLIN
    [all...]
factory.h 148 // UTF8 strings are pretenured when used for regexp literal patterns and
182 // characters of the string are uninitialized. Currently used in regexp code
655 // atom regexp and stores it in the regexp.
656 void SetRegExpAtomData(Handle<JSRegExp> regexp,
663 // irregexp regexp and stores it in the regexp.
664 void SetRegExpIrregexpData(Handle<JSRegExp> regexp,
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/node_modules/chai/
chai.js 79 if (new RegExp(name + '@').test(moduleName)) {
274 , '[object RegExp]': 'regexp'
358 * @param {RegExp|Function} test
390 if (test && 'regexp' === getType(test)) {
446 } else if ('regexp' === type(a)) {
509 * @param {RegExp} a
510 * @param {RegExp} b
515 if ('regexp' !== type(b)) return false;
    [all...]
  /external/libxml2/doc/devhelp/
libxml2-xmlregexp.html 58 void <a href="#xmlRegFreeRegexp">xmlRegFreeRegexp</a> (<a href="libxml2-xmlregexp.html#xmlRegexpPtr">xmlRegexpPtr</a> regexp);
74 <a href="libxml2-xmlregexp.html#xmlRegexpPtr">xmlRegexpPtr</a> <a href="#xmlRegexpCompile">xmlRegexpCompile</a> (const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * regexp);
85 void <a href="#xmlRegexpPrint">xmlRegexpPrint</a> (FILE * output, <br/> <a href="libxml2-xmlregexp.html#xmlRegexpPtr">xmlRegexpPtr</a> regexp);
234 </pre><p>Extract error informations from the regexp execution, the parameter @string will be updated with the value pushed and not accepted, the parameter @values must point to an array of @nbval string pointers on return nbval will contain the number of possible strings in that state and the @values array will be updated with them. The string values</p>
235 <div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>exec</tt></i>:</span></td><td>a regexp execution context generating an error</td></tr><tr><td><span class="term"><i><tt>string</tt></i>:< (…)
    [all...]
  /external/libxml2/doc/html/
libxml-xmlregexp.html 53 <pre class="programlisting">void <a href="#xmlRegFreeRegexp">xmlRegFreeRegexp</a> (<a href="libxml-xmlregexp.html#xmlRegexpPtr">xmlRegexpPtr</a> regexp)</pre>
55 <pre class="programlisting"><a href="libxml-xmlregexp.html#xmlRegexpPtr">xmlRegexpPtr</a> <a href="#xmlRegexpCompile">xmlRegexpCompile</a> (const <a href="libxml-xmlstring.html#xmlChar">xmlChar</a> * regexp)</pre>
58 <pre class="programlisting">void <a href="#xmlRegexpPrint">xmlRegexpPrint</a> (FILE * output, <br /> <a href="libxml-xmlregexp.html#xmlRegexpPtr">xmlRegexpPtr</a> regexp)</pre>
    [all...]
  /external/v8/src/regexp/
jsregexp.cc 5 #include "src/regexp/jsregexp.h"
16 #include "src/regexp/interpreter-irregexp.h"
17 #include "src/regexp/jsregexp-inl.h"
18 #include "src/regexp/regexp-macro-assembler.h"
19 #include "src/regexp/regexp-macro-assembler-irregexp.h"
20 #include "src/regexp/regexp-macro-assembler-tracer.h"
21 #include "src/regexp/regexp-parser.h
    [all...]
  /external/autotest/client/tests/kvm/tests/
physical_resources_check.py 43 def chk_fmt_model(device, fmt_model, info_cmd, regexp):
59 device_found = re.findall(regexp, o)
  /external/autotest/server/
site_log_time_diff.py 87 help='First regexp to search for')
89 help='Second regexp to search for')
  /external/autotest/site_utils/
perf_benchmarks.json 13 "score_V8Benchmark-RegExp",
30 "ms_SunSpider-regexp"
  /external/llvm/utils/
DSAextract.py 64 for regexp in regexp_list:
67 if regexp.search(buffer):
  /external/selinux/libsemanage/src/
fcontext_record.c 163 /* Regexp */
178 ERR(handle, "out of memory, " "could not set regexp string");
  /external/v8/benchmarks/
run.html 15 <script type="text/javascript" src="regexp.js"></script>
117 <li><b>RegExp</b><br>Regular expression benchmark generated by extracting regular expression operations from 50 of the most popular web pages
  /external/v8/test/benchmarks/
testcfg.py 85 "octane/regexp",
111 "sunspider/regexp-dna",
  /external/v8/test/intl/
assert.js 67 if (objectClass === 'RegExp') {
68 // For RegExp, just compare pattern and flags using its toString.
  /external/v8/test/mjsunit/
length.js 66 assertEquals(2, RegExp.length, "RegExp.length");
undeletable-functions.js 80 CheckEcmaSemantics(RegExp.prototype, array, "RegExp prototype");
  /hardware/bsp/intel/peripheral/libupm/doxy/node/generators/yuidoc/
helper.js 28 var pattern = new RegExp('\\+ __' + field + ':__ [A-Za-z0-9]*');
29 var label = new RegExp('\\+ __' + field + ':__');
  /libcore/luni/src/main/native/
java_util_regex_Pattern.cpp 37 case U_REGEX_RULE_SYNTAX: return "Syntax error in regexp pattern";
42 case U_REGEX_MISMATCHED_PAREN: return "Incorrectly nested parentheses in regexp pattern";
  /prebuilts/gdb/darwin-x86/share/gdb/python/gdb/function/
caller_is.py 54 """Compare the calling function's name with a regexp.
122 """Compare all calling function's names with a regexp.
  /prebuilts/gdb/linux-x86/share/gdb/python/gdb/function/
caller_is.py 54 """Compare the calling function's name with a regexp.
122 """Compare all calling function's names with a regexp.
  /prebuilts/go/darwin-x86/src/runtime/race/
output_test.go 14 "regexp"
56 if !regexp.MustCompile(test.re).MatchString(string(got)) {
  /prebuilts/go/darwin-x86/test/bench/garbage/
parser.go 254 "regexp",
255 "regexp/syntax",
  /prebuilts/go/linux-x86/src/runtime/race/
output_test.go 14 "regexp"
56 if !regexp.MustCompile(test.re).MatchString(string(got)) {

Completed in 732 milliseconds

<<21222324252627282930>>