/external/jemalloc/ |
D | .gitignore | 41 /test/stress/[A-Za-z]* 42 !/test/stress/[A-Za-z]*.* 43 /test/stress/*.[od] 44 /test/stress/*.gcda 45 /test/stress/*.gcno 46 /test/stress/*.out
|
D | Makefile.in | 156 TESTS_STRESS := $(srcroot)test/stress/microbench.c 165 C_TESTLIB_STRESS_OBJS := $(C_TESTLIB_SRCS:$(srcroot)%.c=$(objroot)%.stress.$(O)) 216 $(C_TESTLIB_STRESS_OBJS): $(objroot)test/src/%.stress.$(O): $(srcroot)test/src/%.c 270 $(objroot)test/stress/%$(EXE): $(objroot)test/stress/%.$(O) $(C_JET_OBJS) $(C_TESTLIB_STRESS_OBJS) … 343 @mkdir -p $(objroot)test/stress 370 $(SHELL) $(srcroot)coverage.sh $(srcroot)test/src stress $(C_TESTLIB_STRESS_OBJS) 371 $(SHELL) $(srcroot)coverage.sh $(srcroot)test/stress stress $(TESTS_STRESS_OBJS) 379 $(SHELL) $(srcroot)coverage.sh $(srcroot)test/src stress $(C_TESTLIB_STRESS_OBJS) 382 $(SHELL) $(srcroot)coverage.sh $(srcroot)test/stress integration $(TESTS_STRESS_OBJS)
|
/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/llvm/tools/llvm-stress/ |
D | CMakeLists.txt | 7 add_llvm_tool(llvm-stress 8 llvm-stress.cpp 10 export_executable_symbols(llvm-stress)
|
D | LLVMBuild.txt | 1 ;===- ./tools/llvm-stress/LLVMBuild.txt -------------------------*- Conf -*--===; 20 name = llvm-stress
|
D | Makefile | 11 TOOLNAME := llvm-stress
|
/external/deqp/modules/gles31/stress/ |
D | CMakeLists.txt | 1 # dEQP-GLES31.stress 14 add_library(deqp-gles31-stress STATIC ${DEQP_GLES31_STRESS_SRCS}) 15 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 18 add_library(deqp-gles2-stress STATIC ${DEQP_GLES2_STRESS_SRCS}) 19 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/deqp/modules/gles3/stress/ |
D | CMakeLists.txt | 1 # dEQP-GLES3.stress 26 add_library(deqp-gles3-stress STATIC ${DEQP_GLES3_STRESS_SRCS}) 27 target_link_libraries(deqp-gles3-stress deqp-gl-shared glutil tcutil ${DEQP_GLES3_LIBRARIES})
|
/external/deqp/modules/gles31/ |
D | CMakeLists.txt | 9 add_subdirectory(stress) 13 stress 29 deqp-gles31-stress
|
/external/deqp/modules/gles3/ |
D | CMakeLists.txt | 11 add_subdirectory(stress) 17 stress 35 deqp-gles3-stress
|
/external/deqp/modules/gles2/ |
D | CMakeLists.txt | 8 stress 16 add_subdirectory(stress) 35 deqp-gles2-stress
|
/external/deqp/ |
D | Android.mk | 389 modules/gles2/stress/es2sDrawTests.cpp \ 390 modules/gles2/stress/es2sLongRunningTests.cpp \ 391 modules/gles2/stress/es2sMemoryTests.cpp \ 392 modules/gles2/stress/es2sSpecialFloatTests.cpp \ 393 modules/gles2/stress/es2sStressTests.cpp \ 394 modules/gles2/stress/es2sVertexArrayTests.cpp \ 519 modules/gles3/stress/es3sDrawTests.cpp \ 520 modules/gles3/stress/es3sLongRunningShaderTests.cpp \ 521 modules/gles3/stress/es3sLongRunningTests.cpp \ 522 modules/gles3/stress/es3sLongShaderTests.cpp \ [all …]
|
/external/deqp/doc/testspecs/GLES3/ |
D | stress.occlusion_query.txt | 19 Occlusion query stress tests 22 + dEQP-GLES3.stress.occlusion_query.* 33 Occlusion query stress tests generate large amounts of occlusion queries
|
/external/deqp/doc/testspecs/GLES2/ |
D | stress.long.txt | 19 Long-running stress tests 22 + dEQP-GLES2.stress.long.* 25 + Long-running stress testing with various application behaviors 41 The long-running stress tests are meant to be run for a long time to detect 51 The basic structure of one iteration of the stress cases is as follows. 79 A stress case's behavior is determined by its parameters:
|
/external/deqp/doc/testspecs/GL3/ |
D | stress.conditional_render.txt | 19 GL3 conditional render stress tests 22 + dEQP-GL3.stress.conditional_render.* 33 Conditional rendering stress tests use a large number of conditional rendering
|
/external/v8/test/mjsunit/ |
D | debug-stepout-scope-part8.js | 59 function stress() { function 234 stress();
|
/external/valgrind/auxprogs/ |
D | posixtestsuite-1.5.1-diff.txt | 44 - find stress/ -type f -maxdepth 2 -mindepth 2 -name "Makefile" -exec dirname '{}' ';' 45 + find stress/ -maxdepth 2 -mindepth 2 -type f -name "Makefile" -exec dirname '{}' ';' 49 - find stress/ -type f -maxdepth 2 -mindepth 2 -name "run.sh" -exec dirname '{}' ';' 50 + find stress/ -maxdepth 2 -mindepth 2 -type f -name "run.sh" -exec dirname '{}' ';'
|
/external/llvm/test/CodeGen/X86/ |
D | early-ifcvt-crash.ll | 2 ; RUN: llc < %s -x86-early-ifcvt -stress-early-ifcvt -verify-machineinstrs 6 ; Run these tests with and without -stress-early-ifcvt to exercise heuristics.
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-promote-const.ll | 1 ; Disable machine cse to stress the different path of the algorithm. 3 ; RUN: llc < %s -mtriple=arm64-apple-ios7.0 -disable-machine-cse -aarch64-stress-promote-const -mcp… 42 ; In stress mode, constant vector are promoted 70 ; In stress mode, constant vector are promoted 106 ; In stress mode, constant vector are promoted 135 ; In stress mode, constant vector are promoted
|
/external/llvm/test/Transforms/LoopStrengthReduce/X86/ |
D | ivchain-stress-X86.ll | 2 ; RUN: llc < %s -O3 -march=x86-64 -mcpu=core2 -stress-ivchain | FileCheck %s -check-prefix=X64 3 ; RUN: llc < %s -O3 -march=x86 -mcpu=core2 -stress-ivchain | FileCheck %s -check-prefix=X32 11 ; This is not quite profitable to chain. But with -stress-ivchain, we
|
/external/icu/icu4c/source/test/intltest/ |
D | dtifmtts.h | 72 void stress(const char** data, int32_t data_length, const Locale& loc,
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.tessellation_geometry_interaction.txt | 23 + dEQP-GLES31.stress.tessellation_geometry_interaction.* 58 dEQP-GLES31.stress.tessellation_geometry_interaction.render_multiple_limits.* 59 cases are otherwise identical to the functional cases but the stress.*
|
/external/svox/pico/tests/data/ |
D | xsampa_pico_man_es-ES.txt | 9 # 1/ replaced the primary stress character " (double quote) by its dec code " 124 % secondary stress NEED TEST HERE <<<<<<<<<<<<------------------------------------ 126 " primary stress NEED TEST HERE <<<<<<<<<<<<------------------------------------
|