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

  /external/selinux/policycoreutils/secon/
secon.c 64 unsigned int from_type:8; /* 16 bits, uses 4 bits */ member in struct:__anon33698
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 106 const Primitive::Type from_type = from->GetPrimitiveType(); local
111 if (Primitive::Is64BitType(from_type)) {
113 } else if (from_type == Primitive::kPrimNot) {
120 if (Primitive::Is64BitType(from_type)) {
122 } else if (from_type == Primitive::kPrimNot) {
method_handles.cc 202 const Primitive::Type from_type = from->GetPrimitiveType(); local
211 if (from_type == Primitive::kPrimVoid) {
218 if (IsPrimitiveType(from_type) && IsPrimitiveType(to_type)) {
220 if (UNLIKELY(!ConvertPrimitiveValueNoThrow(from_type, to_type, src_value, value))) {
225 } else if (IsReferenceType(from_type) && IsReferenceType(to_type)) {
242 DCHECK(IsPrimitiveType(from_type));
249 ObjPtr<mirror::Class> boxed_from_class = GetBoxedPrimitiveClass(from_type);
251 type = from_type;
258 if (UNLIKELY(from_type != type)) {
263 if (UNLIKELY(!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)
  /external/tensorflow/tensorflow/compiler/xla/service/
elemental_ir_emitter.cc 186 PrimitiveType from_type,
189 if (primitive_util::IsSignedIntegralType(from_type)) {
193 CHECK(primitive_util::IsUnsignedIntegralType(from_type) ||
194 from_type == PRED);
220 PrimitiveType from_type = op->operand(0)->shape().element_type(); local
222 CHECK(primitive_util::IsIntegralType(from_type) || from_type == PRED);
223 if (from_type == to_type) {
234 EmitIntegralToFloating(operand_value, from_type, F32, module_,
238 return EmitIntegralToFloating(operand_value, from_type, to_type
263 PrimitiveType from_type = op->operand(0)->shape().element_type(); local
340 PrimitiveType from_type = op->operand(0)->shape().element_type(); local
387 PrimitiveType from_type = op->operand(0)->shape().element_type(); local
484 PrimitiveType from_type = op->operand(0)->shape().element_type(); local
    [all...]
hlo_element_type_converter.cc 58 // type of the operands of the original instruction from `from_type` to
66 Shape GetConvertedTupleShape(const Shape& shape, PrimitiveType from_type,
72 if (subshape.element_type() == from_type) {
  /external/tensorflow/tensorflow/python/kernel_tests/
cast_op_test.py 78 for from_type in type_list:
80 self._test(x.astype(from_type), to_type, use_gpu)
  /toolchain/binutils/binutils-2.27/bfd/
elf32-i386.c 1456 unsigned int from_type = *r_type; local
    [all...]
elf64-x86-64.c 1548 unsigned int from_type = *r_type; local
    [all...]
  /external/libchrome/base/debug/
activity_tracker.cc 91 uint32_t from_type,
96 while ((ref = iter.GetNextOfType(from_type)) != 0) {
100 if (allocator->ChangeType(ref, to_type, from_type, /*clear=*/false))
    [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...]
  /external/python/cpython3/Lib/unittest/
mock.py 671 from_type = dir(type(self))
674 from_type = [e for e in from_type if not e.startswith('_')]
677 return sorted(set(extras + from_type + from_dict +
    [all...]
  /external/python/cpython3/Objects/
unicodeobject.c 143 from_type and to_type have to be valid type names, begin and end
145 "from_type *". to is a pointer of type "to_type *" and points to the
147 #define _PyUnicode_CONVERT_BYTES(from_type, to_type, begin, end, to) \
150 const from_type *_iter = (from_type *)(begin); \
151 const from_type *_end = (from_type *)(end); \
153 const from_type *_unrolled_end = \
    [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 939 milliseconds