OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numSteps
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/
NaClAMBullet.js
32
numSteps
: 0
55
fps.
numSteps
++;
60
var meanSimTime = fps.sumSimTime / fps.
numSteps
;
63
(fps.
numSteps
* 1000 / (curTimeMs - fps.lastTimeMs)).toFixed(1);
66
fps.
numSteps
= 0;
/external/opencv/cvaux/src/
cvtexture.cpp
75
int* steps, int
numSteps
, int* memorySteps );
271
int
numSteps
,
286
CV_CALL( destGLCM->matrices = (double***)cvAlloc( sizeof(matrices[0])*
numSteps
));
289
for( stepLoop=0; stepLoop<
numSteps
; stepLoop++ )
304
CV_CALL( stepIncrementsCounter = (int*)cvAlloc(
numSteps
*sizeof(stepIncrementsCounter[0])));
305
memset( stepIncrementsCounter, 0,
numSteps
*sizeof(stepIncrementsCounter[0]) );
314
for( stepLoop=0; stepLoop<
numSteps
; stepLoop++ )
341
for( stepLoop=0; stepLoop<
numSteps
; stepLoop++ )
/external/lzma/CPP/7zip/UI/Console/
BenchCon.cpp
267
UInt64
numSteps
= 0;
286
numSteps
++;
289
if (
numSteps
!= 0)
293
PrintNumber(f, ((speedTotals.Values[ti] /
numSteps
) >> 20), 5);
/external/apache-xml/src/main/java/org/apache/xalan/templates/
RedundentExprEliminator.java
436
* @param
numSteps
The number of steps to be changed.
440
final int
numSteps
, final boolean isGlobal)
454
for(int i = 0; i <
numSteps
; i++)
483
* @param
numSteps
The number of steps from the first to copy into the new
487
protected WalkingIterator createIteratorFromSteps(final WalkingIterator wi, int
numSteps
)
495
for(int i = 1; i <
numSteps
; i++)
516
* @param
numSteps
The number of steps to compare.
521
int
numSteps
)
526
for(int i = 0; (i <
numSteps
); i++)
[
all
...]
/external/skia/tests/
RoundRectTest.cpp
223
// Move a small box from the start position by (stepX, stepY) '
numSteps
' times
227
int
numSteps
, const bool* contains) {
229
for (int i = 0; i <
numSteps
; ++i) {
/prebuilts/devtools/tools/lib/
monkeyrunner.jar
jfreechart-1.0.9.jar
/frameworks/base/media/java/android/media/
AudioService.java
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSParser-in.cpp
[
all
...]
/prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar
/prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar
/prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar
Completed in 271 milliseconds