Home
last modified time | relevance | path

Searched defs:match (Results 1 – 25 of 41) sorted by relevance

12

/system/core/init/
Dhost_builtin_map.py21 match = CHECK_REGEX.match(line) variable
39 match = DO_REGEX.match(line) variable
Dfirmware_handler.h42 std::function<bool(const std::string&)> match; member
Dmount_handler.cpp190 auto match = untouched.find(entry); in MountHandlerFunction() local
/system/extras/simpleperf/scripts/
Ddebug_unwind_reporter.py83 def match(self, sample: Sample) -> bool: member in SampleFilter
88 def match(self, sample: Sample) -> bool: member in CompleteCallChainFilter
99 def match(self, sample: Sample) -> bool: member in ErrorCodeFilter
107 def match(self, sample: Sample) -> bool: member in EndDsoFilter
115 def match(self, sample: Sample) -> bool: member in EndSymbolFilter
123 def match(self, sample: Sample) -> bool: member in SampleTimeFilter
/system/linkerconfig/contents/tests/configuration/include/
Dlinkerconfigparser.h36 std::smatch match; in ParseDirPath() local
51 inline void ParseAdditionalNamespaces(const std::smatch& match, in ParseAdditionalNamespaces()
215 std::smatch match; in ParseConfiguration() local
/system/extras/simpleperf/
DRegEx_test.cpp32 auto match = re->SearchAll("aaa"); in TEST() local
DProbeEvents.cpp60 auto match = name_reg->SearchAll(args[0]); in ParseKprobeEventName() local
Dcmd_api.cpp130 auto match = re->SearchAll(content); in GetAppUid() local
DBranchListFile.h80 bool match = Filter(dso->Path()); in Filter() local
/system/sepolicy/tools/
Dsepolicy-check.c70 int match; in expand_and_check() local
126 int match; in check_rule() local
240 int match = 1; in main() local
/system/libvintf/
DRegex.cpp42 regmatch_t match; in matches() local
DKernelConfigParser.cpp63 std::smatch match; in processRemaining() local
/system/extras/boottime_tools/io_analysis/
Dcheck_io_trace_all.py136 def do_parse_bio_queue(self, l, match): argument
326 def do_handle_switch(self, l, match): argument
348 def do_handle_reason(self, l, match): argument
Dcheck_file_read.py259 def handle_open(self, match): argument
284 def handle_ext4_block_exit(self, match): argument
323 def handle_bio_remap(self, match): argument
330 def handle_block_issue(self, match): argument
Dcheck_io_trace.py129 def parse_block_trace(self, l, match): argument
/system/core/libcutils/
Dfs_config_test.cpp44 bool match; member
149 bool match, retval = false; in check_fs_config_cmp() local
Dconfig_utils.cpp40 cnode *node, *match = NULL; in config_find() local
/system/apex/apexd/
Dapex_classpath.cpp111 std::smatch match; in ParseFromFile() local
/system/tools/hidl/
DAST.cpp439 Type* match = importAST->findDefinedType(fqName, &matchingName); in importFQName() local
458 Type* match = importAST->findDefinedType(fqName, &matchingName); in importFQName() local
662 Type *match = importedAST->findDefinedType(fqName, &matchingName); in lookupTypeFromImports() local
689 Type *match = importedAST->findDefinedType(fqName, &matchingName); in lookupTypeFromImports() local
741 Type *match = importedAST->findDefinedType(ifc, &matchingName); in lookupTypeFromImports() local
/system/media/camera/docs/
Dmetadata_helpers.py1222 def filter_sub(match): argument
1299 def filter_sub(match): argument
1301 def filter_sub_2(match): argument
1334 def filter_sub(match): argument
/system/extras/ioblame/
DandroidFsParser.py143 def do_parse_start(self, line, match): argument
/system/tools/hidl/hashing/
DHash.cpp123 std::smatch match; in readHashFile() local
/system/keymaster/android_keymaster/
Dkeymaster_configuration.cpp54 uint32_t match_to_uint32(const char* expression, const regmatch_t& match) { in match_to_uint32()
/system/tools/hidl/host_utils/
DStringHelper.cpp111 std::smatch match; in Tokenize() local
/system/testing/gtest_extras/gtest_isolated/
DOptions.cpp247 std::smatch match; in ProcessFlagfile() local

12