/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/test/cctest/compiler/ |
D | test-representation-change.cc | 86 void CheckTypeError(MachineRepresentation from, Type* from_type, in CheckTypeError() argument 91 Node* c = changer()->GetRepresentationFor(n, from, from_type, to); in CheckTypeError() 96 void CheckNop(MachineRepresentation from, Type* from_type, in CheckNop() argument 99 Node* c = changer()->GetRepresentationFor(n, from, from_type, to); in CheckNop() 411 Type* from_type, MachineRepresentation to) { in CheckChange() argument 415 Node* c = r.changer()->GetRepresentationFor(n, from, from_type, to); in CheckChange() 425 MachineRepresentation from, Type* from_type, in CheckTwoChanges() argument 430 Node* c1 = r.changer()->GetRepresentationFor(n, from, from_type, to); in CheckTwoChanges()
|
/external/v8/test/cctest/ |
D | test-field-type-tracking.cc | 536 Representation from_representation, Handle<HeapType> from_type, in TestGeneralizeRepresentation() argument 559 expectations.AddDataField(map, NONE, from_representation, from_type); in TestGeneralizeRepresentation() 644 Representation from_representation, Handle<HeapType> from_type, in TestGeneralizeRepresentation() argument 654 -1, indices[i], from_representation, from_type, to_representation, in TestGeneralizeRepresentation() 666 indices[i], 2, from_representation, from_type, to_representation, in TestGeneralizeRepresentation() 673 Handle<HeapType> type = from_type; in TestGeneralizeRepresentation() 681 Handle<HeapType> from_type, in TestGeneralizeRepresentation() argument 690 from_representation, from_type, to_representation, to_type, in TestGeneralizeRepresentation() 697 Representation from_representation, Handle<HeapType> from_type, in TestGeneralizeRepresentationTrivial() argument 704 from_representation, from_type, to_representation, to_type, in TestGeneralizeRepresentationTrivial() [all …]
|
/external/v8/src/runtime/ |
D | runtime-simd.cc | 819 #define SIMD_FROM_FUNCTION(type, lane_type, lane_count, from_type, from_ctype) \ argument 820 RUNTIME_FUNCTION(Runtime_##type##From##from_type) { \ 824 CONVERT_SIMD_ARG_HANDLE_THROW(from_type, a, 0); \ 882 #define SIMD_FROM_BITS_FUNCTION(type, lane_type, lane_count, from_type) \ argument 883 RUNTIME_FUNCTION(Runtime_##type##From##from_type##Bits) { \ 887 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/chromium-trace/catapult/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 +
|