Searched refs:stress (Results 1 - 25 of 32) sorted by relevance

12

/macosx-10.9.5/ruby-104/ruby/bootstraptest/
H A Dtest_gc.rb8 GC.stress = true
10 GC.stress = false
25 GC.stress = true
27 GC.stress = false
H A Drunner.rb63 $stress = false
85 when /\A(--stress|-s)/
86 $stress = true
109 -s, --stress stress test.
398 f.puts "GC.stress = true" if $stress
H A Dtest_fork.rb3 GC.stress = true
H A Dtest_block.rb470 GC.stress=true
472 GC.stress=false
H A Dtest_massign.rb169 GC.stress=true
/macosx-10.9.5/ruby-104/ruby/test/bigdecimal/
H A Dtestbase.rb22 stress, GC.stress = GC.stress, true
25 GC.stress = stress
/macosx-10.9.5/llvmCore-3425.0.33/tools/llvm-stress/
H A DMakefile1 ##===- tools/llvm-stress/Makefile --------------------------*- Makefile -*-===##
11 TOOLNAME := llvm-stress
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Ddtifmtts.h46 * Stress test -- stress test formatting on 40 locales
65 void stress(const char** data, int32_t data_length, const Locale& loc,
H A Ddtifmtts.cpp1305 stress(DATA, ARRAY_SIZE(DATA), Locale(testLocale[localeIndex][0], testLocale[localeIndex][1], testLocale[localeIndex][2]), locName);
1310 void DateIntervalFormatTest::stress(const char** data, int32_t data_length, function in class:DateIntervalFormatTest
/macosx-10.9.5/ruby-104/ruby/test/fiddle/
H A Dtest_func.rb38 stress, GC.stress = GC.stress, true
45 GC.stress = stress
/macosx-10.9.5/postfix-252/postfix/mantools/
H A Dcheck-postlink49 stress
/macosx-10.9.5/CommonCrypto-60049/test/CommonCrypto/
H A DCommonBigNum.c24 CCBigNumRef stress[STRESSSIZE];
25 for(size_t i=0; i<STRESSSIZE; i++) stress[i] = NULL;
36 if(stress[ri] == NULL) {
39 case 0: /* printf("(%lu) BigNum\n", ri); */ stress[ri] = CCCreateBigNum(&status); break;
40 case 1: /* printf("(%lu) FromHex\n", ri); */ stress[ri] = CCBigNumFromHexString(&status, "0003"); break;
41 case 2: /* printf("(%lu) FromData\n", ri); */ stress[ri] = CCBigNumFromData(&status, bb->bytes, bb->len); break;
42 case 3: /* printf("(%lu) FromDecimal\n", ri); */ stress[ri] = CCBigNumFromDecimalString(&status, "128"); break;
46 CCBigNumClear(stress[ri]);
47 CCBigNumFree(stress[ri]);
48 stress[r
[all...]
/macosx-10.9.5/ruby-104/ruby/test/dl/
H A Dtest_func.rb117 stress, GC.stress = GC.stress, true
125 GC.stress = stress
/macosx-10.9.5/llvmCore-3425.0.33/tools/
H A DMakefile37 llvm-size llvm-stress
/macosx-10.9.5/ruby-104/ruby/test/ruby/
H A Dtest_gc.rb13 prev_stress = GC.stress
14 GC.stress = false
35 GC.stress = prev_stress
77 GC.stress = true
H A Denvutil.rb123 stress, GC.stress = GC.stress, true
126 GC.stress = stress
H A Dtest_fiber.rb211 GC.stress = true
/macosx-10.9.5/xnu-2422.115.4/tools/tests/perf_index/
H A Dperf_index.h27 stress_func stress; member in struct:__anon15637
H A Dmain.c180 stress_tests[test_type]->stress(my_index, num_threads, work_size, test_argc, test_argv);
/macosx-10.9.5/libxslt-13/libxslt/tests/xmlspec/
H A DW3C-REC.css79 h1, h2, h3 { stress: 20; richness: 90 }
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/build/
H A Drun-gcov.sh69 <p>This should give us some idea of how well our tests actually stress our
/macosx-10.9.5/apr-30/apr/apr/build/
H A Drun-gcov.sh69 <p>This should give us some idea of how well our tests actually stress our
/macosx-10.9.5/ruby-104/ruby/test/json/
H A Dtest_json_generate.rb222 GC.stress = true
229 end if GC.respond_to?(:stress=)
/macosx-10.9.5/WebCore-7537.78.1/bindings/objc/
H A DDOMCSS.h262 - (NSString *)stress;
263 - (void)setStress:(NSString *)stress;
H A DDOMCSS.mm1215 - (NSString *)stress
1217 return [self getPropertyValue:@"stress"];
1220 - (void)setStress:(NSString *)stress
1222 [self setProperty:@"stress" value:stress priority:@""];

Completed in 177 milliseconds

12