Home
last modified time | relevance | path

Searched refs:captures (Results 1 – 8 of 8) sorted by relevance

/system/keymint/hal/src/
Denv.rs61 let captures = patchlevel_regex in extract_truncated_patchlevel() localVariable
62 .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() localVariable
79 .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 …]
/system/tools/aidl/scripts/redundancy_check/srcs/
Dmain.rs87 let captures = lib_regex.captures(&installed_file.name)?; in extract_aidl_instance() localVariable
88 let (dir, name, version, variant) = (&captures[1], &captures[2], &captures[3], &captures[4]); in extract_aidl_instance()
/system/extras/simpleperf/demo/JavaApi/
D.gitignore7 /captures
/system/extras/simpleperf/demo/CppApi/
D.gitignore7 /captures
/system/extras/simpleperf/doc/
Dscripts_reference.md328 `ipc.py`captures the instructions per cycle (IPC) of the system during a specified duration.
/system/chre/pal/doc/
DDoxyfile1865 # captures the structure of the code including all documentation.
1919 # AutoGen Definitions (see http://autogen.sf.net) file that captures the
1931 # file that captures the structure of the code including all documentation.
/system/chre/chre_api/doc/
DDoxyfile1865 # captures the structure of the code including all documentation.
1919 # AutoGen Definitions (see http://autogen.sf.net) file that captures the
1931 # file that captures the structure of the code including all documentation.
/system/media/audio_utils/
DDoxyfile1976 # captures the structure of the code including all documentation.
2037 # AutoGen Definitions (see http://autogen.sourceforge.net/) file that captures
2049 # file that captures the structure of the code including all documentation.