Home
last modified time | relevance | path

Searched refs:compiled (Results 1 – 25 of 74) sorted by relevance

123

/system/sepolicy/tools/
Dcheck_seapp.c94 pcre *compiled; member
323 int ret = pcre_exec(assert->regex.compiled, assert->regex.extra, tomatch, in match_regex()
344 km->regex.compiled = pcre_compile(anchored, PCRE_DOTALL, errbuf, erroff, in compile_regex()
346 if (!km->regex.compiled) { in compile_regex()
350 km->regex.extra = pcre_study(km->regex.compiled, 0, errbuf); in compile_regex()
440 if (!m->regex.compiled) { in key_map_validate()
574 if (m->regex.compiled) { in rule_map_free()
575 pcre_free(m->regex.compiled); in rule_map_free()
/system/bt/service/common/
DREADME15 from source files as these are pre-compiled. For example,
/system/connectivity/shill/cellular/
Dmobile_operator_info_impl.cc66 string GetRegError(int code, const regex_t* compiled) { in GetRegError() argument
67 size_t length = regerror(code, compiled, nullptr, 0); in GetRegError()
69 DCHECK_EQ(length, regerror(code, compiled, buffer.data(), length)); in GetRegError()
/system/core/liblog/
DNOTICE45 not limited to compiled object code, generated documentation,
/system/core/libnetutils/
DNOTICE45 not limited to compiled object code, generated documentation,
/system/extras/memcpy-perf/
DNOTICE45 not limited to compiled object code, generated documentation,
/system/core/run-as/
DNOTICE45 not limited to compiled object code, generated documentation,
/system/tpm/attestation/
DNOTICE45 not limited to compiled object code, generated documentation,
/system/extras/memtrack/
DNOTICE45 not limited to compiled object code, generated documentation,
/system/extras/simpleperf/
DNOTICE45 not limited to compiled object code, generated documentation,
/system/extras/verity/
DNOTICE45 not limited to compiled object code, generated documentation,
/system/extras/micro_bench/
DNOTICE45 not limited to compiled object code, generated documentation,
/system/core/adb/
DNOTICE46 not limited to compiled object code, generated documentation,
/system/extras/latencytop/
DNOTICE45 not limited to compiled object code, generated documentation,
/system/core/debuggerd/
DNOTICE45 not limited to compiled object code, generated documentation,
/system/extras/sane_schedstat/
DNOTICE45 not limited to compiled object code, generated documentation,
/system/extras/boot_control_copy/
DNOTICE45 not limited to compiled object code, generated documentation,
/system/tpm/tpm_manager/
DNOTICE45 not limited to compiled object code, generated documentation,
/system/extras/f2fs_utils/
DNOTICE45 not limited to compiled object code, generated documentation,
/system/extras/procmem/
DNOTICE45 not limited to compiled object code, generated documentation,
/system/extras/tests/
DNOTICE45 not limited to compiled object code, generated documentation,
/system/tpm/
DNOTICE45 not limited to compiled object code, generated documentation,
/system/extras/kexec_tools/
DNOTICE45 not limited to compiled object code, generated documentation,
/system/extras/showslab/
DNOTICE45 not limited to compiled object code, generated documentation,
/system/extras/slideshow/
DNOTICE45 not limited to compiled object code, generated documentation,

123