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

/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.cpp1077 stress(DATA, ARRAY_SIZE(DATA), Locale(testLocale[localeIndex][0], testLocale[localeIndex][1], testLocale[localeIndex][2]), locName);
1082 void DateIntervalFormatTest::stress(const char** data, int32_t data_length, function in class:DateIntervalFormatTest
/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/WebCore/bindings/objc/
H A DDOMCSS.h262 - (NSString *)stress;
263 - (void)setStress:(NSString *)stress;
H A DDOMCSS.mm1180 - (NSString *)stress
1182 return [self getPropertyValue:@"stress"];
1185 - (void)setStress:(NSString *)stress
1187 [self setProperty:@"stress" value:stress priority:@""];

Completed in 84 milliseconds