Home
last modified time | relevance | path

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

12

/system/core/init/
Dhost_builtin_map.py21 match = CHECK_REGEX.match(line) variable
39 match = DO_REGEX.match(line) variable
Dmount_handler.cpp134 auto match = untouched.find(entry); in MountHandlerFunction() local
/system/linkerconfig/contents/tests/configuration/include/
Dlinkerconfigparser.h36 std::smatch match; in ParseDirPath() local
51 inline void ParseAdditionalNamespaces(const std::smatch& match, in ParseAdditionalNamespaces()
207 std::smatch match; in ParseConfiguration() 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/netd/server/
DTrafficController.cpp96 const std::string uidMatchTypeToString(uint8_t match) { in uidMatchTypeToString()
521 Status TrafficController::updateOwnerMapEntry(UidOwnerMatchType match, uid_t uid, FirewallRule rule, in updateOwnerMapEntry()
546 Status TrafficController::removeRule(uint32_t uid, UidOwnerMatchType match) { in removeRule()
564 Status TrafficController::addRule(uint32_t uid, UidOwnerMatchType match, uint32_t iif) { in addRule()
592 UidOwnerMatchType match = jumpOpToMatch(jumpHandling); in updateUidOwnerMap() local
646 Status TrafficController::replaceRulesInMap(const UidOwnerMatchType match, in replaceRulesInMap()
739 uint8_t match; in toggleUidOwnerMap() local
DTrafficControllerTest.cpp166 void checkUidOwnerRuleForChain(ChildChain chain, UidOwnerMatchType match) { in checkUidOwnerRuleForChain()
197 void checkEachUidValue(const std::vector<int32_t>& uids, UidOwnerMatchType match) { in checkEachUidValue()
213 UidOwnerMatchType match) { in checkUidMapReplace()
/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/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.py1177 def filter_sub(match): argument
1254 def filter_sub(match): argument
1256 def filter_sub_2(match): argument
1289 def filter_sub(match): argument
/system/bt/stack/btm/
Dbtm_ble_connection_establishment.cc115 bool match = false; in btm_ble_conn_complete() local
/system/keymaster/android_keymaster/
Dkeymaster_configuration.cpp48 uint32_t match_to_uint32(const char* expression, const regmatch_t& match) { in match_to_uint32()
/system/netd/libnetdutils/include/netdutils/
DSlice.h153 uint8_t* match = (uint8_t*)memchr(s.base(), c, s.size()); in findFirstMatching() local
/system/tools/hidl/hashing/
DHash.cpp131 std::smatch match; in readHashFile() local
/system/netd/bpf_progs/
Dnetd.c233 int match = bpf_owner_match(skb, sock_uid, direction); in bpf_traffic_account() local
/system/tools/hidl/host_utils/
DStringHelper.cpp111 std::smatch match; in Tokenize() local
/system/testing/gtest_extras/
DOptions.cpp246 std::smatch match; in ProcessFlagfile() local
/system/core/logd/
DChattyLogBuffer.cpp118 enum match_type match = Identical(elem, current_last); in LogInternal() local
/system/extras/partition_tools/
Dlpdump.cc194 std::smatch match; in GetReadonlyPartitionName() local
/system/extras/simpleperf/
Dcmd_inject.cpp249 bool match = std::regex_search(dso->Path(), binary_name_regex_); in FilterDso() local

12