HomeSort by relevance Sort by last modified time
    Searched refs:re (Results 676 - 700 of 2026) sorted by null

<<21222324252627282930>>

  /external/aac/libSBRdec/src/
env_calc.h 152 void rescaleSubbandSamples( FIXP_DBL ** re,
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
Lexer.as 90 catch (re:RecognitionException) {
91 reportError(re);
308 public function recover(re:RecognitionException):RecognitionException {
310 return re;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
Lexer.cs 168 catch ( RecognitionException re )
170 ReportError( re );
171 Recover( re ); // throw out current char and try again
409 public virtual void Recover( RecognitionException re )
412 //re.printStackTrace();
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
full_test.py 26 import re namespace
  /external/chromium_org/build/util/
lastchange.py 10 import re namespace
16 _GIT_SVN_ID_REGEX = re.compile(r'.*git-svn-id:\s*([^@]*)@([0-9]+)', re.DOTALL)
157 svn_url_regex = re.compile(
  /external/chromium_org/chrome/browser/extensions/
PRESUBMIT_test.py 8 import re namespace
25 self.re = re
103 m = re.match(r'^@@ [0-9\,\+\-]+ \+([0-9]+)\,[0-9]+ @@', line)
  /external/chromium_org/ppapi/
PRESUBMIT.py 6 import re namespace
44 RE_TODO = re.compile(r'\WTODO\W', flags=re.I)
82 RE_UNVERSIONED_PPB = re.compile(r'\bPPB_\w+_INTERFACE\b')
  /external/chromium_org/remoting/tools/
zip2msi.py 52 import re namespace
117 quote_matcher_regex = re.compile(r'\s|"')
118 quote_replacer_regex = re.compile(r'(\\*)"')
142 if re.search(quote_matcher_regex, arg):
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
filesystem_mock_unittest.py 30 import re namespace
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/
apache_http_server_unittest.py 29 import re namespace
  /external/chromium_org/third_party/closure_linter/closure_linter/
full_test.py 26 import re namespace
  /external/chromium_org/third_party/re2/re2/
prefilter.h 77 static Info* BuildInfo(Regexp* re);
  /external/chromium_org/third_party/tlslite/tlslite/utils/
xmltools.py 5 import re namespace
157 if not re.match(regEx, value):
168 if not re.match(regEx, value):
186 if not re.match(regEx, textNode.data):
  /external/chromium_org/tools/android/memdump/
memreport.py 7 import re namespace
44 regexps[region_filter] = re.compile(region_filter)
  /external/chromium_org/tools/grit/grit/format/
html_inline.py 14 import re namespace
36 re.DOTALL)
39 re.DOTALL)
42 re.MULTILINE)
46 re.MULTILINE)
287 return re.sub('(content|background|[\w-]*-image):[^;]*' +
298 return re.sub('url\((?P<quote>"|\'|)(?P<filename>[^"\'()]*)(?P=quote)\)',
306 return re.sub('@import\s+url\((?P<quote>"|\'|)(?P<filename>[^"\'()]*)' +
316 # InlineScript, InlineCSSFile and InlineIncludeFiles on text we're eventually
323 flat_text = re.sub('<script (?P<attrs1>.*?)src="(?P<filename>[^"\']*)"'
    [all...]
  /external/chromium_org/tools/grit/grit/gather/
admin_template.py 9 import re namespace
33 re.MULTILINE | re.DOTALL)
38 re.MULTILINE)
regexp.py 9 import re namespace
56 regexp: re.compile('...', re.MULTILINE)
  /external/chromium_org/tools/gyp/pylib/gyp/
mac_tool.py 14 import re namespace
66 ibtool_section_re = re.compile(r'/\*.*\*/')
67 ibtool_re = re.compile(r'.*note:.*is clipping its content')
185 libtool_re = re.compile(r'^libtool: file: .* has no symbols$')
  /external/chromium_org/tools/perf/measurements/
loading_measurement_analyzer.py 22 import re namespace
96 m = re.match('.* [(](.*)[)]', key)
119 output_key = '%60s: ' % re.sub(' [(].*[)]', '', key)
137 re.sub(' [(].*[)]', '', key))
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
chrome_browser_backend.py 7 import re namespace
146 branch_number_match = re.search('Chrome/\d+\.\d+\.(\d+)\.\d+',
149 branch_number_match = re.search(
223 m = re.match(r'.* --type=([^\s]*) .*', cmd_line)
  /external/chromium_org/v8/test/mjsunit/
ascii-regexp-subject.js 40 function repeatRegexp(re) {
42 re.test(s);
regexp-captures.js 28 var re = /^(((N({)?)|(R)|(U)|(V)|(B)|(H)|(n((n)|(r)|(v)|(h))?)|(r(r)?)|(v)|(b((n)|(b))?)|(h))|((Y)|(A)|(E)|(o(u)?)|(p(u)?)|(q(u)?)|(s)|(t)|(u)|(w)|(x(u)?)|(y)|(z)|(a((T)|(A)|(L))?)|(c)|(e)|(f(u)?)|(g(u)?)|(i)|(j)|(l)|(m(u)?)))+/; variable
29 var r = new RegExp(re)
  /external/chromium_org/v8/test/preparser/
strict-octal-indirect-regexp.js 32 var re = RegExp("Hello\\040World");
33 return re;
strict-octal-regexp.js 32 var re = /hello\040world/;
33 return re;
  /external/chromium_org/v8/test/webkit/fast/regex/
non-capturing-backtracking.js 28 var re = /(?:a*)a/; variable
29 shouldBe("re.exec('a')", "['a']");

Completed in 891 milliseconds

<<21222324252627282930>>