HomeSort by relevance Sort by last modified time
    Searched refs:stress (Results 1 - 25 of 48) sorted by null

1 2

  /external/ltp/runtest/
net_stress.appl 2 # Stress test for major application protocol (ssh, dns, http, ftp)
5 ssh4-stress ssh-stress
6 ssh6-stress ssh-stress -6
8 dns4-stress dns-stress
9 dns6-stress dns-stress -6
11 http4-stress http-stres
    [all...]
  /external/ltp/testcases/open_posix_testsuite/
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 tes
    [all...]
  /external/compiler-rt/test/tsan/
java_alloc.cc 6 void stress(jptr addr) { function
17 stress((jptr)p);
26 stress(jheap);
  /external/autotest/server/cros/
stress_unittest.py 8 import stress
21 stressor = stress.CountedStressor(stress_event)
32 stressor = stress.CountedStressor(stress_event,
36 self.assertTrue(event.is_set(), 'The stress event did not run')
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)
83 'Stress event ran despite a False start condition')
100 stressor = stress.ControlledStressor(stress_event)
105 'Stress event ran despite a False start condition'
    [all...]
  /external/linux-kselftest/tools/testing/selftests/prctl/
Makefile 7 TEST_PROGS := disable-tsc-ctxt-sw-stress-test disable-tsc-on-off-stress-test \
  /external/ltp/android/
Android.ltp.mk 29 module_src_files := testcases/network/stress/ns-tools/add_ipv6addr
57 module_src_files := testcases/network/stress/broken_ip/broken_ip4-checksum
61 module_src_files := testcases/network/stress/broken_ip/broken_ip4-dstaddr
65 module_src_files := testcases/network/stress/broken_ip/broken_ip4-fragment
69 module_src_files := testcases/network/stress/broken_ip/broken_ip4-ihl
73 module_src_files := testcases/network/stress/broken_ip/broken_ip4-protcol
77 module_src_files := testcases/network/stress/broken_ip/broken_ip4-totlen
81 module_src_files := testcases/network/stress/broken_ip/broken_ip4-version
85 module_src_files := testcases/network/stress/broken_ip/broken_ip6-dstaddr
89 module_src_files := testcases/network/stress/broken_ip/broken_ip6-nexthd
    [all...]
  /external/ltp/testcases/kernel/power_management/
runpwtests_exclusive02.sh 56 stress="thread"
59 -s $stress; then
pm_cpu_consolidation.py 33 parser.add_option("-s", "--stress", dest="stress",
131 trigger_workld( options.smt_value, options.work_ld, options.stress, duration, background, pinned, perf_test)
133 status = validate_cpu_consolidation(options.stress, options.work_ld,options.mc_value, options.smt_value)
  /external/icu/icu4c/source/test/intltest/
dtifmtts.h 53 * Stress test -- stress test formatting on 40 locales
79 * Stress test formatting
81 void stress(const char** data, int32_t data_length, const Locale& loc,
  /external/libvpx/libvpx/test/
stress.sh 11 ## This file performs a stress test. It runs (STRESS_ONEPASS_MAX_JOBS,
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}" "$@"
  /external/ltp/testcases/network/stress/http/
http-stress 22 TCID=http-stress
  /external/linux-kselftest/tools/testing/selftests/vm/
Makefile 21 TEST_GEN_FILES += transhuge-stress
  /external/ltp/testscripts/
test_realtime.sh 28 # where test-argument = func | stress | perf | all | list | clean | test_name
30 # test_name is the name of a subdirectory in func/, stress/ or perf/
47 test-argument: func | stress | perf | all | list | clean | test_name
49 stress: all stress tests will be run
124 stress)
125 TESTLIST="stress"
132 TESTLIST="func stress perf"
ltp-aiodio.sh 42 -o = optional partition allows some of the tests to utilize multiple filesystems to further stress AIO/DIO
52 - A Large file should be passed to fully stress the test. You must pass at least one filesystem to test, you can pass any combination
121 echo "** Running extended stress testing **"
124 echo " ** You must pass at least 2 filesystems to run an extended AIO stress test **"
230 echo "************ Running aio-stress tests "
232 sort -R ${LTPROOT}/runtest/ltp-aio-stress.part1 -o ${TMPBASE}/ltp-aio-stress.part1
234 ${LTPROOT}/bin/ltp-pan -e -S -a ltpaiostresspart1 -n ltp-aiostresspart1 -l ltpaiostress.logfile -o ltpaiostress.outfile -p -f ${TMPBASE}/ltp-aio-stress.part1 &
239 echo "************ End Running aio-stress tests "
243 echo "************ Running EXTENDED aio-stress tests
    [all...]
  /external/autotest/server/site_tests/network_WiFi_SuspendStress/
network_WiFi_SuspendStress.py 7 from autotest_lib.server.cros import stress
32 """ Perform the suspend stress."""
43 """Run suspend stress test.
59 stressor = stress.CountedStressor(self.stress_wifi_suspend)
  /external/grpc-grpc/src/ruby/end2end/
load_grpc_with_gc_stress_driver.rb 24 GC.stress = 0x04
  /external/libusb/android/jni/
tests.mk 41 # stress
46 $(LIBUSB_ROOT_REL)/tests/stress.c
54 LOCAL_MODULE:= stress
  /external/ltp/testcases/kernel/power_management/lib/
pm_sched_mc.py 291 def get_job_count(stress, workload, sched_smt):
296 if stress == "thread":
298 if stress == "partial":
305 if stress == "full":
307 if stress == "single_job":
315 def trigger_ebizzy (sched_smt, stress, duration, background, pinned):
320 threads = get_job_count(stress, "ebizzy", sched_smt)
366 def trigger_kernbench (sched_smt, stress, background, pinned, perf_test):
373 threads = get_job_count(stress, "kernbench", sched_smt)
437 def trigger_workld(sched_smt, workload, stress, duration, background, pinned, perf_test)
    [all...]
  /external/ltp/testcases/realtime/
run.sh 28 # where test-argument = func | stress | perf | all | list | clean | test_name
30 # test_name is the name of a subdirectory in func/, stress/ or perf/
44 stress all stress tests will be run
136 stress)
137 TESTLIST="stress"
144 TESTLIST="func stress perf"
  /external/autotest/server/site_tests/network_FirewallHolePunchServer/
network_FirewallHolePunchServer.py 11 from autotest_lib.server.cros import stress
193 stressor = stress.CountedStressor(self.perform_tests)
  /external/ltp/testcases/network/stress/dns/
dns-stress01-rmt 24 . dns-stress-lib.sh
dns-stress02-rmt 24 . dns-stress-lib.sh
  /external/ltp/testcases/network/stress/ftp/
ftp-download-stress 22 TCID=ftp-download-stress
ftp-upload-stress 22 TCID=ftp-upload-stress
  /external/syzkaller/
Makefile 84 execprog mutate prog2c stress repro upgrade db \
104 $(MAKE) fuzzer execprog stress executor
140 stress:
141 GOOS=$(TARGETGOOS) GOARCH=$(TARGETGOARCH) $(GO) build $(GOTARGETFLAGS) -o ./bin/$(TARGETOS)_$(TARGETVMARCH)/syz-stress$(EXE) github.com/google/syzkaller/tools/syz-stress
242 env TARGETOS=windows TARGETARCH=amd64 $(MAKE) fuzzer execprog stress

Completed in 1986 milliseconds

1 2