Home
last modified time | relevance | path

Searched defs:setType (Results 1 – 25 of 89) sorted by relevance

1234

/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
DBiquadFilterNode.cpp66 void BiquadFilterNode::setType(const String& type) in setType() function in blink::BiquadFilterNode
86 bool BiquadFilterNode::setType(unsigned type) in setType() function in blink::BiquadFilterNode
DOscillatorNode.cpp103 void OscillatorNode::setType(const String& type) in setType() function in blink::OscillatorNode
115 bool OscillatorNode::setType(unsigned type) in setType() function in blink::OscillatorNode
DBiquadProcessor.cpp121 void BiquadProcessor::setType(FilterType type) in setType() function in blink::BiquadProcessor
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebRTCSessionDescription.cpp46 void setType(const WebString& type) { m_type = type; } in setType() function in blink::FINAL
90 void WebRTCSessionDescription::setType(const WebString& type) in setType() function in blink::WebRTCSessionDescription
/external/skia/src/animator/
DSkTypedArray.h23 void setType(SkDisplayTypes type) { in setType() function
DSkOpArray.h22 void setType(SkOperand2::OpType type) { in setType() function
/external/chromium_org/third_party/skia/src/animator/
DSkTypedArray.h23 void setType(SkDisplayTypes type) { in setType() function
DSkOpArray.h22 void setType(SkOperand2::OpType type) { in setType() function
/external/skia/src/gpu/gl/debug/
DGrShaderObj.h24 void setType(GrGLenum type) { fType = type; } in setType() function
/external/chromium_org/third_party/skia/src/gpu/gl/debug/
DGrShaderObj.h24 void setType(GrGLenum type) { fType = type; } in setType() function
/external/javassist/src/main/javassist/bytecode/stackmap/
DTypeData.java42 static void setType(TypeData td, String className, ClassPool cp) throws BadBytecode { in setType() method in TypeData
69 protected abstract void setType(String s, ClassPool cp) throws BadBytecode; in setType() method in TypeData
115 protected void setType(String s, ClassPool cp) throws BadBytecode { in setType() method in TypeData.BasicType
202 protected void setType(String typeName, ClassPool cp) throws BadBytecode { in setType() method in TypeData.TypeName
402 protected void setType(String typeName, ClassPool cp) throws BadBytecode { in setType() method in TypeData.ArrayElement
480 protected void setType(String typeName, ClassPool cp) throws BadBytecode { in setType() method in TypeData.UninitData
/external/nist-sip/java/gov/nist/javax/sip/header/
DMediaRange.java92 public void setType(String t) { in setType() method in MediaRange
/external/smack/src/org/jivesoftware/smackx/workgroup/settings/
DChatSetting.java53 public void setType(int type) { in setType() method in ChatSetting
/external/chromium_org/third_party/angle/src/compiler/translator/
DLoopInfo.h25 void setType(TBasicType type) { mType = type; } in setType() function
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowSurfaceView.java27 @Override public void setType(int i) { in getHolder() method in ShadowSurfaceView
/external/smack/src/org/jivesoftware/smackx/workgroup/ext/macros/
DMacro.java64 public void setType(int type) { in setType() method in Macro
/external/javassist/src/main/javassist/compiler/
DJvstTypeChecker.java257 public void setType(CtClass type) throws CompileError { in setType() method in JvstTypeChecker
261 private void setType(CtClass type, int dim) throws CompileError { in setType() method in JvstTypeChecker
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
DRTCSessionDescription.cpp80 void RTCSessionDescription::setType(const String& type, ExceptionState& exceptionState) in setType() function in blink::RTCSessionDescription
/external/javassist/src/main/javassist/bytecode/annotation/
DEnumMemberValue.java90 public void setType(String typename) { in setType() method in EnumMemberValue
/external/antlr/antlr-3.4/runtime/Python/antlr3/
Dtokens.py66 def setType(self, ttype): member in Token
244 def setType(self, ttype): member in CommonToken
353 def setType(self, ttype): member in ClassicToken
/external/chromium_org/third_party/icu/source/i18n/
Dnfrule.h57 void setType(ERuleType ruleType) { baseValue = (int32_t)ruleType; } in setType() function
/external/icu/icu4c/source/i18n/
Dnfrule.h57 void setType(ERuleType ruleType) { baseValue = (int32_t)ruleType; } in setType() function
/external/smack/src/org/jivesoftware/smack/packet/
DIQ.java68 public void setType(Type type) { in setType() method in IQ
/external/chromium_org/third_party/WebKit/Source/platform/
DContextMenuItem.cpp78 void ContextMenuItem::setType(ContextMenuItemType type) in setType() function in blink::ContextMenuItem
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
DCommonToken.js88 setType: function(type) { method

1234