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

/external/compiler-rt/lib/tsan/lit_tests/
H A Djava_alloc.cc6 void stress(jptr addr) { function
17 stress((jptr)p);
26 stress(jheap);
/external/llvm/tools/llvm-stress/
H A DMakefile1 ##===- tools/llvm-stress/Makefile --------------------------*- Makefile -*-===##
11 TOOLNAME := llvm-stress
/external/icu4c/test/intltest/
H A Ddtifmtts.h40 * Stress test -- stress test formatting on 40 locales
59 void stress(const char** data, int32_t data_length, const Locale& loc,
H A Ddtifmtts.cpp1235 stress(DATA, ARRAY_SIZE(DATA), Locale(testLocale[localeIndex][0], testLocale[localeIndex][1], testLocale[localeIndex][2]), locName);
1240 void DateIntervalFormatTest::stress(const char** data, int32_t data_length, function in class:DateIntervalFormatTest
/external/jmonkeyengine/engine/src/test/jme3test/stress/
H A DTestLodStress.java33 package jme3test.stress;
H A DTestBatchLod.java32 package jme3test.stress;
H A DTestLeakingGL.java33 package jme3test.stress;
/external/llvm/tools/
H A DMakefile37 llvm-size llvm-stress llvm-mcmarkup \
/external/v8/test/mjsunit/
H A Ddebug-stepout-scope.js244 function stress() { function
419 stress();
/external/srec/srec/include/
H A Dc42mul.h89 void get_stress_in_segment(stress_info *stress, fepFramePkt *frmPkt,
/external/srec/seti/sltsEngine/src/
H A Drun_seq_lts.c1400 int stress = 0; local
1466 /*now find stress level from phone (and remove it) and add it to syl bound*/
1472 stress = atoi(out + strlen(out)-1);
1474 stress = 0; /*should not happen*/
1477 stress = 0; /*should not happen*/
1480 sprintf(output_phone_string[syl_start], LTS_MARKER_SYLL_START_DD, stress);
1484 /*remove all the stress marking from the vowels*/
1488 out[strlen(out)-1] = '\0'; /*remove the stress from the vowel*/
1506 stress = atoi(out + strlen(out)-1);
1518 sprintf(output_phone_string[syl_start], LTS_MARKER_SYLL_START_DD, stress);
[all...]
/external/webkit/Source/WebCore/bindings/objc/
H A DDOMCSS.h262 - (NSString *)stress;
263 - (void)setStress:(NSString *)stress;
H A DDOMCSS.mm1177 - (NSString *)stress
1179 return [self getPropertyValue:@"stress"];
1182 - (void)setStress:(NSString *)stress
1184 [self setProperty:@"stress" value:stress priority:@""];

Completed in 224 milliseconds