Searched refs:from_type (Results 1 – 4 of 4) sorted by relevance
/external/selinux/policycoreutils/secon/ |
D | secon.c | 64 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/v8/src/runtime/ |
D | runtime-simd.cc | 794 #define SIMD_FROM_FUNCTION(type, lane_type, lane_count, from_type, from_ctype) \ argument 795 RUNTIME_FUNCTION(Runtime_##type##From##from_type) { \ 799 CONVERT_SIMD_ARG_HANDLE_THROW(from_type, a, 0); \ 859 #define SIMD_FROM_BITS_FUNCTION(type, lane_type, lane_count, from_type) \ argument 860 RUNTIME_FUNCTION(Runtime_##type##From##from_type##Bits) { \ 864 CONVERT_SIMD_ARG_HANDLE_THROW(from_type, a, 0); \
|
/external/chromium-trace/catapult/telemetry/third_party/mock/ |
D | mock.py | 743 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/pdfium/third_party/pymock/ |
D | mock.py | 743 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 +
|