Home
last modified time | relevance | path

Searched refs:SCRIPTS_DIR (Results 1 – 25 of 29) sorted by relevance

12

/external/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
/external/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"
/external/ltp/testcases/realtime/func/hrtimer-prio/
Drun_auto.sh5 if [ ! $SCRIPTS_DIR ]; then
7 export SCRIPTS_DIR=../../scripts/
10 source $SCRIPTS_DIR/setenv.sh
12 $SCRIPTS_DIR/run_c_files.sh $profile "hrtimer-prio"
/external/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
/external/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
/external/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
/external/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
/external/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
/external/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
/external/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
/external/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
/external/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
/external/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
/external/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
/external/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
/external/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
/external/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
/external/ltp/scripts/tests/
Dtest_abspath.sh24 SCRIPTS_DIR="$(readlink -f ${0%/*}/..)"
25 TEST_PATH=$("$SCRIPTS_DIR/realpath.sh" "$SCRIPTS_DIR/lib")
61 . "$SCRIPTS_DIR/lib/file_functions.sh"
89 result=$("$SCRIPTS_DIR/abspath.sh" "")
106 result=$("$SCRIPTS_DIR/abspath.sh" "" .)
/external/ltp/testcases/realtime/perf/latency/
Drun_auto.sh3 if [ ! $SCRIPTS_DIR ]; then
5 export SCRIPTS_DIR=../../scripts/
8 source $SCRIPTS_DIR/setenv.sh
/external/deqp/scripts/opengl/
Dsrc_util.py33 SCRIPTS_DIR = os.path.dirname(__file__) variable
34 OPENGL_DIR = os.path.normpath(os.path.join(SCRIPTS_DIR, "..", "..", "framework", "opengl"))
35 EGL_DIR = os.path.normpath(os.path.join(SCRIPTS_DIR, "..", "..", "framework", "egl"))
Dgen_null_render_context.py55 NULL_PLATFORM_DIR = os.path.normpath(os.path.join(SCRIPTS_DIR, "..", "..", "framework", "platform",…
/external/deqp/scripts/egl/
Dcommon.py36 SCRIPTS_DIR = os.path.dirname(__file__) variable
37 EGL_DIR = os.path.normpath(os.path.join(SCRIPTS_DIR, "..", "..", "framework", "egl"))
/external/ltp/testcases/realtime/
Drun.sh180 SCRIPTS_DIR="$(readlink -f "$(dirname "$0")")/scripts"
181 source $SCRIPTS_DIR/setenv.sh
/external/ltp/testcases/realtime/scripts/
Dsetenv.sh17 export SCRIPTS_DIR=$TESTS_DIR/scripts
/external/autotest/client/tests/real_time_tests/
Dpath-fix.patch6 #export TESTS_DIR=$(readlink -f $SCRIPTS_DIR/..)

12