/external/lzma/CPP/7zip/UI/FileManager/ |
D | BrowseDialog.h | 8 bool MyBrowseForFolder(HWND owner, LPCWSTR title, LPCWSTR path, UString &resultPath); 9 bool MyBrowseForFile(HWND owner, LPCWSTR title, LPCWSTR path, LPCWSTR filterDescription, LPCWSTR fi…
|
/external/lzma/CPP/Windows/ |
D | CommonDialog.h | 10 bool MyGetOpenFileName(HWND hwnd, LPCWSTR title, 11 LPCWSTR initialDir, // can be NULL, so dir prefix in filePath will be used 12 LPCWSTR filePath, // full path 13 LPCWSTR filterDescription, // like "All files (*.*)" 14 LPCWSTR filter, // like "*.exe"
|
D | CommonDialog.cpp | 55 bool Add(LPCWSTR s) throw(); 59 bool CDoubleZeroStringListW::Add(LPCWSTR s) throw() in Add() 103 bool MyGetOpenFileName(HWND hwnd, LPCWSTR title, in MyGetOpenFileName() 104 LPCWSTR initialDir, in MyGetOpenFileName() 105 LPCWSTR filePath, in MyGetOpenFileName() 106 LPCWSTR filterDescription, in MyGetOpenFileName() 107 LPCWSTR filter, in MyGetOpenFileName()
|
D | Registry.h | 44 LONG DeleteValue(LPCWSTR name); 52 LONG SetValue(LPCWSTR name, LPCWSTR value); 72 LONG QueryValue(LPCWSTR name, LPWSTR value, UInt32 &dataSize); 73 LONG QueryValue(LPCWSTR name, UString &value);
|
D | Window.cpp | 49 bool CWindow::Create(LPCWSTR className, in Create() 50 LPCWSTR windowName, DWORD style, in Create() 67 bool CWindow::CreateEx(DWORD exStyle, LPCWSTR className, in CreateEx() 68 LPCWSTR windowName, DWORD style, in CreateEx() 106 bool MySetWindowText(HWND wnd, LPCWSTR s) in MySetWindowText()
|
D | Window.h | 39 inline bool MySetWindowText(HWND wnd, LPCWSTR s) { return BOOLToBool(::SetWindowText(wnd, s)); } in MySetWindowText() 41 bool MySetWindowText(HWND wnd, LPCWSTR s); 110 bool Create(LPCWSTR className, 111 LPCWSTR windowName, DWORD style, 115 bool CreateEx(DWORD exStyle, LPCWSTR className, 116 LPCWSTR windowName, DWORD style, 242 bool SetText(LPCWSTR s) { return MySetWindowText(_window, s); } in SetText()
|
/external/lzma/CPP/Windows/Control/ |
D | StatusBar.h | 24 bool Create(LONG style, LPCWSTR text, HWND hwndParent, UINT id) in Create() 26 bool SetText(LPCWSTR text) in SetText() 28 bool SetText(unsigned index, LPCWSTR text, UINT type) in SetText() 30 bool SetText(unsigned index, LPCWSTR text) in SetText()
|
/external/skqp/include/third_party/vulkan/vulkan/ |
D | vulkan_win32.h | 69 LPCWSTR name; 77 LPCWSTR name; 139 LPCWSTR name; 147 LPCWSTR name; 192 LPCWSTR name; 200 LPCWSTR name;
|
/external/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_win32.h | 69 LPCWSTR name; 77 LPCWSTR name; 139 LPCWSTR name; 147 LPCWSTR name; 192 LPCWSTR name; 200 LPCWSTR name;
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkStrUtil.cpp | 57 LPCWSTR wstr; 59 WStr (LPCWSTR wstr_) : wstr(wstr_) {} in WStr() 77 return WStr(static_cast<LPCWSTR>(pt_wstr.internal)); in getWStr()
|
/external/python/cpython3/Tools/msi/bundle/bootstrap/ |
D | PythonBootstrapperApplication.cpp | 13 static const LPCWSTR PYBA_WINDOW_CLASS = L"PythonBA"; 15 static const LPCWSTR PYBA_VARIABLE_BUNDLE_FILE_VERSION = L"WixBundleFileVersion"; 59 static LPCWSTR PAGE_NAMES[] = { 200 static struct { LPCWSTR regName; LPCWSTR variableName; } OPTIONAL_FEATURES[] = { 457 LPCWSTR locKey = L"#(loc.Include_launcherHelp)"; in Custom1Page_Show() 666 LPCWSTR arguments = L"-c \"import winreg; " in EnableMaxPathSupport() 714 __in_z LPCWSTR wzPackageId, in OnDetectRelatedMsiPackage() argument 715 __in_z LPCWSTR /*wzProductCode*/, in OnDetectRelatedMsiPackage() 742 __in LPCWSTR wzBundleId, in OnDetectRelatedBundle() argument 744 __in LPCWSTR /*wzBundleTag*/, in OnDetectRelatedBundle() [all …]
|
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/ |
D | vulkan_win32.h | 58 LPCWSTR name; 66 LPCWSTR name; 126 LPCWSTR name; 134 LPCWSTR name; 178 LPCWSTR name; 186 LPCWSTR name;
|
/external/swiftshader/include/vulkan/ |
D | vulkan_win32.h | 58 LPCWSTR name; 66 LPCWSTR name; 126 LPCWSTR name; 134 LPCWSTR name; 178 LPCWSTR name; 186 LPCWSTR name;
|
/external/mesa3d/include/vulkan/ |
D | vulkan_win32.h | 58 LPCWSTR name; 66 LPCWSTR name; 126 LPCWSTR name; 134 LPCWSTR name; 178 LPCWSTR name; 186 LPCWSTR name;
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan_win32.h | 58 LPCWSTR name; 66 LPCWSTR name; 126 LPCWSTR name; 134 LPCWSTR name; 178 LPCWSTR name; 186 LPCWSTR name;
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan_win32.h | 58 LPCWSTR name; 66 LPCWSTR name; 126 LPCWSTR name; 134 LPCWSTR name; 178 LPCWSTR name; 186 LPCWSTR name;
|
/external/lzma/CPP/7zip/UI/Explorer/ |
D | MyMessages.h | 8 void ShowErrorMessage(HWND window, LPCWSTR message); 9 inline void ShowErrorMessage(LPCWSTR message) { ShowErrorMessage(0, message); } in ShowErrorMessage()
|
/external/python/cpython3/PC/ |
D | pyshellext.cpp | 23 static const LPCWSTR CLASS_SUBKEY = L"Software\\Classes\\CLSID\\{BEA218D2-6950-497B-9434-61683EC065… 24 static const LPCWSTR DRAG_MESSAGE = L"Open with %1"; 49 HRESULT FilenameListCchLengthW(LPCWSTR pszSource, size_t cchMax, size_t *pcchLength, size_t *pcchCo… in FilenameListCchLengthW() 97 HRESULT FilenameListCchCopyW(STRSAFE_LPWSTR pszDest, size_t cchDest, LPCWSTR pszSource, LPCWSTR psz… in FilenameListCchCopyW() 228 HRESULT GetArguments(IDataObject *pDataObj, LPCWSTR *pArguments) { in GetArguments() 260 LPCWSTR files = (LPCWSTR)((char*)pdropfiles + pdropfiles->pFiles); in GetArguments() 365 LPCWSTR args; in Drop()
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/ |
D | gtest-string.h | 84 static LPCWSTR AnsiToUtf16(const char* c_str); 94 static const char* Utf16ToAnsi(LPCWSTR utf16_str);
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/internal/ |
D | gtest-string.h | 84 static LPCWSTR AnsiToUtf16(const char* c_str); 94 static const char* Utf16ToAnsi(LPCWSTR utf16_str);
|
/external/llvm-project/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-string.h | 84 static LPCWSTR AnsiToUtf16(const char* c_str); 94 static const char* Utf16ToAnsi(LPCWSTR utf16_str);
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-string.h | 84 static LPCWSTR AnsiToUtf16(const char* c_str); 94 static const char* Utf16ToAnsi(LPCWSTR utf16_str);
|
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/ |
D | gtest-string.h | 85 static LPCWSTR AnsiToUtf16(const char *c_str); 95 static const char *Utf16ToAnsi(LPCWSTR utf16_str);
|
/external/googletest/googletest/include/gtest/internal/ |
D | gtest-string.h | 85 static LPCWSTR AnsiToUtf16(const char* c_str); 95 static const char* Utf16ToAnsi(LPCWSTR utf16_str);
|
/external/wpa_supplicant_8/src/drivers/ |
D | ndis_events.c | 44 IWbemServices *pSvc, LPCWSTR strQueryLanguage, LPCWSTR strQuery, in call_IWbemServices_ExecQuery() 64 IWbemServices *pSvc, LPCWSTR strQueryLanguage, LPCWSTR strQuery, in call_IWbemServices_ExecNotificationQueryAsync() 85 IWbemLocator *pLoc, LPCWSTR strNetworkResource, LPCWSTR strUser, in call_IWbemLocator_ConnectServer() 86 LPCWSTR strPassword, LPCWSTR strLocale, long lSecurityFlags, in call_IWbemLocator_ConnectServer() 87 LPCWSTR strAuthority, IWbemContext *pCtx, IWbemServices **ppNamespace) in call_IWbemLocator_ConnectServer()
|