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

1 2 3

  /external/dropbear/libtomcrypt/
testme.sh 1 #!/bin/bash
18 bash run.sh "STOCK" " " "$1" "$2" "$3" || exit 1
21 bash run.sh "SMALL" "-DLTC_SMALL_CODE" "$1" "$2" "$3" || exit 1
24 bash run.sh "NOTABLES" "-DLTC_NO_TABLES" "$1" "$2" "$3" || exit 1
27 bash run.sh "SMALL+NOTABLES" "-DLTC_SMALL_CODE -DLTC_NO_TABLES" "$1" "$2" "$3" || exit 1
30 bash run.sh "CLEANSTACK" "-DLTC_CLEAN_STACK" "$1" "$2" "$3" || exit 1
33 bash run.sh "CLEANSTACK+SMALL" "-DLTC_SMALL_CODE -DLTC_CLEAN_STACK" "$1" "$2" "$3" || exit 1
36 bash run.sh "CLEANSTACK+NOTABLES" "-DLTC_NO_TABLES -DLTC_CLEAN_STACK" "$1" "$2" "$3" || exit 1
39 bash run.sh "CLEANSTACK+NOTABLES+SMALL" "-DLTC_NO_TABLES -DLTC_CLEAN_STACK -DLTC_SMALL_CODE" "$1" "$2" "$3" || exit 1
42 bash run.sh "NO_FAST" "-DLTC_NO_FAST" "$1" "$2" "$3" || exit
    [all...]
run.sh 1 #!/bin/bash
2 bash build.sh " $1" "$2 -O2" "$3 IGNORE_SPEED=1" "$4" "$5"
12 bash build.sh " $1" "$2 -Os" " $3 IGNORE_SPEED=1 LTC_SMALL=1" "$4" "$5"
22 bash build.sh " $1" " $2" " $3 " "$4" "$5"
  /external/webkit/Source/WebKit/win/WebKit.vcproj/
InterfacesPostBuild.cmd 1 %SystemDrive%\cygwin\bin\which.exe bash
InterfacesPreBuild.cmd 1 %SystemDrive%\cygwin\bin\which.exe bash
9 bash "%WEBKITLIBRARIESDIR%\tools\scripts\auto-version.sh" "%INTDIR%"
WebKitLibPreBuild.cmd 1 %SystemDrive%\cygwin\bin\which.exe bash
11 bash "%WEBKITLIBRARIESDIR%\tools\scripts\auto-version.sh" "%INTDIR%"
WebKitGUIDPreBuild.cmd 1 %SystemDrive%\cygwin\bin\which.exe bash
  /external/webkit/Source/WebKit2/win/
WebKitPreBuild.cmd 1 %SystemDrive%\cygwin\bin\which.exe bash
11 bash "%WEBKITLIBRARIESDIR%\tools\scripts\auto-version.sh" "%INTDIR%"
WebKit2WebProcessPreBuild.cmd 1 %SystemDrive%\cygwin\bin\which.exe bash
  /external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
JavaScriptCorePreBuild.cmd 1 %SystemDrive%\cygwin\bin\which.exe bash
  /external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/WTF/
WTFPreBuild.cmd 1 %SystemDrive%\cygwin\bin\which.exe bash
  /external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/jsc/
jscPreBuild.cmd 1 %SystemDrive%\cygwin\bin\which.exe bash
  /external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/testapi/
testapiPreBuild.cmd 1 %SystemDrive%\cygwin\bin\which.exe bash
  /external/webkit/Source/WebCore/WebCore.vcproj/
QTMovieWinPreBuild.cmd 1 %SystemDrive%\cygwin\bin\which.exe bash
WebCorePreBuild.cmd 1 %SystemDrive%\cygwin\bin\which.exe bash
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/win/
TestNetscapePluginPreBuild.cmd 1 %SystemDrive%\cygwin\bin\which.exe bash
  /external/webkit/Tools/DumpRenderTree/win/
ImageDiffPreBuild.cmd 1 %SystemDrive%\cygwin\bin\which.exe bash
  /external/webkit/Tools/TestWebKitAPI/win/
TestWebKitAPIPreBuild.cmd 1 %SystemDrive%\cygwin\bin\which.exe bash
  /external/webkit/Tools/WebKitAPITest/
WebKitAPITestPreBuild.cmd 1 %SystemDrive%\cygwin\bin\which.exe bash
  /external/webkit/Tools/WebKitTestRunner/win/
InjectedBundlePreBuild.cmd 1 %SystemDrive%\cygwin\bin\which.exe bash
WebKitTestRunnerPreBuild.cmd 1 %SystemDrive%\cygwin\bin\which.exe bash
  /external/webkit/Tools/WinLauncher/
WinLauncherPreBuild.cmd 1 %SystemDrive%\cygwin\bin\which.exe bash
  /external/wpa_supplicant/
wpa_supplicant_conf.mk 41 bash $(PRIVATE_WPA_SUPPLICANT_CONF_SCRIPT) $(PRIVATE_WPA_SUPPLICANT_CONF_TEMPLATE) > $@
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_supplicant_conf.mk 41 bash $(PRIVATE_WPA_SUPPLICANT_CONF_SCRIPT) $(PRIVATE_WPA_SUPPLICANT_CONF_TEMPLATE) > $@
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant_conf.mk 41 bash $(PRIVATE_WPA_SUPPLICANT_CONF_SCRIPT) $(PRIVATE_WPA_SUPPLICANT_CONF_TEMPLATE) > $@
  /external/oprofile/module/ia64/
Makefile.in 27 CONFIG_SHELL := TOPDIR=$(KSRC) /bin/bash

Completed in 343 milliseconds

1 2 3