/external/ltp/android/ |
D | README.md | 1 VTS LTP Workflow 4 A Guide to Developing LTP for VTS/Android 6 What is LTP? 11 LTP (Linux Test Project) is a suite of tests that covers both kernel interfaces 21 How is LTP Run in VTS? 24 The LTP source is located at external/ltp in the Android tree. This is not an 25 exact mirror of upstream, there are outstanding changes to LTP for it to work 26 on Android which have not yet been pushed upstream. In addition to the LTP 31 * `external/ltp/android/Android.ltp.mk`: Lists build rules for the LTP modules built under make. Th… 32 * `external/ltp/gen.bp`: Lists build rules for the LTP modules built under Soong. This file gets au… [all …]
|
/external/ltp/doc/ |
D | mini-howto-building-ltp-from-git.txt | 1 Mini-Howto: Building LTP from Git 5 The following document briefly describes the single steps to build LTP from 46 # Get the LTP source 50 # Configure LTP 56 # Start building LTP 60 # Install LTP (requires superuser privileges)
|
D | build-system-guide.txt | 1 Short introduction into LTP build system 18 maintain and it lacked any sense of formal structure, thus developing for LTP 29 development community contributing to LTP, and the project maintainers. 79 Some of the tests need to build kernel modules, happily LTP has 102 This is example Makefile that allows you build kernel modules inside of LTP. 114 Makefile is executed twice, once by LTP build system and once by kernel
|
D | c-test-tutorial-simple.txt | 4 This is a step-by-step tutorial on writing a simple C LTP test, where topics 5 of the LTP and Linux kernel testing will be introduced gradually using a 10 LTP tests can be written in C or Shell script. This tutorial is only for tests 11 written in C using the new LTP test API. Note that while we go into some 29 Git-clone the main LTP repository as described in the +README+ and change 30 directory to the checked-out Git repository. We recommend installing the LTP 63 +testcases/kernel/syscalls+, but you should also +git grep+ the entire LTP 66 One way to find a system call which is not currently tested by the LTP is to 69 Something the LTP excels at is ensuring bug-fixes are back ported to 92 is you are planning to use the LTP for. [all …]
|
D | style-guide.txt | 1 LTP Style Guide 5 Welcome to the *LTP Project Coding Guideline* document! This document is 7 deterministic testcases and port testcases from other sources to LTP so that 248 1. You are porting a testcase directly to LTP which doesn't need to 253 Then please fully port the testcase(s) to LTP. Otherwise, add robust porting 401 It's better to focus on adding more content to LTP as a contributor 421 Since CVS is effectively dead for LTP proper, we ask that you submit
|
D | ltp-run-files.txt | 34 Note that the LTP has absorbed a number of other projects. Some of these have 35 been fully converted to the LTP format, others have runtest files generated
|
D | namespaces-helper-tools.txt | 1 LTP namespaces helper tools 8 LTP provides helper tools for creating and working with namespaces. These are
|
/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_GrdProc.cpp | 80 int LTP = 0; in decode_Arith_Template0_opt3() local 92 LTP = LTP ^ pArithDecoder->DECODE(&gbContext[0x9b25]); in decode_Arith_Template0_opt3() 94 if (LTP) { in decode_Arith_Template0_opt3() 174 int LTP = 0; in decode_Arith_Template0_unopt() local 182 LTP = LTP ^ pArithDecoder->DECODE(&gbContext[0x9b25]); in decode_Arith_Template0_unopt() 184 if (LTP) { in decode_Arith_Template0_unopt() 229 int LTP = 0; in decode_Arith_Template1_opt3() local 240 LTP = LTP ^ pArithDecoder->DECODE(&gbContext[0x0795]); in decode_Arith_Template1_opt3() 242 if (LTP) { in decode_Arith_Template1_opt3() 322 int LTP = 0; in decode_Arith_Template1_unopt() local [all …]
|
D | JBig2_GrrdProc.cpp | 42 int LTP = 0; in decode_Template0_unopt() local 50 LTP = LTP ^ pArithDecoder->DECODE(&grContext[0x0010]); in decode_Template0_unopt() 68 if (!LTP) { in decode_Template0_unopt() 151 int LTP = 0; in decode_Template0_opt() local 166 LTP = LTP ^ pArithDecoder->DECODE(&grContext[0x0010]); in decode_Template0_opt() 176 if (!LTP) { in decode_Template0_opt() 283 int LTP = 0; in decode_Template1_unopt() local 291 LTP = LTP ^ pArithDecoder->DECODE(&grContext[0x0008]); in decode_Template1_unopt() 293 if (!LTP) { in decode_Template1_unopt() 404 int LTP = 0; in decode_Template1_opt() local [all …]
|
/external/ltp/testcases/network/ |
D | README.md | 1 # LTP Network Tests 8 It is a default configuration ('RHOST' is not defined). LTP adds 'ltp_ns' 9 network namespace and auto-configure 'veth' pair according to LTP network 62 ## LTP setup 63 Install LTP testsuite. In case of two hosts configuration, make sure LTP is installed 71 Default values for all LTP network variables are set in testcases/lib/tst_net.sh. 90 Search failed tests in LTP logfile using grep FAIL <logfile>. For any failures,
|
/external/ltp/testcases/kernel/device-drivers/pci/tpci_kernel/ |
D | pci-exp-tests-HOWTO | 1 HOWTO --> PCI-Express test scripts for LTP 7 This document describes the addition of PCI-Express test cases to the existing LTP project. 8 These test cases/scripts will enhance the LTP's capability to test PCI-Express devices/drivers. 14 a. A function "test_find_pci_exp_cap" has been added to the tpci.c file of LTP project. 20 b. A function "test_read_pci_exp_config" has been added to the tpci.c file of LTP project. 30 c. A user space function 'ki_generic()" is already available in user_tpci.c file of LTP project,
|
/external/ltp/ |
D | runltp | 118 -c NUM_PROCS Run LTP under additional background CPU load 125 … Run LTP under additional background Load on Secondary Storage (Seperate by comma) 130 -e Prints the date of the current LTP release 135 -i NUM_PROCS Run LTP under additional background Load on IO Bus 141 Run LTP under additional background Load on Main memory (Seperate by comma) 151 -n Run LTP with network traffic in background. 818 echo "LTP Version: $version_date" 829 echo "Kernel messages were generated for LTP tests $version_date" 831 echo "No Kernel messages were generated for LTP tests $version_date" 902 … mutt -a ./$TAR_FILE_NAME.gz -s "LTP Reports on $test_start_time" -- $EMAIL_TO < /dev/null [all …]
|
D | TODO | 1 LTP TODO 9 and LTP still falls behind. Unfortunately there is no single place that would
|
D | README.md | 9 The LTP testsuite contains a collection of tools for testing the Linux kernel 57 whole LTP, if you want to run a syscall testcase following should work. 95 This will install LTP to `/opt/ltp`. 181 If something is not covered there don't hesitate to ask on the LTP mailing
|
D | INSTALL | 68 Compiling LTP 122 items which need fixing in the LTP tree. 155 - LTP assumes the existence of the nobody, bin, and daemon users and their 194 to these client side tests. This machine MUST have the LTP installed 198 the LTP on this server machine also. 311 Solution: You cannot build LTP with -r / --no-builtin-rules and/or 312 -R / --no-builtin-variables specified. LTP relies heavily on built-in
|
/external/ltp/testcases/kernel/fs/fs_bind/ |
D | CHANGELOG | 36 Switched to LTP infrastructure for the test scripts. The driver scripts however 37 are not switched yet (easy to do). I did this by writing some LTP API shims 39 uses LTP we can integrate it. 57 Added Makefiles for .c files and for toplevel dir (for LTP integration) 84 Moved the sharedSubtree test to LTPROOT/testscripts and rewrote it for LTP
|
D | README | 88 indications are passed to the LTP API and logged in the results directory too. 147 LTP environment dependencies. Some of them are documented below: 148 LTP test script environment variables: 153 LTP commands/functions: 157 LTP contents: 162 individually once the above LTP environment dependencies are resolved.
|
/external/ltp/testcases/network/rpc/rpc-tirpc/ |
D | README | 40 LTP modifications 43 The sources here are modified a bit to use the LTP wrapper - rpc_test.sh - 49 using the LTP framework (ltp-pan, runltp and etc).
|
/external/autotest/client/site_tests/kernel_LTP/ |
D | control.kernel_tests | 15 Invokes custom ChromeOS kernel tests LTP cmdfile. 16 Runs the sequence of all tests in the LTP cmdfile.
|
D | control.kernel_unittests | 15 Invokes custom ChromeOS kernel unittests LTP cmdfile. 16 Runs the sequence of all tests in the LTP cmdfile.
|
/external/ltp/testcases/network/can/filter-tests/ |
D | INSTALL | 4 and then ported/integrated to LTP on 27th Feb 2009, by, 17 3) To let LTP run the tests from $LTPROOT, execute:
|
/external/ltp/testcases/kernel/device-drivers/rtc/ |
D | README | 18 You have to build the complete LTP package before trying to build these tests. 19 After building the complete LTP sources enter this directory and issue a 'make'.
|
/external/ltp/testcases/kernel/controllers/freezer/ |
D | TODO | 5 Post these appropriately along with patch adding tests to LTP 21 lines to use appropriate LTP API commands. This also entails replacing these 22 with appropriate LTP API usage: 69 Port vfork.c and fork_exec_loop.c to use LTP APIs where appropriate?
|
/external/libgsm/ |
D | README | 2 GSM 06.10 13 kbit/s RPE/LTP speech compression available 12 transcoding, prI-ETS 300 036, which uses RPE/LTP (residual pulse
|
/external/ltp/testcases/realtime/ |
D | 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:
|