/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/android/ |
scrape_gtest_log.py | 24 re.findall(r'{([^}]*.?)}', blob)) + ']'
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
new_points_test.py | 75 self.assertEqual(21, len(re.findall(r'<tr>', response.body))) 83 self.assertEqual(11, len(re.findall(r'<tr>', response.body))) 91 self.assertEqual(1, len(re.findall(r'<tr>', response.body))) 102 self.assertEqual(51, len(re.findall(r'<tr>', response.body))) 111 self.assertEqual(1, len(re.findall(r'<tr>', response.body))) 127 self.assertEqual(13, len(re.findall(r'<tr>', response.body)))
|
/system/connectivity/shill/mobile_operator_db/ |
serviceproviders_converter.py | 88 self._xml_cdma_nodes = len(self._root.findall(u'.//cdma')) 89 self._xml_gsm_nodes = len(self._root.findall(u'.//gsm')) 253 for country_node in self._root.findall(u'country'): 255 for provider_node in country_node.findall(u'provider'): 259 name_node in provider_node.findall(u'name')] 261 for gsm_node in provider_node.findall(u'gsm'): 267 for cdma_node in provider_node.findall(u'cdma'): 304 for gsm_node in self._root.findall(u'.//gsm'): 305 network_id_nodes = gsm_node.findall(u'network-id') 311 for network_id_node in gsm_node.findall(u'network-id') [all...] |
/external/autotest/client/site_tests/graphics_GLAPICheck/ |
graphics_GLAPICheck.py | 69 version = re.findall(r'GL_VERSION = ([0-9]+).([0-9]+)', result) 90 version = re.findall(r'GLES_VERSION = OpenGL ES.* ([0-9]+).([0-9]+)', 102 version = re.findall(r'EGL_VERSION = ([0-9]+).([0-9]+)', result) 142 version = re.findall(r'OpenGL version string: ' 158 version = re.findall(r'EGL version string: ([0-9]+).([0-9]+)', 211 errors = re.findall(r'ERROR: ', result) 212 run_through = re.findall(r'SUCCEED: run to the end', result) 224 errors = re.findall(r'ERROR: ', result) 225 run_through = re.findall(r'SUCCEED: run to the end', result)
|
/external/opencv3/samples/python2/ |
_coverage.py | 18 found |= set(re.findall('cv2?\.\w+', code))
|
/external/v8/tools/ |
gc_nvp_common.py | 15 for (name, value) in re.findall(r"([._\w]+)=([-\w]+(?:\.[0-9]+)?)", s):
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
reperf.py | 9 timefunc(10, p.findall, s)
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
reperf.py | 9 timefunc(10, p.findall, s)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
reperf.py | 9 timefunc(10, p.findall, s)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
reperf.py | 9 timefunc(10, p.findall, s)
|
/external/skia/tools/copyright/ |
fileparser.py | 50 matches = self._attribute_pattern.findall(comment_block) 79 return self._comment_pattern.findall(file_contents)
|
/external/autotest/client/tests/kvm/tests/ |
hdparm.py | 19 params = re.findall("(-[a-zA-Z])([0-9]*)", set_cmd) 20 disk = re.findall("(\/+[a-z]*\/[a-z]*$)", set_cmd)[0] 44 (result, unit) = re.findall("= *([0-9]*.+[0-9]*) ([a-zA-Z]*)",
|
pci_hotplug.py | 44 if len(re.findall("\ndevice_add", cmd_output)) > 0: 46 elif len(re.findall("\npci_add", cmd_output)) > 0: 53 if len(re.findall("\n__com.redhat_drive_add", cmd_output)) > 0: 56 elif len(re.findall("\ndrive_add", cmd_output)) > 0: 101 if len(re.findall(controller_model, devices_support)) == 0: 126 if len(re.findall(tested_model, devices_support)) > 0:
|
cpu_hotplug.py | 43 total_cpus_monitor = len(cpu_regexp.findall(output)) 79 cpu_id = cpu_regexp.findall(online_file)[0]
|
/external/autotest/client/virt/tests/ |
multicast.py | 53 prefix = re.findall("\d+.\d+.\d+", mcast)[0] 54 suffix = int(re.findall("\d+", mcast)[-1]) 63 pid = re.findall("join_mcast_pid:(\d+)", output)[0]
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/scripts/ |
extract_implies.py | 32 imports = list(sorted(set(import_re.findall(data))))
|
/external/v8/test/simdjs/ |
generate.py | 25 tests = re.findall("load \\(\\'([^']+)[.]js\\'\\)", run_js)
|
/external/vulkan-validation-layers/ |
reg.py | 261 for type in self.reg.findall('types/type'): 274 for group in self.reg.findall('enums'): 287 for enums in self.reg.findall('enums'): 289 for enum in enums.findall('enum'): 301 for cmd in self.reg.findall('commands/command'): 313 for feature in self.reg.findall('feature'): 316 self.extensions = self.reg.findall('extensions/extension') 338 for enum in feature.findall('require/enum'): 418 for subtype in type.elem.findall('.//type'): 423 for subenum in type.elem.findall('.//enum') [all...] |
/prebuilts/tools/linux-x86_64/kythe/studio/ |
manifest2vname.py | 50 for project in manifest.findall('project'):
|
/external/autotest/client/site_tests/hardware_SsdDetection/ |
hardware_SsdDetection.py | 36 dev = alpha_re.findall(device) + alnum_re.findall(device)
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/ |
test_notification.py | 63 channel_id = re.findall(r'channel identifier: (?P<id>.*)', stderr) 65 resource_id = re.findall(r'resource identifier: (?P<id>.*)', stderr)
|
/system/ca-certificates/google/ |
extract_from_pem.py | 57 return ':'.join(re.findall(r'..', x509.get_fingerprint('sha1').zfill(40))) 75 pem_certs = re.findall(pattern, pem_file.read())
|
/external/selinux/policycoreutils/sepolicy/sepolicy/ |
interface.py | 110 m = re.findall("(.*)%s" % USER_TRANSITION_INTERFACE, i) 145 for l in tree.findall("layer"): 146 for m in l.findall("module"): 148 for e in i.findall("param"): 153 for e in i.findall("param"):
|
/external/autotest/server/site_tests/video_VDAStress/ |
output_test_video_params.py | 85 results = re.findall('Input #0, (\S+),', content) 99 results = re.findall('Stream #0.*Video:.* (\d+)x(\d+)', content) 104 results = re.findall('frame= *(\d+)', content)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
AutoExpand.py | 53 wbefore = re.findall(r"\b" + word + r"\w+\b", before) 56 wafter = re.findall(r"\b" + word + r"\w+\b", after)
|