HomeSort by relevance Sort by last modified time
    Searched full:timecount (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/icu/source/test/perf/howExpensiveIs/
sieve.h 24 * @param timeCount length of array - on return, how many remain after throwing out outliers
28 U_INTERNAL double uprv_getMeanTime(double *times, uint32_t *timeCount, double *marginOfError);
sieve.cpp 111 U_CAPI double uprv_getMeanTime(double *times, uint32_t *timeCount, double *marginOfError) {
113 int n = *timeCount;
145 *timeCount = n;
  /external/icu/icu4c/source/test/perf/howExpensiveIs/
sieve.h 24 * @param timeCount length of array - on return, how many remain after throwing out outliers
28 U_INTERNAL double uprv_getMeanTime(double *times, uint32_t *timeCount, double *marginOfError);
sieve.cpp 111 U_CAPI double uprv_getMeanTime(double *times, uint32_t *timeCount, double *marginOfError) {
113 int n = *timeCount;
145 *timeCount = n;
  /packages/apps/Mms/src/com/android/mms/dom/smil/
TimeImpl.java 108 * Clock-val ::= ( Full-clock-val | Partial-clock-val | Timecount-val )
111 * Timecount-val ::= Timecount ("." Fraction)? (Metric)?
117 * Timecount ::= DIGIT+
137 // Handle first 'Timecount-val' cases with metric
147 // Handle Timecount-val without metric
ElementTimeImpl.java 299 // In SMIL 3.0, the dur could be a timecount-value which may contain fractions.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/etc/
junit-noframes.xsl 167 <xsl:variable name="timeCount" select="sum($testsuites-in-package/@time)"/>
184 <xsl:with-param name="value" select="$timeCount"/>
256 <xsl:variable name="timeCount" select="sum(testsuite/@time)"/>
283 <xsl:with-param name="value" select="$timeCount"/>
junit-frames-xalan1.xsl 432 <xsl:variable name="timeCount" select="sum(testsuite/@time)"/>
460 <xsl:with-param name="value" select="$timeCount"/>
junit-frames.xsl 552 <xsl:variable name="timeCount" select="sum(testsuite/@time)"/>
580 <xsl:with-param name="value" select="$timeCount"/>
    [all...]
  /external/webrtc/src/modules/audio_processing/aecm/
echo_control_mobile.c 289 static int timecount = 0; local
513 if(++timecount == 1000)
515 timecount = 0;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vfw.h 604 LONG timeCount;
    [all...]

Completed in 740 milliseconds