Home
last modified time | relevance | path

Searched refs:match (Results 1 – 25 of 29) sorted by relevance

12

/system/media/camera/docs/
Dmetadata_helpers.py447 match = re.search(r'<.*>', local_typedef)
448 return bool(match)
523 if re.match("\d", what):
558 return bool(re.match('0x[a-f0-9]+$', instr, re.IGNORECASE))
899 def filter_sub(match): argument
900 whole_match = match.group(0)
901 section1 = match.group(1)
902 section2 = match.group(2)
903 section3 = match.group(3)
904 end_slash = match.group(4)
[all …]
Dmetadata_model.py149 def _children_name_map_matching(self, match=lambda x: True): argument
152 if match(i):
/system/keymaster/
Dvalgrind.supp26 match-leak-kinds: reachable
35 match-leak-kinds: reachable
/system/core/fastboot/
Dengine.c201 static int match(char *str, const char **value, unsigned count) in match() function
208 int match; in match() local
212 match = !strncmp(val, str, len); in match()
214 match = !strcmp(val, str); in match()
217 if (match) return 1; in match()
247 yes = match(resp, value, count); in cb_check()
Dusbtest.c129 ifc_match_func match; member
193 usb = usb_open(tests[i].match); in main()
/system/core/toolbox/
Dmount.c269 int match; in get_mounts_dev_dir() local
278 match = fscanf(f, "%255s %255s %255s %255s %d %d\n", in get_mounts_dev_dir()
285 if (match == 6 && in get_mounts_dev_dir()
293 } while (match != EOF); in get_mounts_dev_dir()
Dgenerate-input.h-labels.py41 m = r.match(line)
/system/bt/btif/src/
Dbtif_gatt_util.c55 int match = 0; in uuidType() local
64 ++match; in uuidType()
71 if (match == 12) in uuidType()
73 if (match == 14) in uuidType()
/system/core/libcutils/
Dconfig_utils.c41 cnode *node, *match = NULL; in config_find() local
46 match = node; in config_find()
48 return match; in config_find()
/system/core/fs_mgr/
Dfs_mgr_verity.c708 static int compare_last_signature(struct fstab_rec *fstab, int *match) in compare_last_signature() argument
719 *match = 1; in compare_last_signature()
759 *match = !memcmp(curr, prev, SHA256_DIGEST_SIZE); in compare_last_signature()
761 if (!*match) { in compare_last_signature()
800 int match = 0; in load_verity_state() local
831 if (!compare_last_signature(fstab, &match) && !match) { in load_verity_state()
/system/core/liblog/tests/
Dbenchmark_main.cpp92 int match = regexec(&re, b->Name(), 0, NULL, 0); in ShouldRun() local
94 if (match != REG_NOMATCH) { in ShouldRun()
/system/core/init/
Dinit_parser.cpp570 bool match; in queue_property_triggers() local
575 match = !name; in queue_property_triggers()
580 if (!match) { in queue_property_triggers()
586 match = true; in queue_property_triggers()
609 match = false; in queue_property_triggers()
612 if (match) { in queue_property_triggers()
Ddevices.cpp200 bool match = false; in get_device_perm() local
206 match = true; in get_device_perm()
212 match = true; in get_device_perm()
219 if (match) { in get_device_perm()
/system/extras/tests/sdcard/
Dplot_sdcard.py58 self.summary = re.match('([a-z_]+)_total', self.name)
146 if re.match('[a-z_]', line):
/system/core/adf/libadf/
Dadf.c262 bool (*filter)(struct adf_interface_data *data, __u32 match), in adf_interfaces_filter() argument
263 __u32 match) in adf_interfaces_filter()
283 if (!filter(&data, match)) in adf_interfaces_filter()
/system/bt/stack/btm/
Dbtm_ble.c1695 BOOLEAN match = FALSE; in btm_ble_resolve_random_addr_on_conn_cmpl() local
1713 match = TRUE; in btm_ble_resolve_random_addr_on_conn_cmpl()
1731 btm_ble_connected(bda, handle, HCI_ENCRYPT_MODE_DISABLED, role, bda_type, match); in btm_ble_resolve_random_addr_on_conn_cmpl()
1829 BOOLEAN match = FALSE; in btm_ble_conn_complete() local
1842 match = btm_identity_addr_to_random_pseudo (bda, &bda_type, TRUE); in btm_ble_conn_complete()
1852 if (!match && role == HCI_ROLE_SLAVE && BTM_BLE_IS_RESOLVE_BDA(bda)) in btm_ble_conn_complete()
1864 btm_ble_connected(bda, handle, HCI_ENCRYPT_MODE_DISABLED, role, bda_type, match); in btm_ble_conn_complete()
Dbtm_ble_gap.c2702 BOOLEAN match = FALSE; in btm_ble_process_adv_pkt() local
2721 match = btm_identity_addr_to_random_pseudo(bda, &addr_type, FALSE); in btm_ble_process_adv_pkt()
2726 if (!match && BTM_BLE_IS_RESOLVE_BDA(bda)) in btm_ble_process_adv_pkt()
/system/core/libpixelflinger/include/private/pixelflinger/
Dggl_context.h239 inline int match(const needs_filter_t& filter);
263 int needs_t::match(const needs_filter_t& filter) {
/system/vold/bench/
Dbenchgen.py116 line = re_event.match(line)
/system/bt/stack/smp/
Dsmp_act.c1984 BOOLEAN match = FALSE; in smp_proc_ltk_request() local
1988 match = TRUE; in smp_proc_ltk_request()
1996 match = TRUE; in smp_proc_ltk_request()
2000 if (match && smp_cb.state == SMP_STATE_ENCRYPTION_PENDING) in smp_proc_ltk_request()
/system/core/adb/tests/
Dtest_adb.py240 if re.match(r"[\d+\.]*\d", item):
/system/security/keystore/
Dkeystore.cpp1422 char *match = (char*) malloc(extra + 1); in list() local
1423 if (match != NULL) { in list()
1424 decode_key(match, p, plen); in list()
1425 matches->push(android::String16(match, extra)); in list()
1426 free(match); in list()
/system/extras/tests/net_test/
Dmultinetwork_base.py475 if re.match(e.message, os.strerror(errno.EAGAIN)):
Dping6_test.py289 _, _, uid, _, _, refcnt, _, drops) = regexp.match(line).groups()
/system/bt/stack/include/
Dbtm_ble_api.h872 typedef void (tBTM_BLE_VERIFY_CBACK)(void *p_ref_data, BOOLEAN match);

12