HomeSort by relevance Sort by last modified time
    Searched refs:LTP (Results 1 - 19 of 19) sorted by null

  /external/ltp/tools/
Makefile 27 # top-LTP is really broken, apparently, and netpipe needs some fixing and
29 FILTER_OUT_DIRS := netpipe% pounder21 top-LTP
genhtml.pl 98 $row_line =~ s/LTP\ Output\/Log/LTP\ Output\/Log\ (Report\ Generated\ on\ $ENV{TEST_START_TIME})/;
228 print "<tr><td><strong>LTP Version</strong> </td><td><strong> $ENV{LTP_VERSION} </strong></td></tr>\n";
  /external/ltp/
Makefile.release 2 # Release Makefile for LTP.
32 TARBALL_PREFIX ?= ltp
38 TARBALL_VERSION ?= $(error you must either make Version via make $$PWD/Version or specify an LTP version via TARBALL_VERSION)
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...]
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.
134 TMP="${TMPBASE}/ltp-$$
    [all...]
  /external/ltp/testcases/kernel/containers/
TEST_PLAN.txt 17 Following are tentative Testcases to be included into LTP-Containers in future:
  /external/ltp/include/
tst_atomic.h 105 # error Your compiler does not provide __sync_add_and_fetch and LTP\
  /external/ltp/testcases/realtime/
README 40 RUNNING TESTS THROUGH LTP
42 Simplest method to run realtime tests through LTP is:
46 Run command below from LTP root directory with argument:
00_Descriptions.txt 24 The contents of the LTP/testcases/realtime/ directory:
  /external/pdfium/core/fxcodec/jbig2/
JBig2_GrdProc.cpp 72 int LTP = 0;
81 LTP = LTP ^ pArithDecoder->DECODE(&gbContext[0x9b25]);
82 if (LTP) {
150 int LTP = 0;
155 LTP = LTP ^ pArithDecoder->DECODE(&gbContext[0x9b25]);
156 if (LTP) {
198 int LTP = 0;
206 LTP = LTP ^ pArithDecoder->DECODE(&gbContext[0x0795])
    [all...]
JBig2_GrrdProc.cpp 37 int LTP = 0;
42 LTP = LTP ^ pArithDecoder->DECODE(&grContext[0x0010]);
43 if (!LTP) {
162 int LTP = 0;
174 LTP = LTP ^ pArithDecoder->DECODE(&grContext[0x0010]);
183 if (!LTP) {
285 int LTP = 0;
290 LTP = LTP ^ pArithDecoder->DECODE(&grContext[0x0008])
    [all...]
  /external/ltp/testscripts/
ltpstress.sh 20 # DESCRIPTION : A script that will stress your system using the LTP testsuite.
73 -T Use LTP's modified 'top' tool to measure data.
305 ${LTPROOT}/bin/ltp-pan -e ${PRETTY_PRT} ${QUIET_MODE} -S -t ${hours}h -a stress1 -n stress1 -l $logfile -f ${TMP}/stress.part1 -o $output1 &
306 ${LTPROOT}/bin/ltp-pan -e ${PRETTY_PRT} ${QUIET_MODE} -S -t ${hours}h -a stress2 -n stress2 -l $logfile -f ${TMP}/stress.part2 -o $output2 &
307 ${LTPROOT}/bin/ltp-pan -e ${PRETTY_PRT} ${QUIET_MODE} -S -t ${hours}h -a stress3 -n stress3 -l $logfile -f ${TMP}/stress.part3 -o $output3 &
309 echo "Running LTP Stress for $hours hour(s) using $(($memsize/1024)) Mb"
316 # Sleep a little longer than duration to let ltp-pan "try" to gracefully end itself.
325 killall -9 ltp-pan >/dev/null 2>&1
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.
147 x) # number of ltp's to run
210 ${LTPROOT}/../bin/ltp-pan $quiet_mode -e -S $instances $duration -a $$ -n $$ $pretty_prt -f ${TMP}/alltests $logfile
213 echo ltp-pan reported PASS
215 echo ltp-pan reported FAIL
  /external/ltp/testcases/kernel/power_management/
README 80 For CPU consolidation verification ebizzy is included in utils directory of LTP.
  /test/vts-testcase/kernel/ltp/
test_case.py 22 from vts.testcases.kernel.ltp import ltp_enums
23 from vts.testcases.kernel.ltp import ltp_configs
98 # If not ltp executables:
103 else: # Is Ltp executable
111 Get the test case's command where ltp test binary names have been
134 by its command. For LTP's executables, absolute path will be
  /external/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_import/
tpmtoken_import_openssl.cnf 133 0.organizationName_default = LTP Tests
  /external/ltp/utils/sctp/testlib/
sctputil.h 51 #ifdef LTP
106 #ifndef LTP
  /external/ltp/android/tools/
android_build_generator.py 41 '''A class to parse make output and convert the result to Android.ltp.mk modules.
254 '''Parse a interpreted make output and produce Android.ltp.mk module.
284 # All libraries used by any LTP test (built or not)
286 # All libraries used by the LTP tests we actually build
340 # with LTP tests.)
358 # Disabled ltp library is already excluded
440 description='Generate Android.mk from parsed LTP make output')
442 '--ltp_root', dest='ltp_root', required=True, help='LTP root dir')
  /external/clang/include/clang/Sema/
Sema.h 562 void SetLateTemplateParser(LateTemplateParserCB *LTP,
565 LateTemplateParser = LTP;
    [all...]

Completed in 1382 milliseconds