HomeSort by relevance Sort by last modified time
    Searched full:from_type (Results 1 - 9 of 9) sorted by null

  /external/selinux/policycoreutils/secon/
secon.c 64 unsigned int from_type:8; /* 16 bits, uses 4 bits */ member in struct:__anon23466
253 opts->from_type = OPTS_FROM_CUR;
256 opts->from_type = OPTS_FROM_CUREXE;
259 opts->from_type = OPTS_FROM_CURFS;
262 opts->from_type = OPTS_FROM_CURKEY;
266 opts->from_type = OPTS_FROM_PROC;
270 opts->from_type = OPTS_FROM_PROCEXE;
274 opts->from_type = OPTS_FROM_PROCFS;
278 opts->from_type = OPTS_FROM_PROCKEY;
283 opts->from_type = OPTS_FROM_FILE
    [all...]
  /external/v8/test/cctest/compiler/
test-representation-change.cc 86 void CheckTypeError(MachineRepresentation from, Type* from_type,
91 Node* c = changer()->GetRepresentationFor(n, from, from_type, to);
96 void CheckNop(MachineRepresentation from, Type* from_type,
99 Node* c = changer()->GetRepresentationFor(n, from, from_type, to);
411 Type* from_type, MachineRepresentation to) {
415 Node* c = r.changer()->GetRepresentationFor(n, from, from_type, to);
425 MachineRepresentation from, Type* from_type,
430 Node* c1 = r.changer()->GetRepresentationFor(n, from, from_type, to);
  /external/v8/test/cctest/
test-field-type-tracking.cc 536 Representation from_representation, Handle<HeapType> from_type,
559 expectations.AddDataField(map, NONE, from_representation, from_type);
644 Representation from_representation, Handle<HeapType> from_type,
654 -1, indices[i], from_representation, from_type, to_representation,
666 indices[i], 2, from_representation, from_type, to_representation,
673 Handle<HeapType> type = from_type;
681 Handle<HeapType> from_type,
690 from_representation, from_type, to_representation, to_type,
697 Representation from_representation, Handle<HeapType> from_type,
704 from_representation, from_type, to_representation, to_type
    [all...]
  /external/v8/src/runtime/
runtime-simd.cc     [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-i386.c 1289 unsigned int from_type = *r_type; local
    [all...]
elf64-x86-64.c 1391 unsigned int from_type = *r_type; local
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/mock/
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 +
    [all...]
  /external/chromium-trace/catapult/third_party/mock/
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 +
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
target.def     [all...]

Completed in 3015 milliseconds