Searched defs:getType (Results 301 - 325 of 514) sorted by relevance

<<11121314151617181920>>

/external/smack/src/org/jivesoftware/smack/packet/
H A DMessage.java92 public Type getType() { method in class:Message
H A DPrivacyItem.java216 public Type getType() { method in class:PrivacyItem
220 return this.getRule().getType();
279 if (getType() != null) {
280 buf.append(" type=\"").append(getType()).append("\"");
356 public Type getType() { method in class:PrivacyItem.PrivacyRule
440 return this.getType() == Type.subscription;
H A DXMPPError.java155 this.type = defaultErrorSpecification.getType();
173 public Type getType() { method in class:XMPPError
440 protected Type getType() { method in class:XMPPError.ErrorSpecification
/external/smack/src/org/jivesoftware/smackx/
H A DFormField.java141 public String getType() { method in class:FormField
279 if (getType() != null) {
280 buf.append(" type=\"").append(getType()).append("\"");
/external/smack/src/org/jivesoftware/smackx/packet/
H A DDiscoverInfo.java322 public String getType() { method in class:DiscoverInfo.Identity
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
H A DDexBackedDexFile.java228 public String getType(int typeIndex) { method in class:DexBackedDexFile
239 return getType(typeIndex);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
H A DClassSection.java53 @Nonnull TypeKey getType(@Nonnull ClassKey key); method in interface:ClassSection
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
H A DSAX1ParserAdapter.java212 public String getType(int i) method in class:SAX1ParserAdapter.AttributesWrapper
214 return attrs.getType(i);
217 public String getType(String name) method in class:SAX1ParserAdapter.AttributesWrapper
219 return attrs.getType(name);
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DRemoteDebugEventSocketListener.java83 public int getType() { method in class:RemoteDebugEventSocketListener.ProxyToken
151 public int getType() { return type; } method in class:RemoteDebugEventSocketListener.ProxyTree
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DXSLTElementDef.java350 int getType() method in class:XSLTElementDef
/external/apache-xml/src/main/java/org/apache/xpath/objects/
H A DXObject.java212 public int getType() method in class:XObject
546 if (obj2.getType() == XObject.CLASS_NODESET)
570 if (obj2.getType() == XObject.CLASS_NODESET)
594 if (obj2.getType() == XObject.CLASS_NODESET)
618 if (obj2.getType() == XObject.CLASS_NODESET)
639 if (obj2.getType() == XObject.CLASS_NODESET)
668 if (obj2.getType() == XObject.CLASS_NODESET)
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/bc/
H A DBcKeyStoreSpi.java189 int getType() method in class:BcKeyStoreSpi.StoreEntry
343 dOut.writeUTF(cert.getType());
518 if (entry.getType() == CERTIFICATE)
599 if (entry == null || entry.getType() == CERTIFICATE)
612 if (entry != null && entry.getType() == CERTIFICATE)
625 if (entry != null && entry.getType() != CERTIFICATE)
640 if (entry != null && entry.getType() != CERTIFICATE)
745 dOut.write(entry.getType());
763 switch (entry.getType())
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/omnibox/
H A DOmniboxSuggestion.java118 public Type getType() { method in class:OmniboxSuggestion
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dmessagepattern.h628 * Convenience method for getPart(i).getType().
690 * @return The first i>start where getPart(i).getType()==ARG|MSG_LIMIT at the same nesting level,
722 UMessagePatternPartType getType() const { function in class:MessagePattern::Part
772 UMessagePatternPartType type=getType();
/external/chromium_org/third_party/icu/source/i18n/
H A Dhebrwcal.cpp165 const char *HebrewCalendar::getType() const { function in class:HebrewCalendar
H A Dindiancal.cpp53 const char *IndianCalendar::getType() const { function in class:IndianCalendar
H A Dislamcal.cpp173 const char *IslamicCalendar::getType() const { function in class:IslamicCalendar
/external/chromium_org/third_party/skia/include/core/
H A DSkClipStack.h79 Type getType() const { return fType; } function in class:SkClipStack::Element
84 //!< Call if getType() is kPath to get the path.
87 //!< Call if getType() is kRRect to get the round-rect.
90 //!< Call if getType() is kRect to get the rect.
96 //!< Call if getType() is not kEmpty to get the set operation used to combine this element.
102 /** If getType() is not kEmpty this indicates whether the clip shape should be anti-aliased
244 SkRRect::Type type = rrect.getType();
/external/chromium_org/third_party/skia/src/animator/
H A DSkAnimatorScript2.cpp93 virtual Type getType() const { function in class:SkAnimatorScript_Box
210 ref->fType = SkAnimatorScript2::ToOpType(info->getType());
240 ref->fType = SkAnimatorScript2::ToOpType(info->getType());
255 displayable->executeFunction2(displayable, info->functionIndex(), params, info->getType(),
309 switch (displayable->getType()) {
312 operand->fArray = new SkOpArray(SkAnimatorScript2::ToOpType(boxedValue->values.getType()));
346 switch (displayable->getType()) {
359 virtual Type getType() const { function in class:SkAnimatorScript_Unbox
401 SkDisplayTypes type = original = (SkDisplayTypes) info->getType();
429 if (displayable->getType()
[all...]
/external/chromium_org/third_party/skia/src/views/
H A DSkEvent.cpp62 void SkEvent::getType(SkString* str) const function in class:SkEvent
188 this->getType(&etype);
449 SkDebugf("dequeue-delay %s (%d)", evt->getType(), gDelayDepth);
/external/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp307 QualType SymbolConjured::getType() const { function in class:SymbolConjured
311 QualType SymbolDerived::getType() const { function in class:SymbolDerived
315 QualType SymbolExtent::getType() const { function in class:SymbolExtent
320 QualType SymbolMetadata::getType() const { function in class:SymbolMetadata
324 QualType SymbolRegionValue::getType() const { function in class:SymbolRegionValue
/external/deqp/framework/common/
H A DtcuThreadUtil.hpp74 const char* getType (void) const { return m_type; } function in class:tcu::ThreadUtil::Object
/external/deqp/framework/opengl/
H A DgluShaderProgram.hpp84 glu::ShaderType getType (void) const { return getInfo().type; } function in class:glu::Shader
H A DgluVarTypeUtil.hpp143 VarType getType (void) const { return getVarType(m_type, m_path); } function in class:glu::SubTypeAccess
173 VarType getType (void) const { return getVarType(*m_type, m_path.begin(), m_path.end()); } function in class:glu::SubTypeIterator
176 VarType operator* (void) const { return getType(); }
326 curType = &curType->getStructPtr()->getMember(pathIter->index).getType();
385 curType = &curType->getStructPtr()->getMember(pathIter->index).getType();
/external/deqp/framework/randomshaders/
H A DrsgVariableValue.hpp79 const VariableType& getType (void) const { return m_type; } function in class:rsg::StridedValueRead
94 const VariableType& getType (void) const { return *m_type; } function in class:rsg::ConstStridedValueAccess
97 ConstStridedValueAccess component (int compNdx) const { return ConstStridedValueAccess(getType().getElementType(), m_value + Stride*compNdx); }
98 ConstStridedValueAccess arrayElement (int elementNdx) const { return ConstStridedValueAccess(getType().getElementType(), m_value + Stride*getType().getElementScalarOffset(elementNdx)); }
99 ConstStridedValueAccess member (int memberNdx) const { return ConstStridedValueAccess(getType().getMembers()[memberNdx].getType(), m_value + Stride*getType().getMemberScalarOffset(memberNdx)); }
115 StridedValueRead<Stride> value (void) const { return StridedValueRead<Stride>(getType(), m_value); }
130 StridedValueAccess component (int compNdx) { return StridedValueAccess(this->getType()
203 const VariableType& getType (void) const { return *m_type; } function in class:rsg::ConstValueRangeAccess
280 const VariableType& getType (void) const { return m_type; } function in class:rsg::ValueRange
359 const VariableType& getType (void) const { return m_variable->getType(); } function in class:rsg::VariableValue
[all...]

Completed in 4897 milliseconds

<<11121314151617181920>>