Searched defs:setType (Results 51 - 75 of 131) sorted by relevance

123456

/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFETurbulence.cpp74 bool FETurbulence::setType(TurbulenceType type) function in class:blink::FETurbulence
/external/chromium_org/third_party/skia/include/gpu/
H A DGrShaderVar.h210 void setType(GrSLType type) { fType = type; } function in class:GrShaderVar
/external/clang/include/clang/Basic/
H A DVirtualFileSystem.h66 void setType(llvm::sys::fs::file_type v) { Type = v; } function in class:clang::vfs::Status
/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/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DCameraTest.java284 public void setType(int type) { method in class:CameraTest.TestSurfaceHolder
/external/smack/src/org/jivesoftware/smack/packet/
H A DMessage.java102 public void setType(Type type) { method in class:Message
H A DPrivacyItem.java346 rule.setType(Type.valueOf(value.toLowerCase()));
365 private void setType(Type type) { method in class:PrivacyItem.PrivacyRule
/external/smack/src/org/jivesoftware/smackx/
H A DFormField.java220 public void setType(String type) { method in class:FormField
/external/smack/src/org/jivesoftware/smackx/packet/
H A DDiscoverInfo.java333 public void setType(String type) { method in class:DiscoverInfo.Identity
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DRemoteDebugEventSocketListener.java86 public void setType(int ttype) { method in class:RemoteDebugEventSocketListener.ProxyToken
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DXSLTElementDef.java360 void setType(int t) method in class:XSLTElementDef
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DEvent.h113 void setType(const AtomicString& type) { m_type = type; } function in class:blink::Event
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DNetworkResourcesData.h108 void setType(InspectorPageAgent::ResourceType type) { m_type = type; } function in class:blink::NetworkResourcesData::ResourceData
/external/chromium_org/third_party/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);
H A DSkView.cpp351 void SkView::Click::setType(const char type[]) function in class:SkView::Click
/external/skia/src/gpu/gl/
H A DGrGLShaderVar.h231 void setType(GrSLType type) { fType = type; } function in class:GrGLShaderVar
/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/smack/src/org/apache/harmony/javax/security/auth/
H A DSubject.java523 * Compatibility issue: see comments for setType variable
546 private int setType; field in class:Subject.SecureSet
716 switch (setType) {
743 setType = SET_PrivCred;
745 setType = SET_Principal;
747 setType = SET_PubCred;
/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/clang/include/clang/AST/
H A DDecl.h480 void setType(QualType newType) { DeclType = newType; } function in class:clang::ValueDecl
/external/doclava/src/com/google/doclava/
H A DPageMetadata.java148 pageMeta.setType(getStringValueNormalized(hdf, "page.type"));
504 Node tnode = new Node.Builder().setChildren(mtaglist).setType(nodeTags).build();
607 public Builder setType(String mType) {this.mType = mType; return this;} method in class:PageMetadata.Node.Builder
854 public void setType(String type) { method in class:PageMetadata.Node
H A DSampleCode.java596 public Builder setType(String mType) { this.mType = mType; return this;} method in class:SampleCode.Node.Builder
729 public void setType(String type) { method in class:SampleCode.Node
/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);

Completed in 985 milliseconds

123456