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

<<31323334353637383940>>

  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/share/gdb/python/gdb/
printing.py 21 import re namespace
169 self.compiled_re = re.compile(regexp)
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/
printing.py 21 import re namespace
169 self.compiled_re = re.compile(regexp)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/share/gdb/python/gdb/
printing.py 21 import re namespace
169 self.compiled_re = re.compile(regexp)
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/share/gdb/python/gdb/
printing.py 21 import re namespace
169 self.compiled_re = re.compile(regexp)
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/share/gdb/python/gdb/
printing.py 21 import re namespace
169 self.compiled_re = re.compile(regexp)
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/share/gdb/python/gdb/
printing.py 21 import re namespace
169 self.compiled_re = re.compile(regexp)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/
printing.py 21 import re namespace
169 self.compiled_re = re.compile(regexp)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/share/gdb/python/gdb/
printing.py 21 import re namespace
169 self.compiled_re = re.compile(regexp)
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/share/gdb/python/gdb/
printing.py 21 import re namespace
169 self.compiled_re = re.compile(regexp)
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/share/gdb/python/gdb/
printing.py 21 import re namespace
169 self.compiled_re = re.compile(regexp)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
DocXMLRPCServer.py 15 import re namespace
37 pattern = re.compile(r'\b((http|ftp)://\S+[\w/]|'
_LWPCookieJar.py 14 import time, re namespace
95 if not re.search(self.magic_re, magic):
compileall.py 196 import re namespace
197 rx = re.compile(a)
mhlib.py 81 import re namespace
238 numericprog = re.compile('^[1-9][0-9]*$')
913 pat = re.escape(key) + ':'
914 prog = re.compile(pat, casefold and re.IGNORECASE)
935 pat = re.escape(key) + ':(.*)\n'
936 prog = re.compile(pat, casefold and re.IGNORECASE)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_pep3118.py 3 import re, sys namespace
18 return re.sub(r"\s", "", format)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
emxccompiler.py 300 import re namespace
309 result = re.search('(\d+\.\d+\.\d+)',out_string)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
idna.py 3 import stringprep, re, codecs namespace
7 dots = re.compile(u"[\u002E\u3002\uFF0E\uFF61]")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
CallTips.py 8 import re namespace
166 arg_text = "(%s)" % re.sub("\.\d+", "<tuple>", arg_text)
CodeContext.py 14 import re namespace
24 lambda s, c=re.compile(r"^(\s*)(\w*)"): c.match(s).groups()
ReplaceDialog.py 5 import re namespace
62 # A bad re can cause a it to fail.
71 except re.error:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
config.py 27 import sys, logging, logging.handlers, socket, struct, os, traceback, re namespace
268 IDENTIFIER = re.compile('^[a-z_][a-z0-9_]*$', re.I)
364 CONVERT_PATTERN = re.compile(r'^(?P<prefix>[a-z]+)://(?P<suffix>.*)$')
366 WORD_PATTERN = re.compile(r'^\s*(\w+)\s*')
367 DOT_PATTERN = re.compile(r'^\.\s*(\w+)\s*')
368 INDEX_PATTERN = re.compile(r'^\[\s*(\w+)\s*\]\s*')
369 DIGIT_PATTERN = re.compile(r'^\d+$')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
DocXMLRPCServer.py 15 import re namespace
37 pattern = re.compile(r'\b((http|ftp)://\S+[\w/]|'
_LWPCookieJar.py 14 import time, re namespace
95 if not re.search(self.magic_re, magic):
compileall.py 196 import re namespace
197 rx = re.compile(a)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_pep3118.py 3 import re, sys namespace
18 return re.sub(r"\s", "", format)

Completed in 874 milliseconds

<<31323334353637383940>>