/external/ltp/runtest/ |
D | net_stress.appl | 5 ssh4-stress ssh-stress.sh 6 ssh6-stress ssh-stress.sh -6 8 dns4-stress dns-stress.sh 9 dns6-stress dns-stress.sh -6 11 http4-stress http-stress.sh 12 http6-stress http-stress.sh -6 14 ftp4-download-stress ftp-download-stress.sh 15 ftp6-download-stress ftp-download-stress.sh -6 17 ftp4-upload-stress ftp-upload-stress.sh 18 ftp6-upload-stress ftp-upload-stress.sh -6
|
D | ltp-aio-stress.part1 | 3 # aio-stress [-s size] [-r size] [-a size] [-d num] [-b num] 29 ADS1000 aio-stress -I500 -o2 -S -r4 $TMPDIR/file1 30 ADS1001 aio-stress -I500 -o2 -S -r8 $TMPDIR/file1 31 ADS1002 aio-stress -I500 -o2 -S -r16 $TMPDIR/file1 32 ADS1003 aio-stress -I500 -o2 -S -r32 -t2 $TMPDIR/junkfile $TMPDIR/file2 33 ADS1004 aio-stress -I500 -o2 -S -r64 $TMPDIR/junkfile $TMPDIR/file2 34 ADS1005 aio-stress -I500 -o3 -S -r4 $TMPDIR/junkfile $TMPDIR/file2 35 ADS1006 aio-stress -I500 -o3 -S -r8 -t2 $TMPDIR/junkfile $TMPDIR/file2 36 ADS1007 aio-stress -I500 -o3 -S -r16 -t2 $TMPDIR/junkfile $TMPDIR/file2 37 ADS1008 aio-stress -I500 -o3 -S -r32 -t4 $TMPDIR/junkfile $TMPDIR/file2 $TMPDIR/file3 $TMPDIR/… [all …]
|
D | ltp-aio-stress.part2 | 3 # aio-stress [-s size] [-r size] [-a size] [-d num] [-b num] 29 ADS2001 aio-stress -I500 -o2 -S -r32 -t2 $TMPDIR/junkfile $TMPDIR/file2 30 ADS2002 aio-stress -I500 -o3 -S -r8 -t2 $TMPDIR/junkfile $TMPDIR/file2 31 ADS2003 aio-stress -I500 -o3 -S -r16 -t2 $TMPDIR/junkfile $TMPDIR/file2 32 ADS2004 aio-stress -I500 -o3 -S -r32 -t4 $TMPDIR/junkfile $TMPDIR/file2 $TMPDIR/file3 $TMPDIR/fi… 33 ADS2005 aio-stress -I500 -o3 -S -r64 -t4 $TMPDIR/junkfile $TMPDIR/file2 $TMPDIR/file3 $TMPDIR/fi… 34 ADS2006 aio-stress -I500 -o2 -O -r32 -t2 $TMPDIR/junkfile $TMPDIR/file2 35 ADS2007 aio-stress -I500 -o3 -O -r8 -t2 $TMPDIR/junkfile $TMPDIR/file2 36 ADS2008 aio-stress -I500 -o3 -O -r16 -t2 $TMPDIR/junkfile $TMPDIR/file2 37 ADS2009 aio-stress -I500 -o3 -O -r32 -t4 $TMPDIR/junkfile $TMPDIR/file2 $TMPDIR/file3 $TMPDIR/fi… [all …]
|
/external/ltp/testcases/network/ |
D | .gitignore | 27 /stress/ns-tools/ns-icmp_redirector 28 /stress/ns-tools/ns-icmpv4_sender 29 /stress/ns-tools/ns-icmpv6_sender 30 /stress/ns-tools/ns-igmp_querier 31 /stress/ns-tools/ns-mcast_join 32 /stress/ns-tools/ns-mcast_receiver 33 /stress/ns-tools/ns-tcpclient 34 /stress/ns-tools/ns-tcpserver 35 /stress/ns-tools/ns-udpclient 36 /stress/ns-tools/ns-udpsender [all …]
|
/external/ltp/testcases/open_posix_testsuite/ |
D | Makefile | 14 SUBDIRS= conformance functional stress 35 all: conformance-all functional-all stress-all tools-all 59 install: bin-install conformance-install functional-install stress-install 61 test: conformance-test functional-test stress-test 86 stress-all: $(CRITICAL_MAKEFILE) 88 @$(BUILD_MAKE) -C stress -j1 all 90 stress-install: 91 @$(MAKE) -C stress install 93 stress-test: 95 @$(TEST_MAKE) -C stress test
|
/external/ltp/tools/genload/ |
D | README | 12 as stress.c.orig, then make and test your desired changes to stress.c, then 13 run 'diff -u stress.c.orig stress.c' to produce a context patch. Thanks. 27 % stress -c 13 32 % stress --quiet --hogcpu 1k 38 % stress -i 4 45 % stress -c 13 -i 4 --verbose --timeout 1m 50 % stress -c 0 57 % stress -m 0 --hogvm-bytes 128M 62 % stress -m -3 --hogvm-bytes 5m 68 % stress -d 1 --hoghdd-noclean --hoghdd-bytes 13 [all …]
|
/external/autotest/server/cros/ |
D | stress_unittest.py | 8 import stress 21 stressor = stress.CountedStressor(stress_event) 32 stressor = stress.CountedStressor(stress_event, 47 stressor = stress.CountedStressor(stress_event, on_exit=on_exit) 61 stressor = stress.CountedStressor(stress_event, on_exit=on_exit) 79 stressor = stress.CountedStressor(stress_event) 100 stressor = stress.ControlledStressor(stress_event) 116 stressor = stress.CountedStressor(stress_event)
|
/external/protobuf/ruby/tests/ |
D | gc_test.rb | 6 old_gc = GC.stress 7 GC.stress = 0x01 | 0x04 10 GC.stress = old_gc 90 old_gc = GC.stress 91 GC.stress = 0x01 | 0x04 99 GC.stress = old_gc
|
/external/autotest/client/tests/fsx/ |
D | 0003-Fix-Link-Options.patch | 10 aio-stress: aio-stress.o 11 - $(CC) $(LDFLAGS) -laio -lpthread aio-stress.o -o aio-stress 12 + $(CC) ${CFLAGS} $(LDFLAGS) aio-stress.o -o aio-stress -laio -lpthread
|
/external/ltp/testcases/network/stress/ |
D | README | 24 Test Links are the place where the stress tests run. For example, test packets 47 To run the network stress testcases, use network.sh script, located in 51 Unfortunately some stress tests still depend on rsh for accessing remote host, even 56 The behaviour of network stress tests is configurable with environment 60 Attention for HTTP/FTP stress tests 63 When you run http or ftp stress tests, you have to start http or ftp server 79 The nestwork stress testcases require the following environment variables: 84 HTTP_DOWNLOAD_DIR (for http stress test) 85 FTP_DOWNLOAD_DIR (for ftp stress test) 86 FTP_UPLOAD_DIR (for ftp stress test) [all …]
|
/external/llvm-project/llvm/docs/CommandGuide/ |
D | llvm-stress.rst | 1 llvm-stress - generate random .ll files 4 .. program:: llvm-stress 9 :program:`llvm-stress` [-size=filesize] [-seed=initialseed] [-o=outfile] 14 The :program:`llvm-stress` tool is used to generate random ``.ll`` files that 35 :program:`llvm-stress` returns 0.
|
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | internal_fixBadIpa.txt | 1 $stress = [ ˈ ˌ ] ; 17 [ˈˌ] > ; # remove stress, since we can't predict. 76 $stress $vowel [dnts] { j } $stress? [uʊ] > j ; 77 [dnts] { j } $stress? [uʊ] > ; 112 $consonant {} [lr] $stress? [:^letter:] > ə ; 113 $consonant_minus_rl {} [nm] $stress? [:^letter:] > ə ;
|
/external/autotest/test_suites/ |
D | control.stress | 6 NAME = "stress" 15 This is the stress test suite. 18 meant to cover the full gamut of stress long running stress tests. Other stress 42 args_dict['name'] = 'stress'
|
/external/autotest/server/site_tests/tast/ |
D | control.stress | 6 NAME = 'tast.stress' 9 ATTRIBUTES = 'suite:stress' 16 Run the Tast stress test suite. 22 This test runs Tast-based stress tests that are required to pass 31 test_exprs=['("group:stress")'],
|
/external/autotest/client/site_tests/cellular_SuspendResume/ |
D | control.stress | 6 NAME = "cellular_SuspendResumeStress.stress" 25 autoconnect=False, tag='autoconnect_off-stress', 26 scenario_group='stress', stress_iterations=100) 28 autoconnect=True, tag='autoconnect_on-stress', 29 scenario_group='stress', stress_iterations=100)
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/ |
D | JobStructuredJoinStressTest.kt | 20 stress(Job::join) in <lambda>() 25 stress { job -> in <lambda>() 34 stress { job -> in <lambda>() 41 private fun stress(join: suspend (Job) -> Unit) { in <lambda>() method
|
/external/llvm/docs/CommandGuide/ |
D | llvm-stress.rst | 1 llvm-stress - generate random .ll files 7 :program:`llvm-stress` [-size=filesize] [-seed=initialseed] [-o=outfile] 12 The :program:`llvm-stress` tool is used to generate random ``.ll`` files that 33 :program:`llvm-stress` returns 0.
|
/external/ltp/testcases/open_posix_testsuite/Documentation/ |
D | HOWTO_RunTests | 11 functional, and stress tests. All tests are built with make all, but 12 certain care should be used when running the stress test suite as the 31 Functional and stress tests have their own Makefile and method for running, 33 stress tests, the framework calls the main Makefile for each functional 50 This will build all of the conformance, functional, and stress tests. 73 To run only stress tests, run: 74 # make stress-test 79 To make only stress tests, run: 80 # make stress-all
|
/external/llvm/tools/llvm-stress/ |
D | CMakeLists.txt | 7 add_llvm_tool(llvm-stress 8 llvm-stress.cpp 10 export_executable_symbols(llvm-stress)
|
/external/autotest/client/site_tests/login_LoginSuccess/ |
D | control.stress | 6 NAME = "login_LoginSuccess.stress" 7 ATTRIBUTES = "suite:stress" 14 This test stress tests and verifies that signing in via the UI (using Telemetry) 21 tag='stress',
|
/external/deqp/modules/gles31/stress/ |
D | CMakeLists.txt | 1 # dEQP-GLES31.stress 16 add_library(deqp-gles31-stress STATIC ${DEQP_GLES31_STRESS_SRCS}) 17 target_link_libraries(deqp-gles31-stress deqp-gl-shared glutil tcutil ${DEQP_GLES31_LIBRARIES})
|
/external/deqp/modules/gles2/stress/ |
D | CMakeLists.txt | 1 # dEQP-GLES2.stress 20 add_library(deqp-gles2-stress STATIC ${DEQP_GLES2_STRESS_SRCS}) 21 target_link_libraries(deqp-gles2-stress deqp-gl-shared glutil tcutil ${DEQP_GLES2_LIBRARIES})
|
/external/compiler-rt/test/tsan/ |
D | java_alloc.cc | 6 void stress(jptr addr) { in stress() function 17 stress((jptr)p); in Thread() 26 stress(jheap); in main()
|
/external/llvm-project/compiler-rt/test/tsan/ |
D | java_alloc.cpp | 6 void stress(jptr addr) { in stress() function 17 stress((jptr)p); in Thread() 26 stress(jheap); in main()
|
/external/libvpx/libvpx/test/ |
D | stress.sh | 74 stress() { function 143 stress vp8 "${VP8}" "${vp8_max_jobs}" 4 153 stress vp8 "${VP8}" "${vp8_max_jobs}" ${threads} \ 165 stress vp9 "${VP9}" "${vp9_max_jobs}" "$@"
|