Home
last modified time | relevance | path

Searched refs:eq (Results 1 – 5 of 5) sorted by relevance

/system/bt/osi/src/
Dhash_map_utils.c55 char *eq = strchr(kvpair, '='); in hash_map_utils_new_from_string_params() local
57 if (eq == kvpair) in hash_map_utils_new_from_string_params()
62 if (eq) { in hash_map_utils_new_from_string_params()
63 key = osi_strndup(kvpair, eq - kvpair); in hash_map_utils_new_from_string_params()
66 ++eq; in hash_map_utils_new_from_string_params()
67 value = (*eq != '\0') ? osi_strdup(eq) : osi_strdup(""); in hash_map_utils_new_from_string_params()
/system/sepolicy/
Dmls23 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject);
31 (l1 eq l2 or t1 == mlstrustedsubject);
40 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject);
45 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject);
50 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject);
60 (l2 eq h2 and (l1 eq l2 or t1 == mlstrustedsubject));
70 (t2 != app_data_file or l1 eq l2 or t1 == mlstrustedsubject);
72 (t2 != app_data_file or l1 eq l2 or t1 == mlstrustedsubject);
89 (t2 == app_data_file or l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedobject);
92 (t2 == app_data_file or l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedobject);
[all …]
/system/core/libcutils/arch-arm64/
Dandroid_memset.S69 b.eq .Lzero_mem
76 b.eq .Lzero_mem
87 b.eq .Ltail15
90 b.eq 1f
124 b.eq 2f
157 b.eq 1f
182 b.eq 1f /* Already aligned. */
/system/core/libcutils/
Dstr_parms.c166 char *eq = strchr(kvpair, '='); /* would love strchrnul */ in str_parms_create_str() local
171 if (eq == kvpair) in str_parms_create_str()
174 if (eq) { in str_parms_create_str()
175 key = strndup(kvpair, eq - kvpair); in str_parms_create_str()
176 if (*(++eq)) in str_parms_create_str()
177 value = strdup(eq); in str_parms_create_str()
/system/core/libpixelflinger/arch-arm64/
Dt32cb16blend.S162 b.eq aligned