OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Stress
(Results
1 - 8
of
8
) sorted by null
/external/llvm/lib/CodeGen/
EarlyIfConversion.cpp
49
//
Stress
testing mode - disable heuristics.
50
static cl::opt<bool>
Stress
("
stress
-early-ifcvt", cl::Hidden,
200
if (++InstrCount > BlockInstrLimit && !
Stress
) {
676
//
Stress
testing mode disables all cost considerations.
677
if (
Stress
)
/external/chromium_org/courgette/
run_stress_test
7
#
Stress
test and size measurement for courgette patches.
21
Stress
test courgette by generating and applying patches for two given
/external/chromium_org/net/quic/crypto/
strike_register_test.cc
243
TEST(StrikeRegisterStressTest,
Stress
) {
/external/chromium_org/mojo/system/
message_pipe_dispatcher_unittest.cc
380
//
Stress
test -----------------------------------------------------------------
519
TEST(MessagePipeDispatcherTest,
Stress
) {
/external/chromium_org/ppapi/tests/
test_url_request.cc
81
RUN_TEST(
Stress
, filter);
/external/v8/test/mjsunit/harmony/
collections.js
311
//
Stress
Test
312
// There is a proposed
stress
-test available at the es-discuss mailing list
/external/chromium_org/v8/test/mjsunit/harmony/
collections.js
394
//
Stress
Test
395
// There is a proposed
stress
-test available at the es-discuss mailing list
/external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc
604
TEST(Allocator,
Stress
) {
Completed in 591 milliseconds