HomeSort by relevance Sort by last modified time
    Searched refs:regexp (Results 151 - 175 of 432) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/v8/benchmarks/
run.js 35 load('regexp.js');
  /external/chromium_org/v8/test/mjsunit/compiler/
literals-assignment.js 97 // Test regexp literals.
  /external/chromium_org/v8/test/mjsunit/
regexp-compile.js 28 // Test that we don't cache the result of a regexp match across a
search-string-multiple.js 28 // Test search and replace where we search for a string, not a regexp.
32 var re = new RegExp(regexp_source, flags);
string-replace-with-empty.js 63 // Clear the regexp cache to allow the GC to work.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-233.js 29 // A stack overflow detected by a global regexp match wasn't handled correctly.
string-split-monkey-patching.js 28 // Test that String.prototype.split with an regexp does not call the
  /external/lldb/source/Commands/
CommandObjectBreakpoint.cpp 452 RegularExpression regexp(m_options.m_func_regexp.c_str());
453 if (!regexp.IsValid())
456 regexp.GetErrorAsCString(err_str, sizeof(err_str));
465 regexp,
470 case eSetTypeSourceRegexp: // Breakpoint by regexp on source text.
489 RegularExpression regexp(m_options.m_source_text_regexp.c_str());
490 if (!regexp.IsValid())
493 regexp.GetErrorAsCString(err_str, sizeof(err_str));
499 bp = target->CreateSourceRegexBreakpoint (&(m_options.m_modules), &(m_options.m_filenames), regexp).get();
669 { LLDB_OPT_SET_9, true, "source-pattern-regexp", 'p', required_argument, NULL, 0, eArgTypeRegularExpression
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
AdtStartup.java 191 final Pattern regexp = local
213 Matcher m = regexp.matcher(line);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/UglifyJS/
parse-js.js 442 var prev_backslash = false, regexp = "", ch, in_class = false;
444 regexp += "\\" + ch;
448 regexp += ch;
451 regexp += ch;
457 regexp += ch;
462 return token("regexp", [ regexp, mods ]);
603 var ATOMIC_START_TOKEN = array_to_hash([ "atom", "num", "string", "regexp", "name" ]);
713 S.token = S.input(true); // force regexp
718 case "regexp"
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
abstract_tts.js 89 cvox.AbstractTts.pronunciationDictionaryRegexp_ = new RegExp(expr, 'ig');
100 cvox.AbstractTts.substitutionDictionaryRegexp_ = new RegExp(expr, 'ig');
230 // efficient because we use a single regexp that matches all symbols
248 // efficient because we use a single regexp that matches all words
520 * Pronunciation dictionary regexp.
521 * @type {RegExp};
580 * Substitution dictionary regexp.
581 * @type {RegExp};
588 * repetition filter regexp.
589 * @type {RegExp}
    [all...]
  /external/chromium_org/v8/tools/gyp/
v8_base.target.darwin-arm.mk 144 v8/src/regexp-macro-assembler-irregexp.cc \
145 v8/src/regexp-macro-assembler-tracer.cc \
146 v8/src/regexp-macro-assembler.cc \
147 v8/src/regexp-stack.cc \
195 v8/src/arm/regexp-macro-assembler-arm.cc \
v8_base.target.darwin-arm64.mk 144 v8/src/regexp-macro-assembler-irregexp.cc \
145 v8/src/regexp-macro-assembler-tracer.cc \
146 v8/src/regexp-macro-assembler.cc \
147 v8/src/regexp-stack.cc \
197 v8/src/arm64/regexp-macro-assembler-arm64.cc \
v8_base.target.darwin-mips.mk 144 v8/src/regexp-macro-assembler-irregexp.cc \
145 v8/src/regexp-macro-assembler-tracer.cc \
146 v8/src/regexp-macro-assembler.cc \
147 v8/src/regexp-stack.cc \
195 v8/src/mips/regexp-macro-assembler-mips.cc \
v8_base.target.darwin-x86.mk 144 v8/src/regexp-macro-assembler-irregexp.cc \
145 v8/src/regexp-macro-assembler-tracer.cc \
146 v8/src/regexp-macro-assembler.cc \
147 v8/src/regexp-stack.cc \
194 v8/src/ia32/regexp-macro-assembler-ia32.cc \
v8_base.target.darwin-x86_64.mk 144 v8/src/regexp-macro-assembler-irregexp.cc \
145 v8/src/regexp-macro-assembler-tracer.cc \
146 v8/src/regexp-macro-assembler.cc \
147 v8/src/regexp-stack.cc \
194 v8/src/x64/regexp-macro-assembler-x64.cc \
v8_base.target.linux-arm.mk 144 v8/src/regexp-macro-assembler-irregexp.cc \
145 v8/src/regexp-macro-assembler-tracer.cc \
146 v8/src/regexp-macro-assembler.cc \
147 v8/src/regexp-stack.cc \
195 v8/src/arm/regexp-macro-assembler-arm.cc \
v8_base.target.linux-arm64.mk 144 v8/src/regexp-macro-assembler-irregexp.cc \
145 v8/src/regexp-macro-assembler-tracer.cc \
146 v8/src/regexp-macro-assembler.cc \
147 v8/src/regexp-stack.cc \
197 v8/src/arm64/regexp-macro-assembler-arm64.cc \
v8_base.target.linux-mips.mk 144 v8/src/regexp-macro-assembler-irregexp.cc \
145 v8/src/regexp-macro-assembler-tracer.cc \
146 v8/src/regexp-macro-assembler.cc \
147 v8/src/regexp-stack.cc \
195 v8/src/mips/regexp-macro-assembler-mips.cc \
v8_base.target.linux-x86.mk 144 v8/src/regexp-macro-assembler-irregexp.cc \
145 v8/src/regexp-macro-assembler-tracer.cc \
146 v8/src/regexp-macro-assembler.cc \
147 v8/src/regexp-stack.cc \
194 v8/src/ia32/regexp-macro-assembler-ia32.cc \
v8_base.target.linux-x86_64.mk 144 v8/src/regexp-macro-assembler-irregexp.cc \
145 v8/src/regexp-macro-assembler-tracer.cc \
146 v8/src/regexp-macro-assembler.cc \
147 v8/src/regexp-stack.cc \
194 v8/src/x64/regexp-macro-assembler-x64.cc \
  /external/lldb/source/API/
SBTarget.cpp     [all...]
  /external/chromium_org/v8/src/
jsregexp.h 24 // Whether V8 is compiled with native regexp support or not.
41 // Implements RegExp.prototype.toString, see ECMA-262 section 15.10.6.4.
45 // Parses the RegExp pattern and prepares the JSRegExp object with
57 Handle<JSRegExp> regexp,
75 static int AtomExecRaw(Handle<JSRegExp> regexp,
82 static Handle<Object> AtomExec(Handle<JSRegExp> regexp,
89 // Prepare a RegExp for being executed one or more times (using
91 // This ensures that the regexp is compiled for the subject, and that
94 // as its "registers" argument. If the regexp cannot be compiled,
96 static int IrregexpPrepare(Handle<JSRegExp> regexp,
    [all...]
jsregexp.cc 19 #include "src/regexp-macro-assembler.h"
20 #include "src/regexp-macro-assembler-tracer.h"
21 #include "src/regexp-macro-assembler-irregexp.h"
22 #include "src/regexp-stack.h"
26 #include "src/ia32/regexp-macro-assembler-ia32.h"
28 #include "src/x64/regexp-macro-assembler-x64.h"
30 #include "src/arm64/regexp-macro-assembler-arm64.h"
32 #include "src/arm/regexp-macro-assembler-arm.h"
34 #include "src/mips/regexp-macro-assembler-mips.h"
36 #include "src/x87/regexp-macro-assembler-x87.h
    [all...]
  /external/chromium_org/third_party/re2/re2/
prefilter.cc 144 // regexps, matching ab will already allow this regexp to be a
196 // Information about a regexp used during computation of Prefilter.
242 // match for this regexp is guaranteed to match.
479 class Prefilter::Info::Walker : public Regexp::Walker<Prefilter::Info*> {
484 Regexp* re, Info* parent_arg,
489 Regexp* re,
498 Prefilter::Info* Prefilter::BuildInfo(Regexp* re) {
503 bool latin1 = re->parse_flags() & Regexp::Latin1;
516 Regexp* re, Prefilter::Info* parent_arg) {
523 Regexp* re, Prefilter::Info* parent_arg
    [all...]

Completed in 2820 milliseconds

1 2 3 4 5 67 8 91011>>