Searched refs:re (Results 226 - 250 of 1556) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dt038lexerRuleLabel.py13 def recover(self, input, re):
H A Dt040bug80.py13 def recover(self, input, re):
/external/autotest/client/tests/unixbench5/
H A Dunixbench5.py1 import os, re namespace
76 if re.search('no measured results', line, flags=re.IGNORECASE):
84 key = re.sub('\W', '', '_'.join(words[:-6]))
/external/droiddriver/src/io/appium/droiddriver/instrumentation/
H A DRootFinder.java62 } catch (RuntimeException re) {
65 instanceMethod, VIEW_FIELD_NAME), re);
87 } catch (RuntimeException re) {
89 viewsField, windowManagerObj), re);
/external/libcxx/test/std/re/re.regex/re.regex.construct/
H A Dbad_escape.pass.cpp24 std::regex re(pat);
H A Dbad_repeat.pass.cpp24 std::regex re(pat);
/external/valgrind/memcheck/tests/
H A Dclireq_nofill.stderr.exp3 Address 0x........ is 0 bytes inside a recently re-allocated block of size 40 alloc'd
9 Address 0x........ is 0 bytes inside a recently re-allocated block of size 40 alloc'd
/external/autotest/client/virt/
H A Dvirt_test_setup.py4 import os, logging, time, re, random namespace
60 tmp_list = re.split(';', test_config)
63 test_cfg[re.split(":", tmp_cfg)[0]] = re.split(":", tmp_cfg)[1]
81 if re.findall("\[(.*)\]", parameter):
82 original_config[f_dir] = re.findall("\[(.*)\]",
109 for i in re.split("\[|\]|\n+|\s+", value):
140 if re.findall("enabled", file_path):
144 if re.match("n", i, re
[all...]
/external/autotest/server/bin/
H A Dunit_test_server.py7 import re namespace
17 escf = re.escape(f)
18 match = re.search("File '.*%s'\nLines executed:([0-9.]+)%%" % escf,
/external/autotest/server/site_tests/firmware_Mosys/
H A Dfirmware_Mosys.py6 import re namespace
42 cmdlst = re.split('\s+', line)
75 fwcopy_pattern = re.compile('Firmware copy: (.*)$')
76 ver_pattern = re.compile('(R[OW]) version: (.*)$')
105 fwcopy_pattern = re.compile('Firmware copy: (.*)$')
106 ver_pattern = re.compile('(R[OW]) version: (.*)$')
136 pattern = re.compile(fieldname + '=(.*)$')
160 pattern = re.compile(fieldname + ':(\S+)\s+')
182 p = re.compile('vendor="coreboot" version="(.*)"'
197 p = re
[all...]
/external/autotest/tko/
H A Dreason_qualifier.py1 import re,string namespace
38 reason_reduced = re.sub(r"\s+"," ", reason_reduced)
46 reason_reduced = re.sub(r"\d+","NN", reason_reduced)
/external/chromium-trace/catapult/dashboard/dashboard/
H A Dbuildbucket_job_status_test.py6 import re namespace
123 re.search('href\\s*=\\s*[\'"]http://build.chromium.org/p/tryserver',
124 response.body, re.IGNORECASE))
/external/chromium-trace/catapult/perf_insights/perf_insights/mre/
H A Dreduce_map_results.py7 import re namespace
46 m = re.match('^JOB_(RESULTS|FAILURE): (.+)', line, re.DOTALL)
/external/chromium-trace/catapult/telemetry/telemetry/internal/actions/
H A Dpage_action.py5 import re namespace
73 info_msg = 'using element_function "%s"' % re.escape(element_function)
81 info_msg = 'using exact text match "%s"' % re.escape(text)
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/tools/
H A Dlist_ports.py19 import sys, os, re namespace
42 r = re.compile(regexp, re.I)
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/
H A Drdataclass.py26 import re namespace
66 _unknown_class_pattern = re.compile('CLASS([0-9]+)$', re.I);
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
H A Dtest_notification.py19 import re namespace
63 channel_id = re.findall(r'channel identifier: (?P<id>.*)', stderr)
65 resource_id = re.findall(r'resource identifier: (?P<id>.*)', stderr)
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/tunes_db/server/
H A Dmodel.py26 import re namespace
32 _SEARCH_NAME_REGEX = re.compile('\w+', re.UNICODE)
61 # Must explicitly replace '_' because the \w re part does not
/external/deqp/scripts/src_util/
H A Dpre_commit.py27 import re namespace
83 guard_re = re.compile('^[ \t]*#\s*ifndef\s+_.*?_H(PP)?\n'
86 re.MULTILINE)
/external/gtest/test/
H A Dgtest_list_tests_unittest.py43 import re namespace
56 EXPECTED_OUTPUT_NO_FILTER_RE = re.compile(r"""FooDeathTest\.
100 EXPECTED_OUTPUT_FILTER_FOO_RE = re.compile(r"""FooDeathTest\.
/external/llvm/utils/lint/
H A Dcommon_lint.py5 import re namespace
42 tab_re = re.compile(r'\t')
63 trailing_whitespace_re = re.compile(r'\s+$')
/external/selinux/sepolgen/src/sepolgen/
H A Ddefaults.py21 import re namespace
33 ignore = re.compile(r"^\s*(?:#.+)?$")
34 consider = re.compile(r"^\s*(\w+)\s*=\s*(.+?)\s*$")
42 # We're only exporting one useful function, so why not be a function
/external/skia/tools/
H A Dgenerate_includes_cpp.py13 import re namespace
18 if re.search(ignore_path, full_path, re.I):
/external/v8/tools/
H A Ddisasm.py31 import re namespace
44 _DISASM_HEADER_RE = re.compile(r"[a-f0-9]+\s+<.*:$")
45 _DISASM_LINE_RE = re.compile(r"\s*([a-f0-9]+):\s*(\S.*)")
H A Drun-valgrind.py38 import re namespace
84 LEAK_LINE_MATCHER = re.compile(LEAK_RE)
85 LEAK_OKAY_MATCHER = re.compile(r"lost: 0 bytes in 0 blocks")

Completed in 3885 milliseconds

1234567891011>>