Searched refs:re (Results 251 - 275 of 1591) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/v8/test/mjsunit/
H A Dunicodelctest.js30 var re = /^([a-zªµºß-öø-ÿāăąćĉċčďđēĕėęěĝğġģĥħĩīĭįıijĵķ-ĸĺļľŀłńņň-ʼnŋōŏőœŕŗřśŝşšţťŧũūŭůűųŵŷźżž-ƀƃƅƈƌ-ƍƒƕƙ-ƛƞơƣƥƨƪ-ƫƭưƴƶƹ-ƺƽ-ƿdžljnjǎǐǒǔǖǘǚǜ-ǝǟǡǣǥǧǩǫǭǯ-ǰdzǵǹǻǽǿȁȃȅȇȉȋȍȏȑȓȕȗșțȝȟȡȣȥȧȩȫȭȯȱȳ-ȹȼȿ-ɀɂɇɉɋɍɏ-ʓʕ-ʯͱͳͷͻ-ͽΐά-ώϐ-ϑϕ-ϗϙϛϝϟϡϣϥϧϩϫϭϯ-ϳϵϸϻ-ϼа-џѡѣѥѧѩѫѭѯѱѳѵѷѹѻѽѿҁҋҍҏґғҕҗҙқҝҟҡңҥҧҩҫҭүұҳҵҷҹһҽҿӂӄӆӈӊӌӎ-ӏӑӓӕӗәӛӝӟӡӣӥӧөӫӭӯӱӳӵӷӹӻӽӿԁԃԅԇԉԋԍԏԑԓԕԗԙԛԝԟԡԣա-ևᴀ-ᴫᵢ-ᵷᵹ-ᶚḁḃḅḇḉḋḍḏḑḓḕḗḙḛḝḟḡḣḥḧḩḫḭḯḱḳḵḷḹḻḽḿṁṃṅṇṉṋṍṏṑṓṕṗṙṛṝṟṡṣṥṧṩṫṭṯṱṳṵṷṹṻṽṿẁẃẅẇẉẋẍẏẑẓẕ-ẝẟạảấầẩẫậắằẳẵặẹẻẽếềểễệỉịọỏốồổỗộớờởỡợụủứừửữựỳỵỷỹỻỽỿ-ἇἐ-ἕἠ-ἧἰ-ἷὀ-ὅὐ-ὗὠ-ὧὰ-ώᾀ-ᾇᾐ-ᾗᾠ-ᾧᾰ-ᾴᾶ-ᾷιῂ-ῄῆ-ῇῐ-ΐῖ-ῗῠ-ῧῲ-ῴῶ-ῷⁱⁿℊℎ-ℏℓℯℴℹℼ-ℽⅆ-ⅉⅎↄⰰ-ⱞⱡⱥ-ⱦⱨⱪⱬⱱⱳ-ⱴⱶ-ⱼⲁⲃⲅⲇⲉⲋⲍⲏⲑⲓⲕⲗⲙⲛⲝⲟⲡⲣⲥⲧⲩⲫⲭⲯⲱⲳⲵⲷⲹⲻⲽⲿⳁⳃⳅⳇⳉⳋⳍⳏⳑⳓⳕⳗⳙⳛⳝⳟⳡⳣ-ⳤⴀ-ⴥꙁꙃꙅꙇꙉꙋꙍꙏꙑꙓꙕꙗꙙꙛꙝꙟꙣꙥꙧꙩꙫꙭꚁꚃꚅꚇꚉꚋꚍꚏꚑꚓꚕꚗꜣꜥꜧꜩꜫꜭꜯ-ꜱꜳꜵꜷꜹꜻꜽꜿꝁꝃꝅꝇꝉꝋꝍꝏꝑꝓꝕꝗꝙꝛꝝꝟꝡꝣꝥꝧꝩꝫꝭꝯꝱ-ꝸꝺꝼꝿꞁꞃꞅꞇꞌff-stﬓ-ﬗa-z]|\ud801[\udc28-\udc4f]|\ud835[\udc1a-\udc33\udc4e-\udc54\udc56-\udc67\udc82-\udc9b\udcb6-\udcb9\udcbb\udcbd-\udcc3\udcc5-\udccf\udcea-\udd03\udd1e-\udd37\udd52-\udd6b\udd86-\udd9f\uddba-\uddd3\uddee-\ude07\ude22-\ude3b\ude56-\ude6f\ude8a-\udea5\udec2-\udeda\udedc-\udee1\udefc-\udf14\udf16-\udf1b\udf36-\udf4e\udf50-\udf55\udf70-\udf88\udf8a-\udf8f\udfaa-\udfc2\udfc4-\udfc9\udfcb])$/; variable
39 assertTrue(!!re.test(s) == !!answer[i]);
53 assertTrue(!!re.test(BuildSurrogatePair(c)) == !!answer[i]);
111 var re = new RegExp(prefix + cc + "]");
113 retest(re, (ranges[j] - 1), negated);
114 retest(re, (ranges[j]), negated);
115 retest(re, (ranges[j] + 1), negated);
121 function retest(re, code, negated) {
123 assertTrue(negated != (!!re.test(s) == !!fuzz_answer[fuzz_index++]));
/external/compiler-rt/lib/asan/scripts/
H A Dsymbolize.py11 import re namespace
42 match = re.match(r'\s*LOAD\s+0x[01-9a-zA-Z]+\s+(0x[01-9a-zA-Z]+)', line, re.UNICODE)
53 file_name = re.sub(".*" + path_to_cut, "", file_name)
54 file_name = re.sub(".*asan_[a-z_]*.(cc|h):[0-9]*", "[asan_rtl]", file_name)
55 file_name = re.sub(".*crtstuff.c:0", "???:0", file_name)
62 line = re.sub(r'^[A-Z]/[^\s]*\(\s*\d+\): ', '', line)
64 match = re.match(r'^(\s*#)([0-9]+) *(0x[0-9a-f]+) *\((.*)\+(0x[0-9a-f]+)\)', line, re.UNICODE)
/external/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/
H A Dsched_parser_test.js12 var re = tracing.importer.linux_perf._SchedParserTestExports.schedSwitchRE;
13 var x = re.exec('prev_comm=swapper prev_pid=0 prev_prio=120 prev_state=R ' +
24 var x = re.exec('prev_comm=.android.chrome prev_pid=1562 prev_prio=120 prev_state=R ==> next_comm=Binder Thread # next_pid=195 next_prio=120'); // @suppress longLineCheck
29 var x = re.exec('prev_comm=Binder Thread # prev_pid=1562 prev_prio=120 prev_state=R ==> next_comm=.android.chrome next_pid=195 next_prio=120'); // @suppress longLineCheck
35 var x = re.exec('prev_comm=.android.chrome prev_pid=1562 prev_prio=120 ' +
43 var re = tracing.importer.linux_perf._SchedParserTestExports.schedWakeupRE;
44 var x = re.exec(
/external/chromium_org/third_party/WebKit/Source/build/scripts/
H A Dmake-file-arrays.py33 import re namespace
50 base_name = re.sub(r'-[a-zA-Z]', lambda match: match.group(0)[1:].upper(), base_name)
51 result = re.match(r'([\w\d_]+)\.([\w\d_]+)', base_name)
62 result = re.match(r'.*\.([^.]+)', file_name)
67 multi_line_comment = re.compile(r'/\*.*?\*/', re.MULTILINE | re.DOTALL)
68 repeating_space = re.compile(r'\s+', re.MULTILINE)
69 leading_space = re
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
H A DLangDumpDecl.m174 @catch (ANTLRRecognitionException *re) {
175 [self reportError:re];
176 [self recover:input Exception:re];
207 @catch (ANTLRRecognitionException *re) {
208 [self reportError:re];
209 [self recover:input Exception:re];
244 @catch (ANTLRRecognitionException *re) {
245 [self reportError:re];
246 [self recover:input Exception:re];
/external/chromium_org/tools/grit/grit/tool/
H A Drc2grd.py11 import re namespace
37 "(?P<file>.*?([^"]|""))"[ \t]*$''', re.VERBOSE | re.MULTILINE)
43 re.MULTILINE | re.DOTALL)
48 re.MULTILINE | re.DOTALL)
54 re.MULTILINE | re.DOTALL)
61 re
[all...]
/external/chromium_org/build/
H A Dcompiler_version.py13 import re namespace
59 version_re = re.compile(r"(\d+)\.(\d+)")
65 version_re = re.compile(r"^GNU [^ ]+ .* (\d+).(\d+).*?$", re.M)
76 version_re = re.compile(r"^GNU [^ ]+ .* (\d+).(\d+).*?$", re.M)
/external/chromium_org/testing/gtest/test/
H A Dgtest_help_test.py43 import re namespace
56 INCORRECT_FLAG_VARIANTS = [re.sub('^--', '-', LIST_TESTS_FLAG),
57 re.sub('^--', '/', LIST_TESTS_FLAG),
58 re.sub('_', '-', LIST_TESTS_FLAG)]
65 HELP_REGEX = re.compile(
78 re.DOTALL)
/external/chromium_org/third_party/icu/source/tools/
H A Dicu-svnprops-check.py27 import re namespace
100 if re.match("\s*(#.*)?$", propline): # Match comment and blank lines
102 if re.match("\s*\[auto-props\]", propline): # Match the [auto-props] line.
104 if not re.match("\s*[^\s]+\s*=", propline): # minimal syntax check for <file-type> =
120 string_proplist = re.split("(?<!;);(?!;)", string_proplist)
221 if re.match(file_pattern, f):
/external/chromium_org/tools/gyp/tools/
H A Dpretty_sln.py18 import re namespace
41 begin_project = re.compile(('^Project\("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942'
44 end_project = re.compile('^EndProject$')
46 begin_dep = re.compile('ProjectSection\(ProjectDependencies\) = postProject$')
48 end_dep = re.compile('EndProjectSection$')
50 dep_line = re.compile(' *({.*}) = ({.*})$')
/external/clang/tools/clang-format/
H A Dclang-format-diff.py27 import re namespace
65 match = re.search('^\+\+\+\ (.*?/){%s}(\S*)' % args.p, line)
72 if not re.match('^%s$' % args.regex, filename):
75 if not re.match('^%s$' % args.iregex, filename, re.IGNORECASE):
78 match = re.search('^@@.*\+(\d+)(,(\d+))?', line)
/external/gtest/test/
H A Dgtest_help_test.py43 import re namespace
56 INCORRECT_FLAG_VARIANTS = [re.sub('^--', '-', LIST_TESTS_FLAG),
57 re.sub('^--', '/', LIST_TESTS_FLAG),
58 re.sub('_', '-', LIST_TESTS_FLAG)]
65 HELP_REGEX = re.compile(
78 re.DOTALL)
/external/icu/icu4c/source/tools/
H A Dicu-svnprops-check.py27 import re namespace
100 if re.match("\s*(#.*)?$", propline): # Match comment and blank lines
102 if re.match("\s*\[auto-props\]", propline): # Match the [auto-props] line.
104 if not re.match("\s*[^\s]+\s*=", propline): # minimal syntax check for <file-type> =
120 string_proplist = re.split("(?<!;);(?!;)", string_proplist)
221 if re.match(file_pattern, f):
/external/chromium_org/third_party/re2/re2/testing/
H A Dre2_test.cc351 RE2 re("((\\w+):([0-9]+))"); // extracts host and port
356 CHECK(!re.Match(s, 0, s.size(), RE2::UNANCHORED,
361 CHECK(re.Match(s, 0, s.size(), RE2::UNANCHORED,
370 CHECK(RE2::PartialMatch("a chrisr:9000 here", re, &all, &host, &port));
385 RE2 re("([a-zA-Z0-9]|-)+(\\.([a-zA-Z0-9]|-)+)*(\\.)?", RE2::Quiet);
386 RE2::FullMatch(domain, re);
394 RE2 re(quoted, options);
395 EXPECT_TRUE_M(RE2::FullMatch(unquoted, re),
404 RE2 re(quoted, options);
405 EXPECT_FALSE_M(RE2::FullMatch(should_not_match, re),
[all...]
/external/regex-re2/re2/testing/
H A Dre2_test.cc344 RE2 re("((\\w+):([0-9]+))"); // extracts host and port
349 CHECK(!re.Match(s, 0, s.size(), RE2::UNANCHORED,
354 CHECK(re.Match(s, 0, s.size(), RE2::UNANCHORED,
363 CHECK(RE2::PartialMatch("a chrisr:9000 here", re, &all, &host, &port));
378 RE2 re("([a-zA-Z0-9]|-)+(\\.([a-zA-Z0-9]|-)+)*(\\.)?", RE2::Quiet);
379 RE2::FullMatch(domain, re);
387 RE2 re(quoted, options);
388 EXPECT_TRUE_M(RE2::FullMatch(unquoted, re),
397 RE2 re(quoted, options);
398 EXPECT_FALSE_M(RE2::FullMatch(should_not_match, re),
[all...]
/external/chromium_org/tools/valgrind/
H A Dtsan_analyze.py17 import re namespace
44 LOAD_LIB_RE = re.compile('--[0-9]+-- ([^(:]*) \((0x[0-9a-f]+)\)')
45 TSAN_LINE_RE = re.compile('==[0-9]+==\s*[#0-9]+\s*'
107 if re.search("{{{", self.line_):
108 while not re.search('}}}', self.line_):
115 if re.match('-+ suppression -+', self.line_):
120 while not re.match('-+ end suppression -+', self.line_):
164 while re.search(TsanAnalyzer.RACE_VERIFIER_LINE, self.line_):
167 while re.search(TsanAnalyzer.THREAD_CREATION_STR, self.line_):
169 if re
[all...]
/external/chromium_org/v8/tools/
H A Dgen-postmortem-metadata.py49 import re namespace
187 # for which we're going to emit descriptive constants.
232 # Construct a dictionary for the classes we're sure should be present.
253 line = re.sub('//.*', '', line.rstrip().lstrip());
259 match = re.match('class (\w[^\s:]*)(: public (\w[^\s{]*))?\s*{',
272 types[re.sub('\s*=.*', '', entry).lstrip()] = True;
285 usetype = re.sub('SYMBOL_', 'STRING_', type);
290 usetype = re.sub('_REGEXP_', '_REG_EXP_', usetype);
336 # representation and encoding and add them if they're not
345 cctype = re
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
H A DSimpleCParser.m400 @catch (ANTLRRecognitionException *re) {
401 [self reportError:re];
402 [self recover:input Exception:re];
495 @catch (ANTLRRecognitionException *re) {
496 [self reportError:re];
497 [self recover:input Exception:re];
545 @catch (ANTLRRecognitionException *re) {
546 [self reportError:re];
547 [self recover:input Exception:re];
579 @catch (ANTLRRecognitionException *re) {
[all...]
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dt035ruleLabelPropertyRef.py13 def recover(self, input, re):
22 def recover(self, input, re):
H A Dt036multipleReturnValues.py13 def recover(self, input, re):
22 def recover(self, input, re):
H A Dt037rulePropertyRef.py13 def recover(self, input, re):
22 def recover(self, input, re):
H A Dt039labels.py13 def recover(self, input, re):
22 def recover(self, input, re):
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
H A Drun_all.py50 import re namespace
55 _TEST_MODULE_PATTERN = re.compile(r'^(test_.+)\.py$')
/external/chromium_org/base/
H A DPRESUBMIT.py13 pattern = input_api.re.compile(r'^\s*@interface', input_api.re.MULTILINE)
/external/chromium_org/chrome/test/mini_installer/
H A Dchrome_helper.py8 import re namespace
73 if re.match(class_pattern, win32gui.GetClassName(hwnd)):

Completed in 1737 milliseconds

<<11121314151617181920>>