Searched defs:getType (Results 251 - 275 of 514) sorted by relevance

<<11121314151617181920>>

/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3commontreeadaptor.c53 static ANTLR3_UINT32 getType (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE t);
120 cta->baseAdaptor.getType = (ANTLR3_UINT32 (*) (pANTLR3_BASE_TREE_ADAPTOR, void *))
121 getType;
358 newToken->setType (newToken, fromToken->getType(fromToken));
438 getType (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE t) function
440 return t->getType(t);
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DDebugTreeAdaptor.java59 return create(payload.getType(), payload.getText());
160 public int getType(Object t) { method in class:DebugTreeAdaptor
161 return adaptor.getType(t);
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DBaseTreeAdaptor.java205 public int getType(Object t) { method in class:BaseTreeAdaptor
206 return ((Tree)t).getType();
H A DTreeAdaptor.java191 public int getType(Object t); method in interface:TreeAdaptor
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DFrame.java391 public String getType() { method in class:Frame.Variable
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DExpandedNameTable.java344 public final short getType(int ExpandedNameID) method in class:ExpandedNameTable
/external/apache-xml/src/main/java/org/apache/xpath/objects/
H A DXNodeSet.java125 public int getType() method in class:XNodeSet
477 int type = obj2.getType();
H A DXString.java70 public int getType() method in class:XString
297 int t = obj2.getType();
/external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/test/
H A DTestContentProvider.java87 public String getType(Uri uri) { method in class:TestContentProvider
128 public int getType(int columnIndex) { method in class:TestContentProvider.ProviderStateCursor
/external/chromium_org/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
H A DMessageHeader.java104 public int getType() { method in class:MessageHeader
142 encoder.encode(getType(), TYPE_OFFSET);
163 return getType() == expectedType && validateHeader(expectedFlags);
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLTexture.cpp192 GLenum WebGLTexture::getType(GLenum target, GLint level) const function in class:blink::WebGLTexture
/external/chromium_org/third_party/icu/source/common/
H A Ddictionarydata.cpp39 int32_t UCharsDictionaryMatcher::getType() const { function in class:UCharsDictionaryMatcher
103 int32_t BytesDictionaryMatcher::getType() const { function in class:BytesDictionaryMatcher
/external/chromium_org/third_party/icu/source/i18n/
H A Djapancal.cpp319 const char *JapaneseCalendar::getType() const function in class:JapaneseCalendar
H A Dpersncal.cpp71 const char *PersianCalendar::getType() const { function in class:PersianCalendar
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_graph.h59 inline Type getType() const { return type; } function in class:nv50_ir::Graph::Edge
96 inline Edge::Type getType() { return e ? e->getType() : Edge::UNKNOWN; } function in class:nv50_ir::Graph::EdgeIterator
221 if (ei.getType() != Edge::BACK)
/external/chromium_org/third_party/skia/gm/
H A Dconvexpolyclip.cpp273 ClipType getType() const { return fClipType; } function in class:skiagm::ConvexPolyClip::Clip
/external/chromium_org/third_party/skia/include/core/
H A DSkRRect.h91 Type getType() const { function in class:SkRRect
101 Type type() const { return this->getType(); }
103 inline bool isEmpty() const { return kEmpty_Type == this->getType(); }
104 inline bool isRect() const { return kRect_Type == this->getType(); }
105 inline bool isOval() const { return kOval_Type == this->getType(); }
106 inline bool isSimple() const { return kSimple_Type == this->getType(); }
110 inline bool isNinePatch() const { return kNinePatch_Type == this->getType(); }
111 inline bool isComplex() const { return kComplex_Type == this->getType(); }
/external/chromium_org/third_party/skia/include/gpu/
H A DGrShaderVar.h206 GrSLType getType() const { return fType; } function in class:GrShaderVar
/external/clang/include/clang/Basic/
H A DVirtualFileSystem.h59 llvm::sys::fs::file_type getType() const { return Type; } function in class:clang::vfs::Status
/external/clang/include/clang/Driver/
H A DAction.h88 types::ID getType() const { return Type; } function in class:clang::driver::Action
/external/compiler-rt/lib/ubsan/
H A Dubsan_value.h160 CHECK(getType().isIntegerTy());
162 const unsigned Bits = getType().getIntegerBitWidth();
168 CHECK(getType().isFloatTy());
170 const unsigned Bits = getType().getFloatBitWidth();
177 const TypeDescriptor &getType() const { return Type; } function in class:__ubsan::Value
190 return getType().isSignedIntegerTy() && getSIntValue() == -1;
195 return getType().isSignedIntegerTy() && getSIntValue() < 0;
/external/deqp/framework/platform/win32/
H A DtcuWin32GLES3Platform.cpp64 glu::ContextType getType (void) const { return glu::CONTEXTTYPE_ES3; } function in class:tcu::Win32GLES3Context
/external/deqp/framework/randomshaders/
H A DrsgShader.hpp71 ConstValueRangeAccess getValueRange (void) const { return ConstValueRangeAccess(m_variable->getType(), &m_min[0], &m_max[0]); }
72 ValueRangeAccess getValueRange (void) { return ValueRangeAccess(m_variable->getType(), &m_min[0], &m_max[0]); }
94 Type getType (void) const { return m_type; } function in class:rsg::Shader
H A DrsgVariableType.hpp123 const VariableType& getType (void) const { return *m_type; } function in class:rsg::VariableType::Member
/external/deqp/modules/gles31/functional/
H A Des31fSSBOLayoutCase.hpp72 const glu::VarType& getType (void) const { return m_type; } function in class:deqp::gles31::bb::BufferVar

Completed in 624 milliseconds

<<11121314151617181920>>