Searched defs:setType (Results 26 - 50 of 87) sorted by relevance

1234

/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DAttributesImpl.java536 public void setType (int index, String type)
533 public void setType (int index, String type) method in class:AttributesImpl
/external/webkit/Source/WebCore/html/
H A DDataGridColumn.h54 void setType(const AtomicString& type) { m_type = type; columnChanged(); } function in class:WebCore::DataGridColumn
/external/webkit/Source/WebCore/platform/graphics/filters/
H A DFEColorMatrix.cpp55 bool FEColorMatrix::setType(ColorMatrixType type) function in class:WebCore::FEColorMatrix
H A DFETurbulence.cpp73 bool FETurbulence::setType(TurbulenceType type) function in class:WebCore::FETurbulence
/external/webkit/Source/WebCore/webaudio/
H A DAudioNode.cpp76 void AudioNode::setType(NodeType type) function in class:WebCore::AudioNode
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3basetreeadaptor.h102 void (*setType) (struct ANTLR3_BASE_TREE_ADAPTOR_struct * adaptor, void * t, ANTLR3_UINT32 type); member in struct:ANTLR3_BASE_TREE_ADAPTOR_struct
H A Dantlr3commontoken.h250 void (*setType)(struct ANTLR3_COMMON_TOKEN_struct * token, ANTLR3_UINT32 ttype); member in struct:ANTLR3_COMMON_TOKEN_struct
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3basetreeadaptor.c65 static void setType (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE t, ANTLR3_UINT32 type);
134 adaptor->setType = (void (*)(pANTLR3_BASE_TREE_ADAPTOR, void *, ANTLR3_UINT32))
135 setType;
768 fromToken->setType(fromToken, tokenType);
795 fromToken->setType(fromToken, tokenType);
853 setType (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE t, ANTLR3_UINT32 type) function
855 ANTLR3_FPRINTF(stderr, "Internal error - implementor of superclass containing ANTLR3_TREE_ADAPTOR did not implement setType()\n");
H A Dantlr3commontoken.c44 static void setType (pANTLR3_COMMON_TOKEN token, ANTLR3_UINT32 type);
83 token->setType(token, ttype);
332 token->setType = setType;
469 static void setType (pANTLR3_COMMON_TOKEN token, ANTLR3_UINT32 type) function
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DDebugTreeAdaptor.java164 public void setType(Object t, int type) { method in class:DebugTreeAdaptor
165 adaptor.setType(t, type);
H A DRemoteDebugEventSocketListener.java86 public void setType(int ttype) { method in class:RemoteDebugEventSocketListener.ProxyToken
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DBaseTreeAdaptor.java184 //((ClassicToken)fromToken).setType(tokenType);
185 fromToken.setType(tokenType);
193 fromToken.setType(tokenType);
209 public void setType(Object t, int type) { method in class:BaseTreeAdaptor
H A DTreeAdaptor.java194 public void setType(Object t, int type); method in interface:TreeAdaptor
/external/javassist/src/main/javassist/bytecode/stackmap/
H A DTypeData.java42 static void setType(TypeData td, String className, ClassPool cp) throws BadBytecode { method in class:TypeData
46 td.setType(className, cp);
69 protected abstract void setType(String s, ClassPool cp) throws BadBytecode; method in class:TypeData
115 protected void setType(String s, ClassPool cp) throws BadBytecode { method in class:TypeData.BasicType
202 protected void setType(String typeName, ClassPool cp) throws BadBytecode { method in class:TypeData.TypeName
402 protected void setType(String typeName, ClassPool cp) throws BadBytecode { method in class:TypeData.ArrayElement
403 super.setType(typeName, cp);
404 array.setType(getArrayType(typeName), cp);
480 protected void setType(String typeName, ClassPool cp) throws BadBytecode { method in class:TypeData.UninitData
/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DSpline.java343 public void setType(SplineType type) { method in class:Spline
/external/skia/src/gpu/gl/
H A DGrGLShaderVar.h186 void setType(Type type) { fType = type; } function in class:GrGLShaderVar
/external/webkit/Source/WebCore/svg/
H A DSVGScriptElement.cpp54 setType(attr->value());
157 void SVGScriptElement::setType(const String& type) function in class:WebCore::SVGScriptElement
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DXSLTElementDef.java360 void setType(int t) method in class:XSLTElementDef
/external/skia/src/views/
H A DSkEvent.cpp15 setType(type, typeLen);
34 setType(src.fType);
94 void SkEvent::setType(const char type[], size_t typeLen) function in class:SkEvent
115 void SkEvent::setType(const SkString& type) function in class:SkEvent
117 setType(type.c_str());
128 this->setType(name);
/external/webkit/Source/WebCore/platform/android/
H A DTemporaryLinkStubs.cpp225 void ContextMenuItem::setType(ContextMenuItemType) function in class:ContextMenuItem
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Ddebug.py313 def setType(self, t, type): member in class:DebugTreeAdaptor
314 self.adaptor.setType(t, type)
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammarAST.java267 public void setType(int type) { method in class:GrammarAST
268 token.setType(type);
/external/javassist/src/main/javassist/
H A DCtField.java353 public void setType(CtClass clazz) { method in class:CtField
/external/javassist/src/main/javassist/compiler/
H A DJvstCodeGen.java348 setType(p);
385 setType(p);
557 setType(cc);
661 setType(type);
665 setType(type);
672 public void setType(CtClass type) throws CompileError { method in class:JvstCodeGen
673 setType(type, 0);
676 private void setType(CtClass type, int dim) throws CompileError { method in class:JvstCodeGen
685 setType(type.getComponentType(), dim + 1);
/external/llvm/lib/Analysis/
H A DPathNumbering.cpp183 void BallLarusEdge::setType(EdgeType type) { function in class:BallLarusEdge
284 exitEdge->setType(BallLarusEdge::SPLITEDGE_PHONY);
302 rootEdge->setType(BallLarusEdge::SPLITEDGE_PHONY);
306 (*succ)->setType(BallLarusEdge::SPLITEDGE);
382 callEdge->setType(BallLarusEdge::CALLEDGE_PHONY);
511 childEdge->setType(BallLarusEdge::BACKEDGE);
517 childEdge->getPhonyRoot()->setType(BallLarusEdge::BACKEDGE_PHONY);
520 childEdge->getPhonyExit()->setType(BallLarusEdge::BACKEDGE_PHONY);

Completed in 416 milliseconds

1234