Searched defs:Type (Results 51 - 75 of 548) sorted by relevance

1234567891011>>

/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfMarkedContentReferenceDictionary_autogen.cpp11 SkString SkPdfMarkedContentReferenceDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfMarkedContentReferenceDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
H A DSkPdfOutlineDictionary_autogen.cpp11 SkString SkPdfOutlineDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfOutlineDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
H A DSkPdfPageLabelDictionary_autogen.cpp11 SkString SkPdfPageLabelDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfPageLabelDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
H A DSkPdfPageTreeNodeDictionary_autogen.cpp11 SkString SkPdfPageTreeNodeDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfPageTreeNodeDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
H A DSkPdfSoftMaskDictionary_autogen.cpp11 SkString SkPdfSoftMaskDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfSoftMaskDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
H A DSkPdfTransitionDictionary_autogen.cpp11 SkString SkPdfTransitionDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfTransitionDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
H A DSkPdfType2PatternDictionary_autogen.cpp11 int64_t SkPdfType2PatternDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfType2PatternDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
H A DSkPdfType5HalftoneDictionary_autogen.cpp11 SkString SkPdfType5HalftoneDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfType5HalftoneDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
H A DSkPdfCMapDictionary_autogen.cpp11 SkString SkPdfCMapDictionary::Type(SkPdfNativeDoc* doc) { function in class:SkPdfCMapDictionary
12 SkPdfNativeObject* ret = get("Type", "");
20 return get("Type", "") != NULL;
/external/skia/include/core/
H A DSkDrawFilter.h28 enum Type { enum in class:SkDrawFilter
49 virtual bool filter(SkPaint*, Type) = 0;
/external/webrtc/src/system_wrappers/interface/
H A Dsort.h21 enum Type enum in namespace:webrtc
42 WebRtc_Word32 Sort(void* data, WebRtc_UWord32 numOfElements, Type dataType);
61 WebRtc_UWord32 sizeOfElement, Type keyType);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DClassicToken.cs60 type = oldToken.Type;
87 public int Type { property in class:Antlr.Runtime.ClassicToken
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DParseTree.cs76 public override int Type { property in class:Antlr.Runtime.Tree.ParseTree
92 if (t.Type == TokenTypes.EndOfFile) {
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DClassicToken.cs64 type = oldToken.Type;
96 public int Type property in class:Antlr.Runtime.ClassicToken
/external/clang/lib/AST/
H A DInheritViz.cpp44 void WriteGraph(QualType Type) { argument
45 Out << "digraph \"" << llvm::DOT::EscapeString(Type.getAsString())
47 WriteNode(Type, false);
54 void WriteNode(QualType Type, bool FromVirtual);
59 raw_ostream& WriteNodeReference(QualType Type, bool FromVirtual);
63 void InheritanceHierarchyWriter::WriteNode(QualType Type, bool FromVirtual) { argument
64 QualType CanonType = Context.getCanonicalType(Type);
77 WriteNodeReference(Type, FromVirtual);
80 std::string TypeName = Type.getAsString();
95 = static_cast<const CXXRecordDecl *>(Type
125 WriteNodeReference(QualType Type, bool FromVirtual) argument
[all...]
/external/clang/test/Parser/
H A Dms-if-exists.cpp5 typedef int Type; typedef in class:MayExist
10 __if_exists(MayExist::Type) {
17 __if_not_exists(MayExist::Type) {
27 __if_exists(MayExist::Type) {
36 __if_exists(MayExist::Type) {
44 __if_not_exists(MayExist::Type) {
56 __if_exists(MayExist::Type) {2, }
74 __if_not_exists(MayExist::Type) { this will not compile }
82 __if_exists(MayExist::Type) {
94 __if_not_exists(MayExist::Type) {
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_atomic_clang.h47 INLINE typename T::Type atomic_fetch_add(volatile T *a,
48 typename T::Type v, memory_order mo) {
55 INLINE typename T::Type atomic_fetch_sub(volatile T *a,
56 typename T::Type v, memory_order mo) {
63 INLINE typename T::Type atomic_exchange(volatile T *a,
64 typename T::Type v, memory_order mo) {
76 typename T::Type *cmp,
77 typename T::Type xchg,
79 typedef typename T::Type Type; typedef
[all...]
/external/deqp/framework/referencerenderer/
H A DrrPrimitiveTypes.hpp53 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_TRIANGLES> { typedef pa::Triangle Type; typedef pa::Triangle BaseType; typedef pa::Triangles Assembler; }; typedef in struct:rr::PrimitiveTypeTraits
54 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_TRIANGLE_STRIP> { typedef pa::Triangle Type; typedef pa::Triangle BaseType; typedef pa::TriangleStrip Assembler; }; typedef in struct:rr::PrimitiveTypeTraits
55 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_TRIANGLE_FAN> { typedef pa::Triangle Type; typedef pa::Triangle BaseType; typedef pa::TriangleFan Assembler; }; typedef in struct:rr::PrimitiveTypeTraits
56 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_LINES> { typedef pa::Line Type; typedef pa::Line BaseType; typedef pa::Lines Assembler; }; typedef in struct:rr::PrimitiveTypeTraits
57 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_LINE_STRIP> { typedef pa::Line Type; typedef pa::Line BaseType; typedef pa::LineStrip Assembler; }; typedef in struct:rr::PrimitiveTypeTraits
58 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_LINE_LOOP> { typedef pa::Line Type; typedef pa::Line BaseType; typedef pa::LineLoop Assembler; }; typedef in struct:rr::PrimitiveTypeTraits
59 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_POINTS> { typedef pa::Point Type; typedef pa::Point BaseType; typedef pa::Points Assembler; }; typedef in struct:rr::PrimitiveTypeTraits
60 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_LINES_ADJACENCY> { typedef pa::LineAdjacency Type; typedef pa::Line BaseType; typedef pa::LinesAdjacency Assembler; }; typedef in struct:rr::PrimitiveTypeTraits
61 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_LINE_STRIP_ADJACENCY> { typedef pa::LineAdjacency Type; typedef pa::Line BaseType; typedef pa::LineStripAdjacency Assembler; }; typedef in struct:rr::PrimitiveTypeTraits
62 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_TRIANGLES_ADJACENCY> { typedef pa::TriangleAdjacency Type; typede typedef in struct:rr::PrimitiveTypeTraits
63 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_TRIANGLE_STRIP_ADJACENCY> { typedef pa::TriangleAdjacency Type; typedef pa::Triangle BaseType; typedef pa::TriangleStripAdjacency Assembler; }; typedef in struct:rr::PrimitiveTypeTraits
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDisplayContext.java25 STANDARD_NAMES(Type.DIALECT_HANDLING, 0),
32 DIALECT_NAMES(Type.DIALECT_HANDLING, 1),
42 CAPITALIZATION_NONE(Type.CAPITALIZATION, 0),
49 CAPITALIZATION_FOR_MIDDLE_OF_SENTENCE(Type.CAPITALIZATION, 1),
56 CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE(Type.CAPITALIZATION, 2),
63 CAPITALIZATION_FOR_UI_LIST_OR_MENU(Type.CAPITALIZATION, 3),
71 CAPITALIZATION_FOR_STANDALONE(Type.CAPITALIZATION, 4),
83 LENGTH_FULL(Type.DISPLAY_LENGTH, 0),
91 LENGTH_SHORT(Type.DISPLAY_LENGTH, 1);
94 * Type value
97 public enum Type { enum in class:DisplayContext
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/effect/
H A DParticleMesh.java49 * Type of particle mesh
51 public enum Type { enum in class:ParticleMesh
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/
H A DEndpointEvent.java45 public enum Type { ADD, REMOVE }; enum in class:EndpointEvent
49 private Type type;
51 public EndpointEvent( Kernel source, Endpoint p, Type type )
60 return new EndpointEvent( source, p, Type.ADD );
65 return new EndpointEvent( source, p, Type.REMOVE );
78 public Type getType()
/external/llvm/lib/Object/
H A DObjectFile.cpp28 ObjectFile::ObjectFile(unsigned int Type, MemoryBufferRef Source) argument
29 : SymbolicFile(Type, Source) {}
51 ObjectFile::createObjectFile(MemoryBufferRef Object, sys::fs::file_magic Type) { argument
53 if (Type == sys::fs::file_magic::unknown)
54 Type = sys::fs::identify_magic(Data);
56 switch (Type) {
86 llvm_unreachable("Unexpected Object File Type");
/external/llvm/lib/Support/
H A DDebug.cpp65 void setCurrentDebugType(const char *Type) { argument
67 CurrentDebugType->push_back(Type);
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp41 unsigned Type) const override;
53 unsigned Type) const {
57 switch (Type) {
81 unsigned Type = 0; local
91 Type = ELF::R_ARM_REL32;
96 Type = ELF::R_ARM_TLS_IE32;
99 Type = ELF::R_ARM_GOT_PREL;
107 Type = ELF::R_ARM_CALL;
110 Type = ELF::R_ARM_TLS_CALL;
113 Type
[all...]
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFObjectWriter.cpp32 unsigned Type) const override;
75 unsigned Type; local
85 Type = ELF::R_PPC_REL24;
88 Type = ELF::R_PPC_PLTREL24;
91 Type = ELF::R_PPC_LOCAL24PC;
97 Type = ELF::R_PPC_REL14;
103 Type = ELF::R_PPC_REL16;
106 Type = ELF::R_PPC_REL16_LO;
109 Type = ELF::R_PPC_REL16_HI;
112 Type
[all...]

Completed in 1064 milliseconds

1234567891011>>