/external/srec/tools/make_g2g/ |
make_g2g.c | 40 static void usage(LCHAR* exename) 42 LFPRINTF(stdout,"usage: %s -base <base grammar filename> [-out <output file>] \n",exename);
|
/external/chromium_org/third_party/skia/src/views/win/ |
skia_win.cpp | 140 TCHAR exename[1024], *next; local 141 int exenameLen = GetModuleFileName(NULL, exename, SK_ARRAY_COUNT(exename)); 142 // we're ignoring the possibility that the exe name exceeds the exename buffer 144 argv[argc++] = tchar_to_utf8(exename);
|
/external/skia/src/views/win/ |
skia_win.cpp | 140 TCHAR exename[1024], *next; local 141 int exenameLen = GetModuleFileName(NULL, exename, SK_ARRAY_COUNT(exename)); 142 // we're ignoring the possibility that the exe name exceeds the exename buffer 144 argv[argc++] = tchar_to_utf8(exename);
|
/ndk/build/tools/ |
builder-funcs.sh | 434 local exe exename 435 exename=$1 436 exe=$_BUILD_DSTDIR/$exename$HOST_EXE 441 builder_log "${_BUILD_PREFIX}Executable: $exename$HOST_EXE"
|
/external/valgrind/main/coregrind/m_debuginfo/ |
debuginfo.c | 1038 Char exename[VKI_PATH_MAX]; local [all...] |
/external/srec/tools/parseStringTest/ |
parseStringTest.c | 61 int usage(LCHAR* exename) 63 pfprintf(PSTDOUT, "usage: %s -base <basefilename> [-in <input file>] [-out <output file>] [-itest <testfilename>]\n", exename);
|
/external/srec/tools/test_g2g/ |
test_g2g.c | 61 int usage(LCHAR* exename) 63 pfprintf(PSTDOUT,"usage: %s -base <basefilename> \n",exename);
|
/external/valgrind/main/coregrind/ |
m_main.c | 1882 const HChar* exename; local [all...] |