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

1 2

  /external/webkit/Tools/MiniBrowser/win/
stdafx.h 29 #include <tchar.h>
  /external/chromium/testing/gmock/src/
gmock_main.cc 42 # include <tchar.h> // NOLINT
44 int _tmain(int argc, TCHAR** argv) {
  /external/webkit/Tools/WinLauncher/
stdafx.h 59 #include <tchar.h>
  /development/host/windows/usb/adb_winapi_test/
stdafx.h 42 #include <tchar.h>
  /ndk/sources/host-tools/toolbox/
echo_win.c 33 #include <tchar.h>
45 TCHAR** argv = CommandLineToArgvW(GetCommandLine(), &argc);
50 const TCHAR* arg = argv[1];
70 const TCHAR* comma = L"";
  /external/webkit/Source/WebKit2/UIProcess/win/
WebPageProxyWin.cpp 31 #include <tchar.h>
  /external/aac/libSYS/include/
cmdl_parser.h 116 #include <tchar.h>
  /external/expat/xmlwf/
win32filemap.c 20 #include <tchar.h>
23 static void win32perror(const TCHAR *);
26 filemap(const TCHAR *name,
27 void (*processor)(const void *, size_t, const TCHAR *, void *arg),
79 win32perror(const TCHAR *s)
xmlwin32url.cxx 9 #include <tchar.h>
  /external/webkit/Tools/WebKitLauncherWin/
WebKitLauncherWin.cpp 28 #include <tchar.h>
78 TCHAR exePath[MAX_PATH];
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
importgl.c 40 #include <tchar.h>
app-win32.c 27 #include <tchar.h>
  /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/webkit/Tools/FindSafari/
FindSafari.cpp 33 #include <tchar.h>
44 static TCHAR* getStringValue(HKEY key, LPCTSTR valueName)
51 TCHAR* buffer = (TCHAR*)malloc(bufferSize);
60 static TCHAR* getInstalledWebKitDirectory()
81 int _tmain(int argc, TCHAR* argv[])
83 TCHAR* path = getInstalledWebKitDirectory();
  /external/bluetooth/glib/build/win32/dirent/
dirent.c 28 #include <tchar.h>
  /external/webkit/Tools/record-memory-win/
main.cpp 5 #include <tchar.h>
17 HRESULT ProcessArgs(int argc, TCHAR *argv[]);
24 int __cdecl _tmain (int argc, TCHAR *argv[])
34 HRESULT ProcessArgs(int argc, TCHAR *argv[])
109 TCHAR szProcessName[MAX_PATH] = TEXT("<unknown>");
123 sizeof(szProcessName)/sizeof(TCHAR));
  /external/chromium/googleurl/base/
logging.cc 34 #include <tchar.h>
53 TCHAR log_file_name[MAX_PATH] = { 0 };
89 TCHAR* last_backslash = _tcsrchr(log_file_name, '\\');
123 void InitLogging(const TCHAR* new_log_file, LoggingDestination logging_dest,
logging.h 10 #include <tchar.h>
115 void InitLogging(const TCHAR* log_file, LoggingDestination logging_dest,
  /external/chromium/third_party/libjingle/source/talk/base/
pathutils.cc 32 #include <tchar.h>
win32filesystem.cc 33 #include <tchar.h>
314 TCHAR buffer[MAX_PATH + 1];
356 TCHAR buffer[MAX_PATH + 1];
366 TCHAR buffer[MAX_PATH + 1];
  /external/webkit/Tools/DumpRenderTree/win/
EditingDelegate.cpp 38 #include <tchar.h>
357 static int indexOfFirstWordCharacter(const TCHAR* text)
359 const TCHAR* cursor = text;
365 static int wordLength(const TCHAR* text)
367 const TCHAR* cursor = text;
380 static const TCHAR* misspelledWords[] = {
ResourceLoadDelegate.cpp 37 #include <tchar.h>
AccessibilityUIElementWin.cpp 33 #include <tchar.h>
214 Vector<TCHAR> roleText(roleTextLength);
385 TCHAR* ignored;
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
Surface.cpp 11 #include <tchar.h>
  /external/icu4c/i18n/
ucol.cpp 2476 tchar; local
2755 UChar schar, tchar; local
2819 UChar schar, tchar; local
3410 UChar schar, tchar; local
7613 UChar schar = 0, tchar = 0; local
    [all...]

Completed in 1133 milliseconds

1 2