Searched defs:stress (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/v8/test/mjsunit/
H A Ddebug-stepout-scope-part8.js59 function stress() { function
234 stress();
/external/compiler-rt/test/tsan/
H A Djava_alloc.cc6 void stress(jptr addr) { function
17 stress((jptr)p);
26 stress(jheap);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddtifmtts.cpp1375 stress(DATA, ARRAY_SIZE(DATA), Locale(testLocale[localeIndex][0], testLocale[localeIndex][1], testLocale[localeIndex][2]), locName);
1380 void DateIntervalFormatTest::stress(const char** data, int32_t data_length, function in class:DateIntervalFormatTest
/external/icu/icu4c/source/test/intltest/
H A Ddtifmtts.cpp1375 stress(DATA, ARRAY_SIZE(DATA), Locale(testLocale[localeIndex][0], testLocale[localeIndex][1], testLocale[localeIndex][2]), locName);
1380 void DateIntervalFormatTest::stress(const char** data, int32_t data_length, function in class:DateIntervalFormatTest
/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...]

Completed in 1249 milliseconds