HomeSort by relevance Sort by last modified time
    Searched refs:matchobj (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/tools/python/google/
platform_utils_win.py 191 def LowerDrive(matchobj):
192 return '/cygdrive/%s/' % matchobj.group(1).lower()
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/
compile_frontend.py 257 def replace_function(matchobj):
258 return re.sub(r'@param', 'param', matchobj.group(1) or '') + '\n//' + matchobj.group(2)
  /external/chromium_org/tools/grit/grit/node/
misc.py 49 def ReplaceVariable(matchobj):
51 if matchobj.group(1) == key:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_re.py 40 def bump_num(self, matchobj):
41 int_value = int(matchobj.group(0))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_re.py 40 def bump_num(self, matchobj):
41 int_value = int(matchobj.group(0))
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Code.py 397 def externalise(matchobj):
398 name = matchobj.group(1)
    [all...]

Completed in 421 milliseconds