Searched refs:Type (Results 201 - 225 of 3284) sorted by relevance

1234567891011>>

/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_null.h19 Type GetType() const override;
/external/python/cpython2/Mac/Modules/icn/
H A Dicnsupport.py30 IconAlignmentType = Type("IconAlignmentType", "h")
31 IconTransformType = Type("IconTransformType", "h")
32 IconSelectorValue = Type("IconSelectorValue", "l")
33 IconServicesUsageFlags = Type("IconServicesUsageFlags", "l")
44 #MacOSEventKind = Type("MacOSEventKind", "h") # Old-style
45 #MacOSEventMask = Type("MacOSEventMask", "h") # Old-style
46 #EventMask = Type("EventMask", "H")
47 #EventKind = Type("EventKind", "H")
/external/skia/src/pdf/
H A DSkJpegInfo.h16 enum Type { enum in struct:SkJFIFInfo
/external/swiftshader/third_party/LLVM/include/llvm/Assembly/
H A DWriter.h22 class Type;
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCAtom.h37 AtomType Type; member in class:llvm::MCAtom
46 : Type(T), Parent(P), Begin(B), End(E) { }
49 bool isTextAtom() { return Type == TextAtom; }
50 bool isDataAtom() { return Type == DataAtom; }
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMRegisterInfo.h24 class Type;
/external/swiftshader/third_party/subzero/crosstest/
H A Dtest_bitmanip_main.cpp48 template <typename Type>
50 typedef Type (*FuncType)(Type);
67 Type Value = static_cast<Type>(Values[i]);
69 Type ResultSz = Funcs[f].FuncSz(Value);
70 Type ResultLlc = Funcs[f].FuncLlc(Value);
75 std::cout << "test_" << Funcs[f].Name << (CHAR_BIT * sizeof(Type))
84 template <typename Type>
86 typedef Type (*FuncTyp
[all...]
/external/swiftshader/third_party/subzero/src/
H A DIceTypes.cpp98 Type TypeElementType;
122 Type CompareResultType;
147 size_t typeWidthInBytes(Type Ty) {
152 int8_t typeWidthInBytesLog2(Type Ty) {
159 size_t typeAlignInBytes(Type Ty) {
166 size_t typeNumElements(Type Ty) {
173 Type typeElementType(Type Ty) {
180 Type getPointerType() { return TargetLowering::getPointerType(); }
182 bool isVectorType(Type T
[all...]
/external/v8/tools/clang/blink_gc_plugin/tests/legacy_naming/
H A Dtrace_after_dispatch.h17 enum Type { TB, TC, TD }; enum in class:blink::A
18 A(Type type) : m_type(type) { }
20 Type m_type;
42 Abstract(Type type) : A(type) { }
/external/v8/tools/clang/blink_gc_plugin/tests/
H A Dtrace_after_dispatch.h17 enum Type { TB, TC, TD }; enum in class:blink::A
18 A(Type type) : m_type(type) { }
20 Type m_type;
42 Abstract(Type type) : A(type) { }
/external/mesa3d/src/egl/main/
H A Deglsync.c56 if (sync->Type == EGL_SYNC_CL_EVENT_KHR) {
63 if (sync->Type == EGL_SYNC_NATIVE_FENCE_ANDROID) {
92 sync->Type = type;
128 *value = sync->Type;
133 (sync->Type == EGL_SYNC_FENCE_KHR ||
134 sync->Type == EGL_SYNC_CL_EVENT_KHR ||
135 sync->Type == EGL_SYNC_REUSABLE_KHR ||
136 sync->Type == EGL_SYNC_NATIVE_FENCE_ANDROID))
142 if (sync->Type != EGL_SYNC_FENCE_KHR &&
143 sync->Type !
[all...]
/external/python/cpython2/Mac/Modules/win/
H A Dwinsupport.py42 WindowRegionCode = Type("WindowRegionCode", "H")
43 WindowClass = Type("WindowClass", "l")
44 WindowAttributes = Type("WindowAttributes", "l")
45 WindowPositionMethod = Type("WindowPositionMethod", "l")
46 WindowTransitionEffect = Type("WindowTransitionEffect", "l")
47 WindowTransitionAction = Type("WindowTransitionAction", "l")
50 ScrollWindowOptions = Type("ScrollWindowOptions", "l")
51 WindowPartCode = Type("WindowPartCode", "h")
52 WindowDefPartCode = Type("WindowDefPartCode", "h")
53 WindowModality = Type("WindowModalit
[all...]
/external/compiler-rt/lib/ubsan/
H A Dubsan_flags.h25 #define UBSAN_FLAG(Type, Name, DefaultValue, Description) Type Name;
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/staticprovides/
H A DAllStaticModule.java18 import static dagger.Provides.Type.SET;
19 import static dagger.Provides.Type.SET_VALUES;
/external/guice/extensions/multibindings/src/com/google/inject/multibindings/
H A DProvidesIntoOptional.java56 enum Type { enum in interface:ProvidesIntoOptional
65 Type value();
/external/libmojo/ipc/
H A Dipc_message_attachment.h21 enum Type { enum in class:IPC::MessageAttachment
27 virtual Type GetType() const = 0;
/external/llvm/include/llvm/Support/
H A DDebug.h45 bool isCurrentDebugType(const char *Type);
51 void setCurrentDebugType(const char *Type);
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
H A DJitManager.h47 #include "llvm/IR/Type.h"
163 llvm::Type* mInt8Ty;
164 llvm::Type* mInt32Ty;
165 llvm::Type* mInt64Ty;
166 llvm::Type* mFP32Ty;
170 llvm::Type* mSimtFP32Ty;
171 llvm::Type* mSimtInt32Ty;
173 llvm::Type* mSimdVectorInt32Ty;
174 llvm::Type* mSimdVectorTy;
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DDebug.h50 bool isCurrentDebugType(const char *Type);
56 void SetCurrentDebugType(const char *Type);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DDebug.h46 bool isCurrentDebugType(const char *Type);
52 void setCurrentDebugType(const char *Type);
/external/mockito/src/main/java/org/mockito/internal/util/reflection/
H A DGenericMetadataSupport.java28 * <li>A new instance representing the metadata is created using the {@link #inferFrom(Type)} method from a real
52 * @see #inferFrom(Type)
63 protected Map<TypeVariable<?>, Type> contextualActualTypeParameters = new HashMap<TypeVariable<?>, Type>();
68 protected void registerAllTypeVariables(Type classType) {
69 Queue<Type> typesToRegister = new LinkedList<Type>();
70 Set<Type> registeredTypes = new HashSet<Type>();
74 Type typeToRegiste
[all...]
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
H A DX87.cpp90 #define TestFstpSt(Size, MemorySize, Type) \
93 const Type OldValue1 = -1.0f; \
95 const Type OldValue2 = -2.0f; \
97 const Type OldValue3 = -3.0f; \
99 const Type OldValue4 = -4.0f; \
101 const Type OldValue5 = -5.0f; \
103 const Type OldValue6 = -6.0f; \
105 const Type OldValue7 = -7.0f; \
108 constexpr Type NewValue7 = 777.77f; \
110 constexpr Type NewValue
[all...]
/external/caliper/caliper/src/main/java/com/google/caliper/json/
H A DGsonModule.java26 import dagger.Provides.Type;
37 @Provides(type = Type.SET)
42 @Provides(type = Type.SET)
47 @Provides(type = Type.SET)
52 @Provides(type = Type.SET)
62 @Provides(type = Type.SET)
/external/caliper/caliper/src/main/java/com/google/caliper/platform/
H A DPlatform.java35 private final Platform.Type platformType;
37 public Platform(Type platformType) {
84 * <p>This checks to see whether {@link SupportedPlatform} specifies a {@link Type} that
97 Platform.Type[] types = annotation.value();
98 for (Type type : types) {
148 public enum Type { enum in class:Platform
154 Type(String name) { method in class:Platform.Type
/external/compiler-rt/lib/dfsan/
H A Ddfsan_platform.h62 template<typename Mapping, int Type>
64 switch (Type) {
72 template<int Type>
76 return MappingImpl<Mapping39, Type>();
78 return MappingImpl<Mapping42, Type>();
81 return MappingImpl<Mapping, Type>();

Completed in 771 milliseconds

1234567891011>>