Searched refs:subType (Results 1 - 25 of 28) sorted by relevance

12

/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DContentTypeParser.java74 Token subType = lexer.getNextToken();
76 contentType.setContentSubType(subType.getTokenValue());
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowNetworkInfo.java31 public static NetworkInfo newInstance(NetworkInfo.DetailedState detailedState, int type, int subType, argument
37 info.setSubType(subType);
110 public void setSubType(int subType) { argument
111 this.connectionSubType = subType;
/external/chromium_org/third_party/WebKit/Source/platform/animation/
H A DTimingFunction.cpp28 switch (this->subType()) {
179 if ((lhs.subType() == CubicBezierTimingFunction::Custom) && (ctf.subType() == CubicBezierTimingFunction::Custom))
182 return lhs.subType() == ctf.subType();
H A DTimingFunction.h109 static CubicBezierTimingFunction* preset(SubType subType) argument
111 switch (subType) {
150 SubType subType() const { return m_subType; } function in class:blink::FINAL
153 explicit CubicBezierTimingFunction(SubType subType, double x1, double y1, double x2, double y2) argument
159 , m_subType(subType)
/external/chromium_org/third_party/tlslite/tlslite/
H A Dtlsrecordlayer.py728 subType = p.get(1)
731 if subType == HandshakeType.hello_request:
734 if subType == HandshakeType.client_hello:
768 subType = p.get(1)
769 if subType != HandshakeType.client_hello:
778 subType = HandshakeType.client_hello
780 subType = p.get(1)
781 if subType not in secondaryType:
784 "Expecting %s, got %s" % (str(secondaryType), subType)):
792 if subType
[all...]
/external/chromium_org/third_party/webrtc/voice_engine/include/
H A Dvoe_rtp_rtcp.h69 int channel, unsigned char subType,
282 int channel, unsigned char subType, unsigned int name,
281 SendApplicationDefinedRTCPPacket( int channel, unsigned char subType, unsigned int name, const char* data, unsigned short dataLengthInBytes) argument
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
H A Dvie_autotest_rtp_rtcp.cc68 const int videoChannel, const unsigned char subType,
73 _subType = subType;
670 unsigned char subType = 3; local
676 tbChannel.videoChannel, subType, name, data, numBytes));
681 EXPECT_EQ(subType, rtcpObserver._subType);
788 unsigned char subType = 3; local
795 tbChannel.videoChannel, subType, name, data, numBytes));
797 tbChannel.videoChannel, subType, name, NULL, numBytes)) <<
800 tbChannel.videoChannel, subType, name, data, numBytes - 1)) <<
806 tbChannel.videoChannel, subType, nam
67 OnApplicationDataReceived( const int videoChannel, const unsigned char subType, const unsigned int name, const char* data, const unsigned short dataLengthInBytes) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DCompositorAnimations.cpp318 if (cubic->subType() == CubicBezierTimingFunction::Custom) {
323 switch (cubic->subType()) {
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dchannel.h336 int SendApplicationDefinedRTCPPacket(unsigned char subType,
400 uint8_t subType,
H A Dchannel.cc328 uint8_t subType,
334 "Channel::OnApplicationDataReceived(id=%d, subType=%u,"
336 id, subType, name, length);
348 subType,
3270 Channel::SendApplicationDefinedRTCPPacket(unsigned char subType, argument
3309 subType,
327 OnApplicationDataReceived(int32_t id, uint8_t subType, uint32_t name, uint16_t length, const uint8_t* data) argument
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
H A Drtp_rtcp.h516 const uint8_t subType,
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/mocks/
H A Dmock_rtp_rtcp.h188 int32_t(const uint8_t subType, const uint32_t name, const uint8_t* data, const uint16_t length));
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtcp_sender.h160 int32_t SetApplicationSpecificData(const uint8_t subType,
H A Drtcp_sender.cc2049 RTCPSender::SetApplicationSpecificData(const uint8_t subType, argument
2067 _appSubType = subType;
/external/deqp/modules/gles31/functional/
H A Des31fUniformLocationTests.cpp327 const glu::VarType subType = glu::getVarType(uniformInfo.type, subTypeIter.getPath());
328 const glu::DataType scalarType = glu::getDataTypeScalarType(subType.getBasicType());
348 << getFirstComponentName(subType) << "), " << expectValue << ");\n";
352 << getFirstComponentName(subType) << "), " << expectValue << ");\n";
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DSIPMessage.java1210 * @param subType is the message sybtype (eg. sdp)
1213 public void setMessageContent(String type, String subType, String messageContent) { argument
1216 ContentType ct = new ContentType(type, subType);
1272 * @param subType is the message subType.
1275 public void setMessageContent(String type, String subType, byte[] messageContent) { argument
1276 ContentType ct = new ContentType(type, subType);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DSelectorChecker.cpp1084 CSSSelector::PseudoType subType = subSelector->pseudoType(); local
1085 if (subType == CSSSelector::PseudoVisited)
1087 else if (subType == CSSSelector::PseudoLink)
H A DCSSComputedStyleDeclaration.cpp1017 if (bezierTimingFunction->subType() != CubicBezierTimingFunction::Custom) {
1019 switch (bezierTimingFunction->subType()) {
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/
H A Dtest_api_rtcp.cc42 const uint8_t subType,
41 OnApplicationDataReceived(const int32_t id, const uint8_t subType, const uint32_t name, const uint16_t length, const uint8_t* data) argument
/external/deqp/modules/gles3/functional/
H A Des3fTransformFeedbackTests.cpp392 glu::VarType subType = glu::getVarType(type, vecIter.getPath()); local
395 DE_ASSERT(subType.isBasicType() && glu::isDataTypeScalarOrVector(subType.getBasicType()));
401 int scalarSize = glu::getDataTypeScalarSize(subType.getBasicType());
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp146 DIType subType = Ty; local
150 subType = resolve(DIDerivedType(Ty).getTypeDerivedFrom());
152 DIArray Elements = DICompositeType(subType).getTypeArray();
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvoiceengine.h963 unsigned char subType,
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1585 milliseconds

12