HomeSort by relevance Sort by last modified time
    Searched full:commandline (Results 1 - 25 of 175) sorted by null

1 2 3 4 5 6 7

  /external/webkit/JavaScriptCore/os-win32/
WinMain.cpp 52 WCHAR* commandLine = lpCmdLine;
53 while (commandLine[0] != '\0') {
57 while (commandLine[0] == ' ')
58 ++commandLine;
60 if (commandLine[0] == '\"') {
61 ++commandLine;
65 while (commandLine[commandLineLength] != endChar && commandLine[commandLineLength] != '\0')
68 arguments.append(convertToUtf8(commandLine, commandLineLength));
70 commandLine += commandLineLength
    [all...]
  /external/kernel-headers/original/linux/
config.h 4 * autoconf.h is now included via -imacros on the commandline
  /external/icu4c/common/
common.vcproj 411 CommandLine="copy "$(InputPath)" ..\..\include\unicode
"
420 CommandLine="copy "$(InputPath)" ..\..\include\unicode
"
429 CommandLine="copy "$(InputPath)" ..\..\include\unicode
"
438 CommandLine="copy "$(InputPath)" ..\..\include\unicode
"
475 CommandLine="copy "$(InputPath)" ..\..\include\unicode
"
484 CommandLine="copy "$(InputPath)" ..\..\include\unicode
"
493 CommandLine="copy "$(InputPath)" ..\..\include\unicode
"
502 CommandLine="copy "$(InputPath)" ..\..\include\unicode
"
531 CommandLine="copy "$(InputPath)" ..\..\include\unicode
"
540 CommandLine="copy "$(InputPath)" ..\..\include\unicode

    [all...]
  /cts/tools/vm-tests/src/util/build/
JavacBuildStep.java 57 String[] commandLine = new String[sourceFiles.size()+args];
58 commandLine[0] = "-classpath";
59 commandLine[1] = classPath;
60 commandLine[2] = "-d";
61 commandLine[3] = destPath;
66 System.arraycopy(files, 0, commandLine, args, files.length);
69 return Main.compile(commandLine, new PrintWriter(System.err)) == 0;
  /external/icu4c/i18n/
i18n.vcproj 417 CommandLine="copy "$(InputPath)" ..\..\include\unicode
"
426 CommandLine="copy "$(InputPath)" ..\..\include\unicode
"
435 CommandLine="copy "$(InputPath)" ..\..\include\unicode"
444 CommandLine="copy "$(InputPath)" ..\..\include\unicode"
461 CommandLine="copy "$(InputPath)" ..\..\include\unicode
"
470 CommandLine="copy "$(InputPath)" ..\..\include\unicode
"
479 CommandLine="copy "$(InputPath)" ..\..\include\unicode"
488 CommandLine="copy "$(InputPath)" ..\..\include\unicode"
513 CommandLine="copy "$(InputPath)" ..\..\include\unicode
"
522 CommandLine="copy "$(InputPath)" ..\..\include\unicode

    [all...]
  /external/icu4c/layout/
layout.vcproj 869 CommandLine="copy "$(InputPath)" ..\..\include\layout
"
878 CommandLine="copy "$(InputPath)" ..\..\include\layout
"
887 CommandLine="copy "$(InputPath)" ..\..\include\layout
"
896 CommandLine="copy "$(InputPath)" ..\..\include\layout
"
913 CommandLine="copy "$(InputPath)" ..\..\include\layout
"
922 CommandLine="copy "$(InputPath)" ..\..\include\layout
"
931 CommandLine="copy "$(InputPath)" ..\..\include\layout
"
940 CommandLine="copy "$(InputPath)" ..\..\include\layout
"
953 CommandLine="copy "$(InputPath)" ..\..\include\layout
"
962 CommandLine="copy "$(InputPath)" ..\..\include\layout

    [all...]
  /external/webkit/JavaScriptCore/JavaScriptCore.vcproj/WTF/
WTFCommon.vsprops 20 CommandLine="if exist "$(WebKitOutputDir)\buildfailed" del "$(WebKitOutputDir)\buildfailed""
24 CommandLine="%SystemDrive%\cygwin\bin\which.exe bash
if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
cmd /c
"
  /external/webkit/WebKitTools/WebKitAPITest/
WebKitAPITestCommon.vsprops 19 CommandLine="if exist "$(WebKitOutputDir)\buildfailed" del "$(WebKitOutputDir)\buildfailed""
23 CommandLine="%SystemDrive%\cygwin\bin\which.exe bash
if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
cmd /c
if exist "$(WebKitOutputDir)\buildfailed" grep XX$(ProjectName)XX "$(WebKitOutputDir)\buildfailed"
if errorlevel 1 exit 1
echo XX$(ProjectName)XX > "$(WebKitOutputDir)\buildfailed"
"
  /external/icu4c/layoutex/
layoutex.vcproj 446 CommandLine="copy "$(InputPath)" ..\..\include\layout
"
455 CommandLine="copy "$(InputPath)" ..\..\include\layout
"
464 CommandLine="copy "$(InputPath)" ..\..\include\layout
"
473 CommandLine="copy "$(InputPath)" ..\..\include\layout
"
486 CommandLine="copy "$(InputPath)" ..\..\include\layout
"
495 CommandLine="copy "$(InputPath)" ..\..\include\layout
"
504 CommandLine="copy "$(InputPath)" ..\..\include\layout
"
513 CommandLine="copy "$(InputPath)" ..\..\include\layout
"
526 CommandLine="copy "$(InputPath)" ..\..\include\layout
"
535 CommandLine="copy "$(InputPath)" ..\..\include\layout

    [all...]
  /external/webkit/WebKitLibraries/win/tools/vsprops/
release.vsprops 23 CommandLine="if not exist "$(WebKitOutputDir)\public\sym" mkdir "$(WebKitOutputDir)\public\sym""
  /external/v8/tools/visual_studio/
v8_snapshot_cc.vcproj 71 CommandLine=""$(OutDir)\v8_mksnapshot.exe" "$(IntDir)\DerivedSources\snapshot.cc"
"
82 CommandLine=""$(OutDir)\v8_mksnapshot.exe" "$(IntDir)\DerivedSources\snapshot.cc"
"
v8_snapshot_cc_x64.vcproj 71 CommandLine=""$(OutDir)\v8_mksnapshot.exe" "$(IntDir)\DerivedSources\snapshot.cc"
"
82 CommandLine=""$(OutDir)\v8_mksnapshot.exe" "$(IntDir)\DerivedSources\snapshot.cc"
"
  /external/webkit/JavaScriptCore/JavaScriptCore.vcproj/testapi/
testapiCommon.vsprops 20 CommandLine="if exist "$(WebKitOutputDir)\buildfailed" del "$(WebKitOutputDir)\buildfailed"

xcopy /y /d "$(ProjectDir)\..\..\API\tests\testapi.js" "$(OutDir)"
"
24 CommandLine="%SystemDrive%\cygwin\bin\which.exe bash
if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
cmd /c
if exist "$(WebKitOutputDir)\buildfailed" grep XX$(ProjectName)XX "$(WebKitOutputDir)\buildfailed"
if errorlevel 1 exit 1
echo XX$(ProjectName)XX > "$(WebKitOutputDir)\buildfailed"
"
  /external/webkit/WebKit/win/WebKit.vcproj/
WebKitGUID.vcproj 27 CommandLine="%SystemDrive%\cygwin\bin\which.exe bash
if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
cmd /c
if exist "$(WebKitOutputDir)\buildfailed" grep XX$(ProjectName)XX "$(WebKitOutputDir)\buildfailed"
if errorlevel 1 exit 1
echo XX$(ProjectName)XX > "$(WebKitOutputDir)\buildfailed"
"
75 CommandLine="if exist "$(WebKitOutputDir)\buildfailed" del "$(WebKitOutputDir)\buildfailed""
88 CommandLine="%SystemDrive%\cygwin\bin\which.exe bash
if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
cmd /c
if exist "$(WebKitOutputDir)\buildfailed" grep XX$(ProjectName)XX "$(WebKitOutputDir)\buildfailed"
if errorlevel 1 exit 1
echo XX$(ProjectName)XX > "$(WebKitOutputDir)\buildfailed"
"
136 CommandLine="if exist "$(WebKitOutputDir)\buildfailed" del "$(WebKitOutputDir)\buildfailed""
148 CommandLine="%SystemDrive%\cygwin\bin\which.exe bash
if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
cmd /c
if exist "$(WebKitOutputDir)\buildfailed" grep XX$(ProjectName)XX "$(WebKitOutputDir)\buildfailed"
if errorlevel 1 exit 1
echo XX$(ProjectName)XX > "$(WebKitOutputDir)\buildfailed"
"
196 CommandLine="if exist "$(WebKitOutputDir)\buildfailed" del "$(WebKitOutputDir)\buildfailed""
208 CommandLine="%SystemDrive%\cygwin\bin\which.exe bash
if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
cmd /c
if exist "$(WebKitOutputDir)\buildfailed" grep XX$(ProjectName)XX "$(WebKitOutputDir)\buildfailed"
if errorlevel 1 exit 1
echo XX$(ProjectName)XX > "$(WebKitOutputDir)\buildfailed"
"
256 CommandLine="if exist "$(WebKitOutputDir)\buildfailed" del "$(WebKitOutputDir)\buildfailed""
  /external/webkit/WebKitTools/DumpRenderTree/win/TestNetscapePlugin/
TestNetscapePlugin.vcproj 26 CommandLine="%SystemDrive%\cygwin\bin\which.exe bash
if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
cmd /c
if exist "$(WebKitOutputDir)\buildfailed" grep XX$(ProjectName)XX "$(WebKitOutputDir)\buildfailed"
if errorlevel 1 exit 1
echo XX$(ProjectName)XX > "$(WebKitOutputDir)\buildfailed"
"
84 CommandLine="if exist "$(WebKitOutputDir)\buildfailed" del "$(WebKitOutputDir)\buildfailed""
96 CommandLine="%SystemDrive%\cygwin\bin\which.exe bash
if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
cmd /c
if exist "$(WebKitOutputDir)\buildfailed" grep XX$(ProjectName)XX "$(WebKitOutputDir)\buildfailed"
if errorlevel 1 exit 1
echo XX$(ProjectName)XX > "$(WebKitOutputDir)\buildfailed"
"
154 CommandLine="if exist "$(WebKitOutputDir)\buildfailed" del "$(WebKitOutputDir)\buildfailed""
165 CommandLine="%SystemDrive%\cygwin\bin\which.exe bash
if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
cmd /c
if exist "$(WebKitOutputDir)\buildfailed" grep XX$(ProjectName)XX "$(WebKitOutputDir)\buildfailed"
if errorlevel 1 exit 1
echo XX$(ProjectName)XX > "$(WebKitOutputDir)\buildfailed"
"
224 CommandLine="if exist "$(WebKitOutputDir)\buildfailed" del "$(WebKitOutputDir)\buildfailed""
235 CommandLine="%SystemDrive%\cygwin\bin\which.exe bash
if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
cmd /c
if exist "$(WebKitOutputDir)\buildfailed" grep XX$(ProjectName)XX "$(WebKitOutputDir)\buildfailed"
if errorlevel 1 exit 1
echo XX$(ProjectName)XX > "$(WebKitOutputDir)\buildfailed"
"
293 CommandLine="if exist "$(WebKitOutputDir)\buildfailed" del "$(WebKitOutputDir)\buildfailed""
304 CommandLine="%SystemDrive%\cygwin\bin\which.exe bash
if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
cmd /c
if exist "$(WebKitOutputDir)\buildfailed" grep XX$(ProjectName)XX "$(WebKitOutputDir)\buildfailed"
if errorlevel 1 exit 1
echo XX$(ProjectName)XX > "$(WebKitOutputDir)\buildfailed"
"
363 CommandLine="if exist "$(WebKitOutputDir)\buildfailed" del "$(WebKitOutputDir)\buildfailed&quot (…)
    [all...]
  /external/libpng/projects/visualc71/
pngtest.vcproj 30 CommandLine="set path=$(OutDir)\..;$(OutDir)\..\ZLib
77 CommandLine="set path=$(OutDir)\..;$(OutDir)\..\ZLib
125 CommandLine="set path=$(OutDir)\..;$(OutDir)\..\ZLib
173 CommandLine="set path=$(OutDir)\..;$(OutDir)\..\ZLib
222 CommandLine="set path=$(OutDir)\..;$(OutDir)\..\..\Win32_DLL_Release\ZLib
271 CommandLine="set path=$(OutDir)\..;$(OutDir)\..\ZLib
319 CommandLine="set path=$(OutDir)\..;$(OutDir)\..\ZLib
367 CommandLine="set path=$(OutDir)\..;$(OutDir)\..\ZLib
415 CommandLine="set path=$(OutDir)\..;$(OutDir)\..\ZLib
  /external/bluetooth/glib/build/win32/vs9/
gmodule.vcproj 31 CommandLine="if exist ..\..\..\gmodule\gmoduleconf.h goto END
copy ..\..\..\gmodule\gmoduleconf.h.win32 ..\..\..\gmodule\gmoduleconf.h
:END
"
112 CommandLine="if exist ..\..\..\gmodule\gmoduleconf.h goto END
copy ..\..\..\gmodule\gmoduleconf.h.win32 ..\..\..\gmodule\gmoduleconf.h
:END
"
191 CommandLine="if exist ..\..\..\gmodule\gmoduleconf.h goto END
copy ..\..\..\gmodule\gmoduleconf.h.win32 ..\..\..\gmodule\gmoduleconf.h
:END
"
273 CommandLine="if exist ..\..\..\gmodule\gmoduleconf.h goto END
copy ..\..\..\gmodule\gmoduleconf.h.win32 ..\..\..\gmodule\gmoduleconf.h
:END
"
386 CommandLine="echo EXPORTS > "$(InputDir)/gmodule.def" && cl /EP -DG_OS_WIN32 "$(InputPath)" >> "$(InputDir)/gmodule.def"
"
396 CommandLine="echo EXPORTS > "$(InputDir)/gmodule.def" && cl /EP -DG_OS_WIN32 "$(InputPath)" >> "$(InputDir)/gmodule.def"
"
406 CommandLine="echo EXPORTS > "$(InputDir)/gmodule.def" && cl /EP -DG_OS_WIN32 "$(InputPath)" >> "$(InputDir)/gmodule.def"
"
416 CommandLine="echo EXPORTS > "$(InputDir)/gmodule.def" && cl /EP -DG_OS_WIN32 "$(InputPath)" >> "$(InputDir)/gmodule.def"
"
  /external/icu4c/extra/uconv/
uconv.vcproj 35 CommandLine="copy "$(TargetPath)" ..\..\..\bin
"
125 CommandLine="copy "$(TargetPath)" ..\..\..\bin
"
219 CommandLine="copy "$(TargetPath)" ..\..\..\bin64
"
312 CommandLine="copy "$(TargetPath)" ..\..\..\bin64
"
445 CommandLine="nmake /nologo /f $(InputName).mak icup="$(ProjectDir)..\..\.." CFG=x86\Release
"
454 CommandLine="nmake /nologo /f $(InputName).mak icup="$(ProjectDir)..\..\.." CFG=x86\Debug
"
463 CommandLine="nmake /nologo /f $(InputName).mak icup="$(ProjectDir)..\..\.." CFG=x64\Release
"
472 CommandLine="nmake /nologo /f $(InputName).mak icup="$(ProjectDir)..\..\.." CFG=x64\Debug
"
  /external/icu4c/io/
io.vcproj 529 CommandLine="copy "$(InputPath)" ..\..\include\unicode
"
538 CommandLine="copy "$(InputPath)" ..\..\include\unicode
"
547 CommandLine="copy "$(InputPath)" ..\..\include\unicode
"
556 CommandLine="copy "$(InputPath)" ..\..\include\unicode
"
569 CommandLine="copy "$(InputPath)" ..\..\include\unicode
"
578 CommandLine="copy "$(InputPath)" ..\..\include\unicode
"
587 CommandLine="copy "$(InputPath)" ..\..\include\unicode
"
596 CommandLine="copy "$(InputPath)" ..\..\include\unicode
"
  /external/bluetooth/glib/docs/reference/glib/tmpl/
shell.sgml 5 shell-like commandline handling
  /external/icu4c/tools/icupkg/
icupkg.vcproj 36 CommandLine="copy "$(TargetPath)" ..\..\..\bin
"
122 CommandLine="copy "$(TargetPath)" ..\..\..\bin
"
213 CommandLine="copy "$(TargetPath)" ..\..\..\bin64
"
302 CommandLine="copy "$(TargetPath)" ..\..\..\bin64
"
  /external/openssl/apps/
Android.mk 29 # These flags omit whole features from the commandline "openssl".
  /external/openssl/patches/
apps_Android.mk 29 # These flags omit whole features from the commandline "openssl".
  /external/oprofile/daemon/
opd_extended.h 57 * @param value: commandline input option string
  /external/qemu/distrib/sdl-1.2.12/src/main/macos/
SDL_main.c 367 char *commandLine;
569 commandLine = (char*) malloc (appNameText[0] + prefs.command_line[0] + 2);
570 if ( commandLine == NULL ) {
581 SDL_memcpy(commandLine, appNameText + 1, appNameText[0]);
582 commandLine[appNameText[0]] = ' ';
583 SDL_memcpy(commandLine + appNameText[0] + 1, prefs.command_line + 1, prefs.command_line[0]);
584 commandLine[ appNameText[0] + 1 + prefs.command_line[0] ] = '\0';
587 nargs = ParseCommandLine (commandLine, NULL);
592 ParseCommandLine (commandLine, args);
597 free (commandLine);
    [all...]

Completed in 6194 milliseconds

1 2 3 4 5 6 7