Searched refs:sh (Results 1 - 25 of 648) sorted by relevance

1234567891011>>

/external/libpng/contrib/pngminus/
H A Dpngminus.sh1 #!/bin/sh
3 sh png2pnm.sh
4 sh pnm2png.sh
/external/srec/tests/
H A Drun_chmod.sh1 chmod 777 ./run_contacts.sh
2 chmod 777 ./run_ERT.sh
3 chmod 777 ./run_parameters.sh
4 chmod 777 ./run_robustness1.sh
5 chmod 777 ./run_robustness2.sh
6 chmod 777 ./run_robustness3.sh
7 chmod 777 ./run_UAPI_SrecTest.sh
8 chmod 777 ./run_UAPI_Test.sh
9 chmod 777 ./run_voicetags1.sh
/external/libsepol/src/
H A Dhandle.c9 sepol_handle_t *sh = malloc(sizeof(sepol_handle_t)); local
10 if (sh == NULL)
14 sh->msg_callback = sepol_msg_default_handler;
15 sh->msg_callback_arg = NULL;
18 sh->disable_dontaudit = 0;
19 sh->expand_consume_base = 0;
22 sh->preserve_tunables = 0;
24 return sh;
27 int sepol_get_preserve_tunables(sepol_handle_t *sh) argument
29 assert(sh !
33 sepol_set_preserve_tunables(sepol_handle_t * sh, int preserve_tunables) argument
39 sepol_get_disable_dontaudit(sepol_handle_t *sh) argument
45 sepol_set_disable_dontaudit(sepol_handle_t * sh, int disable_dontaudit) argument
51 sepol_set_expand_consume_base(sepol_handle_t *sh, int consume_base) argument
57 sepol_handle_destroy(sepol_handle_t * sh) argument
[all...]
/external/tcpdump/tests/
H A Dalltests.sh1 #!/bin/sh
3 for i in *.sh
5 if [ "X$i" = "Xalltests.sh" ]
9 sh ./$i
/external/dropbear/libtomcrypt/
H A Dtestme.sh18 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 1
45 bash run.sh "NO_FAS
[all...]
/external/eigen/scripts/
H A Dcheck.in17 ./buildtests.sh "$1" && ctest -R "$1" ${EIGEN_CTEST_ARGS}
19 ./buildtests.sh "$1" && ctest -R "$1"
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
H A Dbuildall.sh3 ./buildpkb.sh de DE gl0
4 ./buildpkb.sh en GB kh0
5 ./buildpkb.sh en US lh0
6 ./buildpkb.sh es ES zl0
7 ./buildpkb.sh fr FR nk0
8 ./buildpkb.sh it IT cm0
10 ./buildbin.sh de-DE gl0
11 ./buildbin.sh en-GB kh0
12 ./buildbin.sh en-US lh0
13 ./buildbin.sh e
[all...]
/external/srec/config/en.us/
H A Drun-chmod.sh1 chmod 777 ./run-bothtags5.sh
2 chmod 777 ./run-bothtags5-from-saved.sh
3 chmod 777 ./run-liveaudio.sh
4 chmod 777 ./run-set-get-param.sh
5 chmod 777 ./run-change-sample-rate2.sh
/external/libsepol/include/sepol/
H A Dhandle.h14 int sepol_get_disable_dontaudit(sepol_handle_t * sh);
18 void sepol_set_disable_dontaudit(sepol_handle_t * sh, int disable_dontaudit);
22 void sepol_set_expand_consume_base(sepol_handle_t * sh, int consume_base);
28 int sepol_get_preserve_tunables(sepol_handle_t * sh);
32 void sepol_set_preserve_tunables(sepol_handle_t * sh, int preserve_tunables);
/external/chromium/build/
H A Dsanitize-mac-build-log.sh1 #!/bin/sh
5 sed -f `dirname "${0}"`/`basename "${0}" sh`sed
H A Dsanitize-win-build-log.sh1 #!/bin/sh
5 sed -f `dirname "${0}"`/`basename "${0}" sh`sed
/external/chromium_org/build/
H A Dsanitize-mac-build-log.sh1 #!/bin/sh
5 sed -r -f `dirname "${0}"`/`basename "${0}" sh`sed
H A Dsanitize-win-build-log.sh1 #!/bin/sh
5 sed -r -f `dirname "${0}"`/`basename "${0}" sh`sed
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
H A Dlibyasm_test.sh1 #! /bin/sh
2 ${srcdir}/out_test.sh libyasm_test libyasm/tests "libyasm" "-f bin" ""
/external/chromium_org/tools/cr/
H A Dcr.sh8 echo "* Do not source cr.sh ***************************"
10 echo "* You need to source cr-bash-helpers.sh instead *"
14 source $(dirname $(realpath "${BASH_SOURCE:-$0}"))/cr-bash-helpers.sh
/external/eigen/bench/btl/data/
H A Dgo_mean34 source mk_mean_script.sh axpy $1 11 2500 100000 250000 $mode $prefix
35 source mk_mean_script.sh axpby $1 11 2500 100000 250000 $mode $prefix
36 source mk_mean_script.sh matrix_vector $1 11 50 300 1000 $mode $prefix
37 source mk_mean_script.sh atv $1 11 50 300 1000 $mode $prefix
38 source mk_mean_script.sh matrix_matrix $1 11 100 300 1000 $mode $prefix
39 source mk_mean_script.sh aat $1 11 100 300 1000 $mode $prefix
40 # source mk_mean_script.sh ata $1 11 100 300 1000 $mode $prefix
41 source mk_mean_script.sh trmm $1 11 100 300 1000 $mode $prefix
42 source mk_mean_script.sh trisolve_vector $1 11 100 300 1000 $mode $prefix
43 source mk_mean_script.sh trisolve_matri
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/tests/
H A Dlc3b_test.sh1 #! /bin/sh
2 ${srcdir}/out_test.sh lc3b_test modules/arch/lc3b/tests "lc3b arch" "-a lc3b -f bin" ""
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas32/
H A Dx86_gas32_test.sh1 #! /bin/sh
2 ${srcdir}/out_test.sh x86_gas32_test modules/arch/x86/tests/gas32 "x86 gas format" "-f elf32 -p gas" ".o"
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas64/
H A Dx86_gas64_test.sh1 #! /bin/sh
2 ${srcdir}/out_test.sh x86_gas64_test modules/arch/x86/tests/gas64 "amd64 gas format" "-f elf -m amd64 -p gas" ".o"
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dx86_test.sh1 #! /bin/sh
2 ${srcdir}/out_test.sh x86_test modules/arch/x86/tests "x86 arch" "-f bin" ""
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/pass32/
H A Ddwarf2_pass32_test.sh1 #! /bin/sh
2 ${srcdir}/out_test.sh dwarf2_pass32_test modules/dbgfmts/dwarf2/tests/pass32 "dwarf2 dbgfmt pass32" "-f elf -p gas -g dwarf2" ".o"
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/pass64/
H A Ddwarf2_pass64_test.sh1 #! /bin/sh
2 ${srcdir}/out_test.sh dwarf2_pass64_test modules/dbgfmts/dwarf2/tests/pass64 "dwarf2 dbgfmt pass64" "-f elf64 -p gas -g dwarf2" ".o"
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/passwin64/
H A Ddwarf2_passwin64_test.sh1 #! /bin/sh
2 ${srcdir}/out_test.sh dwarf2_passwin64_test modules/dbgfmts/dwarf2/tests/passwin64 "dwarf2 dbgfmt passwin64" "-f win64 -p gas -g dwarf2" ".o"
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/tests/
H A Dstabs_test.sh1 #! /bin/sh
2 # copied from yasm/modules/objfmts/coff/tests/coff_test.sh ; s/coff/stabs/g
3 ${srcdir}/out_test.sh stabs_test modules/dbgfmts/stabs/tests "stabs dbgfmt" "-f elf -g stabs" ".o"
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/
H A Dbin_test.sh1 #! /bin/sh
2 ${srcdir}/out_test.sh bin_test modules/objfmts/bin/tests "bin objfmt" "-f bin" ""

Completed in 4478 milliseconds

1234567891011>>