/prebuilts/tools/common/m2/repository/org/antlr/antlr4/4.5.3/ |
antlr4-4.5.3.jar | |
/prebuilts/tools/common/offline-m2/org/antlr/antlr4/4.5.3/ |
antlr4-4.5.3.jar | |
/build/tools/releasetools/ |
target_files_diff.py | 27 import re namespace 36 These are packages that we're already diffing elsewhere, 41 # We're looking at the files that make the images, so no need to search them 44 # These are packages of the recovery partition, which we're already diffing 99 new.write(re.sub(r'[0-9a-f]{40}', '0'*40, line))
|
/cts/suite/cts/utils/ |
get_csv_report.py | 18 import re namespace 106 m = re.search(r'.*;/data\s+([\w\.]+)\s+([\w\.]+)\s+([\w\.]+)\s+([\w\.]+);', partitions)
|
/cts/tests/core/ |
ctscore.mk | 27 # static copy of libc++ and the libc++ we're bundling here is the platform libc++. This is
|
/development/build/tools/ |
mk_sources_zip.py | 18 import re namespace 28 _RE_PKG = re.compile("^\s*package\s+([^\s;]+)\s*;.*")
|
/device/generic/goldfish/gps/ |
Android.mk | 16 # We're moving the emulator-specific platform libs to
|
/external/aac/libAACenc/src/ |
transform.cpp | 188 mdctData[(tl/2)+i+nl] = fMultSubDiv2(tmp0, (FIXP_PCM)timeData[tl-nl-i-1], pLeftWindowPart[i].v.re); 204 tmp1 = fMultDiv2((FIXP_PCM)timeData[tl+nr+i], pRightWindowPart[i].v.re);
|
/external/antlr/antlr-3.4/runtime/Python/ |
ez_setup.py | 158 return main(list(argv)+[egg]) # we're done here 191 import re namespace 208 match = re.search("\nmd5_data = {\n([^}]+)}", src)
|
/external/autotest/client/bin/ |
setup_job.py | 5 import logging, os, pickle, re, sys namespace 79 if re.search(test_name, str(e)):
|
/external/autotest/client/common_lib/ |
base_packages.py | 10 import fcntl, logging, os, re, shutil namespace 38 match = re.search('^ssh://(.*?)(/.*)$', repo) [all...] |
global_config.py | 20 import re namespace 169 if re.match(key_regex, option):
|
/external/autotest/client/cros/audio/ |
cras_utils.py | 8 import re namespace 273 match = re.search(r'string "Type"\s+variant\s+string "%s"' % node_type,
|
sox_utils.py | 6 import re namespace 148 _RE_STAT_LINE = re.compile('(.*):(.*)')
|
/external/autotest/client/cros/faft/utils/ |
kernel_handler.py | 9 import re namespace 68 kernel_partitions = re.compile('KERN-([AB])') 181 """Set version of this kernel blob and re-sign it."""
|
/external/autotest/client/cros/ |
storage.py | 8 import logging, re, os, time, hashlib namespace 81 if not re.match(storage_filter[key], storage[key]): 98 Such list can be (re)-filtered using self.filter().
|
/external/autotest/client/site_tests/hardware_PerfCounterVerification/ |
perf_lbr_verification.py | 10 import re namespace 62 MMAP_LINE_RE = re.compile(
|
/external/autotest/client/site_tests/peerd_AdvertiseServices/ |
peerd_AdvertiseServices.py | 7 import re namespace 85 not re.match(expected_entries[k], v)): 86 # We're going to return False here rather than fail the test
|
/external/autotest/client/site_tests/platform_FilePerms/ |
platform_FilePerms.py | 11 import re namespace 159 comment_re = re.compile("#.*$")
|
/external/autotest/client/site_tests/security_SandboxedServices/ |
security_SandboxedServices.py | 9 import re namespace 51 m = re.search("-(\w)( <.+>)?:", line)
|
/external/autotest/client/site_tests/usbpd_GFU/ |
usbpd_GFU.py | 8 import re namespace 56 mat = re.match(self.FW_NAME_RE, fw)
|
/external/autotest/client/tests/kvm/tests/ |
enospc.py | 1 import logging, time, re, os namespace 23 # Here we're trying to choose fairly explanatory names so it's less 130 devname = "/dev/" + re.findall("([sh]db)\s", output)[0]
|
/external/autotest/contrib/ |
db_cleanup.py | 9 import re namespace 357 if not re.match(DATE_FORMAT_REGEX, args.date):
|
generate_rpm_mapping.py | 29 import re namespace 385 m = re.match(HOST_REGX, device_hostname.strip())
|
/external/autotest/frontend/afe/ |
control_file.py | 7 import re, os namespace 204 if re.search(r'^(.*\n)*def\s+step_init\s*\(\s*\)\s*:', lines): 281 regex = re.compile('(\\\\*)("""|\'\'\')')
|