OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:timecount
(Results
1 - 7
of
7
) sorted by null
/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;
/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 1727 milliseconds