/external/webrtc/webrtc/voice_engine/test/auto_test/standard/ |
D | codec_test.cc | 36 if (!_stricmp(codec_instance->plname, "ilbc")) { in SetRateIfILBC() 46 return !_stricmp(codec_name, "CN") || in IsNotViableSendCodec() 47 !_stricmp(codec_name, "telephone-event") || in IsNotViableSendCodec() 48 !_stricmp(codec_name, "red"); in IsNotViableSendCodec() 143 if (_stricmp("opus", codec_instance_.plname)) { in TEST_F() 159 if (_stricmp("opus", codec_instance_.plname)) { in TEST_F() 171 if (!_stricmp("opus", codec_instance_.plname)) { in TEST_F()
|
D | dtmf_test.cc | 65 if (!_stricmp("telephone-event", codec_instance.plname)) { in TEST_F()
|
/external/webrtc/talk/media/base/ |
D | codec.cc | 43 return _stricmp(other.id().c_str(), id().c_str()) == 0 && in operator ==() 44 _stricmp(other.param().c_str(), param().c_str()) == 0; in operator ==() 124 (id == codec.id) : (_stricmp(name.c_str(), codec.name.c_str()) == 0); in Matches() 271 if (_stricmp(payload_name, kRedCodecName) == 0) { in GetCodecType() 274 if (_stricmp(payload_name, kUlpfecCodecName) == 0) { in GetCodecType() 277 if (_stricmp(payload_name, kRtxCodecName) == 0) { in GetCodecType() 345 return _stricmp(name1.c_str(), name2.c_str()) == 0; in CodecNamesEq()
|
/external/webrtc/webrtc/voice_engine/ |
D | voice_engine_defines.h | 240 #define _stricmp stricmp macro 242 #define _stricmp strcasecmp macro 299 #define _stricmp strcasecmp macro
|
/external/webrtc/talk/media/webrtc/ |
D | fakewebrtcvoiceengine.h | 404 if (_stricmp(codec.plname, "telephone-event") == 0 || 405 _stricmp(codec.plname, "audio/telephone-event") == 0 || 406 _stricmp(codec.plname, "CN") == 0 || 407 _stricmp(codec.plname, "red") == 0 ) { 432 _stricmp(it->plname, codec.plname) != 0) { 490 if (_stricmp(channels_[channel]->send_codec.plname, "opus") != 0) { 506 if (_stricmp(channels_[channel]->send_codec.plname, "opus") != 0) { 525 if (_stricmp(channels_[channel]->send_codec.plname, "opus") != 0) {
|
/external/mesa3d/src/egl/main/ |
D | eglstring.h | 38 #define _eglstrcasecmp _stricmp
|
/external/e2fsprogs/include/nonunix/ |
D | config.h | 11 #define strcasecmp _stricmp
|
D | unistd.h | 46 #define strcasecmp _stricmp
|
/external/webrtc/webrtc/p2p/base/ |
D | transportdescription.cc | 28 if (_stricmp(roles[i], role_str.c_str()) == 0) { in StringToConnectionRole()
|
/external/xmlrpcpp/src/ |
D | XmlRpcUtil.h | 17 # define strcasecmp _stricmp
|
/external/webrtc/webrtc/base/ |
D | httpcommon.cc | 48 if (_stricmp(needle.c_str(), haystack[index]) == 0) { in find_string() 204 return (_stricmp(connection.c_str(), "Keep-Alive") == 0); in HttpShouldKeepAlive() 764 if (_stricmp(auth_method.c_str(), "basic") == 0) { in HttpAuthenticate() 790 if (_stricmp(auth_method.c_str(), "digest") == 0) { in HttpAuthenticate() 865 bool want_negotiate = (_stricmp(auth_method.c_str(), "negotiate") == 0); in HttpAuthenticate() 866 bool want_ntlm = (_stricmp(auth_method.c_str(), "ntlm") == 0); in HttpAuthenticate()
|
D | stringutils.h | 112 inline int _stricmp(const char* s1, const char* s2) { in _stricmp() function 239 return _stricmp(s1, s2); in ascicmp()
|
D | httpcommon.h | 186 return (::_stricmp(lhs.c_str(), rhs.c_str()) < 0); in operator()
|
/external/netperf/src/ |
D | dscp.c | 45 #define strcasecmp(a,b) _stricmp(a,b)
|
D | netlib.h | 685 #define strcasecmp(a,b) _stricmp(a,b)
|
/external/flac/include/share/ |
D | compat.h | 91 #define FLAC__STRCASECMP _stricmp
|
/external/boringssl/src/crypto/ |
D | mem.c | 167 return _stricmp(a, b); in OPENSSL_strcasecmp()
|
/external/skia/tools/ |
D | win_dbghelp.cpp | 207 if (i >= 4 && _stricmp(vargs0 - 4, ".exe") == 0) { in setUpDebuggingFromArgs()
|
/external/dbus/dbus/ |
D | dbus-sysdeps-wince-glue.h | 83 #define stricmp _stricmp
|
/external/libmicrohttpd/src/include/ |
D | platform_interface.h | 52 #define MHD_str_equal_caseless_(a,b) (0==_stricmp((a),(b)))
|
/external/mdnsresponder/mDNSShared/ |
D | dnssd_clientlib.c | 42 #define strcasecmp _stricmp
|
/external/wpa_supplicant_8/src/utils/ |
D | os.h | 520 #define os_strcasecmp(s1, s2) _stricmp((s1), (s2))
|
/external/skia/src/animator/ |
D | SkDisplayXMLParser.cpp | 160 #define SK_strcasecmp _stricmp
|
/external/pdfium/core/include/fxcrt/ |
D | fx_system.h | 191 #define FXSYS_stricmp _stricmp
|
/external/google-breakpad/src/tools/windows/converter/ |
D | ms_symbol_server_converter.cc | 480 if (_stricmp(pdb_extension.c_str(), ".pdb") != 0) { in LocateAndConvertSymbolFile()
|