/external/swiftshader/third_party/PowerVR_SDK/Shell/ |
D | PVRShell.cpp | 1048 if(_stricmp(arg, "-width") == 0) in Apply() 1052 else if(_stricmp(arg, "-height") == 0) in Apply() 1056 else if(_stricmp(arg, "-aasamples") == 0) in Apply() 1060 else if(_stricmp(arg, "-fullscreen") == 0) in Apply() 1064 else if(_stricmp(arg, "-sw") == 0) in Apply() 1068 else if(_stricmp(arg, "-quitafterframe") == 0 || _stricmp(arg, "-qaf") == 0) in Apply() 1072 else if(_stricmp(arg, "-quitaftertime") == 0 || _stricmp(arg, "-qat") == 0) in Apply() 1076 else if(_stricmp(arg, "-posx") == 0) in Apply() 1080 else if(_stricmp(arg, "-posy") == 0) in Apply() 1084 else if(_stricmp(arg, "-vsync") == 0) in Apply() [all …]
|
/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/libusb/examples/ |
D | fxload.c | 39 #define _stricmp strcasecmp macro 267 if ((_stricmp(ext, ".hex") == 0) || (strcmp(ext, ".ihx") == 0)) in main() 269 else if (_stricmp(ext, ".iic") == 0) in main() 271 else if (_stricmp(ext, ".bix") == 0) in main() 273 else if (_stricmp(ext, ".img") == 0) in main()
|
/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/e2fsprogs/include/nonunix/ |
D | config.h | 11 #define strcasecmp _stricmp
|
D | unistd.h | 46 #define strcasecmp _stricmp
|
/external/mdnsresponder/mDNSWindows/ |
D | PosixCompat.h | 64 # define strcasecmp _stricmp
|
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/ |
D | PVRShellOS.h | 21 #define _stricmp strcasecmp macro
|
/external/libusb/libusb/os/ |
D | windows_common.h | 41 #define _stricmp strcasecmp macro 57 #define safe_stricmp(str1, str2) _stricmp(((str1==NULL)?"<NULL>":str1), ((str2==NULL)?"<NULL>":str2…
|
/external/webrtc/webrtc/p2p/base/ |
D | transportdescription.cc | 28 if (_stricmp(roles[i], role_str.c_str()) == 0) { in StringToConnectionRole()
|
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Config/ |
D | config.h | 433 #define stricmp _stricmp
|
/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()
|
/external/conscrypt/common/src/jni/main/include/ |
D | compat.h | 54 #define strcasecmp _stricmp
|
/external/netperf/src/ |
D | dscp.c | 45 #define strcasecmp(a,b) _stricmp(a,b)
|
/external/flac/include/share/ |
D | compat.h | 91 #define FLAC__STRCASECMP _stricmp
|
/external/swiftshader/third_party/LLVM/include/llvm/Config/ |
D | config.h | 705 #define stricmp _stricmp
|
/external/boringssl/src/crypto/ |
D | mem.c | 163 return _stricmp(a, b); in OPENSSL_strcasecmp()
|
/external/curl/docs/examples/ |
D | htmltitle.cpp | 45 #define COMPARE(a, b) (!_stricmp((a), (b)))
|
/external/skia/tools/ |
D | win_dbghelp.cpp | 207 if (i >= 4 && _stricmp(vargs0 - 4, ".exe") == 0) { in setUpDebuggingFromArgs()
|
/external/skia/tools/viewer/sk_app/ |
D | CommandSet.cpp | 82 #define SK_strcasecmp _stricmp
|