Home
last modified time | relevance | path

Searched refs:from_type (Results 1 – 6 of 6) 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/v8/test/cctest/compiler/
Dtest-representation-change.cc86 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/
Dtest-field-type-tracking.cc536 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/
Druntime-simd.cc819 #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/
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/chromium-trace/catapult/third_party/mock/
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 +