Searched refs:Type (Results 1 - 25 of 3284) sorted by relevance

1234567891011>>

/external/protobuf/src/google/protobuf/stubs/
H A Dmathlimits.h66 // Type name.
67 typedef T Type; typedef in struct:google::protobuf::MathLimits
68 // Unsigned version of the Type with the same byte size.
69 // Same as Type for floating point and unsigned types.
76 static const Type kPosMin;
78 static const Type kPosMax;
80 static const Type kMin;
82 static const Type kMax;
85 static const Type kNegMin;
88 static const Type kNegMa
[all...]
H A Dmathlimits.cc47 #define DEF_COMMON_LIMITS(Type)
48 #define DEF_UNSIGNED_INT_LIMITS(Type)
49 #define DEF_SIGNED_INT_LIMITS(Type)
50 #define DEF_PRECISION_LIMITS(Type)
54 #define DEF_COMMON_LIMITS(Type) \
55 const bool MathLimits<Type>::kIsSigned; \
56 const bool MathLimits<Type>::kIsInteger; \
57 const int MathLimits<Type>::kMin10Exp; \
58 const int MathLimits<Type>::kMax10Exp;
60 #define DEF_UNSIGNED_INT_LIMITS(Type) \
[all...]
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
H A Dbuilder.h50 Type* mVoidTy;
51 Type* mInt1Ty;
52 Type* mInt8Ty;
53 Type* mInt16Ty;
54 Type* mInt32Ty;
55 Type* mInt64Ty;
56 Type* mIntPtrTy;
57 Type* mFP16Ty;
58 Type* mFP32Ty;
59 Type* mDoubleT
[all...]
/external/v8/src/compiler/
H A Doperation-typer.h23 class Type;
31 Type* Merge(Type* left, Type* right);
33 Type* ToPrimitive(Type* type);
36 Type* ToNumber(Type* type);
37 Type* WeakenRange(Type* current_rang
[all...]
H A Dtype-cache.h26 Type* const kInt8 = CreateRange<int8_t>();
27 Type* const kUint8 = CreateRange<uint8_t>();
28 Type* const kUint8Clamped = kUint8;
29 Type* const kUint8OrMinusZeroOrNaN =
30 Type::Union(kUint8, Type::MinusZeroOrNaN(), zone());
31 Type* const kInt16 = CreateRange<int16_t>();
32 Type* const kUint16 = CreateRange<uint16_t>();
33 Type* const kInt32 = Type
[all...]
H A Doperation-typer.cc22 infinity_ = Type::NewConstant(factory->infinity_value(), zone);
23 minus_infinity_ = Type::NewConstant(factory->minus_infinity_value(), zone);
24 Type* truncating_to_zero = Type::MinusZeroOrNaN();
25 DCHECK(!truncating_to_zero->Maybe(Type::Integral32()));
27 singleton_false_ = Type::HeapConstant(factory->false_value(), zone);
28 singleton_true_ = Type::HeapConstant(factory->true_value(), zone);
29 singleton_the_hole_ = Type::HeapConstant(factory->the_hole_value(), zone);
30 signed32ish_ = Type::Union(Type
[all...]
/external/libchrome/base/memory/
H A Dsingleton_objc.h40 template<typename Type>
41 struct DefaultSingletonObjCTraits : public DefaultSingletonTraits<Type> {
42 static Type* New() {
43 return [[Type alloc] init];
46 static void Delete(Type* object) {
54 template<typename Type,
55 typename Traits = DefaultSingletonObjCTraits<Type>,
56 typename DifferentiatingType = Type>
57 class SingletonObjC : public Singleton<Type, Traits, DifferentiatingType> {
H A Dmanual_constructor.h26 template <typename Type>
37 return AlignedAlloc(size, ALIGNOF(Type));
43 inline Type* get() {
44 return space_.template data_as<Type>();
46 inline const Type* get() const {
47 return space_.template data_as<Type>();
50 inline Type* operator->() { return get(); }
51 inline const Type* operator->() const { return get(); }
53 inline Type& operator*() { return *get(); }
54 inline const Type
[all...]
H A Dsingleton.h45 // Default traits for Singleton<Type>. Calls operator new and operator delete on
48 template<typename Type>
51 static Type* New() {
54 return new Type();
58 static void Delete(Type* x) {
75 // Alternate traits for use with the Singleton<Type>. Identical to
78 template<typename Type>
79 struct LeakySingletonTraits : public DefaultSingletonTraits<Type> {
87 // Alternate traits for use with the Singleton<Type>. Allocates memory
108 template <typename Type>
[all...]
/external/libcxx/test/std/experimental/any/any.class/any.cons/
H A Dcopy.pass.cpp26 template <class Type>
29 assert(Type::count == 0);
31 any const a((Type(42)));
32 assert(Type::count == 1);
41 assert(Type::count == 1);
42 assertContains<Type>(a, 42);
44 assert(Type::count == 0);
57 template <class Type>
61 DisableAllocationGuard g(isSmallType<Type>()); ((void)g);
62 assert(Type
[all...]
H A Dvalue.pass.cpp33 template <class Type>
37 assert(Type::count == 0);
39 Type const t(42);
40 assert(Type::count == 1);
49 assert(Type::count == 1);
52 assert(Type::count == 0);
77 template <class Type>
80 DisableAllocationGuard g(isSmallType<Type>()); ((void)g);
81 assert(Type::count == 0);
82 Type
[all...]
/external/libcxx/test/std/utilities/any/any.class/any.cons/
H A Dcopy.pass.cpp26 template <class Type>
29 assert(Type::count == 0);
31 any const a((Type(42)));
32 assert(Type::count == 1);
41 assert(Type::count == 1);
42 assertContains<Type>(a, 42);
44 assert(Type::count == 0);
57 template <class Type>
61 DisableAllocationGuard g(isSmallType<Type>()); ((void)g);
62 assert(Type
[all...]
/external/clang/test/CodeGenCXX/
H A Ddelayed-template-parsing.cpp5 struct Type { struct in namespace:ClassScopeSpecialization
13 Type T;
14 // CHECK: call {{.*}} @"\01??$Foo@$0A@@Type@ClassScopeSpecialization@@QAEXXZ"
15 // X64: call {{.*}} @"\01??$Foo@$0A@@Type@ClassScopeSpecialization@@QEAAXXZ"
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDisplayContext.java26 STANDARD_NAMES(Type.DIALECT_HANDLING, 0),
32 DIALECT_NAMES(Type.DIALECT_HANDLING, 1),
41 CAPITALIZATION_NONE(Type.CAPITALIZATION, 0),
47 CAPITALIZATION_FOR_MIDDLE_OF_SENTENCE(Type.CAPITALIZATION, 1),
53 CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE(Type.CAPITALIZATION, 2),
59 CAPITALIZATION_FOR_UI_LIST_OR_MENU(Type.CAPITALIZATION, 3),
66 CAPITALIZATION_FOR_STANDALONE(Type.CAPITALIZATION, 4),
76 LENGTH_FULL(Type.DISPLAY_LENGTH, 0),
82 LENGTH_SHORT(Type.DISPLAY_LENGTH, 1),
93 SUBSTITUTE(Type
104 public enum Type { enum in class:DisplayContext
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDisplayContext.java27 STANDARD_NAMES(Type.DIALECT_HANDLING, 0),
34 DIALECT_NAMES(Type.DIALECT_HANDLING, 1),
44 CAPITALIZATION_NONE(Type.CAPITALIZATION, 0),
51 CAPITALIZATION_FOR_MIDDLE_OF_SENTENCE(Type.CAPITALIZATION, 1),
58 CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE(Type.CAPITALIZATION, 2),
65 CAPITALIZATION_FOR_UI_LIST_OR_MENU(Type.CAPITALIZATION, 3),
73 CAPITALIZATION_FOR_STANDALONE(Type.CAPITALIZATION, 4),
84 LENGTH_FULL(Type.DISPLAY_LENGTH, 0),
91 LENGTH_SHORT(Type.DISPLAY_LENGTH, 1),
103 SUBSTITUTE(Type
116 public enum Type { enum in class:DisplayContext
[all...]
/external/libcxx/test/std/utilities/any/any.nonmembers/any.cast/
H A Dany_cast_reference.pass.cpp71 template <class Type, class ConstT = Type>
76 any_cast<Type>(a);
95 std::is_lvalue_reference<Type>::value,
96 typename std::remove_reference<Type>::type&&,
97 Type
118 template <class Type>
120 assert(Type::count == 0);
121 Type::reset();
123 any a((Type(4
[all...]
/external/python/cpython2/Mac/Modules/app/
H A Dappsupport.py36 #MacOSEventKind = Type("MacOSEventKind", "h") # Old-style
37 #MacOSEventMask = Type("MacOSEventMask", "h") # Old-style
38 #EventMask = Type("EventMask", "h")
39 #EventKind = Type("EventKind", "h")
40 ThemeBrush = Type("ThemeBrush", "h")
41 ThemeColor = Type("ThemeColor", "h")
42 ThemeTextColor = Type("ThemeTextColor", "h")
43 ThemeMenuBarState = Type("ThemeMenuBarState", "H")
44 ThemeMenuState = Type("ThemeMenuState", "H")
45 ThemeMenuType = Type("ThemeMenuTyp
[all...]
/external/llvm/lib/Object/
H A DELF.cpp19 StringRef getELFRelocationTypeName(uint32_t Machine, uint32_t Type) { argument
22 switch (Type) {
30 switch (Type) {
37 switch (Type) {
44 switch (Type) {
51 switch (Type) {
58 switch (Type) {
65 switch (Type) {
72 switch (Type) {
79 switch (Type) {
[all...]
/external/libcxx/test/std/utilities/any/any.nonmembers/
H A Dmake_any.pass.cpp29 template <class Type>
32 DisableAllocationGuard g(isSmallType<Type>()); ((void)g);
33 assert(Type::count == 0);
34 Type::reset();
36 any a = std::make_any<Type>();
38 assert(Type::count == 1);
39 assert(Type::copied == 0);
40 assert(Type::moved == 0);
41 assertContains<Type>(a, 0);
43 assert(Type
[all...]
/external/libcxx/test/libcxx/utilities/function.objects/func.require/
H A Dinvoke.pass.cpp23 struct Type struct
37 static_assert(sizeof(std::__invoke(&Type::f1, std::declval<Type >())) == 1, "");
38 static_assert(sizeof(std::__invoke(&Type::f2, std::declval<Type const >())) == 2, "");
40 static_assert(sizeof(std::__invoke(&Type::g1, std::declval<Type &>())) == 1, "");
41 static_assert(sizeof(std::__invoke(&Type::g2, std::declval<Type const &>())) == 2, "");
42 static_assert(sizeof(std::__invoke(&Type
[all...]
/external/libcxx/test/std/experimental/any/any.nonmembers/any.cast/
H A Dany_cast_reference.pass.cpp71 template <class Type, class ConstT = Type>
76 any_cast<Type>(a);
94 any_cast<Type>(static_cast<any&&>(a));
113 template <class Type>
115 assert(Type::count == 0);
116 Type::reset();
118 any a((Type(42)));
120 assert(Type::count == 1);
121 assert(Type
[all...]
/external/skia/src/sksl/
H A DSkSLContext.h22 : fInvalid_Type(new Type(String("<INVALID>")))
23 , fVoid_Type(new Type(String("void")))
24 , fDouble_Type(new Type(String("double"), true))
25 , fDVec2_Type(new Type(String("dvec2"), *fDouble_Type, 2))
26 , fDVec3_Type(new Type(String("dvec3"), *fDouble_Type, 3))
27 , fDVec4_Type(new Type(String("dvec4"), *fDouble_Type, 4))
28 , fFloat_Type(new Type(String("float"), true, { fDouble_Type.get() }))
29 , fVec2_Type(new Type(String("vec2"), *fFloat_Type, 2))
30 , fVec3_Type(new Type(String("vec3"), *fFloat_Type, 3))
31 , fVec4_Type(new Type(Strin
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_atomic.h31 typedef u8 Type; typedef in struct:__sanitizer::atomic_uint8_t
32 volatile Type val_dont_use;
36 typedef u16 Type; typedef in struct:__sanitizer::atomic_uint16_t
37 volatile Type val_dont_use;
41 typedef u32 Type; typedef in struct:__sanitizer::atomic_uint32_t
42 volatile Type val_dont_use;
46 typedef u64 Type; typedef in struct:__sanitizer::atomic_uint64_t
48 volatile ALIGNED(8) Type val_dont_use;
52 typedef uptr Type; typedef in struct:__sanitizer::atomic_uintptr_t
53 volatile Type val_dont_us
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DSorter.java21 public abstract class Sorter<Type> {
22 public abstract void sort(Type[] array, int count, Comparator<Type> comparator);
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
H A DSessionDescription.java38 public static enum Type { enum in class:SessionDescription
45 public static Type fromCanonicalForm(String canonical) {
46 return Type.valueOf(Type.class, canonical.toUpperCase());
50 public final Type type;
53 public SessionDescription(Type type, String description) {

Completed in 1447 milliseconds

1234567891011>>