Searched refs:Type (Results 276 - 300 of 3758) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/ppapi/shared_impl/
H A Dmedia_stream_buffer.h14 enum Type { TYPE_UNKNOWN = 0, TYPE_AUDIO = 1, TYPE_VIDEO = 2, }; enum in union:ppapi::MediaStreamBuffer
17 Type type;
/external/chromium_org/third_party/WebKit/Source/platform/
H A DFileMetadata.h54 enum Type { enum in struct:blink::FileMetadata
60 Type type;
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DTypeTraits.cpp125 COMPILE_ASSERT((IsSameType<RemoveTemplate<TestBaseClass<int>, TestBaseClass>::Type, int>::value), WTF_Test_RemoveTemplate);
126 COMPILE_ASSERT((IsSameType<RemoveTemplate<int, TestBaseClass>::Type, int>::value), WTF_Test_RemoveTemplate_WithoutTemplate);
130 COMPILE_ASSERT((IsSameType<bool, RemoveConst<const bool>::Type>::value), WTF_test_RemoveConst_const_bool);
131 COMPILE_ASSERT((!IsSameType<bool, RemoveConst<volatile bool>::Type>::value), WTF_test_RemoveConst_volatile_bool);
133 COMPILE_ASSERT((IsSameType<bool, RemoveVolatile<bool>::Type>::value), WTF_test_RemoveVolatile_bool);
134 COMPILE_ASSERT((!IsSameType<bool, RemoveVolatile<const bool>::Type>::value), WTF_test_RemoveVolatile_const_bool);
135 COMPILE_ASSERT((IsSameType<bool, RemoveVolatile<volatile bool>::Type>::value), WTF_test_RemoveVolatile_volatile_bool);
137 COMPILE_ASSERT((IsSameType<bool, RemoveConstVolatile<bool>::Type>::value), WTF_test_RemoveConstVolatile_bool);
138 COMPILE_ASSERT((IsSameType<bool, RemoveConstVolatile<const bool>::Type>::value), WTF_test_RemoveConstVolatile_const_bool);
139 COMPILE_ASSERT((IsSameType<bool, RemoveConstVolatile<volatile bool>::Type>
[all...]
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DMacro.h21 enum Type enum in struct:pp::Macro
40 Type type;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILIntrinsicInfo.h36 std::string getName(unsigned int IntrId, Type **Tys = 0,
41 Type **Tys = 0,
/external/chromium_org/ui/compositor/
H A Dfloat_animation_curve_adapter.h16 FloatAnimationCurveAdapter(gfx::Tween::Type tween_type,
29 gfx::Tween::Type tween_type_;
/external/clang/include/clang/AST/
H A DMangleNumberingContext.h28 class Type;
35 llvm::DenseMap<const Type *, unsigned> ManglingNumbers;
/external/clang/lib/AST/
H A DMangleNumberingContext.cpp36 const Type *Ty = nullptr;
43 const Type *Ty = nullptr;
H A DType.cpp1 //===--- Type.cpp - Type representation and manipulation ------------------===//
22 #include "clang/AST/Type.h"
47 const Type* ty = getTypePtr();
55 else if (ty->getTypeClass() == Type::Typedef)
153 : Type(DependentSizedExtVector, can, /*Dependent=*/true,
173 : Type(Vector, canonType, vecType->isDependentType(),
185 : Type(tc, canonType, vecType->isDependentType(),
198 const Type *Type
[all...]
/external/clang/lib/Basic/
H A DLangOptions.cpp21 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) set##Name(Default);
30 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) \
/external/lldb/tools/lldb-perf/lib/
H A DTestCase.h28 enum class Type class in struct:lldb_perf::TestCase::ActionWanted
41 type (Type::eContinue),
50 type = Type::eContinue;
57 type = Type::eStepOver;
64 type = Type::eStepOut;
71 type = Type::eRelaunch;
79 type = Type::eKill;
86 type = Type::eCallNext;
/external/llvm/lib/Target/R600/
H A DAMDGPUIntrinsicInfo.h37 std::string getName(unsigned IntrId, Type **Tys = nullptr,
42 Type **Tys = nullptr,
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILIntrinsicInfo.h36 std::string getName(unsigned int IntrId, Type **Tys = 0,
41 Type **Tys = 0,
/external/mockito/cglib-and-asm/src/org/mockito/cglib/util/
H A DParallelSorterEmitter.java22 import org.mockito.asm.Type;
26 private static final Type PARALLEL_SORTER =
31 new Signature("newInstance", PARALLEL_SORTER, new Type[]{ Constants.TYPE_OBJECT_ARRAY });
57 Type type = Type.getType(arrays[i].getClass());
73 Type type = Type.getType(arrays[i].getClass());
74 Type component = TypeUtils.getComponentType(type);
/external/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp22 #include "llvm/IR/Type.h"
30 Type *RetTy) {
32 std::vector<Type *> ParamTys;
43 case Type::FloatTyID:
45 Type::getFloatTy(M.getContext()));
47 case Type::DoubleTyID:
49 Type::getDoubleTy(M.getContext()));
51 case Type::X86_FP80TyID:
52 case Type::FP128TyID:
53 case Type
[all...]
H A DBasicTargetTransformInfo.cpp40 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) const;
43 unsigned getAltShuffleOverhead(Type *Ty) const;
81 bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV,
84 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV,
87 bool isTruncateFree(Type *Ty1, Type *Ty2) const override;
88 bool isTypeLegal(Type *Ty) const override;
92 bool haveFastSqrt(Type *Ty) const override;
104 unsigned getArithmeticInstrCost(unsigned Opcode, Type *Ty, OperandValueKind,
106 unsigned getShuffleCost(ShuffleKind Kind, Type *T
[all...]
/external/chromium_org/v8/src/compiler/
H A Dsimplified-operator-unittest.cc130 {kTaggedBase, FixedArray::kHeaderSize, Type::Any(), kMachAnyTagged},
131 {kUntaggedBase, kNonHeapObjectHeaderSize - kHeapObjectTag, Type::Any(),
133 {kUntaggedBase, kNonHeapObjectHeaderSize - kHeapObjectTag, Type::Any(),
135 {kUntaggedBase, kNonHeapObjectHeaderSize - kHeapObjectTag, Type::Any(),
137 {kUntaggedBase, kNonHeapObjectHeaderSize - kHeapObjectTag, Type::Any(),
139 {kUntaggedBase, kNonHeapObjectHeaderSize - kHeapObjectTag, Type::Any(),
141 {kUntaggedBase, kNonHeapObjectHeaderSize - kHeapObjectTag, Type::Any(),
143 {kUntaggedBase, 0, Type::Signed32(), kMachInt8},
144 {kUntaggedBase, 0, Type::Unsigned32(), kMachUint8},
145 {kUntaggedBase, 0, Type
[all...]
H A Djs-typed-lowering.cc112 bool OneInputIs(Type* t) { return left_type_->Is(t) || right_type_->Is(t); }
114 bool BothInputsAre(Type* t) {
118 bool OneInputCannotBe(Type* t) {
122 bool NeitherInputCanBe(Type* t) {
131 Type* left_type() { return left_type_; }
132 Type* right_type() { return right_type_; }
143 Type* left_type_; // Cache of the left input's type.
144 Type* right_type_; // Cache of the right input's type.
167 bool TryNarrowingToI32(Type* type, Node* node) {
172 if (r.BothInputsAre(Type
[all...]
/external/chromium_org/mojo/system/
H A Dmessage_in_transit.h45 typedef uint16_t Type; typedef in class:mojo::system::MessageInTransit
47 static const Type kTypeMessagePipeEndpoint = 0;
49 static const Type kTypeMessagePipe = 1;
51 static const Type kTypeChannel = 2;
53 static const Type kTypeRawChannel = 3;
119 Type type() const { return header()->type; }
136 MessageInTransit(Type type,
141 MessageInTransit(Type type,
195 Type type() const { return header()->type; }
233 Type typ
[all...]
/external/llvm/lib/Transforms/ObjCARC/
H A DARCRuntimeEntryPoints.h132 Type *Params[] = { PointerType::getUnqual(Type::getInt8Ty(C)) };
136 FunctionType *Fty = FunctionType::get(Type::getVoidTy(C), Params,
148 Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C));
149 Type *Params[] = { I8X };
166 Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C));
167 Type *I8XX = PointerType::getUnqual(I8X);
168 Type *Param
[all...]
/external/ceres-solver/google3/
H A Djet_traits.h0 // Type traits for google3's custom MathUtil traits class. This is needed to
28 typedef ceres::Jet<T, N> Type; typedef in struct:MathLimits
32 static const Type kPosMin;
33 static const Type kPosMax;
34 static const Type kMin;
35 static const Type kMax;
36 static const Type kNegMin;
37 static const Type kNegMax;
40 static const Type kEpsilon;
41 static const Type kStdErro
[all...]
/external/clang/lib/CodeGen/
H A DCodeGenTypes.h1 //===--- CodeGenTypes.h - Type translation for LLVM CodeGen -----*- C++ -*-===//
28 class Type;
50 class Type;
51 typedef CanQual<Type> CanQualType;
78 llvm::DenseMap<const ObjCInterfaceType*, llvm::Type *> InterfaceTypes;
82 llvm::DenseMap<const Type*, CGRecordLayout *> CGRecordLayouts;
86 llvm::DenseMap<const Type*, llvm::StructType *> RecordDeclTypes;
95 llvm::SmallPtrSet<const Type*, 4> RecordsBeingLaidOut;
107 /// and maps clang::Type to corresponding llvm::Type
[all...]
/external/chromium_org/cc/quads/
H A Ddraw_quad_unittest.cc111 #define SETUP_AND_COPY_QUAD_NEW(Type, quad) \
115 const Type* ALLOW_UNUSED copy_quad = Type::MaterialCast(copy_new);
117 #define SETUP_AND_COPY_QUAD_ALL(Type, quad) \
121 copy_quad = Type::MaterialCast(copy_all);
123 #define SETUP_AND_COPY_QUAD_NEW_RP(Type, quad, a) \
127 const Type* ALLOW_UNUSED copy_quad = Type::MaterialCast(copy_new);
129 #define SETUP_AND_COPY_QUAD_ALL_RP(Type, quad, a) \
133 copy_quad = Type
[all...]
/external/chromium_org/third_party/closure_linter/closure_linter/
H A Djavascriptlintrules.py42 Type = javascripttokens.JavaScriptTokenType variable
77 token and token.type == Type.DOC_FLAG and
109 if token.type == Type.SIMPLE_LVALUE:
139 if token.type == Type.IDENTIFIER:
144 if token.type == Type.DOC_FLAG:
198 'Type should be immediately after %s tag' % token.string,
201 elif token.type == Type.DOUBLE_QUOTE_STRING_START:
203 while next_token.type == Type.STRING_TEXT:
215 elif token.type == Type.END_DOC_COMMENT:
245 next_token.type in Type
[all...]
/external/eigen/Eigen/src/plugins/
H A DBlockMethods.h27 template<int N> struct NColsBlockXpr { typedef Block<Derived, internal::traits<Derived>::RowsAtCompileTime, N, !IsRowMajor> Type; }; typedef in struct:NColsBlockXpr
28 template<int N> struct ConstNColsBlockXpr { typedef const Block<const Derived, internal::traits<Derived>::RowsAtCompileTime, N, !IsRowMajor> Type; }; typedef in struct:ConstNColsBlockXpr
30 template<int N> struct NRowsBlockXpr { typedef Block<Derived, N, internal::traits<Derived>::ColsAtCompileTime, IsRowMajor> Type; }; typedef in struct:NRowsBlockXpr
31 template<int N> struct ConstNRowsBlockXpr { typedef const Block<const Derived, N, internal::traits<Derived>::ColsAtCompileTime, IsRowMajor> Type; }; typedef in struct:ConstNRowsBlockXpr
35 template<int Size> struct FixedSegmentReturnType { typedef VectorBlock<Derived, Size> Type; }; typedef in struct:FixedSegmentReturnType
36 template<int Size> struct ConstFixedSegmentReturnType { typedef const VectorBlock<const Derived, Size> Type; }; typedef in struct:ConstFixedSegmentReturnType
405 inline typename NRowsBlockXpr<N>::Type topRows(Index n = N)
407 return typename NRowsBlockXpr<N>::Type(derived(), 0, 0, n, cols());
412 inline typename ConstNRowsBlockXpr<N>::Type topRows(Index n = N) const
414 return typename ConstNRowsBlockXpr<N>::Type(derive
[all...]

Completed in 898 milliseconds

<<11121314151617181920>>