/external/boringssl/src/crypto/ |
D | directory_win.c | 68 if (sizeof(TCHAR) != sizeof(char)) { in OPENSSL_DIR_read() 69 TCHAR *wdir = NULL; in OPENSSL_DIR_read() 73 wdir = (TCHAR *)malloc(len_0 * sizeof(TCHAR)); in OPENSSL_DIR_read() 84 wdir[index] = (TCHAR)directory[index]; in OPENSSL_DIR_read() 92 (*ctx)->handle = FindFirstFile((TCHAR *)directory, &(*ctx)->ctx); in OPENSSL_DIR_read() 107 if (sizeof(TCHAR) != sizeof(char)) { in OPENSSL_DIR_read() 108 TCHAR *wdir = (*ctx)->ctx.cFileName; in OPENSSL_DIR_read()
|
/external/google-breakpad/src/client/windows/tests/crash_generation_app/ |
D | crash_generation_app.cc | 68 TCHAR title[kMaxLoadString]; // Title bar text. 69 TCHAR window_class[kMaxLoadString]; // Main window class name. 139 static void AppendTextToEditBox(TCHAR* text) { in AppendTextToEditBox() 143 TCHAR line[kMaximumLineLength]; in AppendTextToEditBox() 172 TCHAR* text = reinterpret_cast<TCHAR*>(context); in AppendTextWorker() 186 TCHAR* text = new TCHAR[kMaximumLineLength]; in ShowDumpResults() 202 TCHAR* line = new TCHAR[kMaximumLineLength]; in ShowClientConnected() 220 TCHAR* line = new TCHAR[kMaximumLineLength]; in ShowClientCrashed() 249 line = new TCHAR[kMaximumLineLength]; in ShowClientCrashed() 264 TCHAR* line = new TCHAR[kMaximumLineLength]; in ShowClientExited()
|
/external/skia/src/views/win/ |
D | skia_win.cpp | 18 static const TCHAR* register_class(HINSTANCE hInstance) { in register_class() 21 static const TCHAR gSZWindowClass[] = _T("SkiaApp"); in register_class() 42 static char* tchar_to_utf8(const TCHAR* str) { in tchar_to_utf8() 64 TCHAR exename[1024], *next; in _tWinMain() 69 TCHAR* arg = _tcstok_s(lpCmdLine, _T(" "), &next); in _tWinMain() 86 const TCHAR* windowClass = register_class(hInstance); in main_common()
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
D | addinterface.cpp | 107 TCHAR name[10]; in addRegistryInterface() 119 TCHAR name[255]; in addRegistryInterface() 162 (ifname.length() + 1) * sizeof(TCHAR)); in addRegistryInterface() 169 (LPBYTE) TEXT("default"), 8 * sizeof(TCHAR)); in addRegistryInterface() 171 (LPBYTE) TEXT(""), 1 * sizeof(TCHAR)); in addRegistryInterface()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | config_winreg.c | 67 TCHAR name[TNAMELEN]; in wpa_config_read_blobs() 120 static int wpa_config_read_reg_dword(HKEY hk, const TCHAR *name, int *_val) in wpa_config_read_reg_dword() 137 static char * wpa_config_read_reg_string(HKEY hk, const TCHAR *name) in wpa_config_read_reg_string() 141 TCHAR *val; in wpa_config_read_reg_string() 283 static struct wpa_ssid * wpa_config_read_network(HKEY hk, const TCHAR *netw, in wpa_config_read_network() 311 TCHAR name[255], data[1024]; in wpa_config_read_network() 389 TCHAR name[255]; in wpa_config_read_networks() 440 TCHAR buf[256]; in wpa_config_read() 492 static int wpa_config_write_reg_dword(HKEY hk, const TCHAR *name, int val, in wpa_config_write_reg_dword() 519 TCHAR *_name, *_val; in wpa_config_write_reg_string() [all …]
|
D | main_winsvc.c | 62 const TCHAR *name) in read_interface() 66 TCHAR adapter[TBUFLEN], config[TBUFLEN], ctrl_interface[TBUFLEN]; in read_interface() 201 TCHAR name[255]; in wpa_supplicant_thread() 254 static int register_service(const TCHAR *exe) in register_service() 424 TCHAR *path; in main() 428 path = os_malloc(MAX_PATH * sizeof(TCHAR)); in main()
|
/external/libpng/contrib/visupng/ |
D | VisualPng.c | 47 BOOL BuildPngList (PTSTR pstrPathName, TCHAR **ppFileList, int *pFileCount, 50 BOOL SearchPngList (TCHAR *pFileList, int FileCount, int *pFileIndex, 168 static TCHAR szImgPathName [MAX_PATH]; in WndProc() 169 static TCHAR szTitleName [MAX_PATH]; in WndProc() 171 static TCHAR *pPngFileList = NULL; in WndProc() 513 BOOL BuildPngList (PTSTR pstrPathName, TCHAR **ppFileList, int *pFileCount, in BuildPngList() 516 static TCHAR szImgPathName [MAX_PATH]; in BuildPngList() 517 static TCHAR szImgFileName [MAX_PATH]; in BuildPngList() 518 static TCHAR szImgFindName [MAX_PATH]; in BuildPngList() 523 static TCHAR szTmp [MAX_PATH]; in BuildPngList() [all …]
|
/external/webrtc/webrtc/base/ |
D | win32windowpicker_unittest.cc | 24 static const TCHAR* kVisibleWindowTitle = L"Visible Window"; 25 static const TCHAR* kInvisibleWindowTitle = L"Invisible Window"; 73 TCHAR window_title[500]; in TEST()
|
D | win32windowpicker.cc | 53 TCHAR class_name_w[500]; in EnumProc() 61 TCHAR window_title[500]; in EnumProc()
|
/external/curl/lib/vauth/ |
D | digest_sspi.c | 73 TCHAR *spn = NULL; in Curl_auth_create_digest_md5_message() 106 status = s_pSecFn->QuerySecurityPackageInfo((TCHAR *) TEXT(SP_NAME_DIGEST), in Curl_auth_create_digest_md5_message() 156 (TCHAR *) TEXT(SP_NAME_DIGEST), in Curl_auth_create_digest_md5_message() 375 TCHAR *spn; in Curl_auth_create_digest_http_message() 380 status = s_pSecFn->QuerySecurityPackageInfo((TCHAR *) TEXT(SP_NAME_DIGEST), in Curl_auth_create_digest_http_message() 409 (TCHAR *) TEXT(SP_NAME_DIGEST), in Curl_auth_create_digest_http_message()
|
D | vauth.c | 70 TCHAR *Curl_auth_build_spn(const char *service, const char *host, in Curl_auth_build_spn() 74 TCHAR *tchar_spn = NULL; in Curl_auth_build_spn()
|
D | ntlm_sspi.c | 73 status = s_pSecFn->QuerySecurityPackageInfo((TCHAR *) TEXT(SP_NAME_NTLM), in Curl_auth_create_ntlm_type1_message() 112 (TCHAR *) TEXT(SP_NAME_NTLM), in Curl_auth_create_ntlm_type1_message() 136 (TCHAR *) TEXT(""), in Curl_auth_create_ntlm_type1_message() 254 (TCHAR *) TEXT(""), in Curl_auth_create_ntlm_type3_message()
|
/external/v8/tools/gyp/test/win/rc-build/ |
D | hello.cpp | 13 TCHAR szTitle[MAX_LOADSTRING]; 14 TCHAR szWindowClass[MAX_LOADSTRING];
|
/external/curl/lib/ |
D | ldap.c | 92 TCHAR *lud_dn; 93 TCHAR **lud_attrs; 100 TCHAR *lud_filter; 205 TCHAR *host = NULL; in Curl_ldap() 206 TCHAR *user = NULL; in Curl_ldap() 207 TCHAR *passwd = NULL; in Curl_ldap() 432 TCHAR *attribute; in Curl_ldap() 443 TCHAR *dn = ldap_get_dn(server, entryIterator); in Curl_ldap() 851 ludp->lud_attrs = calloc(count + 1, sizeof(TCHAR *)); in _ldap_url_parse2()
|
/external/webrtc/webrtc/system_wrappers/source/ |
D | trace_win.cc | 79 TCHAR sz_date_str[20]; in AddDateTimeInfo() 80 TCHAR sz_time_str[20]; in AddDateTimeInfo()
|
/external/webrtc/webrtc/modules/video_capture/windows/ |
D | sink_filter_ds.h | 39 IN TCHAR* szName, 56 CaptureSinkFilter(IN TCHAR * tszName,
|
/external/google-breakpad/src/client/windows/unittests/ |
D | exception_handler_test.cc | 78 TCHAR temp_path_[MAX_PATH]; 90 static BOOL DoesPathExist(const TCHAR *path_name); 115 TCHAR temp_path[MAX_PATH] = { '\0' }; in SetUp() 116 TCHAR test_name_wide[MAX_PATH] = { '\0' }; in SetUp() 144 BOOL ExceptionHandlerTest::DoesPathExist(const TCHAR *path_name) { in DoesPathExist()
|
D | exception_handler_death_test.cc | 55 BOOL DoesPathExist(const TCHAR *path_name); 66 TCHAR temp_path_[MAX_PATH]; 77 TCHAR temp_path[MAX_PATH] = { '\0' }; in SetUp() 78 TCHAR test_name_wide[MAX_PATH] = { '\0' }; in SetUp() 95 BOOL DoesPathExist(const TCHAR *path_name) { in DoesPathExist()
|
/external/webrtc/webrtc/voice_engine/ |
D | voice_engine_defines.h | 238 #define TCHAR char macro 298 #define TCHAR char macro
|
/external/lzma/CPP/Windows/ |
D | FileSystem.cpp | 34 TCHAR v[MAX_PATH + 2]; v[0] = 0; in MyGetVolumeInformation() 35 TCHAR f[MAX_PATH + 2]; f[0] = 0; in MyGetVolumeInformation()
|
D | FileDir.cpp | 33 TCHAR s[MAX_PATH + 2]; in GetWindowsDir() 55 TCHAR s[MAX_PATH + 2]; in GetSystemDir() 410 TCHAR s[MAX_PATH + 2]; in GetCurrentDir() 452 TCHAR s[MAX_PATH + 2]; in MyGetTempPath()
|
/external/gmock/src/ |
D | gmock_main.cc | 44 GTEST_API_ int _tmain(int argc, TCHAR** argv) {
|
/external/google-breakpad/src/testing/src/ |
D | gmock_main.cc | 44 GTEST_API_ int _tmain(int argc, TCHAR** argv) {
|
/external/lzma/CPP/Common/ |
D | MyWindows.h | 54 typedef CHAR TCHAR; typedef 55 typedef const TCHAR *LPCTSTR;
|
/external/mdnsresponder/mDNSShared/ |
D | DebugServices.c | 156 static TCHAR * 160 TCHAR * outTCharString, 955 TCHAR buffer[ 512 ]; in DebugWindowsDebuggerPrint() 958 TCHAR * dst; in DebugWindowsDebuggerPrint() 978 *dst++ = (TCHAR) c; in DebugWindowsDebuggerPrint() 997 TCHAR name[ 128 ]; in DebugWindowsEventLogInit() 999 TCHAR path[ MAX_PATH ]; in DebugWindowsEventLogInit() 1031 n *= sizeof( TCHAR ); in DebugWindowsEventLogInit() 1064 TCHAR buffer[ 512 ]; in DebugWindowsEventLogPrint() 1067 TCHAR * dst; in DebugWindowsEventLogPrint() [all …]
|