/external/webrtc/webrtc/modules/desktop_capture/ |
D | window_capturer_win.cc | 50 if (wcscmp(class_name, L"Progman") == 0 || wcscmp(class_name, L"Button") == 0) in WindowsEnumerationHandler() 58 (wcscmp(class_name, L"ApplicationFrameWindow") == 0 || in WindowsEnumerationHandler() 59 wcscmp(class_name, L"Windows.UI.Core.CoreWindow") == 0)) { in WindowsEnumerationHandler()
|
/external/pdfium/fpdfsdk/javascript/ |
D | event.cpp | 97 wcscmp((const wchar_t*)pEvent->Name(), L"Keystroke") != 0) in fieldFull() 182 if (wcscmp((const wchar_t*)pEvent->Name(), L"Keystroke") != 0) in selEnd() 200 if (wcscmp((const wchar_t*)pEvent->Name(), L"Keystroke") != 0) in selStart() 283 if (wcscmp((const wchar_t*)pEvent->Type(), L"Field") != 0) in value()
|
D | PublicMethods.cpp | 1637 double dValue = wcscmp(sFunction.c_str(), L"PRD") == 0 ? 1.0 : 0.0; in AFSimple_Calculate() 1688 if (i == 0 && j == 0 && (wcscmp(sFunction.c_str(), L"MIN") == 0 || in AFSimple_Calculate() 1689 wcscmp(sFunction.c_str(), L"MAX") == 0)) in AFSimple_Calculate() 1699 if (wcscmp(sFunction.c_str(), L"AVG") == 0 && nFieldsCount > 0) in AFSimple_Calculate()
|
/external/libedit/examples/ |
D | wtc1.c | 211 if (wcscmp (av[0], L"history") == 0) { in main() 221 if (wcscmp(av[1], L"clear") == 0) in main() 227 if (wcscmp(av[1], L"load") == 0) in main() 230 else if (wcscmp(av[1], L"save") == 0) in main()
|
/external/wpa_supplicant_8/src/drivers/ |
D | ndis_events.c | 340 if (wcscmp(vtClass.bstrVal, in ndis_events_indicate() 348 if (wcscmp(events->adapter_desc, vt.bstrVal) != 0) { in ndis_events_indicate() 359 if (wcscmp(vtClass.bstrVal, in ndis_events_indicate() 362 } else if (wcscmp(vtClass.bstrVal, in ndis_events_indicate() 365 } else if (wcscmp(vtClass.bstrVal, in ndis_events_indicate() 368 } else if (wcscmp(vtClass.bstrVal, in ndis_events_indicate() 371 } else if (wcscmp(vtClass.bstrVal, in ndis_events_indicate()
|
/external/lzma/CPP/Common/ |
D | MyString.h | 551 int Compare(const wchar_t *s) const { return wcscmp(_chars, s); } in Compare() 617 …tor==(const UString &s1, const UString &s2) { return s1.Len() == s2.Len() && wcscmp(s1, s2) == 0; } 618 inline bool operator==(const UString &s1, const wchar_t *s2) { return wcscmp(s1, s2) == 0; } 619 inline bool operator==(const wchar_t *s1, const UString &s2) { return wcscmp(s1, s2) == 0; } 621 …tor!=(const UString &s1, const UString &s2) { return s1.Len() != s2.Len() || wcscmp(s1, s2) != 0; } 622 inline bool operator!=(const UString &s1, const wchar_t *s2) { return wcscmp(s1, s2) != 0; } 623 inline bool operator!=(const wchar_t *s1, const UString &s2) { return wcscmp(s1, s2) != 0; }
|
D | Wildcard.cpp | 25 return wcscmp(s1, s2); in CompareFileNames() 33 return wcscmp(fs2us(s1), fs2us(s2)); in CompareFileNames()
|
D | MyString.cpp | 1499 return s1.Len() == s2.Len() && (s1.IsEmpty() || wcscmp(s1.GetRawPtr(), s2.GetRawPtr()) == 0); in operator ==() 1506 return wcscmp(s1.GetRawPtr(), s2) == 0; in operator ==() 1513 return wcscmp(s1, s2.GetRawPtr()) == 0; in operator ==()
|
/external/valgrind/memcheck/tests/ |
D | wcs.stderr.exp | 2 wcscmp equal: 0
|
D | wcs.c | 20 fprintf (stderr, "wcscmp equal: %d\n", wcscmp (a, b)); // wcscmp equal: 0 in main()
|
/external/google-breakpad/src/tools/windows/symupload/ |
D | symupload.cc | 177 if (!wcscmp(L"--timeout", argv[currentarg])) { in wmain() 182 if (!wcscmp(L"--product", argv[currentarg])) { in wmain()
|
/external/bison/lib/ |
D | wchar.in.h | 698 _GL_FUNCDECL_SYS (wcscmp, int, (const wchar_t *s1, const wchar_t *s2) 701 _GL_CXXALIAS_SYS (wcscmp, int, (const wchar_t *s1, const wchar_t *s2)); 702 _GL_CXXALIASWARN (wcscmp); 704 # undef wcscmp 706 _GL_WARN_ON_USE (wcscmp, "wcscmp is unportable - "
|
/external/lzma/CPP/Windows/ |
D | FileLink.cpp | 318 if (wcscmp(SubsName.Ptr(k_LinkPrefix_Size), PrintName) == 0) in IsOkNamePair() 321 return wcscmp(SubsName, PrintName) == 0; in IsOkNamePair()
|
/external/webrtc/webrtc/base/ |
D | win32windowpicker_unittest.cc | 76 EXPECT_EQ(0, wcscmp(window_title, kVisibleWindowTitle)); in TEST()
|
D | stringutils.h | 79 return wcscmp(s1, s2); in strcmp()
|
/external/bison/linux-lib/ |
D | wchar.h | 1010 _GL_FUNCDECL_SYS (wcscmp, int, (const wchar_t *s1, const wchar_t *s2) 1013 _GL_CXXALIAS_SYS (wcscmp, int, (const wchar_t *s1, const wchar_t *s2)); 1014 _GL_CXXALIASWARN (wcscmp); 1016 # undef wcscmp 1018 _GL_WARN_ON_USE (wcscmp, "wcscmp is unportable - "
|
/external/bison/darwin-lib/ |
D | wchar.h | 1010 _GL_FUNCDECL_SYS (wcscmp, int, (const wchar_t *s1, const wchar_t *s2) 1013 _GL_CXXALIAS_SYS (wcscmp, int, (const wchar_t *s1, const wchar_t *s2)); 1014 _GL_CXXALIASWARN (wcscmp); 1016 # undef wcscmp 1018 _GL_WARN_ON_USE (wcscmp, "wcscmp is unportable - "
|
/external/google-breakpad/src/common/windows/ |
D | http_upload.cc | 97 if (wcscmp(scheme, L"https") == 0) { in SendRequest() 99 } else if (wcscmp(scheme, L"http") != 0) { in SendRequest()
|
/external/mdnsresponder/mDNSWindows/ |
D | VPCDetect.cpp | 122 if (wcscmp( wstring, L"microsoft corporation" ) == 0 ) in IsVPCRunning()
|
D | loclibrary.c | 146 if ( !wcscmp( appPathNameW, L"" ) ) in PathForResourceW()
|
/external/libcxx/include/ |
D | cwchar | 67 int wcscmp(const wchar_t* s1, const wchar_t* s2); 152 using ::wcscmp;
|
/external/lzma/C/Util/SfxSetup/ |
D | SfxSetup.c | 189 if (wcscmp(fd.cFileName, L".") != 0 && in RemoveDirWithSubItems() 190 wcscmp(fd.cFileName, L"..") != 0) in RemoveDirWithSubItems()
|
/external/libedit/src/ |
D | chartype.h | 106 #define Strcmp(s,v) wcscmp(s,v)
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | wchar_h.pass.cpp | 81 static_assert((std::is_same<decltype(wcscmp(L"", L"")), int>::value), ""); in main()
|
/external/llvm/lib/Support/Windows/ |
D | Process.inc | 191 if (wcscmp(Arg, L"/?") == 0 || wcscmp(Arg, L"-?") == 0) {
|