/external/lzma/CPP/Windows/ |
D | SecurityUtils.cpp | 32 static void SetLsaString(LPWSTR src, PLSA_UNICODE_STRING dest) in SetLsaString() 58 LPWSTR ReferencedDomainName, 64 static PSID GetSid(LPWSTR accountName) in GetSid() 88 …LPWSTR domainName = (LPWSTR)::HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, (domainLen + 1) * size… in GetSid()
|
D | CommonDialog.cpp | 49 LPWSTR Buf; 52 CDoubleZeroStringListW(LPWSTR buf, unsigned size): Buf(buf), Size(size) {} in CDoubleZeroStringListW()
|
D | ErrorMsg.cpp | 35 NULL, errorCode, 0, (LPWSTR) &msgBuf, 0, NULL) == 0) in MyFormatMessage()
|
D | Shell.cpp | 105 UINT bufferSize = QueryFile(fileIndex, (LPWSTR)NULL, 0); in QueryFileName() 238 typedef BOOL (WINAPI * SHGetPathFromIDListWP)(LPCITEMIDLIST pidl, LPWSTR pszPath);
|
D | Shell.h | 70 UINT QueryFile(UINT fileIndex, LPWSTR fileName, UINT fileNameSize) in QueryFile()
|
D | Registry.h | 72 LONG QueryValue(LPCWSTR name, LPWSTR value, UInt32 &dataSize);
|
/external/icu/icu4c/source/i18n/ |
D | winnmfmt.cpp | 85 … GetLocaleInfoW(lcid, LOCALE_RETURN_NUMBER|LOCALE_IDIGITS, (LPWSTR) &fmt->NumDigits, sizeof(UINT)); in getNumberFormat() 86 …GetLocaleInfoW(lcid, LOCALE_RETURN_NUMBER|LOCALE_ILZERO, (LPWSTR) &fmt->LeadingZero, sizeof(UINT)… in getNumberFormat() 97 …GetLocaleInfoW(lcid, LOCALE_RETURN_NUMBER|LOCALE_INEGNUMBER, (LPWSTR) &fmt->NegativeOrder, sizeof(… in getNumberFormat() 112 …GetLocaleInfoW(lcid, LOCALE_RETURN_NUMBER|LOCALE_ICURRDIGITS, (LPWSTR) &fmt->NumDigits, sizeof(UIN… in getCurrencyFormat() 113 …GetLocaleInfoW(lcid, LOCALE_RETURN_NUMBER|LOCALE_ILZERO, (LPWSTR) &fmt->LeadingZero, sizeof(UINT)); in getCurrencyFormat() 124 …GetLocaleInfoW(lcid, LOCALE_RETURN_NUMBER|LOCALE_INEGCURR, (LPWSTR) &fmt->NegativeOrder, sizeof(U… in getCurrencyFormat() 125 …GetLocaleInfoW(lcid, LOCALE_RETURN_NUMBER|LOCALE_ICURRENCY, (LPWSTR) &fmt->PositiveOrder, sizeof(U… in getCurrencyFormat() 128 GetLocaleInfoW(lcid, LOCALE_SCURRENCY, (LPWSTR) fmt->lpCurrencySymbol, 8); in getCurrencyFormat()
|
/external/mdnsresponder/mDNSWindows/SystemService/ |
D | Firewall.h | 54 LPWSTR executable, 56 LPWSTR name
|
D | Firewall.cpp | 385 LPWSTR executable, in mDNSAddToFirewall() 386 LPWSTR name in mDNSAddToFirewall()
|
/external/webrtc/webrtc/modules/audio_device/win/ |
D | audio_device_core_win.h | 260 int32_t _GetDefaultDeviceName(EDataFlow dir, ERole role, LPWSTR szBuffer, int bufferLen); 261 int32_t _GetListDeviceName(EDataFlow dir, int index, LPWSTR szBuffer, int bufferLen); 262 int32_t _GetDeviceName(IMMDevice* pDevice, LPWSTR pszBuffer, int bufferLen); 263 int32_t _GetListDeviceID(EDataFlow dir, int index, LPWSTR szBuffer, int bufferLen); 264 int32_t _GetDefaultDeviceID(EDataFlow dir, ERole role, LPWSTR szBuffer, int bufferLen); 266 int32_t _GetDeviceID(IMMDevice* pDevice, LPWSTR pszBuffer, int bufferLen);
|
/external/lzma/CPP/Windows/Control/ |
D | ListView.cpp | 71 ci.pszText = (LPWSTR)text; in InsertColumn() 83 item.pszText = (LPWSTR)text; in InsertItem() 93 item.pszText = (LPWSTR)text; in SetSubItem()
|
/external/curl/lib/ |
D | idn_win32.c | 44 _Out_writes_opt_(cchASCIIChar) LPWSTR lpASCIICharStr, 50 _Out_writes_opt_(cchUnicodeChar) LPWSTR lpUnicodeCharStr,
|
/external/webrtc/webrtc/test/channel_transport/ |
D | traffic_control_win.h | 38 typedef ULONG (WINAPI *openInterfaceFn)(LPWSTR, HANDLE, HANDLE, PHANDLE); 61 ULONG TcOpenInterfaceW(LPWSTR pInterfaceName, HANDLE ClientHandle,
|
D | traffic_control_win.cc | 199 ULONG TrafficControlWindows::TcOpenInterfaceW(LPWSTR pInterfaceName, in TcOpenInterfaceW()
|
/external/skia/tools/ |
D | win_lcid.cpp | 11 BOOL CALLBACK MyFuncLocaleEx(LPWSTR pStr, DWORD dwFlags, LPARAM lparam) { in MyFuncLocaleEx()
|
/external/libcups/cups/ |
D | tls-sspi.c | 65 static BOOL http_sspi_find_credentials(http_t *http, const LPWSTR containerName, const char *common… 67 static BOOL http_sspi_make_credentials(_http_sspi_t *sspi, const LPWSTR containerName, const char *… 1675 const LPWSTR container, /* I - Cert container name */ in http_sspi_find_credentials() 1692 …if (!CryptAcquireContextW(&hProv, (LPWSTR)container, MS_DEF_PROV_W, PROV_RSA_FULL, CRYPT_NEWKEYSET… in http_sspi_find_credentials() 1696 …if (!CryptAcquireContextW(&hProv, (LPWSTR)container, MS_DEF_PROV_W, PROV_RSA_FULL, CRYPT_MACHINE_K… in http_sspi_find_credentials() 1873 const LPWSTR container, /* I - Cert container name */ in http_sspi_make_credentials() 1899 …if (!CryptAcquireContextW(&hProv, (LPWSTR)container, MS_DEF_PROV_W, PROV_RSA_FULL, CRYPT_NEWKEYSET… in http_sspi_make_credentials() 1903 …if (!CryptAcquireContextW(&hProv, (LPWSTR)container, MS_DEF_PROV_W, PROV_RSA_FULL, CRYPT_MACHINE_K… in http_sspi_make_credentials() 1958 kpi.pwszContainerName = (LPWSTR)container; in http_sspi_make_credentials() 1991 ckp.pwszContainerName = (LPWSTR) container; in http_sspi_make_credentials()
|
/external/google-breakpad/src/common/windows/ |
D | dia_util.cc | 55 if (wcsncmp((LPWSTR)stream_name, name, stream_name.Length()) == 0) { in FindDebugStream()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | main_winmain.c | 15 #define CMDLINE LPWSTR
|
/external/skia/src/utils/win/ |
D | SkDWrite.h | 44 typedef int (WINAPI *SkGetUserDefaultLocaleNameProc)(LPWSTR, int);
|
/external/mdnsresponder/mDNSWindows/mdnsNSP/ |
D | mdnsNSP.c | 1382 LPWSTR q; in QueryCopyQuerySetTo() 1407 outQuerySet->lpszServiceInstanceName = (LPWSTR) dst; in QueryCopyQuerySetTo() 1408 q = (LPWSTR) dst; in QueryCopyQuerySetTo() 1435 outQuerySet->lpszComment = (LPWSTR) dst; in QueryCopyQuerySetTo() 1436 q = (LPWSTR) dst; in QueryCopyQuerySetTo() 1451 outQuerySet->lpszContext = (LPWSTR) dst; in QueryCopyQuerySetTo() 1452 q = (LPWSTR) dst; in QueryCopyQuerySetTo() 1474 outQuerySet->lpszQueryString = (LPWSTR) dst; in QueryCopyQuerySetTo() 1475 q = (LPWSTR) dst; in QueryCopyQuerySetTo()
|
/external/webrtc/webrtc/base/ |
D | proxydetect.cc | 98 LPWSTR lpszProxy; // proxy server list 99 LPWSTR lpszProxyBypass; // proxy bypass list 113 LPWSTR lpszAutoConfigUrl; 114 LPWSTR lpszProxy; 115 LPWSTR lpszProxyBypass;
|
/external/lzma/CPP/7zip/Bundles/SFXWin/ |
D | SfxWin.cpp | 209 LPWSTR in WinMain() argument
|
/external/google-breakpad/src/tools/windows/dump_syms/ |
D | dump_syms_unittest.cc | 129 ASSERT_TRUE(::CreateProcessW(NULL, (LPWSTR)command_line.c_str(), NULL, NULL, in RunCommand()
|
/external/icu/icu4c/source/test/intltest/ |
D | windttst.cpp | 123 …GetLocaleInfoW(lcidRecords[i].lcid, LOCALE_RETURN_NUMBER|LOCALE_ICALENDARTYPE, (LPWSTR) calType, s… in testLocales()
|
/external/fmtlib/test/ |
D | util-test.cc | 862 LPWSTR message = 0; in TEST() 866 reinterpret_cast<LPWSTR>(&message), 0, 0); in TEST() 882 LPWSTR message = 0; in TEST() 890 reinterpret_cast<LPWSTR>(&message), 0, 0) == 0) { in TEST()
|