Searched refs:captures (Results 1 – 8 of 8) sorted by relevance
61 let captures = patchlevel_regex in extract_truncated_patchlevel() localVariable62 .captures(prop_value) in extract_truncated_patchlevel()64 let year = extract_u32(captures.name("year"))?; in extract_truncated_patchlevel()65 let month = extract_u32(captures.name("month"))?; in extract_truncated_patchlevel()78 let captures = patchlevel_regex in extract_patchlevel() localVariable79 .captures(prop_value) in extract_patchlevel()81 let year = extract_u32(captures.name("year"))?; in extract_patchlevel()82 let month = extract_u32(captures.name("month"))?; in extract_patchlevel()86 let day = extract_u32(captures.name("day"))?; in extract_patchlevel()101 let captures = os_version_regex in populate_hal_info_from() localVariable[all …]
87 let captures = lib_regex.captures(&installed_file.name)?; in extract_aidl_instance() localVariable88 let (dir, name, version, variant) = (&captures[1], &captures[2], &captures[3], &captures[4]); in extract_aidl_instance()
7 /captures
328 `ipc.py`captures the instructions per cycle (IPC) of the system during a specified duration.
1865 # captures the structure of the code including all documentation.1919 # AutoGen Definitions (see http://autogen.sf.net) file that captures the1931 # file that captures the structure of the code including all documentation.
1976 # captures the structure of the code including all documentation.2037 # AutoGen Definitions (see http://autogen.sourceforge.net/) file that captures2049 # file that captures the structure of the code including all documentation.