Searched defs:getType (Results 1 - 25 of 514) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DAttributesImpl.java167 * @see org.xml.sax.Attributes#getType(int) method in class:AttributesImpl
169 public String getType (int index)
248 * @see org.xml.sax.Attributes#getType(java.lang.String,java.lang.String) method in class:AttributesImpl
250 public String getType (String uri, String localName)
268 * @see org.xml.sax.Attributes#getType(java.lang.String) method in class:AttributesImpl
270 public String getType (String qName)
366 data[i*5+3] = atts.getType(i);
/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/svox/pico/src/com/svox/pico/providers/
H A DSettingsProvider.java66 public String getType(Uri uri) { method in class:SettingsProvider
/external/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...]
H A DSkDisplayable.cpp71 SkDisplayTypes type = getType();
103 elementType = dispArray->values.getType();
146 SkDisplayTypes type = getType();
193 elementType = dispArray->values.getType();
242 SkDisplayTypes type = getType();
284 SkDisplayTypes type = getType();
406 temp.fType = values->getType();
410 executeFunction(target, info->functionIndex(), typedValues, info->getType(), value);
472 SkDisplayTypes SkDisplayable::getType() const { function in class:SkDisplayable
514 scriptValue.fType = displayable->getType();
[all...]
H A DSkDrawExtraPathEffect.cpp120 if (fDraw->addMatrix->getType() == SkType_Matrix)
265 if (fDraw->matrix->getType() == SkType_Matrix)
480 virtual SkDisplayTypes getType(const char name[], size_t len ) { function in class:SkExtraPathEffects
H A DSkMemberInfo.h61 SkDisplayTypes getType() const { function in struct:SkMemberInfo
163 virtual SkDisplayTypes getType() const { return SkType_##_type; } \
172 virtual SkDisplayTypes getType() const { return SkType_##_type; } \
181 virtual SkDisplayTypes getType() const { return SkType_##_type; } \
186 virtual SkDisplayTypes getType() const { return SkType_##_type; }
195 virtual SkDisplayTypes getType() const { return fType; } \
230 virtual SkDisplayTypes getType() const { return SkType_##_type; } \
239 virtual SkDisplayTypes getType() const { return SkType_##_type; } \
248 virtual SkDisplayTypes getType() const { return SkType_##_type; } \
258 virtual SkDisplayTypes getType() cons
[all...]
H A DSkOpArray.h21 SkOperand2::OpType getType() { return fType; } function in class:SkOpArray
H A DSkScriptCallBack.h30 virtual Type getType() const = 0;
41 virtual Type getType() const { return kFunction; } function in class:SkScriptCallBackFunction
48 virtual Type getType() const { return kMember; } function in class:SkScriptCallBackMember
56 virtual Type getType() const { return kMemberFunction; } function in class:SkScriptCallBackMemberFunction
64 virtual Type getType() const { return kProperty; } function in class:SkScriptCallBackProperty
H A DSkTypedArray.h21 SkDisplayTypes getType() { return fType; } function in class:SkTypedArray
/external/skia/src/gpu/gl/
H A DGrGLShaderVar.h227 GrSLType getType() const { return fType; } function in class:GrGLShaderVar
271 GrSLType effectiveType = this->getType();
/external/skia/src/gpu/gl/debug/
H A DGrShaderObj.h25 GrGLenum getType() { return fType; } function in class:GrShaderObj
/external/skia/src/utils/debugger/
H A DSkDrawCommand.h70 DrawType getType() { return fDrawType; }; function in class:SkDrawCommand
/external/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/skia/src/xml/
H A DSkDOM.cpp108 SkDOM::Type SkDOM::getType(const Node* node) const function in class:SkDOM
/external/smack/asmack-master/lib/
H A Djstun.jarMETA-INF/ META-INF/MANIFEST.MF de/ de/javawi/ de/javawi/jstun/ de/javawi/jstun/attribute/ ...
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/smack/src/org/jivesoftware/smack/
H A DRosterEntry.java135 public RosterPacket.ItemType getType() { method in class:RosterEntry
235 item.setItemType(entry.getType());
H A DServerTrustManager.java70 trustStore = KeyStore.getInstance(options.getType());
282 public String getType() { method in class:ServerTrustManager.KeyStoreOptions
/external/smack/src/org/jivesoftware/smack/packet/
H A DIQ.java52 type = iq.getType();
59 public Type getType() { method in class:IQ
93 buf.append("type=\"").append(getType()).append("\">");
136 if (!(request.getType() == Type.GET || request.getType() == Type.SET)) {
171 if (!(request.getType() == Type.GET || request.getType() == Type.SET)) {
H A DMessage.java92 public Type getType() { method in class:Message
H A DPresence.java95 * equivalent to <tt>getType() == Presence.Type.available</tt>. Note that even
125 public Type getType() { method in class:Presence
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

Completed in 1660 milliseconds

1234567891011>>