HomeSort by relevance Sort by last modified time
    Searched refs: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:__anon30589
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...]
  /art/runtime/
method_handles-inl.h 95 const Primitive::Type from_type = from_types->GetWithoutChecks(i)->GetPrimitiveType(); local
100 if (Primitive::Is64BitType(from_type)) {
102 } else if (from_type == Primitive::kPrimNot) {
110 if (Primitive::Is64BitType(from_type)) {
112 } else if (from_type == Primitive::kPrimNot) {
method_handles.cc 201 const Primitive::Type from_type = from->GetPrimitiveType(); local
210 if (from_type == Primitive::kPrimVoid) {
217 if (IsPrimitiveType(from_type) && IsPrimitiveType(to_type)) {
219 if (UNLIKELY(!ConvertPrimitiveValueNoThrow(from_type, to_type, src_value, value))) {
224 } else if (IsReferenceType(from_type) && IsReferenceType(to_type)) {
241 DCHECK(IsPrimitiveType(from_type));
248 ObjPtr<mirror::Class> boxed_from_class = GetBoxedPrimitiveClass(from_type);
250 type = from_type;
257 if (UNLIKELY(from_type != type)) {
262 if (!ConvertPrimitiveValueNoThrow(from_type, type, src_value, value))
    [all...]
  /external/mesa3d/src/compiler/glsl/
ir_function.cpp 138 const glsl_type *from_type; local
142 from_type = param->type;
145 from_type = actual->type;
149 if (from_type == to_type)
153 if (from_type->base_type == GLSL_TYPE_FLOAT)
  /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/pdfium/third_party/pymock/
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/python/cpython2/Lib/test/
_mock_backport.py 663 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 +
    [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 512 milliseconds