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

1234567891011>>

/external/libcap/kdebug/
H A Dtest-bash.sh1 #!/bin/sh
2 # bash is used in various headers so we need a wrapper to invoke sh
4 exec sh "$@"
/external/flatbuffers/tests/
H A DTestAll.sh3 sh JavaTest.sh
7 sh GoTest.sh
11 sh PythonTest.sh
15 sh JavaScriptTest.sh
16 sh JavaScriptUnionVectorTest.sh
[all...]
/external/libpng/contrib/pngminus/
H A Dpngminus.sh1 #!/bin/sh
3 sh png2pnm.sh
4 sh pnm2png.sh
/external/selinux/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/linux-kselftest/tools/testing/selftests/cpufreq/
H A DMakefile4 TEST_PROGS := main.sh
5 TEST_FILES := cpu.sh cpufreq.sh governor.sh module.sh special-tests.sh
/external/ltp/runtest/
H A Dnet.features5 busy_poll01 busy_poll01.sh
6 busy_poll01_ipv6 busy_poll01.sh -6
8 busy_poll02 busy_poll02.sh
9 busy_poll02_ipv6 busy_poll02.sh -6
11 busy_poll03 busy_poll03.sh
12 busy_poll03_ipv6 busy_poll03.sh -6
14 dccp01 dccp01.sh
15 dccp01_ipv6 dccp01.sh -6
17 sctp01 sctp01.sh
18 sctp01_ipv6 sctp01.sh
[all...]
/external/toybox/tests/
H A Dtop.test3 [ -f testing.sh ] && . testing.sh
H A Duptime.test3 [ -f testing.sh ] && . testing.sh
/external/vulkan-validation-layers/tests/
H A Drun_all_tests.sh10 ./run_loader_tests.sh
13 ./vkvalidatelayerdoc.sh
/external/autotest/client/site_tests/security_Minijail0/src/
H A Dtest-gid1 #!/bin/sh
7 . "$(dirname "$0")"/common.sh
H A Dtest-group1 #!/bin/sh
7 . "$(dirname "$0")"/common.sh
H A Dtest-init1 #!/bin/sh
7 . "$(dirname "$0")"/common.sh
H A Dtest-pidns1 #!/bin/sh
7 . "$(dirname "$0")"/common.sh
H A Dtest-uid1 #!/bin/sh
7 . "$(dirname "$0")"/common.sh
H A Dtest-user1 #!/bin/sh
7 . "$(dirname "$0")"/common.sh
H A Dtest-userns-init1 #!/bin/sh
7 . "$(dirname "$0")"/common.sh
H A Dtest-userns-pidns1 #!/bin/sh
7 . "$(dirname "$0")"/common.sh
/external/linux-kselftest/tools/testing/selftests/android/
H A Drun.sh1 #!/bin/sh
3 (cd ion; ./ion_test.sh)
/external/snakeyaml/
H A Ddocker-run-jdk6.sh2 ./docker-run.sh 6
H A Ddocker-run-jdk7.sh2 ./docker-run.sh 7
H A Ddocker-run-jdk8.sh2 ./docker-run.sh 8
/external/toolchain-utils/binary_search_tool/android/
H A Dcleanup.sh11 rm android/common.sh
/external/toolchain-utils/binary_search_tool/full_bisect_test/
H A Dcleanup.sh6 # This file is called from main-bisect-test.sh
8 rm full_bisect_test/common.sh
/external/toolchain-utils/binary_search_tool/sysroot_wrapper/
H A Dcleanup.sh11 rm common/common.sh
/external/valgrind/none/tests/scripts/
H A Dbug231357.stdout.exp1 /tmp/bruhaha/test.sh

Completed in 3181 milliseconds

1234567891011>>