Home
last modified time | relevance | path

Searched full:scripts_dir (Results 1 – 25 of 60) sorted by relevance

123

/third_party/ltp/testcases/realtime/func/pi-tests/
Drun_auto.sh6 if [ ! $SCRIPTS_DIR ]; then
8 export SCRIPTS_DIR=../../scripts/
11 . $SCRIPTS_DIR/setenv.sh
14 $SCRIPTS_DIR/run_c_files.sh $profile testpi-0
17 $SCRIPTS_DIR/run_c_files.sh $profile testpi-1
21 $SCRIPTS_DIR/run_c_files.sh $profile testpi-2
25 $SCRIPTS_DIR/run_c_files.sh $profile testpi-4
30 $SCRIPTS_DIR/run_c_files.sh $profile testpi-5
31 $SCRIPTS_DIR/run_c_files.sh $profile testpi-6
32 $SCRIPTS_DIR/run_c_files.sh $profile sbrk_mutex
/third_party/ltp/testcases/realtime/doc/
Drun_auto.sh.tpl6 if [ ! $SCRIPTS_DIR ]; then
8 export SCRIPTS_DIR=../../scripts/
11 source $SCRIPTS_DIR/setenv.sh
16 $SCRIPTS_DIR/run_c_files.sh $profile testexecutable1
17 # $SCRIPTS_DIR/run_c_files.sh $profile testexecutable2
/third_party/ltp/testcases/realtime/func/gtod_latency/
Drun_auto.sh6 if [ ! $SCRIPTS_DIR ]; then
8 export SCRIPTS_DIR=../../scripts/
11 . $SCRIPTS_DIR/setenv.sh
14 $SCRIPTS_DIR/run_c_files.sh $profile gtod_latency
17 #$SCRIPTS_DIR/run_c_files.sh $profile gtod_infinite
/third_party/ltp/testcases/realtime/func/measurement/
Drun_auto.sh5 if [ ! $SCRIPTS_DIR ]; then
7 export SCRIPTS_DIR=../../scripts/
10 source $SCRIPTS_DIR/setenv.sh
18 $SCRIPTS_DIR/run_c_files.sh $profile "rdtsc-latency"
21 $SCRIPTS_DIR/run_c_files.sh $profile "preempt_timing"
/third_party/ltp/testcases/realtime/func/hrtimer-prio/
Drun_auto.sh6 if [ ! $SCRIPTS_DIR ]; then
8 export SCRIPTS_DIR=../../scripts/
11 source $SCRIPTS_DIR/setenv.sh
13 $SCRIPTS_DIR/run_c_files.sh $profile "hrtimer-prio"
/third_party/ltp/testcases/realtime/func/sched_jitter/
Drun_auto.sh6 if [ ! $SCRIPTS_DIR ]; then
8 export SCRIPTS_DIR=../../scripts/
11 . $SCRIPTS_DIR/setenv.sh
14 $SCRIPTS_DIR/run_c_files.sh $profile sched_jitter
/third_party/ltp/testcases/realtime/func/sched_latency/
Drun_auto.sh6 if [ ! $SCRIPTS_DIR ]; then
8 export SCRIPTS_DIR=../../scripts/
11 . $SCRIPTS_DIR/setenv.sh
14 $SCRIPTS_DIR/run_c_files.sh $profile sched_latency
/third_party/ltp/testcases/realtime/func/pthread_kill_latency/
Drun_auto.sh6 if [ ! $SCRIPTS_DIR ]; then
8 export SCRIPTS_DIR=../../scripts/
11 . $SCRIPTS_DIR/setenv.sh
14 $SCRIPTS_DIR/run_c_files.sh $profile pthread_kill_latency
/third_party/ltp/testcases/realtime/func/matrix_mult/
Drun_auto.sh6 if [ ! $SCRIPTS_DIR ]; then
8 export SCRIPTS_DIR=../../scripts/
11 . $SCRIPTS_DIR/setenv.sh
14 $SCRIPTS_DIR/run_c_files.sh $profile matrix_mult
/third_party/ltp/testcases/realtime/func/pi_perf/
Drun_auto.sh6 if [ ! $SCRIPTS_DIR ]; then
8 export SCRIPTS_DIR=../../scripts/
11 . $SCRIPTS_DIR/setenv.sh
14 $SCRIPTS_DIR/run_c_files.sh $profile pi_perf
/third_party/ltp/testcases/realtime/func/sched_football/
Drun_auto.sh6 if [ ! $SCRIPTS_DIR ]; then
8 export SCRIPTS_DIR=../../scripts/
11 . $SCRIPTS_DIR/setenv.sh
14 $SCRIPTS_DIR/run_c_files.sh $profile sched_football
/third_party/ltp/testcases/realtime/func/thread_clock/
Drun_auto.sh6 if [ ! $SCRIPTS_DIR ]; then
8 export SCRIPTS_DIR=../../scripts/
11 . $SCRIPTS_DIR/setenv.sh
14 $SCRIPTS_DIR/run_c_files.sh $profile tc-2
/third_party/ltp/testcases/realtime/func/prio-wake/
Drun_auto.sh6 if [ ! $SCRIPTS_DIR ]; then
8 export SCRIPTS_DIR=../../scripts/
10 . $SCRIPTS_DIR/setenv.sh
12 $SCRIPTS_DIR/run_c_files.sh $profile prio-wake
/third_party/ltp/testcases/realtime/func/rt-migrate/
Drun_auto.sh6 if [ ! $SCRIPTS_DIR ]; then
8 export SCRIPTS_DIR=../../scripts/
10 . $SCRIPTS_DIR/setenv.sh
12 $SCRIPTS_DIR/run_c_files.sh $profile rt-migrate
/third_party/ltp/testcases/realtime/func/prio-preempt/
Drun_auto.sh6 if [ ! $SCRIPTS_DIR ]; then
8 export SCRIPTS_DIR=../../scripts/
11 . $SCRIPTS_DIR/setenv.sh
14 $SCRIPTS_DIR/run_c_files.sh $profile prio-preempt
/third_party/ltp/testcases/realtime/func/async_handler/
Drun_auto.sh6 if [ ! $SCRIPTS_DIR ]; then
8 export SCRIPTS_DIR=../../scripts/
11 . $SCRIPTS_DIR/setenv.sh
14 $SCRIPTS_DIR/run_c_files.sh $profile async_handler async_handler_jk
/third_party/ltp/testcases/realtime/func/periodic_cpu_load/
Drun_auto.sh6 if [ ! $SCRIPTS_DIR ]; then
8 export SCRIPTS_DIR=../../scripts/
11 . $SCRIPTS_DIR/setenv.sh
14 $SCRIPTS_DIR/run_c_files.sh $profile periodic_cpu_load periodic_cpu_load_single
/third_party/mesa3d/.gitlab-ci/
Dcrosvm-runner.sh78 SCRIPTS_DIR=$(readlink -en "${0%/*}")
79 ${SCRIPTS_DIR}/common/generate-env.sh | tee ${VM_TEMP_DIR}/crosvm-env.sh
80 cp ${SCRIPTS_DIR}/setup-test-env.sh ${VM_TEMP_DIR}/setup-test-env.sh
84 echo "export SCRIPTS_DIR=${SCRIPTS_DIR}"
103 CROSVM_KERN_ARGS="${CROSVM_KERN_ARGS} init=${SCRIPTS_DIR}/crosvm-init.sh -- ${VSOCK_STDOUT} ${VSOCK…
Drun-pytest.sh14 if [ -z "${SCRIPTS_DIR:-}" ]; then
15 SCRIPTS_DIR="$(dirname "${0}")"
22 source "${SCRIPTS_DIR}/setup-test-env.sh"
Drun-shellcheck.sh3 SCRIPTS_DIR="$(realpath "$(dirname "$0")")"
20 done < <(find "$SCRIPTS_DIR" -type f \! -path "./.git/*" -print0)
/third_party/ltp/testcases/realtime/perf/latency/
Drun_auto.sh3 if [ ! $SCRIPTS_DIR ]; then
5 export SCRIPTS_DIR=../../scripts/
8 source $SCRIPTS_DIR/setenv.sh
/third_party/ltp/testcases/realtime/scripts/
Dsetenv.sh7 #export TESTS_DIR=$(readlink -f $SCRIPTS_DIR/..)
17 export SCRIPTS_DIR=$TESTS_DIR/scripts
/third_party/mesa3d/src/gallium/drivers/softpipe/ci/
Dgitlab-ci.yml11 . "$SCRIPTS_DIR"/setup-test-env.sh
14 …xvfb-run -e results/xvfb.log --server-args='-noreset' bash -c ". $SCRIPTS_DIR/setup-test-env.sh &&…
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ci/
Dgitlab-ci.yml33 . "$SCRIPTS_DIR"/setup-test-env.sh
40 …xvfb-run -e results/xvfb.log --server-args='-noreset' bash -c ". $SCRIPTS_DIR/setup-test-env.sh &&…
/third_party/pulseaudio/scripts/
Dbenchmark_memory_usage.sh54 SCRIPTS_DIR=${PA_HOME}/scripts
55 BENCHMARKS_DIR=${SCRIPTS_DIR}/benchmarks
56 GNUPLOT_SCRIPT=${SCRIPTS_DIR}/plot_memory_usage.gp

123