/system/core/init/ |
D | host_builtin_map.py | 21 match = CHECK_REGEX.match(line) variable 39 match = DO_REGEX.match(line) variable
|
D | mount_handler.cpp | 134 auto match = untouched.find(entry); in MountHandlerFunction() local
|
/system/linkerconfig/contents/tests/configuration/include/ |
D | linkerconfigparser.h | 36 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/ |
D | sepolicy-check.c | 70 int match; in expand_and_check() local 126 int match; in check_rule() local 240 int match = 1; in main() local
|
/system/libvintf/ |
D | Regex.cpp | 42 regmatch_t match; in matches() local
|
D | KernelConfigParser.cpp | 63 std::smatch match; in processRemaining() local
|
/system/extras/boottime_tools/io_analysis/ |
D | check_io_trace_all.py | 136 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
|
D | check_file_read.py | 259 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
|
D | check_io_trace.py | 129 def parse_block_trace(self, l, match): argument
|
/system/netd/server/ |
D | TrafficController.cpp | 96 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
|
D | TrafficControllerTest.cpp | 166 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/ |
D | fs_config_test.cpp | 44 bool match; member 149 bool match, retval = false; in check_fs_config_cmp() local
|
D | config_utils.cpp | 40 cnode *node, *match = NULL; in config_find() local
|
/system/tools/hidl/ |
D | AST.cpp | 439 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/ |
D | metadata_helpers.py | 1177 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/ |
D | btm_ble_connection_establishment.cc | 115 bool match = false; in btm_ble_conn_complete() local
|
/system/keymaster/android_keymaster/ |
D | keymaster_configuration.cpp | 48 uint32_t match_to_uint32(const char* expression, const regmatch_t& match) { in match_to_uint32()
|
/system/netd/libnetdutils/include/netdutils/ |
D | Slice.h | 153 uint8_t* match = (uint8_t*)memchr(s.base(), c, s.size()); in findFirstMatching() local
|
/system/tools/hidl/hashing/ |
D | Hash.cpp | 131 std::smatch match; in readHashFile() local
|
/system/netd/bpf_progs/ |
D | netd.c | 233 int match = bpf_owner_match(skb, sock_uid, direction); in bpf_traffic_account() local
|
/system/tools/hidl/host_utils/ |
D | StringHelper.cpp | 111 std::smatch match; in Tokenize() local
|
/system/testing/gtest_extras/ |
D | Options.cpp | 246 std::smatch match; in ProcessFlagfile() local
|
/system/core/logd/ |
D | ChattyLogBuffer.cpp | 118 enum match_type match = Identical(elem, current_last); in LogInternal() local
|
/system/extras/partition_tools/ |
D | lpdump.cc | 194 std::smatch match; in GetReadonlyPartitionName() local
|
/system/extras/simpleperf/ |
D | cmd_inject.cpp | 249 bool match = std::regex_search(dso->Path(), binary_name_regex_); in FilterDso() local
|