/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/ |
rules_parser.py | 30 import re namespace 143 if not re.match(r'(\w+\.)*\w+$', name):
|
trafficshaper.py | 18 import re namespace 51 _BANDWIDTH_RE = re.compile(BANDWIDTH_PATTERN)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/ |
credentials_lib_test.py | 1 import re namespace 52 re.compile(r'.*/%s/.*' % service_account_name),
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/ |
instance_events | 50 import re namespace 86 if completed and re.match('^\[Completed\]',event.description):
|
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/treewalkers/ |
etree.py | 11 import re namespace 18 tag_regexp = re.compile("{([^}]*)}(.*)")
|
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/ |
test_support.py | 25 import re namespace 91 m = re.match(re_str, url)
|
/external/chromium-trace/catapult/third_party/vinn/bin/ |
update_v8 | 21 import re namespace 131 new_readme_contents = re.sub(r'[0-9\.]+ \({0}\)'.format(target_os),
|
/external/compiler-rt/lib/sanitizer_common/scripts/ |
cpplint.py | 83 import re namespace 323 _ALT_TOKEN_REPLACEMENT_PATTERN = re.compile( 342 _MATCH_ASM = re.compile(r'^\s*(?:asm|_asm|__asm|__asm__)' 350 _RE_SUPPRESSION = re.compile(r'\bNOLINT\b(\([^)]*\))?') 538 # This will always be the fallback because we're not sure 888 _RE_PATTERN_CLEANSE_LINE_ESCAPES = re.compile( 891 _RE_PATTERN_CLEANSE_LINE_DOUBLE_QUOTES = re.compile(r'"[^"]*"') 893 _RE_PATTERN_CLEANSE_LINE_SINGLE_QUOTES = re.compile(r"'.'" [all...] |
/external/deqp/scripts/opengl/ |
src_util.py | 24 import re namespace 79 return re.sub('[A-Z]+$', '', name)
|
/external/google-breakpad/src/testing/scripts/ |
fuse_gmock_files.py | 65 import re namespace 79 INCLUDE_GMOCK_FILE_REGEX = re.compile(r'^\s*#\s*include\s*"(gmock/.+)"')
|
/external/guice/core/src/com/google/inject/internal/ |
ProvisionListenerStackCallback.java | 127 } catch(RuntimeException re) { 129 throw re;
|
/external/icu/icu4c/source/data/misc/ |
miscfiles.mk | 10 # Then, you can have your local changes remain even if you upgrade or re-
|
/external/libcxx/test/libcxx/android/test/ |
config.py | 2 import re namespace 67 std_pattern = re.compile(r'-std=(c\+\+\d[0-9x-z])')
|
/external/llvm/test/MC/Mips/mips64r6/ |
invalid-mips64.s | 51 # ddiv has been re-encoded. See valid.s 52 # ddivu has been re-encoded. See valid.s 53 # div has been re-encoded. See valid.s 54 # divu has been re-encoded. See valid.s
|
/external/llvm/utils/lit/lit/formats/ |
base.py | 32 import re namespace 49 self.pattern = re.compile(pattern)
|
/external/markdown/markdown/extensions/ |
wikilinks.py | 82 import re namespace 86 clean_label = re.sub(r'([ ]+_)|(_[ ]+)|([ ]+)', '_', label)
|
/external/markdown/markdown/ |
inlinepatterns.py | 45 import re namespace 102 ATTR_RE = re.compile("\{@([^\}]*)=([^\}]*)}") # {@id=123} 129 self.compiled_re = re.compile("^(.*?)%s(.*?)$" % pattern, re.DOTALL) 147 * m: A re match object containing a match of the pattern.
|
/external/mesa3d/scons/ |
llvm.py | 32 import re namespace 76 llvm_version_re = re.compile(r'^#define PACKAGE_VERSION "([^"]*)"') 159 # automatically link agains LIBCMT. When we're doing a
|
/external/opencv3/modules/ts/misc/ |
report.py | 3 import testlog_parser, sys, os, xml, re, glob namespace 48 expr = re.compile(options.filter)
|
/external/protobuf/python/google/protobuf/ |
text_format.py | 40 import re namespace 54 _FLOAT_INFINITY = re.compile('-?inf(?:inity)?f?', re.IGNORECASE) 55 _FLOAT_NAN = re.compile('nanf?', re.IGNORECASE) 469 _WHITESPACE = re.compile('(\\s|(#.*$))+', re.MULTILINE) 470 _TOKEN = re.compile( 475 _IDENTIFIER = re.compile(r'\w+')
|
/external/regex-re2/re2/ |
unicode.py | 8 import re namespace 114 match = re.match("<(.*), (First|Last)>", s) 135 processing the file. When done with the file, the reader re-raises
|
/external/scrypt/ |
Scrypt.mk | 16 # If we're building an unbundled build, don't try to use clang since it's not
|
/external/selinux/sepolgen/src/sepolgen/ |
module.py | 25 import re namespace 43 m = re.findall("[^a-zA-Z0-9_\-\.]", modname)
|
/external/skia/platform_tools/android/bin/ |
adb_list_devices.py | 11 import re namespace 43 match = re.search(search_str, output)
|
/external/skia/tools/ |
find_bad_images_in_skps.py | 25 import re namespace 59 ignores = [re.compile(ignore) for ignore in ignores]
|