Searched refs:Type (Results 251 - 275 of 3284) sorted by relevance

<<11121314151617181920>>

/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary51 ATTRIBUTE Service-Type 6 integer
75 ATTRIBUTE Acct-Status-Type 40 integer
86 ATTRIBUTE NAS-Port-Type 61 integer
112 ATTRIBUTE Auth-Type 1000 integer
135 VALUE Service-Type Login-User 1
136 VALUE Service-Type Framed-User 2
137 VALUE Service-Type Callback-Login-User 3
138 VALUE Service-Type Callback-Framed-User 4
139 VALUE Service-Type Outbound-User 5
140 VALUE Service-Type Administrativ
[all...]
/external/eigen/Eigen/src/plugins/
H A DBlockMethods.h26 template<int N> struct NColsBlockXpr { typedef Block<Derived, internal::traits<Derived>::RowsAtCompileTime, N, !IsRowMajor> Type; }; typedef in struct:NColsBlockXpr
27 template<int N> struct ConstNColsBlockXpr { typedef const Block<const Derived, internal::traits<Derived>::RowsAtCompileTime, N, !IsRowMajor> Type; }; typedef in struct:ConstNColsBlockXpr
29 template<int N> struct NRowsBlockXpr { typedef Block<Derived, N, internal::traits<Derived>::ColsAtCompileTime, IsRowMajor> Type; }; typedef in struct:NRowsBlockXpr
30 template<int N> struct ConstNRowsBlockXpr { typedef const Block<const Derived, N, internal::traits<Derived>::ColsAtCompileTime, IsRowMajor> Type; }; typedef in struct:ConstNRowsBlockXpr
35 template<int Rows, int Cols> struct FixedBlockXpr { typedef Block<Derived,Rows,Cols> Type; }; typedef in struct:FixedBlockXpr
36 template<int Rows, int Cols> struct ConstFixedBlockXpr { typedef Block<const Derived,Rows,Cols> Type; }; typedef in struct:ConstFixedBlockXpr
40 template<int Size> struct FixedSegmentReturnType { typedef VectorBlock<Derived, Size> Type; }; typedef in struct:FixedSegmentReturnType
41 template<int Size> struct ConstFixedSegmentReturnType { typedef const VectorBlock<const Derived, Size> Type; }; typedef in struct:ConstFixedSegmentReturnType
118 inline typename FixedBlockXpr<CRows,CCols>::Type topRightCorner()
120 return typename FixedBlockXpr<CRows,CCols>::Type(derive
[all...]
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorSyclPlaceHolderExpr.h36 typedef Scalar Type; typedef in struct:Eigen::TensorSycl::internal::PlaceHolder
51 typedef typename PlaceHolderExpression<Arg, N>::Type ArgType;
58 typedef typename PlaceHolderExpression<Arg1, N - Arg2LeafCount>::Type Arg1Type;
59 typedef typename PlaceHolderExpression<Arg2, N>::Type Arg2Type;
67 typedef typename PlaceHolderExpression<Arg1, N - Arg3LeafCount - Arg2LeafCount>::Type Arg1Type;
68 typedef typename PlaceHolderExpression<Arg2, N - Arg3LeafCount>::Type Arg2Type;
69 typedef typename PlaceHolderExpression<Arg3, N>::Type Arg3Type;
78 typedef Category<OP, T... > Type; typedef in struct:Eigen::TensorSycl::internal::CategoryHelper
83 typedef Category<T... > Type; typedef in struct:Eigen::TensorSycl::internal::CategoryHelper
91 typedef CVQual typename CategoryHelper<Category, OP, typename CalculateIndex<N, SubExpr...>::ArgsTuple>::Type Typ
174 typedef typename PlaceHolderExpression<Expr, TotalLeaves - 1>::Type Type; typedef in struct:Eigen::TensorSycl::internal::createPlaceHolderExpression
[all...]
/external/v8/src/compiler/
H A Dtyped-optimization.cc25 true_type_(Type::HeapConstant(factory()->true_value(), graph()->zone())),
27 Type::HeapConstant(factory()->false_value(), graph()->zone())),
45 Type* upper = NodeProperties::GetType(node);
52 } else if (upper->Is(Type::MinusZero())) {
56 } else if (upper->Is(Type::NaN())) {
60 } else if (upper->Is(Type::Null())) {
64 } else if (upper->Is(Type::PlainNumber()) &&
69 } else if (upper->Is(Type::Undefined())) {
107 MaybeHandle<Map> GetStableMapFromObjectType(Type* object_type) {
119 Type* cons
[all...]
H A Dtyper.h53 Type* singleton_empty_string_;
54 Type* singleton_false_;
55 Type* singleton_true_;
56 Type* falsish_;
57 Type* truish_;
H A Dtypes.h211 class Type;
243 static bitset Glb(Type* type); // greatest lower bound that's a bitset
245 static bitset Lub(Type* type); // least upper bound that's a bitset
260 static bool IsBitset(Type* type) {
264 static Type* NewForTesting(bitset bits) { return New(bits); }
267 friend class Type;
269 static Type* New(bitset bits) {
270 return reinterpret_cast<Type*>(static_cast<uintptr_t>(bits | 1u));
287 friend class Type;
294 static bool IsKind(Type* typ
512 class V8_EXPORT_PRIVATE Type { class in class:v8::internal::compiler::BitsetType
[all...]
/external/clang/include/clang/CodeGen/
H A DSwiftCallingConv.h19 #include "clang/AST/Type.h"
26 class Type;
49 llvm::Type *Type; member in struct:clang::CodeGen::swiftcall::SwiftAggLowering::StorageEntry
69 void addTypedData(llvm::Type *type, CharUnits begin);
70 void addTypedData(llvm::Type *type, CharUnits begin, CharUnits end);
94 llvm::function_ref<void(CharUnits offset, llvm::Type *type)>;
110 std::pair<llvm::StructType*, llvm::Type*> getCoerceAndExpandTypes() const;
115 void addLegalTypedData(llvm::Type *type, CharUnits begin, CharUnits end);
116 void addEntry(llvm::Type *typ
[all...]
/external/llvm/lib/DebugInfo/PDB/
H A DPDBSymbol.cpp61 #define FACTORY_SYMTAG_CASE(Tag, Type) \
63 return std::unique_ptr<PDBSymbol>(new Type(PDBSession, std::move(Symbol)));
105 #define TRY_DUMP_TYPE(Type) \
106 if (const Type *DerivedThis = dyn_cast<Type>(this)) \
109 #define ELSE_TRY_DUMP_TYPE(Type, Dumper) else TRY_DUMP_TYPE(Type, Dumper)
123 PDBSymbol::findAllChildren(PDB_SymType Type) const {
124 return RawSymbol->findChildren(Type);
128 PDBSymbol::findChildren(PDB_SymType Type, StringRe argument
134 findChildrenByRVA(PDB_SymType Type, StringRef Name, PDB_NameSearchFlags Flags, uint32_t RVA) const argument
[all...]
/external/python/cpython2/Mac/Modules/ctl/
H A Dctlsupport.py31 ControlPartCode = Type("ControlPartCode", "h")
32 DragConstraint = Type("DragConstraint", "H")
33 ControlVariant = Type("ControlVariant", "h")
34 IconTransformType = Type("IconTransformType", "h")
35 EventModifiers = Type("EventModifiers", "H")
36 ClickActivationResult = Type("ClickActivationResult", "l")
37 ControlButtonGraphicAlignment = Type("ControlButtonGraphicAlignment", "h")
38 ControlButtonTextAlignment = Type("ControlButtonTextAlignment", "h")
39 ControlButtonTextPlacement = Type("ControlButtonTextPlacement", "h")
40 ControlContentType = Type("ControlContentTyp
[all...]
/external/r8/src/main/java/com/android/tools/r8/graph/
H A DJarApplicationReader.java10 import org.objectweb.asm.Type;
34 public DexType getType(Type type) {
40 return getType(Type.getObjectType(name));
99 Type returnType = Type.getReturnType(desc);
100 Type[] arguments = Type.getArgumentTypes(desc);
116 private static String getShortyDescriptor(Type type) {
118 case Type.METHOD:
120 case Type
[all...]
/external/r8/src/main/java/com/android/tools/r8/ir/conversion/
H A DJarState.java21 import org.objectweb.asm.Type;
32 // Type representatives of "any object/array" using invalid names (only valid for asserting).
33 public static final Type REFERENCE_TYPE = Type.getObjectType("<any reference>");
34 public static final Type OBJECT_TYPE = Type.getObjectType("<any object>");
35 public static final Type ARRAY_TYPE = Type.getObjectType("[<any array>");
37 // Type representative for the null value (non-existent but works for tracking the types here).
38 public static final Type NULL_TYP
[all...]
H A DJarSourceCode.java49 import org.objectweb.asm.Type;
135 private static final Type CLASS_TYPE = Type.getObjectType("java/lang/Class");
136 private static final Type STRING_TYPE = Type.getObjectType("java/lang/String");
137 private static final Type INT_ARRAY_TYPE = Type.getObjectType(INT_ARRAY_DESC);
138 private static final Type THROWABLE_TYPE = Type.getObjectType("java/lang/Throwable");
145 private final List<Type> parameterType
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/Target/
H A DTargetData.h30 class Type;
59 uint32_t TypeBitWidth; //< Type bit width
103 bool ABIAlign, Type *Ty) const;
105 unsigned getAlignment(Type *Ty, bool abi_or_pref) const;
201 /// Type SizeInBits StoreSizeInBits AllocSizeInBits[*]
218 uint64_t getTypeSizeInBits(Type* Ty) const;
223 uint64_t getTypeStoreSize(Type *Ty) const {
230 uint64_t getTypeStoreSizeInBits(Type *Ty) const {
238 uint64_t getTypeAllocSize(Type* Ty) const {
247 uint64_t getTypeAllocSizeInBits(Type* T
[all...]
/external/libcxxabi/test/
H A Dcatch_multi_level_pointer.pass.cpp73 typedef Tp* Type; typedef in struct:TestTypes
83 typedef Member (Class::*Type);
94 typedef typename ThrowTypes::Type Type; typedef
99 run_catch_tests<Type>();
107 typedef typename CatchTypes::Type Type; typedef
112 catch_pointer_test<ThrowTp, Type>();
117 generate_tests_imp<ThrowTp, Type, level-1>()();
/external/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.cpp34 Type *RetTy = FTy->getReturnType();
90 case Type::IntegerTyID: {
106 case Type::VoidTyID:
109 case Type::FloatTyID:
112 case Type::DoubleTyID:
115 case Type::X86_FP80TyID:
116 case Type::FP128TyID:
117 case Type::PPC_FP128TyID:
119 case Type::PointerTyID:
/external/llvm/test/MC/ARM/
H A Dthumb-types.s58 @ CHECK: Type: Function
64 @ CHECK: Type: Object
70 @ CHECK: Type: Function
76 @ CHECK: Type: Object
82 @ CHECK: Type: Function
88 @ CHECK: Type: GNU_IFunc
94 @ CHECK: Type: TLS
100 @ CHECK: Type: None
106 @ CHECK: Type: None
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DGetElementPtrTypeIterator.h24 : public std::iterator<std::forward_iterator_tag, Type *, ptrdiff_t> {
26 Type *, ptrdiff_t> super;
29 Type *CurTy;
33 static generic_gep_type_iterator begin(Type *Ty, ItTy It) {
53 Type *operator*() const {
57 Type *getIndexedType() const {
64 Type *operator->() const { return operator*(); }
102 gep_type_begin(Type *Op0, ArrayRef<T> A) {
108 gep_type_end(Type *Op0, ArrayRef<T> A) {
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DLLVMContextImpl.cpp22 VoidTy(C, Type::VoidTyID),
23 LabelTy(C, Type::LabelTyID),
24 FloatTy(C, Type::FloatTyID),
25 DoubleTy(C, Type::DoubleTyID),
26 MetadataTy(C, Type::MetadataTyID),
27 X86_FP80Ty(C, Type::X86_FP80TyID),
28 FP128Ty(C, Type::FP128TyID),
29 PPC_FP128Ty(C, Type::PPC_FP128TyID),
30 X86_MMXTy(C, Type::X86_MMXTyID),
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkWsiUtil.hpp60 const char* getName (Type wsiType);
61 const char* getExtensionName (Type wsiType);
63 const PlatformProperties& getPlatformProperties (Type wsiType);
67 Type wsiType,
75 Type wsiType,
/external/eigen/unsupported/Eigen/src/AutoDiff/
H A DAutoDiffVector.h103 typename MakeCwiseBinaryOp<internal::scalar_sum_op<BaseScalar>,ValueType,OtherValueType>::Type,
104 typename MakeCwiseBinaryOp<internal::scalar_sum_op<BaseScalar>,JacobianType,OtherJacobianType>::Type >
108 typename MakeCwiseBinaryOp<internal::scalar_sum_op<BaseScalar>,ValueType,OtherValueType>::Type,
109 typename MakeCwiseBinaryOp<internal::scalar_sum_op<BaseScalar>,JacobianType,OtherJacobianType>::Type >(
125 typename MakeCwiseBinaryOp<internal::scalar_difference_op<Scalar>,ValueType,OtherValueType>::Type,
126 typename MakeCwiseBinaryOp<internal::scalar_difference_op<Scalar>,JacobianType,OtherJacobianType>::Type >
130 typename MakeCwiseBinaryOp<internal::scalar_difference_op<Scalar>,ValueType,OtherValueType>::Type,
131 typename MakeCwiseBinaryOp<internal::scalar_difference_op<Scalar>,JacobianType,OtherJacobianType>::Type >(
146 typename MakeCwiseUnaryOp<internal::scalar_opposite_op<Scalar>, ValueType>::Type,
147 typename MakeCwiseUnaryOp<internal::scalar_opposite_op<Scalar>, JacobianType>::Type >
[all...]
/external/libchrome/base/threading/
H A Dthread_local.h16 // ThreadLocalPointer<Type> wraps a Type*. It performs no creation or
84 template <typename Type>
95 Type* Get() {
96 return static_cast<Type*>(
100 void Set(Type* ptr) {
110 DISALLOW_COPY_AND_ASSIGN(ThreadLocalPointer<Type>);
/external/llvm/lib/CodeGen/
H A DPreISelIntrinsicLowering.cpp32 Type *Int32Ty = Type::getInt32Ty(F.getContext());
33 Type *Int32PtrTy = Int32Ty->getPointerTo();
34 Type *Int8Ty = Type::getInt8Ty(F.getContext());
/external/pdfium/xfa/fxfa/
H A Dxfa_checksum.h21 CXFA_SAXContext() : m_eNode(CFX_SAXItem::Type::Unknown) {}
25 CFX_SAXItem::Type m_eNode;
34 CFX_SAXItem::Type eType,
41 CFX_SAXItem::Type eType,
50 CFX_SAXItem::Type eType,
/external/swiftshader/third_party/LLVM/examples/HowToUseJIT/
H A DHowToUseJIT.cpp65 cast<Function>(M->getOrInsertFunction("add1", Type::getInt32Ty(Context),
66 Type::getInt32Ty(Context),
67 (Type *)0));
97 cast<Function>(M->getOrInsertFunction("foo", Type::getInt32Ty(Context),
98 (Type *)0));
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMachObjectWriter.cpp91 unsigned Type = MachO::GENERIC_RELOC_VANILLA; local
97 Type = MachO::PPC_RELOC_BR24; // R_PPC_REL24
100 Type = MachO::PPC_RELOC_BR14;
107 Type = MachO::PPC_RELOC_HA16;
110 Type = MachO::PPC_RELOC_LO16;
113 Type = MachO::PPC_RELOC_HI16;
127 Type = MachO::PPC_RELOC_HA16_SECTDIFF;
130 Type = MachO::PPC_RELOC_LO16_SECTDIFF;
133 Type = MachO::PPC_RELOC_HI16_SECTDIFF;
143 return Type;
146 makeRelocationInfo(MachO::any_relocation_info &MRE, const uint32_t FixupOffset, const uint32_t Index, const unsigned IsPCRel, const unsigned Log2Size, const unsigned IsExtern, const unsigned Type) argument
164 makeScatteredRelocationInfo(MachO::any_relocation_info &MRE, const uint32_t Addr, const unsigned Type, const unsigned Log2Size, const unsigned IsPCRel, const uint32_t Value2) argument
199 const unsigned Type = getRelocType(Target, FK, IsPCRel); local
331 unsigned Type = RelocType; local
[all...]

Completed in 911 milliseconds

<<11121314151617181920>>