HomeSort by relevance Sort by last modified time
    Searched refs:regexp (Results 76 - 100 of 164) sorted by null

1 2 34 5 6 7

  /external/chromium/chrome/browser/resources/file_manager/js/
mock_chrome.js 71 regexp: /\.(jpe?g|gif|png|cr2?|tiff)$/i,
76 regexp: /\.(jpe?g|png|cr2?|tiff)$/i,
90 if (candidateTasks[taskIndex].regexp.test(urlList[i]))
  /external/libvpx/libvpx/examples/includes/geshi/
geshi.php 131 // Advanced regexp handling constants, used in language files
146 for this regexp's html tag class */
1980 $regexp = $rxdata; variable
1990 $regexp = implode("|", $rxuse); variable
    [all...]
  /external/regex-re2/re2/testing/
dfa_test.cc 9 #include "re2/regexp.h"
36 // Create regexp with 2^FLAGS_size states in DFA.
45 Regexp* re = Regexp::Parse(s.c_str(), Regexp::LikePerl, NULL);
60 Regexp* re = Regexp::Parse(s.c_str(), Regexp::LikePerl, NULL);
89 // Create regexp with 2^30 states in DFA.
96 Regexp* re = Regexp::Parse(s.c_str(), Regexp::LikePerl, NULL)
310 const char *regexp; member in struct:re2::ReverseTest
    [all...]
re2_test.cc 15 #include "re2/regexp.h"
98 const char *regexp; member in struct:re2::ReplaceTest
177 VLOG(1) << StringPrintf("\"%s\" =~ s/%s/%s/g", t->original, t->regexp, t->rewrite);
179 CHECK(RE2::Replace(&one, t->regexp, t->rewrite));
182 CHECK_EQ(RE2::GlobalReplace(&all, t->regexp, t->rewrite), t->greplace_count)
188 static void TestCheckRewriteString(const char* regexp, const char* rewrite,
191 RE2 exp(regexp);
463 RE2 re_simple("simple regexp");
464 RE2 re_medium("medium.*regexp");
465 RE2 re_complex("hard.{1,128}regexp");
1190 const char *regexp; member in struct:re2::ErrorTest
1221 const char* regexp; member in struct:re2::NeverTest
    [all...]
tester.cc 12 #include "re2/regexp.h"
14 DEFINE_bool(dump_prog, false, "dump regexp program");
16 DEFINE_bool(dump_rprog, false, "dump reversed regexp program");
19 "maximum number of regexp test failures (-1 = unlimited)");
21 DEFINE_string(regexp_engines, "", "pattern to select regexp engines to test");
135 Regexp::ParseFlags parse_flags;
139 static const Regexp::ParseFlags single_line =
140 Regexp::LikePerl;
141 static const Regexp::ParseFlags multi_line =
142 static_cast<Regexp::ParseFlags>(Regexp::LikePerl & ~Regexp::OneLine)
    [all...]
  /external/v8/test/mjsunit/
lazy-load.js 32 // Check that regexp literals use original RegExp (non-ECMA-262).
33 RegExp = 42;
regexp-cache-replace.js 28 // Tests that regexp caching isn't messing things up.
32 assertEquals("o", RegExp.$1);
34 assertEquals("x", RegExp.$1);
36 assertEquals("o", RegExp.$1);
mirror-regexp.js 70 assertEquals('regexp', mirror.type());
83 assertEquals('regexp', fromJSON.type);
84 assertEquals('RegExp', fromJSON.className);
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.
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 29 [object-regexp [name-regexp]].
35 the resulting compiled subprinter regexp is None if not provided.
61 raise SyntaxError("invalid object regexp: %s" % object_regexp)
65 raise SyntaxError("invalid name regexp: %s" % name_regexp)
70 raise SyntaxError("invalid subname regexp: %s" % subname_regexp)
87 Usage: info pretty-printer [object-regexp [name-regexp]]
89 OBJECT-REGEXP is a regular expression matching the objects to list.
93 NAME-REGEXP matches the name of the pretty-printer
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 29 [object-regexp [name-regexp]].
35 the resulting compiled subprinter regexp is None if not provided.
61 raise SyntaxError("invalid object regexp: %s" % object_regexp)
65 raise SyntaxError("invalid name regexp: %s" % name_regexp)
70 raise SyntaxError("invalid subname regexp: %s" % subname_regexp)
87 Usage: info pretty-printer [object-regexp [name-regexp]]
89 OBJECT-REGEXP is a regular expression matching the objects to list.
93 NAME-REGEXP matches the name of the pretty-printer
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 29 [object-regexp [name-regexp]].
35 the resulting compiled subprinter regexp is None if not provided.
61 raise SyntaxError("invalid object regexp: %s" % object_regexp)
65 raise SyntaxError("invalid name regexp: %s" % name_regexp)
70 raise SyntaxError("invalid subname regexp: %s" % subname_regexp)
87 Usage: info pretty-printer [object-regexp [name-regexp]]
89 OBJECT-REGEXP is a regular expression matching the objects to list.
93 NAME-REGEXP matches the name of the pretty-printer
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 29 [object-regexp [name-regexp]].
35 the resulting compiled subprinter regexp is None if not provided.
61 raise SyntaxError("invalid object regexp: %s" % object_regexp)
65 raise SyntaxError("invalid name regexp: %s" % name_regexp)
70 raise SyntaxError("invalid subname regexp: %s" % subname_regexp)
87 Usage: info pretty-printer [object-regexp [name-regexp]]
89 OBJECT-REGEXP is a regular expression matching the objects to list.
93 NAME-REGEXP matches the name of the pretty-printer
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-apache-oro.jar 
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/handshake/
draft75.py 178 for line, regexp in zip(lines, _FIRST_FIVE_LINES):
179 if not regexp.search(line):
182 % (line, regexp.pattern))
  /external/v8/src/
regexp-macro-assembler.h 182 // Result of calling generated native RegExp code.
197 static Result Match(Handle<Code> regexp,
205 // Called from generated RegExp code.
211 // Called from RegExp if the backtrack stack limit is hit.
223 // Used by generated RegExp code.
log.h 49 // --log-api, --log-code, --log-gc, and --log-regexp.
62 // --log-regexp
64 // --log-regexp implies --log.
128 V(REG_EXP_TAG, "RegExp") \
233 // Emits a code create event for a RegExp.
265 // ==== Events logged by --log-regexp ====
266 // Regexp compilation and execution events.
268 void RegExpCompileEvent(Handle<JSRegExp> regexp, bool in_cache);
329 // Emits the source code of a regexp. Used by regexp events
    [all...]
  /external/libxml2/
xmlregexp.c 2 * regexp.c: generic and extensible Regular Expression engine
309 xmlRegexpPtr comp; /* the compiled regexp */
364 * Regexp memory error handler *
376 const char *regexp = NULL; local
378 regexp = (const char *) ctxt->string;
383 regexp, NULL, 0, 0,
396 const char *regexp = NULL; local
400 regexp = (const char *) ctxt->string;
406 regexp, NULL, idx, 0,
421 * Allocate a new regexp and fill it with the result from the parse
    [all...]
  /external/v8/benchmarks/
run.js 35 load('regexp.js');
  /external/v8/test/mjsunit/compiler/
literals-assignment.js 97 // Test regexp literals.
  /external/v8/test/mjsunit/regress/
regress-233.js 29 // A stack overflow detected by a global regexp match wasn't handled correctly.
  /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/webkit/Source/WebCore/inspector/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...]

Completed in 720 milliseconds

1 2 34 5 6 7