HomeSort by relevance Sort by last modified time
    Searched refs:re (Results 1001 - 1025 of 1775) sorted by null

<<41424344454647484950>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cmd.py 11 import re namespace
test_genexps.py 129 Verify re-use of tuples (a side benefit of using genexps over listcomps)
test_strptime.py 6 import re namespace
134 "%s does not have re characters escaped properly" %
141 "re object for '%A' failed")
151 "re object couldn't find the abbreviated weekday month in "
153 (found.string, found.re.pattern, found.group('a'),
195 self.assertFalse(re.match(pattern, "180"))
196 self.assertTrue(re.match(pattern, "18 0"))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cmd.py 11 import re namespace
test_genexps.py 129 Verify re-use of tuples (a side benefit of using genexps over listcomps)
test_strptime.py 6 import re namespace
134 "%s does not have re characters escaped properly" %
141 "re object for '%A' failed")
151 "re object couldn't find the abbreviated weekday month in "
153 (found.string, found.re.pattern, found.group('a'),
195 self.assertFalse(re.match(pattern, "180"))
196 self.assertTrue(re.match(pattern, "18 0"))
  /build/target/board/generic_arm64/
BoardConfig.mk 37 # If you're building a 64 bit platform (and not an application) the
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
base.js 80 // you're making changes that will affect that scores, e.g. if you add
172 // Notifies the runner that we're done running a single benchmark in
180 // Notifies the runner that we're done with running a suite and that
273 // If data is null, we're done with this benchmark.
  /development/build/
build_android_stubs.mk 18 # but we're not running that in our package rule so just copy in the
  /development/testrunner/test_defs/
instrumentation_test.py 21 import re namespace
184 "rebuild by updating a source file, and re-executing runtest." %
358 re_package = re.compile(r'package\s+(.*);')
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
ASTParser.stg 43 retval.tree = <ASTLabelType>(adaptor.errorNode(input, Token(retval.start), input.LT(-1), re));
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
ASTParser.stg 42 retval.tree = (<ASTLabelType>)adaptor.errorNode(input, retval.start, input.LT(-1), re);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
ASTParser.stg 15 retval.tree = this.adaptor.errorNode(this.input, retval.start, this.input.LT(-1), re);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
ASTParser.stg 51 retval.tree = self._adaptor.errorNode(self.input, retval.start, self.input.LT(-1), re)
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/auth/
open_id.py 60 import re namespace
129 path = re.sub(self.auth_prefix, '', environ['PATH_INFO'])
  /external/chromium-trace/trace-viewer/third_party/WebOb/webob/
acceptparse.py 12 import re namespace
20 part_re = re.compile(
  /external/chromium-trace/trace-viewer/third_party/webapp2/webapp2_extras/
sessions.py 11 import re namespace
215 _sid_re = re.compile(r'^\w{22}$')
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/
parse_html_deps_unittest.py 6 import re namespace
87 val = re.sub(r'\s+', '', script0.contents)
  /external/deqp/android/scripts/
common.py 24 import re namespace
176 ptrn = re.compile(r'^([a-zA-Z0-9]+)\s+.*product:([^\s]+)\s+model:([^\s]+)\s+device:([^\s]+)')
  /external/emma/core/java12/com/vladium/util/
Property.java 382 catch (RuntimeException re)
384 throw re; // re-throw;
  /external/libvncserver/webclients/novnc/include/
util.js 284 var re = new RegExp('WebKit/([0-9\.]*) ');
285 v = (navigator.userAgent.match(re) || ['', v])[1];
  /external/lldb/examples/python/
diagnose_unwind.py 11 import re namespace
152 lldb_versions_match = re.search(r'[lL][lL][dD][bB]-(\d+)([.](\d+))?([.](\d+))?', debugger.GetVersionString())
  /external/lldb/utils/vim-lldb/python-vim-lldb/
vim_ui.py 4 import os, re, sys namespace
143 match = re.search('at\ ([^:]+):([\d]+)', desc)
  /external/llvm/utils/Misc/
zkill 4 import re namespace
24 m = re.match(pattern, str)
  /external/pcre/dist/
makevp.bat 4 :: PH 26-03-07 re-renamed !compile.txt and !linklib.txt as makevp-c.txt and

Completed in 731 milliseconds

<<41424344454647484950>>