HomeSort by relevance Sort by last modified time
    Searched refs:TCHAR (Results 1 - 25 of 132) sorted by null

1 2 3 4 5 6

  /sdk/find_java2/src/
utils.h 29 void initUtils(const TCHAR *appName);
35 void msgBox(const TCHAR* text, ...);
38 void displayLastError(const TCHAR *description, ...);
42 int execNoWait(const TCHAR *app, const TCHAR *params, const TCHAR *workDir);
47 int execWait(const TCHAR *cmd);
JavaPath.cpp 54 const TCHAR *longPath = mPath;
60 TCHAR *shortPath = (TCHAR *)malloc(lenShort * sizeof(TCHAR));
67 shortPath = (TCHAR *)malloc(length);
utils.cpp 30 void initUtils(const TCHAR *appName) {
40 TCHAR moduleName[MAX_PATH + 1];
89 void msgBox(const TCHAR* text, ...) {
102 CString getLastWin32Error(const TCHAR* message) {
125 void displayLastError(const TCHAR *description, ...) {
147 int execNoWait(const TCHAR *app, const TCHAR *params, const TCHAR *workDir) {
160 (TCHAR *)params, /* command-line */
181 int execWait(const TCHAR *cmd) {
    [all...]
JavaFinder.cpp 37 static bool extractJavaVersion(const TCHAR *start,
41 const TCHAR *end = start + length;
42 for (const TCHAR *c = start; c < end - 2; c++) {
46 const TCHAR *e = c + 2;
144 TCHAR first32[32 + 1];
155 // Note: ReadFile uses a char buffer, not a TCHAR one.
194 TCHAR *j = _tcsstr(first32, _T("java"));
195 TCHAR *v = _tcsstr(first32, _T("version"));
257 const TCHAR* envPath = _tgetenv(_T("JAVA_HOME"));
289 static bool getRegValue(const TCHAR *keyPath,
    [all...]
WinLauncher2App.cpp 49 virtual void ParseParam(const TCHAR* pszParam, BOOL bFlag, BOOL bLast) {
108 const TCHAR *msg =
  /external/google-breakpad/src/testing/src/
gmock_main.cc 42 # include <tchar.h> // NOLINT
44 GTEST_API_ int _tmain(int argc, TCHAR** argv) {
  /external/googletest/googlemock/src/
gmock_main.cc 42 # include <tchar.h> // NOLINT
44 GTEST_API_ int _tmain(int argc, TCHAR** argv) {
  /external/v8/testing/gmock/src/
gmock_main.cc 42 # include <tchar.h> // NOLINT
44 GTEST_API_ int _tmain(int argc, TCHAR** argv) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
scrnsave.h 53 extern TCHAR szName[TITLEBARNAMELEN];
54 extern TCHAR szAppName[APPNAMEBUFFERLEN];
55 extern TCHAR szIniFile[MAXFILELEN];
56 extern TCHAR szScreenSaver[22];
57 extern TCHAR szHelpFile[MAXFILELEN];
58 extern TCHAR szNoHelpMemory[BUFFLEN];
mapiwin.h 28 #define Cbtszsize(_a) ((lstrlen(_a)+1)*sizeof(TCHAR))
32 #define HexSizeOf(_s) (HexCchOf(_s)*sizeof(TCHAR))
mapinls.h 40 typedef WCHAR TCHAR;
42 typedef char TCHAR;
53 typedef TCHAR *LPTSTR;
54 typedef const TCHAR *LPCTSTR;
  /external/curl/lib/vauth/
vauth.c 70 TCHAR *Curl_auth_build_spn(const char *service, const char *host,
74 TCHAR *tchar_spn = NULL;
91 /* Allocate our TCHAR based SPN */
digest_sspi.c 61 status = s_pSecFn->QuerySecurityPackageInfo((TCHAR *) TEXT(SP_NAME_DIGEST),
94 TCHAR *spn = NULL;
127 status = s_pSecFn->QuerySecurityPackageInfo((TCHAR *) TEXT(SP_NAME_DIGEST),
177 (TCHAR *) TEXT(SP_NAME_DIGEST),
396 TCHAR *spn;
401 status = s_pSecFn->QuerySecurityPackageInfo((TCHAR *) TEXT(SP_NAME_DIGEST),
430 (TCHAR *) TEXT(SP_NAME_DIGEST),
ntlm_sspi.c 55 status = s_pSecFn->QuerySecurityPackageInfo((TCHAR *) TEXT(SP_NAME_NTLM),
94 status = s_pSecFn->QuerySecurityPackageInfo((TCHAR *) TEXT(SP_NAME_NTLM),
133 (TCHAR *) TEXT(SP_NAME_NTLM),
157 (TCHAR *) TEXT(""),
275 (TCHAR *) TEXT(""),
  /external/mdnsresponder/mDNSWindows/ControlPanel/
SharedSecret.cpp 87 if ( LsaGetSecret( zoneUTF8, outDomain, sizeof( outDomain ) / sizeof( TCHAR ), outKey, sizeof( outKey ) / sizeof( TCHAR ), outSecret, sizeof( outSecret ) / sizeof( TCHAR ) ) )
RegistrationPage.cpp 184 TCHAR name[kDNSServiceMaxDomainName + 1];
185 DWORD nameLen = ( kDNSServiceMaxDomainName + 1 ) * sizeof( TCHAR );
211 if ( LsaGetSecret( hostnameUTF8, outDomain, sizeof( outDomain ) / sizeof( TCHAR ), outUsername, sizeof( outUsername ) / sizeof( TCHAR ), outPassword, sizeof( outPassword ) / sizeof( TCHAR ) ) )
229 TCHAR subKeyName[MAX_KEY_LENGTH];
317 err = RegSetValueEx( m_hostnameSetupKey, L"", 0, REG_SZ, (LPBYTE) (LPCTSTR) hostname, ( hostname.GetLength() + 1 ) * sizeof( TCHAR ) );
331 TCHAR subKeyName[MAX_KEY_LENGTH];
  /external/google-breakpad/src/client/windows/tests/crash_generation_app/
crash_generation_app.cc 36 #include <tchar.h>
68 TCHAR title[kMaxLoadString]; // Title bar text.
69 TCHAR window_class[kMaxLoadString]; // Main window class name.
139 static void AppendTextToEditBox(TCHAR* text) {
143 TCHAR line[kMaximumLineLength];
172 TCHAR* text = reinterpret_cast<TCHAR*>(context);
186 TCHAR* text = new TCHAR[kMaximumLineLength];
202 TCHAR* line = new TCHAR[kMaximumLineLength]
    [all...]
  /external/skia/src/views/win/
skia_win.cpp 10 #include <tchar.h>
19 static const TCHAR* register_class(HINSTANCE hInstance) {
22 static const TCHAR gSZWindowClass[] = _T("SkiaApp");
43 static char* tchar_to_utf8(const TCHAR* str) {
65 TCHAR exename[1024], *next;
70 TCHAR* arg = _tcstok_s(lpCmdLine, _T(" "), &next);
88 const TCHAR* windowClass = register_class(hInstance);
  /external/skia/tools/viewer/sk_app/win/
main_win.cpp 9 #include <tchar.h>
18 static char* tchar_to_utf8(const TCHAR* str) {
40 TCHAR exename[1024], *next;
45 TCHAR* arg = _tcstok_s(lpCmdLine, _T(" "), &next);
  /external/webrtc/webrtc/base/
win32windowpicker_unittest.cc 24 static const TCHAR* kVisibleWindowTitle = L"Visible Window";
25 static const TCHAR* kInvisibleWindowTitle = L"Invisible Window";
73 TCHAR window_title[500];
  /external/python/cpython2/PC/
getpathp.c 62 #include <tchar.h>
231 TCHAR *dataBuf = NULL;
232 static const TCHAR keyPrefix[] = _T("Software\\Python\\PythonCore\\");
233 static const TCHAR keySuffix[] = _T("\\PythonPath");
236 TCHAR *keyBuf = NULL;
237 TCHAR *keyBufPtr;
238 TCHAR **ppPaths = NULL;
244 sizeof(TCHAR)*(versionLen-1) +
248 memcpy(keyBufPtr, keyPrefix, sizeof(keyPrefix)-sizeof(TCHAR));
249 keyBufPtr += sizeof(keyPrefix)/sizeof(TCHAR) - 1
    [all...]
  /external/webrtc/webrtc/system_wrappers/source/
trace_win.cc 79 TCHAR sz_date_str[20];
80 TCHAR sz_time_str[20];
  /external/wpa_supplicant_8/src/drivers/
driver_ndis.h 30 TCHAR *adapter_name;
  /external/webrtc/webrtc/modules/video_capture/windows/
sink_filter_ds.h 39 IN TCHAR* szName,
56 CaptureSinkFilter(IN TCHAR * tszName,
  /external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
PVRShellOS.cpp 22 #include <TCHAR.H>
105 TCHAR* exeNameTCHAR = new TCHAR[DIR_BUFFER_LEN];
123 /* Convert TChar to char */
151 TCHAR *appName;
170 appName = new TCHAR[len];
298 TCHAR *tzText, *tzCaption;
308 tzText = (TCHAR*)malloc(nT * sizeof(*tzText));
309 tzCaption = (TCHAR*)malloc(nC * sizeof(*tzCaption));
758 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, TCHAR *lpCmdLine, int nCmdShow)
    [all...]

Completed in 1824 milliseconds

1 2 3 4 5 6