/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 …]
|
D | how-to-update.txt | 5 (1) checkout updated LTP tree under external/ltp 6 (2) ensure your LTP tree is clean by running
|
/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 | user-guide.txt | 1 LTP User Guidelines 5 For running LTP network tests see `testcases/network/README.md`. 13 | 'LTPROOT' | Prefix for installed LTP, the default is '/opt/ltp'. 29 By default LTP colorizes it's output unless using pipe or redirect to file.
|
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 | 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
|
/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/pdfium/core/fxcodec/jbig2/ |
D | JBig2_GrrdProc.cpp | 49 int LTP = 0; in DecodeTemplate0Unopt() local 55 LTP = LTP ^ pArithDecoder->Decode(&grContext[0x0010]); in DecodeTemplate0Unopt() 73 if (!LTP) { in DecodeTemplate0Unopt() 156 int LTP = 0; in DecodeTemplate0Opt() local 171 LTP = LTP ^ pArithDecoder->Decode(&grContext[0x0010]); in DecodeTemplate0Opt() 181 if (!LTP) { in DecodeTemplate0Opt() 290 int LTP = 0; in DecodeTemplate1Unopt() local 296 LTP = LTP ^ pArithDecoder->Decode(&grContext[0x0008]); in DecodeTemplate1Unopt() 298 if (!LTP) { in DecodeTemplate1Unopt() 403 int LTP = 0; in DecodeTemplate1Opt() local [all …]
|
D | JBig2_GrdProc.cpp | 96 int LTP = 0; in DecodeArithOpt3() local 109 LTP = LTP ^ pArithDecoder->Decode(&gbContext[kOptConstant1[OPT]]); in DecodeArithOpt3() 111 if (LTP) { in DecodeArithOpt3() 203 int LTP = 0; in DecodeArithTemplateUnopt() local 212 LTP = LTP ^ pArithDecoder->Decode(&gbContext[kOptConstant1[UNOPT]]); in DecodeArithTemplateUnopt() 214 if (LTP) { in DecodeArithTemplateUnopt() 263 int LTP = 0; in DecodeArithTemplate3Opt3() local 274 LTP = LTP ^ pArithDecoder->Decode(&gbContext[0x0195]); in DecodeArithTemplate3Opt3() 277 if (LTP) { in DecodeArithTemplate3Opt3() 349 int LTP = 0; in DecodeArithTemplate3Unopt() local [all …]
|
/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/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/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/ |
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) 817 echo "LTP Version: $version_date" 828 echo "Kernel messages were generated for LTP tests $version_date" 830 echo "No Kernel messages were generated for LTP tests $version_date" 901 … mutt -a ./$TAR_FILE_NAME.gz -s "LTP Reports on $test_start_time" -- $EMAIL_TO < /dev/null 909 …uuencode ./$TAR_FILE_NAME.gz $TAR_FILE_NAME.gz | mail $EMAIL_TO -s "LTP Reports on $test_start_ti…
|
D | README.md | 9 The LTP testsuite contains a collection of tools for testing the Linux kernel 56 the whole LTP, if you want to run a syscall testcase following should work. 94 This will install LTP to `/opt/ltp`. 183 If something is not covered there don't hesitate to ask on the LTP mailing 195 order to make sure LTP compiles cleanly on most common configurations. 196 For testing you need to sign up to Travis CI, enable running builds on your LTP fork on
|
D | TODO | 1 LTP TODO 9 and LTP still falls behind. Unfortunately there is no single place that would
|
/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/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/libgsm/fuzzer/ |
D | README.md | 15 4. LTP Cut speed-up (encoder only) (parameter name: `GSM_OPT_LTP_CUT`) 21 | `GSM_OPT_LTP_CUT` | 0. `Disable LTP cut-off optimization` 1. `Enable LTP cut-off optimization` …
|
/external/ltp/lib/ |
D | ltp.pc.in | 6 Name: LTP name
|
/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:
|
/external/ltp/testcases/network/rpc/ |
D | README | 2 RPC tests in LTP
|