Home
last modified time | relevance | path

Searched refs:from_type (Results 1 – 4 of 4) sorted by relevance

/external/selinux/policycoreutils/secon/
Dsecon.c64 unsigned int from_type:8; /* 16 bits, uses 4 bits */ member
253 opts->from_type = OPTS_FROM_CUR; in cmd_line()
256 opts->from_type = OPTS_FROM_CUREXE; in cmd_line()
259 opts->from_type = OPTS_FROM_CURFS; in cmd_line()
262 opts->from_type = OPTS_FROM_CURKEY; in cmd_line()
266 opts->from_type = OPTS_FROM_PROC; in cmd_line()
270 opts->from_type = OPTS_FROM_PROCEXE; in cmd_line()
274 opts->from_type = OPTS_FROM_PROCFS; in cmd_line()
278 opts->from_type = OPTS_FROM_PROCKEY; in cmd_line()
283 opts->from_type = OPTS_FROM_FILE; in cmd_line()
[all …]
/external/mesa3d/src/compiler/glsl/
Dir_function.cpp138 const glsl_type *from_type; in get_parameter_match_type() local
142 from_type = param->type; in get_parameter_match_type()
145 from_type = actual->type; in get_parameter_match_type()
149 if (from_type == to_type) in get_parameter_match_type()
153 if (from_type->base_type == GLSL_TYPE_FLOAT) in get_parameter_match_type()
/external/pdfium/third_party/pymock/
Dmock.py743 from_type = dir(type(self))
747 from_type = [e for e in from_type if not e.startswith('_')]
750 return sorted(set(extras + from_type + from_dict +
/external/python/cpython2/Lib/test/
D_mock_backport.py663 from_type = dir(type(self))
666 from_type = [e for e in from_type if not e.startswith('_')]
669 return sorted(set(extras + from_type + from_dict +