Home
last modified time | relevance | path

Searched refs:p_out (Results 1 – 8 of 8) sorted by relevance

/external/selinux/libselinux/src/
Dmapping.c62 struct selinux_mapping *p_out = current_mapping + j; in selinux_set_mapping() local
64 p_out->value = string_to_security_class(p_in->name); in selinux_set_mapping()
65 if (!p_out->value) in selinux_set_mapping()
75 p_out->perms[k] = string_to_av_perm(p_out->value, in selinux_set_mapping()
77 if (!p_out->perms[k]) in selinux_set_mapping()
81 p_out->num_perms = k; in selinux_set_mapping()
/external/libselinux/src/
Dmapping.c62 struct selinux_mapping *p_out = current_mapping + j; in selinux_set_mapping() local
64 p_out->value = string_to_security_class(p_in->name); in selinux_set_mapping()
65 if (!p_out->value) in selinux_set_mapping()
75 p_out->perms[k] = string_to_av_perm(p_out->value, in selinux_set_mapping()
77 if (!p_out->perms[k]) in selinux_set_mapping()
81 p_out->num_perms = k; in selinux_set_mapping()
/external/libnfc-nci/src/gki/ulinux/
Dgki_ulinux.c1037 INT8 *p_out = tbuf; in GKI_get_time_stamp() local
1049 *p_out++ = (INT8)((h_time / 10) + '0'); in GKI_get_time_stamp()
1050 *p_out++ = (INT8)((h_time % 10) + '0'); in GKI_get_time_stamp()
1051 *p_out++ = ':'; in GKI_get_time_stamp()
1052 *p_out++ = (INT8)((m_time / 10) + '0'); in GKI_get_time_stamp()
1053 *p_out++ = (INT8)((m_time % 10) + '0'); in GKI_get_time_stamp()
1054 *p_out++ = ':'; in GKI_get_time_stamp()
1055 *p_out++ = (INT8)((s_time / 10) + '0'); in GKI_get_time_stamp()
1056 *p_out++ = (INT8)((s_time % 10) + '0'); in GKI_get_time_stamp()
1057 *p_out++ = ':'; in GKI_get_time_stamp()
[all …]
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
Dgki_ulinux.c1060 INT8 *p_out = tbuf; in GKI_get_time_stamp() local
1072 *p_out++ = (INT8)((h_time / 10) + '0'); in GKI_get_time_stamp()
1073 *p_out++ = (INT8)((h_time % 10) + '0'); in GKI_get_time_stamp()
1074 *p_out++ = ':'; in GKI_get_time_stamp()
1075 *p_out++ = (INT8)((m_time / 10) + '0'); in GKI_get_time_stamp()
1076 *p_out++ = (INT8)((m_time % 10) + '0'); in GKI_get_time_stamp()
1077 *p_out++ = ':'; in GKI_get_time_stamp()
1078 *p_out++ = (INT8)((s_time / 10) + '0'); in GKI_get_time_stamp()
1079 *p_out++ = (INT8)((s_time % 10) + '0'); in GKI_get_time_stamp()
1080 *p_out++ = ':'; in GKI_get_time_stamp()
[all …]
/external/chromium-trace/catapult/devil/devil/android/tools/
Dadb_run_shell_cmd.py37 p_out = (device_utils.DeviceUtils.parallel(devices).RunShellCommand(
42 for device, output in zip(devices, p_out):
/external/vixl/tools/
Dthreaded_tests.py82 p_out, p_err = p.communicate()
105 printer.Print(p_out, has_lock = True)
/external/vulkan-validation-layers/
Dvk_helper.py745 p_out = ""
816 p_out += p_out1
818 p_out += '"'
820 sh_funcs[-1] = '%s%s%s' % (sh_funcs[-1], p_out, p_args)
1161 …(p_out, p_arg) = self._get_struct_print_formatted(self.struct_dict[s][member], pre_var_name="&m_du…
1171 …return (' %sprintf("%%*s %s", m_indent, ""%s);' % (extra_indent, p_out, p_arg), struct_array)
1940 p_out = ""
2003 p_out += p_out1
2005 p_out += '</TABLE>>\\n];\\n\\n"'
2007 gv_funcs.append(p_out)
[all …]
/external/autotest/site_utils/
Dtest_runner_utils.py401 p_out, _ = p.communicate()
402 for line in p_out.splitlines():