Home
last modified time | relevance | path

Searched defs:subType (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/animation/
DTimingFunction.h105 static CubicBezierTimingFunction* preset(SubType subType) in preset()
145 SubType subType() const { return m_subType; } in subType() function
148 explicit CubicBezierTimingFunction(SubType subType, double x1, double y1, double x2, double y2) in CubicBezierTimingFunction()
186 static StepsTimingFunction* preset(SubType subType) in preset()
220 SubType subType() const { return m_subType; } in subType() function
223 StepsTimingFunction(SubType subType, int steps, StepAtPosition stepAtPosition) in StepsTimingFunction()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowNetworkInfo.java31 …blic static NetworkInfo newInstance(NetworkInfo.DetailedState detailedState, int type, int subType, in newInstance()
110 public void setSubType(int subType) { in setSubType()
/external/nist-sip/java/gov/nist/javax/sip/parser/
DContentTypeParser.java74 Token subType = lexer.getNextToken(); in parse() local
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
Dvie_autotest_rtp_rtcp.cc68 const int videoChannel, const unsigned char subType, in OnApplicationDataReceived()
670 unsigned char subType = 3; in ViERtpRtcpExtendedTest() local
788 unsigned char subType = 3; in ViERtpRtcpAPITest() local
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/
Dtest_api_rtcp.cc42 const uint8_t subType, in OnApplicationDataReceived()
/external/chromium_org/third_party/webrtc/voice_engine/include/
Dvoe_rtp_rtcp.h280 int channel, unsigned char subType, unsigned int name, in SendApplicationDefinedRTCPPacket()
/external/nist-sip/java/gov/nist/javax/sip/message/
DSIPMessage.java1213 public void setMessageContent(String type, String subType, String messageContent) { in setMessageContent()
1275 public void setMessageContent(String type, String subType, byte[] messageContent) { in setMessageContent()
/external/chromium_org/third_party/WebKit/Source/core/css/
DSelectorChecker.cpp1103 CSSSelector::PseudoType subType = subSelector->pseudoType(); in determineLinkMatchType() local
/external/deqp/modules/gles31/functional/
Des31fUniformLocationTests.cpp327 const glu::VarType subType = glu::getVarType(uniformInfo.type, subTypeIter.getPath()); in genShaderSources() local
/external/chromium_org/third_party/webrtc/voice_engine/
Dchannel.cc329 uint8_t subType, in OnApplicationDataReceived()
3317 Channel::SendApplicationDefinedRTCPPacket(unsigned char subType, in SendApplicationDefinedRTCPPacket()
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Drtcp_sender.cc2134 RTCPSender::SetApplicationSpecificData(const uint8_t subType, in SetApplicationSpecificData()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp146 DIType subType = Ty; in getType() local
/external/deqp/modules/gles3/functional/
Des3fTransformFeedbackTests.cpp392 glu::VarType subType = glu::getVarType(type, vecIter.getPath()); in genShaderSources() local