/external/lzma/CPP/Windows/ |
FileName.h | 14 const TCHAR kDirDelimiter = CHAR_PATH_SEPARATOR;
15 const TCHAR kAnyStringWildcard = '*';
|
/external/chromium/testing/gmock/src/ |
gmock_main.cc | 42 # include <tchar.h> // NOLINT 44 int _tmain(int argc, TCHAR** argv) {
|
/hardware/ti/omap3/dspbridge/inc/ |
dbtype.h | 149 typedef WCHAR TCHAR; 151 typedef CHAR TCHAR; 155 typedef TCHAR *PSTRING; /* Generic character string type */ 156 typedef TCHAR CHARACTER; 177 typedef WCHAR TCHAR; 179 typedef CHAR TCHAR; 183 typedef TCHAR *PSTRING; /* Generic character string type */ 184 typedef TCHAR CHARACTER;
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
dbtype.h | 149 typedef WCHAR TCHAR; 151 typedef CHAR TCHAR; 155 typedef TCHAR *PSTRING; /* Generic character string type */ 156 typedef TCHAR CHARACTER; 177 typedef WCHAR TCHAR; 179 typedef CHAR TCHAR; 183 typedef TCHAR *PSTRING; /* Generic character string type */ 184 typedef TCHAR CHARACTER;
|
/external/chromium_org/third_party/openssl/openssl/crypto/ |
LPdir_win.c | 28 #include <tchar.h> 74 if (sizeof(TCHAR) != sizeof(char)) 76 TCHAR *wdir = NULL; 80 wdir = (TCHAR *)malloc(len_0 * sizeof(TCHAR)); 93 wdir[index] = (TCHAR)directory[index]; 100 (*ctx)->handle = FindFirstFile((TCHAR *)directory, &(*ctx)->ctx); 118 if (sizeof(TCHAR) != sizeof(char)) 120 TCHAR *wdir = (*ctx)->ctx.cFileName;
|
/external/chromium_org/tools/gyp/test/win/rc-build/ |
hello.cpp | 7 #include <tchar.h>
13 TCHAR szTitle[MAX_LOADSTRING];
14 TCHAR szWindowClass[MAX_LOADSTRING];
|
/external/openssl/crypto/ |
LPdir_win.c | 28 #include <tchar.h> 74 if (sizeof(TCHAR) != sizeof(char)) 76 TCHAR *wdir = NULL; 80 wdir = (TCHAR *)malloc(len_0 * sizeof(TCHAR)); 93 wdir[index] = (TCHAR)directory[index]; 100 (*ctx)->handle = FindFirstFile((TCHAR *)directory, &(*ctx)->ctx); 118 if (sizeof(TCHAR) != sizeof(char)) 120 TCHAR *wdir = (*ctx)->ctx.cFileName;
|
/external/srec/audio/AudioIn/UNIX/include/ |
audioinerr.h | 59 #define TCHAR char 98 const TCHAR *szExplanation;
|
audioin.h | 248 const TCHAR * lhs_audioinErrorGetString(
|
/ndk/sources/host-tools/toolbox/ |
echo_win.c | 33 #include <tchar.h> 45 TCHAR** argv = CommandLineToArgvW(GetCommandLine(), &argc); 58 const TCHAR* comma = L"";
|
cmp_win.c | 33 #include <tchar.h> 44 TCHAR** argv = CommandLineToArgvW(GetCommandLine(), &argc);
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
win32windowpicker_unittest.cc | 17 static const TCHAR* kVisibleWindowTitle = L"Visible Window"; 18 static const TCHAR* kInvisibleWindowTitle = L"Invisible Window"; 66 TCHAR window_title[500];
|
win32windowpicker.cc | 46 TCHAR class_name_w[500]; 54 TCHAR window_title[500];
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
pthread_win32_attach_detach_np.c | 48 TCHAR QuserExDLLPathBuf[1024]; 95 (const TCHAR *) TEXT ("QueueUserAPCEx")); 119 (const TCHAR *) TEXT ("QueueUserAPCEx_Init")); 175 (const TCHAR *) TEXT ("QueueUserAPCEx_Fini"));
|
/external/chromium_org/third_party/skia/src/views/win/ |
skia_win.cpp | 9 #include <tchar.h> 17 TCHAR szTitle[] = _T("SampleApp"); // The title bar text 18 TCHAR szWindowClass[] = _T("SAMPLEAPP"); // the main window class name 100 char* tchar_to_utf8(const TCHAR* str) { 140 TCHAR exename[1024], *next; 145 TCHAR* arg = _tcstok_s(lpCmdLine, _T(" "), &next);
|
/external/skia/src/views/win/ |
skia_win.cpp | 9 #include <tchar.h> 17 TCHAR szTitle[] = _T("SampleApp"); // The title bar text 18 TCHAR szWindowClass[] = _T("SAMPLEAPP"); // the main window class name 100 char* tchar_to_utf8(const TCHAR* str) { 140 TCHAR exename[1024], *next; 145 TCHAR* arg = _tcstok_s(lpCmdLine, _T(" "), &next);
|
/external/wpa_supplicant_8/src/drivers/ |
driver_ndis.h | 30 TCHAR *adapter_name;
|
/external/webrtc/src/system_wrappers/source/ |
trace_win.cc | 114 TCHAR szDateStr[20]; 115 TCHAR szTimeStr[20];
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_edit_view_win.h | 278 void OnChar(TCHAR ch, UINT repeat_count, UINT flags); 284 void OnKeyDown(TCHAR key, UINT repeat_count, UINT flags); 285 void OnKeyUp(TCHAR key, UINT repeat_count, UINT flags); 303 void OnSysChar(TCHAR ch, UINT repeat_count, UINT flags); 308 void HandleKeystroke(UINT message, TCHAR key, UINT repeat_count, UINT flags); 313 bool OnKeyDownOnlyWritable(TCHAR key, UINT repeat_count, UINT flags); 314 bool OnKeyDownAllModes(TCHAR key, UINT repeat_count, UINT flags);
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
addinterface.cpp | 107 TCHAR name[10]; 119 TCHAR name[255]; 162 (ifname.length() + 1) * sizeof(TCHAR)); 169 (LPBYTE) TEXT("default"), 8 * sizeof(TCHAR)); 171 (LPBYTE) TEXT(""), 1 * sizeof(TCHAR));
|
/external/wpa_supplicant_8/wpa_supplicant/ |
main_winsvc.c | 62 const TCHAR *name) 66 TCHAR adapter[TBUFLEN], config[TBUFLEN], ctrl_interface[TBUFLEN]; 201 TCHAR name[255]; 254 static int register_service(const TCHAR *exe) 424 TCHAR *path; 428 path = os_malloc(MAX_PATH * sizeof(TCHAR));
|
config_winreg.c | 67 TCHAR name[TNAMELEN]; 120 static int wpa_config_read_reg_dword(HKEY hk, const TCHAR *name, int *_val) 137 static char * wpa_config_read_reg_string(HKEY hk, const TCHAR *name) 141 TCHAR *val; 283 static struct wpa_ssid * wpa_config_read_network(HKEY hk, const TCHAR *netw, 311 TCHAR name[255], data[1024]; 389 TCHAR name[255]; 440 TCHAR buf[256]; 492 static int wpa_config_write_reg_dword(HKEY hk, const TCHAR *name, int val, 519 TCHAR *_name, *_val [all...] |
/external/chromium/chrome/browser/importer/ |
firefox_importer_utils_win.cc | 24 TCHAR ver_buffer[128];
|
/external/chromium_org/content/browser/accessibility/ |
browser_accessibility_state_impl_win.cc | 58 TCHAR filename[MAX_PATH];
|
/external/chromium_org/third_party/libusb/src/msvc/ |
missing.c | 35 TCHAR wValue[MAX_PATH];
|