HomeSort by relevance Sort by last modified time
    Searched refs:ltp (Results 26 - 50 of 61) sorted by null

12 3

  /test/vts-testcase/kernel/ltp/
test_cases_parser.py 22 from vts.testcases.kernel.ltp import ltp_configs
23 from vts.testcases.kernel.ltp import ltp_enums
24 from vts.testcases.kernel.ltp import test_case
25 from vts.testcases.kernel.ltp.configs import stable_tests
26 from vts.testcases.kernel.ltp.configs import disabled_tests
31 """Load a ltp vts testcase definition file and parse it into a generator.
78 ltp_dir: string, directory that contains ltp binaries and scripts
86 logging.info('LTP scenario groups: %s', scenario_groups)
175 '''Generate test cases for each ltp test suite.
test_case.py 23 from vts.testcases.kernel.ltp import ltp_enums
24 from vts.testcases.kernel.ltp import ltp_configs
117 by its command. For LTP's executables, absolute path will be
environment_requirement_checker.py 27 from vts.testcases.kernel.ltp.shell_environment import shell_environment
28 from vts.testcases.kernel.ltp import ltp_enums
29 from vts.testcases.kernel.ltp import ltp_configs
30 from vts.testcases.kernel.ltp import requirements
34 """LTP testcase environment checker.
53 ltp_bin_host_path: string, host path of ltp binary
KernelLtpTest.py 34 from vts.testcases.kernel.ltp import test_cases_parser
35 from vts.testcases.kernel.ltp import environment_requirement_checker as env_checker
36 from vts.testcases.kernel.ltp.shell_environment import shell_environment
37 from vts.testcases.kernel.ltp import ltp_enums
38 from vts.testcases.kernel.ltp import ltp_configs
47 """Runs the LTP (Linux Test Project) test cases against Android OS kernel.
138 src_host = os.path.join(self.data_file_path, 'DATA', test_bit, 'ltp')
165 src = os.path.join(self.data_file_path, 'DATA', test_bit, 'ltp', '.')
197 # For LTP test cases, we run one shell command for each test case
239 """Runs all 32-bit or 64-bit LTP test cases
    [all...]
  /external/ltp/testscripts/
runEALtests.sh 9 # LTP under CPU, IO and MM load.
54 -c Run LTP under additional background CPU load.
58 -i # (in Mb) Run LTP with a _minimum_ IO load of # megabytes in background.
60 -m # (in Mb) Run LTP with a _minimum_ memory load of # megabytes in background.
64 -n Run LTP with network traffic in background.
144 x) # number of ltp's to run
207 ${LTPROOT}/../bin/ltp-pan $quiet_mode -e -S $instances $duration -a $$ -n $$ $pretty_prt -f ${TMP}/alltests $logfile
210 echo ltp-pan reported PASS
212 echo ltp-pan reported FAIL
tpm_tools.sh 170 $LTPROOT/bin/ltp-pan -d 5 -S -a $LTPROOT/results/tpm_tools -n ltp-tpm-tools -l $LTPROOT/results/tpm_tools.logfile -o $LTPROOT/results/tpm_tools.outfile -p -f $LTPROOT/runtest/tpm_tools
ltpfslvm.sh 161 ${LTPROOT}/bin/ltp-pan -e -S -a lvmpart1 -n lvmpart1 -l lvmlogfile -f ${TMPBASE}/lvm.part1 &
193 ${LTPROOT}/bin/ltp-pan -e -S -a lvmpart2 -n lvmpart2 -l lvmlogfile -f ${TMPBASE}/lvm.part2 &
ltp-scsi_debug.sh 209 ${LTPROOT}/bin/ltp-pan -e -S -a scsi_debug -n scsi_debug -l ${TMPBASE}/fs-scsi_debug.log -o ${TMPBASE}/fs-scsi_debug.out -f ${TMPBASE}/scsi_debug
  /external/ltp/android/tools/
gen_android_build.sh 22 OUTPUT_MK=$LTP_ANDROID_DIR/Android.ltp.mk
27 echo "LTP has not been configured."
43 echo "Generate Android.ltp.mk / gen.bp."
44 echo "Please use \"--update\" option to update and regenerate Android.ltp.mk / gen.bp."
50 echo "LTP make dry_run not dumped. Dumping..."
make_parser.py 32 ltp_root: string, LTP root directory
58 '''Get relative path toward LTP directory.
71 '''Get relative path toward LTP directory of paths with given extension.
188 description='Parse the LTP make --dry-run output into a list')
190 '--ltp-root',
193 help='LTP Root dir')
198 help='Path to LTP make --dry-run output file')
  /external/ltp/scripts/tests/
test_abspath.sh 52 /scratch/ltp/testcases/realtime/../..:/scratch/ltp \
  /test/vts-testcase/kernel/ltp/shell_environment/definitions/
bin_in_path.py 18 from vts.testcases.kernel.ltp.shell_environment.definitions.base_definitions import check_setup_cleanup
directory_exists.py 18 from vts.testcases.kernel.ltp.shell_environment.definitions.base_definitions import check_setup_cleanup
path_permission.py 18 from vts.testcases.kernel.ltp.shell_environment.definitions.base_definitions import check_setup_cleanup
  /external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
XLikelySubtags.java 256 LSR ltp = LSR.from(sourceTarget.getKey());
257 final String language = ltp.language;
258 final String script = ltp.script;
259 final String region = ltp.region;
261 ltp = LSR.from(sourceTarget.getValue());
262 String languageTarget = ltp.language;
263 final String scriptTarget = ltp.script;
264 final String regionTarget = ltp.region;
511 // LanguageTagParser ltp = new LanguageTagParser();
523 // ltp.set(source)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
XLikelySubtags.java 252 LSR ltp = LSR.from(sourceTarget.getKey());
253 final String language = ltp.language;
254 final String script = ltp.script;
255 final String region = ltp.region;
257 ltp = LSR.from(sourceTarget.getValue());
258 String languageTarget = ltp.language;
259 final String scriptTarget = ltp.script;
260 final String regionTarget = ltp.region;
507 // LanguageTagParser ltp = new LanguageTagParser();
519 // ltp.set(source)
    [all...]
  /external/ltp/testcases/kernel/fs/quota_remount/
quota_remount_test01.sh 36 # Feb 17 2009 - Ported to LTP, ##
72 IMAGE=ltp-$$-fs-image
  /test/vts-testcase/kernel/ltp/shell_environment/
shell_environment.py 23 from vts.testcases.kernel.ltp.shell_environment import shell_commands
  /external/libxaac/decoder/
ixheaacd_lt_predict.c 52 ia_aac_dec_channel_info_struct *ptr_aac_dec_channel_info, ltp_info *ltp,
72 if (ltp->data_present) {
78 ixheaacd_codebook_Q30[ltp->coef],
79 lt_pred_stat[num_samples + i - ltp->lag]),
91 for (sfb = 0; sfb < ltp->last_band; sfb++) {
93 if (ltp->long_used[sfb]) {
ixheaacd_aacdecoder.c 247 aac_dec_handle->pstr_aac_dec_ch_info[ch]->str_ics_info.ltp.lag =
291 aac_dec_handle->pstr_aac_dec_ch_info[ch]->str_ics_info.ltp.data_present = 0;
367 ptr_ics_info->ltp.data_present = 0;
607 ptr_ics_info->ltp.data_present = 0;
768 aac_dec_handle->pstr_aac_dec_ch_info[ch]->str_ics_info.ltp.lag;
    [all...]
  /external/autotest/client/tests/ltp/
ltp.py 13 class ltp(test.test): class in inherits:test.test
34 # http://sourceforge.net/projects/ltp/files/LTP%20Source/ltp-20120104/
35 # ltp-full-20120104.bz2
36 def setup(self, tarball = 'ltp-full-20120104.bz2'):
59 # job.run_test('ltp', '-f math')
61 # job.run_test('ltp', '-f math -s float_bessel')
63 # job.run_test('ltp', '-f math,mm')
72 logfile = os.path.join(self.resultsdir, 'ltp.log'
    [all...]
  /external/f2fs-tools/scripts/
verify.sh 55 $XFSTESTS/ltp/fsstress -x "echo 3 > /proc/sys/vm/drop_caches && sleep 1" -X 1 -r -f fsync=8 -f sync=0 -f write=8 -f dwrite=2 -f truncate=6 -f allocsp=0 -f bulkstat=0 -f bulkstat1=0 -f freesp=0 -f zero=1 -f collapse=1 -f insert=1 -f resvsp=0 -f unresvsp=0 -S t -p 10 -n $2 -d $1 >/dev/null
  /external/ltp/
runltplite.sh 23 # Description: This script can be used to run a subset the tests in the LTP test suite
30 # History: Created runltplite script to run a subset of the LTP testsuite
51 export TMP="${TMPBASE}/ltp-$$"
59 echo "FATAL: LTP not installed correctly"
64 [ -e $LTPROOT/bin/ltp-pan ] ||
66 echo "FATAL: Test suite driver 'ltp-pan' not found"
81 -c NUM_PROCS Run LTP under additional background CPU load.
84 -i # (in Mb) Run LTP with a _min_ IO load of # Mb in background.
86 -m # (in Mb) Run LTP with a _min_ memory load of # Mb in background.
135 TMP="${TMPBASE}/ltp-$$
    [all...]
build.sh 12 DEFAULT_PREFIX="$HOME/ltp-install"
45 local build="$tree/../ltp-build"
104 target, which means that LTP will be actually installed into
105 DIR/PREFIX (i.e. DIR/opt/ltp).
107 Default for out-of-tree build: '$DEFAULT_PREFIX/opt/ltp'
runltp 23 # Description: This script can be used to the tests in the LTP test suite
36 # - exit with error if ltp-pan is not found in pan directory
57 # - better ways to integrate "ltp/tools/genload/stress" with "ltp/runltp"
62 # - Added a new option to mail back LTP reports
87 echo "FATAL: LTP not installed correctly"
92 [ -e "$LTPROOT/bin/ltp-pan" ] ||
94 echo "FATAL: Test suite driver 'ltp-pan' not found"
118 -c NUM_PROCS Run LTP under additional background CPU load
125 Run LTP under additional background Load on Secondary Storage (Seperate by comma
    [all...]

Completed in 983 milliseconds

12 3