Searched refs:Type (Results 1 - 25 of 3284) sorted by last modified time

1234567891011>>

/external/zlib/src/as400/
H A Dzlib.inc201 D flush 10I 0 value Type of flush
/external/zlib/src/
H A Dmake_vms.com75 $ If F$Type (MMK) .eqs. "STRING" Then Make = "MMK"
/external/xmlrpcpp/src/
H A DXmlRpcValue.cpp69 // Type checking
70 void XmlRpcValue::assertTypeOrInvalid(Type t)
H A DXmlRpcValue.h26 enum Type { enum in class:XmlRpc::XmlRpcValue
105 //! Return the type of the value stored. \see Type.
106 Type const &getType() const { return _type; }
140 // Type checking
141 void assertTypeOrInvalid(Type t);
171 // Type tag and values
172 Type _type;
/external/webrtc/webrtc/system_wrappers/include/
H A Dsort.h21 enum Type { enum in namespace:webrtc
42 int32_t Sort(void* data, uint32_t num_of_elements, Type data_type);
61 uint32_t size_of_element, Type key_type);
/external/webrtc/webrtc/system_wrappers/source/
H A Dsort.cc287 int32_t Sort(void* data, uint32_t num_of_elements, Type type) {
367 uint32_t size_of_element, Type key_type) {
/external/webrtc/webrtc/system_wrappers/test/TestSort/
H A DTestSort.cc74 const char* TypeEnumToString(webrtc::Type type)
104 template<typename Type>
105 Type TypedRand()
107 if (std::numeric_limits<Type>::is_integer)
110 if (std::numeric_limits<Type>::is_signed)
117 return static_cast<Type>(floatRand * std::numeric_limits<Type>::max());
123 return static_cast<Type>((static_cast<Type>(rand()) / RAND_MAX) - 0.5);
128 void RunSortTest(webrtc::Type sortTyp
[all...]
/external/webrtc/webrtc/voice_engine/test/auto_test/fakes/
H A Dconference_transport.cc131 void ConferenceTransport::StorePacket(Packet::Type type,
H A Dconference_transport.h108 enum Type { Rtp, Rtcp, } type_; enum in struct:voetest::ConferenceTransport::Packet
111 Packet(Type type, const void* data, size_t len, uint32_t time_ms)
127 void StorePacket(Packet::Type type, const void* data, size_t len);
/external/webrtc/webrtc/voice_engine/test/auto_test/fixtures/
H A Dafter_initialization_fixture.h71 enum Type { Rtp, Rtcp, } type; enum in struct:LoopBackTransport::Packet
74 Packet(Type type, const void* data, size_t len)
84 void StorePacket(Packet::Type type,
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
H A Dpacket.h28 enum Type { kMedia, kFeedback }; enum in class:webrtc::testing::bwe::Packet
41 virtual Packet::Type GetPacketType() const = 0;
86 virtual Packet::Type GetPacketType() const { return kMedia; }
107 virtual Packet::Type GetPacketType() const { return kFeedback; }
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Dbyte_io.h109 typedef typename UnsignedOf<T>::Type U;
200 typedef typename UnsignedOf<T>::Type U;
227 typedef uint8_t Type; typedef in struct:webrtc::UnsignedOf
231 typedef uint16_t Type; typedef in struct:webrtc::UnsignedOf
235 typedef uint32_t Type; typedef in struct:webrtc::UnsignedOf
239 typedef uint64_t Type; typedef in struct:webrtc::UnsignedOf
H A Dvideo_codec_information.h22 virtual RtpVideoCodecTypes Type() = 0;
/external/webrtc/webrtc/modules/video_capture/windows/
H A Dsink_filter_ds.cc170 const GUID *type = pMediaType->Type();
/external/webrtc/webrtc/modules/video_coding/
H A Dmedia_opt_util.cc498 if (_selectedMethod && _selectedMethod->Type() == newMethodType)
659 return _selectedMethod ? _selectedMethod->Type() : kNone;
H A Dmedia_opt_util.h107 enum VCMProtectionMethodEnum Type() const { return _type; } function in class:webrtc::media_optimization::VCMProtectionMethod
/external/webrtc/webrtc/p2p/base/
H A Dport.h135 virtual const std::string& Type() const { return type_; } function in class:cricket::Port
H A Dport_unittest.cc140 AddAddress(addr, addr, rtc::SocketAddress(), "udp", "", "", Type(),
150 AddAddress(addr, addr, rtc::SocketAddress(), "udp", "", "", Type(),
H A Dportinterface.h44 virtual const std::string& Type() const = 0;
H A Drelayport.cc287 if (address.type() == Type()) {
H A Dstunport_unittest.cc158 EXPECT_EQ("stun", port()->Type());
249 EXPECT_EQ("stun", port()->Type());
263 EXPECT_EQ("stun", port()->Type());
281 EXPECT_EQ("stun", port()->Type());
/external/webrtc/webrtc/base/
H A Dflags.cc28 Type type, void* variable, FlagValue default__)
63 static const char* Type2String(Flag::Type type) {
74 static void PrintFlagValue(Flag::Type type, FlagValue* p) {
H A Dflags.h74 enum Type { BOOL, INT, FLOAT, STRING }; enum in class:rtc::Flag
78 Type type, void* variable, FlagValue default_);
86 Type type() const { return type_; }
145 Type type_;
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
H A DRoomParametersFetcher.java117 SessionDescription.Type.fromCanonicalForm(messageType),
H A DWebSocketRTCClient.java200 SessionDescription.Type.fromCanonicalForm("answer"),
281 SessionDescription.Type.fromCanonicalForm(type),
290 SessionDescription.Type.fromCanonicalForm(type),

Completed in 392 milliseconds

1234567891011>>