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

1 2 3

  /external/chromium_org/third_party/skia/experimental/LightSymbolsUtil/Callstacker/Callstacker/
stdafx.h 11 #include <tchar.h>
  /external/skia/experimental/LightSymbolsUtil/Callstacker/Callstacker/
stdafx.h 11 #include <tchar.h>
  /development/host/windows/usb/adb_winapi_test/
stdafx.h 42 #include <tchar.h>
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_window_creator.cc 20 #include <tchar.h>
37 TCHAR window1Title[1024] = _T("ViE Autotest Window 1");
38 TCHAR window2Title[1024] = _T("ViE Autotest Window 2");
  /external/chromium_org/content/shell/tools/
content_shell_crash_service.cc 7 #include <tchar.h>
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
normalizedunicodetext.h 8 #include <tchar.h>
normalizedunicodetext.cc 7 #include <tchar.h>
  /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];
  /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/yasm/source/patched-yasm/tools/re2c/
scanner.h 10 unsigned int tchar, tline, cline; member in struct:Scanner
  /external/aac/libSYS/include/
cmdl_parser.h 116 #include <tchar.h>
  /external/chromium_org/chrome/tools/crash_service/
main.cc 7 #include <tchar.h>
  /external/chromium_org/third_party/webrtc/base/
diskcache_win32.cc 14 #include <tchar.h>
  /external/lzma/CPP/Common/
StdInStream.cpp 5 #include <tchar.h>
StdOutStream.cpp 5 #include <tchar.h>
  /external/pdfium/fpdfsdk/include/
fsdk_define.h 11 #include <tchar.h>
  /external/chromium_org/chrome/app/
chrome_exe_main_win.cc 6 #include <tchar.h>
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
importgl.c 40 #include <tchar.h>
  /external/chromium_org/chrome/installer/util/
install_util.h 13 #include <tchar.h>
  /external/chromium_org/sandbox/win/sandbox_poc/
sandbox.cc 6 #include <tchar.h>
  /external/chromium_org/third_party/boringssl/src/crypto/
directory_win.c 34 #include <tchar.h>
62 if (sizeof(TCHAR) != sizeof(char)) {
63 TCHAR *wdir = NULL;
67 wdir = (TCHAR *)malloc(len_0 * sizeof(TCHAR));
78 wdir[index] = (TCHAR)directory[index];
86 (*ctx)->handle = FindFirstFile((TCHAR *)directory, &(*ctx)->ctx);
101 if (sizeof(TCHAR) != sizeof(char)) {
102 TCHAR *wdir = (*ctx)->ctx.cFileName;
  /external/openssl/crypto/
LPdir_win.c 27 #include <tchar.h>
99 if (sizeof(TCHAR) != sizeof(char))
101 TCHAR *wdir = NULL;
105 wdir = (TCHAR *)calloc(len_0, sizeof(TCHAR));
122 wdir[index] = (TCHAR)extdir[index];
130 (*ctx)->handle = FindFirstFile((TCHAR *)extdir, &(*ctx)->ctx);
152 if (sizeof(TCHAR) != sizeof(char))
154 TCHAR *wdir = (*ctx)->ctx.cFileName;
  /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/chromium_org/third_party/webrtc/modules/audio_device/win/
audio_device_utility_win.cc 17 #include <tchar.h>
71 TCHAR szOS[STRING_MAX_SIZE];
195 TCHAR buf[80];

Completed in 4363 milliseconds

1 2 3