/system/media/camera/docs/ |
D | metadata_helpers.py | 447 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 …]
|
D | metadata_model.py | 149 def _children_name_map_matching(self, match=lambda x: True): argument 152 if match(i):
|
/system/keymaster/ |
D | valgrind.supp | 26 match-leak-kinds: reachable 35 match-leak-kinds: reachable
|
/system/core/fastboot/ |
D | engine.c | 201 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()
|
D | usbtest.c | 129 ifc_match_func match; member 193 usb = usb_open(tests[i].match); in main()
|
/system/core/toolbox/ |
D | mount.c | 269 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()
|
D | generate-input.h-labels.py | 41 m = r.match(line)
|
/system/bt/btif/src/ |
D | btif_gatt_util.c | 55 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/ |
D | config_utils.c | 41 cnode *node, *match = NULL; in config_find() local 46 match = node; in config_find() 48 return match; in config_find()
|
/system/core/fs_mgr/ |
D | fs_mgr_verity.c | 708 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/ |
D | benchmark_main.cpp | 92 int match = regexec(&re, b->Name(), 0, NULL, 0); in ShouldRun() local 94 if (match != REG_NOMATCH) { in ShouldRun()
|
/system/core/init/ |
D | init_parser.cpp | 570 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()
|
D | devices.cpp | 200 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/ |
D | plot_sdcard.py | 58 self.summary = re.match('([a-z_]+)_total', self.name) 146 if re.match('[a-z_]', line):
|
/system/core/adf/libadf/ |
D | adf.c | 262 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/ |
D | btm_ble.c | 1695 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()
|
D | btm_ble_gap.c | 2702 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/ |
D | ggl_context.h | 239 inline int match(const needs_filter_t& filter); 263 int needs_t::match(const needs_filter_t& filter) {
|
/system/vold/bench/ |
D | benchgen.py | 116 line = re_event.match(line)
|
/system/bt/stack/smp/ |
D | smp_act.c | 1984 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/ |
D | test_adb.py | 240 if re.match(r"[\d+\.]*\d", item):
|
/system/security/keystore/ |
D | keystore.cpp | 1422 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/ |
D | multinetwork_base.py | 475 if re.match(e.message, os.strerror(errno.EAGAIN)):
|
D | ping6_test.py | 289 _, _, uid, _, _, refcnt, _, drops) = regexp.match(line).groups()
|
/system/bt/stack/include/ |
D | btm_ble_api.h | 872 typedef void (tBTM_BLE_VERIFY_CBACK)(void *p_ref_data, BOOLEAN match);
|