Searched refs:re (Results 201 - 225 of 1591) sorted by relevance

1234567891011>>

/external/chromium_org/v8/tools/
H A Drun-valgrind.py35 import re namespace
60 LEAK_LINE_MATCHER = re.compile(LEAK_RE)
61 LEAK_OKAY_MATCHER = re.compile(r"lost: 0 bytes in 0 blocks")
/external/markdown/markdown/extensions/
H A Dmeta.py43 import markdown, re namespace
46 META_RE = re.compile(r'^[ ]{0,3}(?P<key>[A-Za-z0-9_-]+):\s*(?P<value>.*)')
47 META_MORE_RE = re.compile(r'^[ ]{4,}(?P<value>.*)')
/external/protobuf/gtest/test/
H A Dgtest_output_test.py44 import re namespace
102 return re.sub(r'.*[/\\](.+)(\:\d+|\(\d+\))\: ', r'\1:#: ', test_output)
109 return re.sub(r'Stack trace:(.|\n)*?\n\n',
117 return re.sub(r'Stack trace:(.|\n)*?\n\n', '', output)
123 return re.sub(r'\(\d+ ms', '(? ms', output)
129 output = re.sub(r'\d+ tests, listed below',
131 output = re.sub(r'\d+ FAILED TESTS',
133 output = re.sub(r'\d+ tests from \d+ test cases',
135 output = re.sub(r'\d+ tests from ([a-zA-Z_])',
137 return re
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
H A DTParser.m201 @catch (ANTLRRecognitionException *re) {
202 [self reportError:re];
203 [self recover:input Exception:re];
266 @catch (ANTLRRecognitionException *re) {
267 [self reportError:re];
268 [self recover:input Exception:re];
303 @catch (ANTLRRecognitionException *re) {
304 [self reportError:re];
305 [self recover:input Exception:re];
340 @catch (ANTLRRecognitionException *re) {
[all...]
/external/chromium_org/third_party/re2/re2/testing/
H A Dparse_test.cc203 Regexp** re = new Regexp*[ntests]; local
210 re[i] = Regexp::Parse(tests[i].regexp, f, &status);
211 CHECK(re[i] != NULL) << " " << tests[i].regexp << " "
213 string s = re[i]->Dump();
221 RegexpEqualTestingOnly(re[i], re[j]))
227 re[i]->Decref();
228 delete[] re;
367 Regexp* re = Regexp::Parse(only_posix[i], Regexp::NoParseFlags, NULL); local
368 CHECK(re) << " " << only_posi
374 Regexp* re = Regexp::Parse(only_perl[i], Regexp::PerlX, NULL); local
388 Regexp* re = Regexp::Parse(tests[i].regexp, f, &status); local
420 Regexp* re; local
[all...]
/external/llvm/utils/lint/
H A Dcpp_lint.py10 import re namespace
23 include_gtest_re = re.compile(r'^#include "gtest/(.*)"')
24 include_llvm_re = re.compile(r'^#include "llvm/(.*)"')
25 include_support_re = re.compile(r'^#include "(Support/.*)"')
26 include_config_re = re.compile(r'^#include "(Config/.*)"')
27 include_system_re = re.compile(r'^#include <(.*)>')
/external/regex-re2/re2/testing/
H A Dparse_test.cc203 Regexp** re = new Regexp*[ntests]; local
210 re[i] = Regexp::Parse(tests[i].regexp, f, &status);
211 CHECK(re[i] != NULL) << " " << tests[i].regexp << " "
213 string s = re[i]->Dump();
221 RegexpEqualTestingOnly(re[i], re[j]))
227 re[i]->Decref();
228 delete[] re;
367 Regexp* re = Regexp::Parse(only_posix[i], Regexp::NoParseFlags, NULL); local
368 CHECK(re) << " " << only_posi
374 Regexp* re = Regexp::Parse(only_perl[i], Regexp::PerlX, NULL); local
388 Regexp* re = Regexp::Parse(tests[i].regexp, f, &status); local
420 Regexp* re; local
[all...]
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dt034tokenLabelPropertyRef.py13 def recover(self, input, re):
22 def recover(self, input, re):
H A Dt041parameters.py13 def recover(self, input, re):
22 def recover(self, input, re):
H A Dt043synpred.py13 def recover(self, input, re):
22 def recover(self, input, re):
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Denvironment.py5 import re namespace
23 return re.compile('[./]').split(os.environ['CURRENT_VERSION_ID'])[0]
/external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/bin/build/
H A Dtreescan.py21 import re namespace
28 _JS_FILE_REGEX = re.compile(r'^.+\.js$')
/external/chromium_org/net/tools/
H A Dbuild_hpack_constants.py12 import re namespace
285 m = re.match(
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/
H A Dcheck_injected_webgl_calls_info.py30 import re namespace
40 source = re.sub(r"//.*\n", "", source) # Remove line comments
41 source = re.sub(r"\s+", " ", source) # Line breaks to spaces, collapse spaces
42 source = re.sub(r"/\*.*?\*/", "", source) # Remove block comments
43 source = re.sub(r"\[.*?\]", "", source) # Remove method parameters and array type suffixes
44 source = re.sub(r"\?", "", source) # Remove optional type suffixes
50 match = re.match(r"^\s*(\w[\w\s]*)\s+(\w+)\s*\(([^()]*)\)", line)
61 match = re.match(r"^\s*(\w[\w\s]*)\s+(\w+)\s*$", argument)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
H A Djsonchecker.py26 import re namespace
46 match = re.search(r': line (?P<line>\d+) column \d+', str(error))
/external/chromium_org/third_party/cython/src/Tools/
H A Dcython-epydoc.py5 import re namespace
8 CYTHON_SIGNATURE_RE = re.compile(
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
H A DMakefile.inc9 nasm-token.c: $(srcdir)/modules/parsers/nasm/nasm-token.re re2c$(EXEEXT)
10 $(top_builddir)/re2c$(EXEEXT) -b -o $@ $(srcdir)/modules/parsers/nasm/nasm-token.re
16 EXTRA_DIST += modules/parsers/nasm/nasm-token.re
/external/chromium_org/tools/grit/grit/
H A Dlazy_re.py12 import re namespace
30 self._lazy_re = re.compile(*self._stash_args, **self._stash_kwargs)
42 re.RegexObject (via re.compile) with the same arguments passed to
/external/chromium_org/tools/
H A Dipc_messages_log.py24 import re namespace
89 msg_def_re = re.compile(
91 msg_start_re = re.compile(
99 match = re.match(msg_start_re, line)
103 match = re.match(msg_def_re, line)
123 unknown_msg_re = re.compile('\[unknown type (\d+)\]')
126 match = re.search(unknown_msg_re, line)
128 line = re.sub(unknown_msg_re,
/external/chromium_org/tools/resources/
H A Dfind_used_resources.py7 import re namespace
34 unknown_pragma_warning_pattern = re.compile(
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dcamel_case.py5 import re namespace
15 return re.sub('(?!^)([A-Z]+)', r'_\1', obj).lower()
/external/chromium_org/tools/valgrind/
H A Dbrowser_wrapper_win.py7 import re namespace
17 m = re.match("\-\-gtest_filter=(.*)", arg)
/external/chromium_org/v8/test/mjsunit/
H A Dsearch-string-multiple.js32 var re = new RegExp(regexp_source, flags);
33 var output = input.replace(re, MakeReplaceString);
/external/fonttools/Lib/fontTools/
H A Dagl.py714 import re namespace
718 parseAGL_RE = re.compile("([0-9A-F]{4});([A-Za-z_0-9.]+);.*?$")
/external/fonttools/Tools/fontTools/
H A Dagl.py714 import re namespace
718 parseAGL_RE = re.compile("([0-9A-F]{4});([A-Za-z_0-9.]+);.*?$")

Completed in 623 milliseconds

1234567891011>>