/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/android/ |
get_files.py | 17 import re namespace 92 file_list_reader = csv.reader((re.sub(' +', ' ', line) \
|
/packages/apps/Email/provider_src/com/android/email/service/ |
ImapTempFileLiteral.java | 81 // It's probably possible if we're low on storage and the system clears the cache dir. 111 } catch (RuntimeException re) { 113 LogUtils.w(Logging.LOG_TAG, "Failed to remove temp file: " + re.getMessage());
|
/prebuilts/clang/darwin-x86/host/3.6/tools/scan-build/ |
set-xcode-analyzer | 14 import re namespace 45 m = re.search('^(\s*ExecPath\s*=\s*")', line)
|
/prebuilts/clang/host/darwin-x86/3.8/tools/scan-build/ |
set-xcode-analyzer | 14 import re namespace 45 m = re.search('^(\s*ExecPath\s*=\s*")', line)
|
/prebuilts/clang/host/darwin-x86/clang-2629532/tools/scan-build/bin/ |
set-xcode-analyzer | 14 import re namespace 45 m = re.search('^(\s*ExecPath\s*=\s*")', line)
|
/prebuilts/clang/host/darwin-x86/clang-2658975/tools/scan-build/bin/ |
set-xcode-analyzer | 14 import re namespace 45 m = re.search('^(\s*ExecPath\s*=\s*")', line)
|
/prebuilts/clang/host/darwin-x86/clang-2690385/tools/scan-build/bin/ |
set-xcode-analyzer | 14 import re namespace 45 m = re.search('^(\s*ExecPath\s*=\s*")', line)
|
/prebuilts/clang/host/linux-x86/3.8/tools/scan-build/ |
set-xcode-analyzer | 14 import re namespace 45 m = re.search('^(\s*ExecPath\s*=\s*")', line)
|
/prebuilts/clang/host/linux-x86/clang-2629532/tools/scan-build/bin/ |
set-xcode-analyzer | 14 import re namespace 45 m = re.search('^(\s*ExecPath\s*=\s*")', line)
|
/prebuilts/clang/host/linux-x86/clang-2658975/tools/scan-build/bin/ |
set-xcode-analyzer | 14 import re namespace 45 m = re.search('^(\s*ExecPath\s*=\s*")', line)
|
/prebuilts/clang/host/linux-x86/clang-2690385/tools/scan-build/bin/ |
set-xcode-analyzer | 14 import re namespace 45 m = re.search('^(\s*ExecPath\s*=\s*")', line)
|
/prebuilts/clang/linux-x86/host/3.6/tools/scan-build/ |
set-xcode-analyzer | 14 import re namespace 45 m = re.search('^(\s*ExecPath\s*=\s*")', line)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
_MozillaCookieJar.py | 3 import re, time namespace 51 if not re.search(self.magic_re, magic):
|
rlcompleter.py | 127 import re namespace 128 m = re.match(r"(\w+(\.\w+)*)\.(\w*)", text)
|
urllib.py | 31 import re namespace 685 import re namespace 686 match = re.match('[ \t]*([^ \t]+)[ \t]+realm="([^"]*)"', stuff) 707 import re namespace 708 match = re.match('[ \t]*([^ \t]+)[ \t]+realm="([^"]*)"', stuff) 1068 import re namespace 1082 import re namespace 1099 import re namespace 1111 import re namespace 1124 import re namespace 1139 import re namespace 1158 import re namespace 1170 import re namespace 1188 import re namespace 1402 import re namespace 1498 import re namespace 1530 import re namespace [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/ |
build_scripts.py | 7 import os, re namespace 15 first_line_re = re.compile('^#!.*python[0-9.]*([ \t].*)?$')
|
/prebuilts/gdb/darwin-x86/lib/python2.7/email/ |
feedparser.py | 24 import re namespace 29 NLCRE = re.compile('\r\n|\r|\n') 30 NLCRE_bol = re.compile('(\r\n|\r|\n)') 31 NLCRE_eol = re.compile('(\r\n|\r|\n)\Z') 32 NLCRE_crack = re.compile('(\r\n|\r|\n)') 35 headerRE = re.compile(r'^(From |[\041-\071\073-\176]{1,}:|[\t ])') 87 # We're at the false EOF. But push the last line back first. 103 # The *ahem* interesting behaviour of re.split when supplied grouping 105 # data after the final RE. In the case of a NL/CR terminated string, 114 # re-attaching the newlines [all...] |
header.py | 13 import re namespace 34 ecre = re.compile(r''' 43 ''', re.VERBOSE | re.IGNORECASE | re.MULTILINE) 48 fcre = re.compile(r'[\041-\176]+:$') 52 _embeded_header = re.compile(r'\n[^ \t]+:') 308 # BAW: I'm not sure what the right test here is. What we're trying to 448 cre = re.compile(r'%s\s*' % ch) 462 # We don't want to split after the field name, if we're on th [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_future.py | 5 import re namespace 7 rx = re.compile('\((\S+).py, line (\d+)')
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
_MozillaCookieJar.py | 3 import re, time namespace 51 if not re.search(self.magic_re, magic):
|
rlcompleter.py | 127 import re namespace 128 m = re.match(r"(\w+(\.\w+)*)\.(\w*)", text)
|
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/ |
build_scripts.py | 7 import os, re namespace 15 first_line_re = re.compile('^#!.*python[0-9.]*([ \t].*)?$')
|
/prebuilts/gdb/linux-x86/lib/python2.7/email/ |
feedparser.py | 24 import re namespace 29 NLCRE = re.compile('\r\n|\r|\n') 30 NLCRE_bol = re.compile('(\r\n|\r|\n)') 31 NLCRE_eol = re.compile('(\r\n|\r|\n)\Z') 32 NLCRE_crack = re.compile('(\r\n|\r|\n)') 35 headerRE = re.compile(r'^(From |[\041-\071\073-\176]{1,}:|[\t ])') 87 # We're at the false EOF. But push the last line back first. 103 # The *ahem* interesting behaviour of re.split when supplied grouping 105 # data after the final RE. In the case of a NL/CR terminated string, 114 # re-attaching the newlines [all...] |
header.py | 13 import re namespace 34 ecre = re.compile(r''' 43 ''', re.VERBOSE | re.IGNORECASE | re.MULTILINE) 48 fcre = re.compile(r'[\041-\176]+:$') 52 _embeded_header = re.compile(r'\n[^ \t]+:') 308 # BAW: I'm not sure what the right test here is. What we're trying to 448 cre = re.compile(r'%s\s*' % ch) 462 # We don't want to split after the field name, if we're on th [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_future.py | 5 import re namespace 7 rx = re.compile('\((\S+).py, line (\d+)')
|