OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addIteration
(Results
1 - 9
of
9
) sorted by null
/frameworks/base/core/tests/coretests/src/android/os/
PerformanceCollectorTest.java
80
Bundle iteration = mPerfCollector.
addIteration
("timing1");
89
mPerfCollector.
addIteration
("timing2");
91
mPerfCollector.
addIteration
("timing3");
147
Bundle iteration = mPerfCollector.
addIteration
("timing5");
156
mPerfCollector.
addIteration
("timing6");
158
mPerfCollector.
addIteration
("timing7");
239
mPerfCollector.
addIteration
("iteration1");
241
mPerfCollector.
addIteration
("iteration2");
243
mPerfCollector.
addIteration
("iteration3");
245
mPerfCollector.
addIteration
("iteration4")
[
all
...]
/frameworks/base/core/java/android/os/
PerformanceCollector.java
36
* {@link #
addIteration
(String)} inserts intermediate measurement point which
45
*
addIteration
("Launch email app");
46
*
addIteration
("Compose");
377
*
addIteration
, and between two calls to
addIteration
, used
387
public Bundle
addIteration
(String label) {
405
* @param label description of code block between
addIteration
or
412
addIteration
(label);
/external/deqp/modules/glshared/
glsDrawTest.hpp
249
void
addIteration
(const DrawTestSpec& spec, const char* description = DE_NULL);
glsDrawTest.cpp
[
all
...]
/external/deqp/modules/gles3/functional/
es3fDrawTests.cpp
61
test->
addIteration
(spec, "draw count = 1");
64
test->
addIteration
(spec, "draw count = 5");
67
test->
addIteration
(spec, "draw count = 25");
72
test->
addIteration
(spec, "instance count = 1");
75
test->
addIteration
(spec, "instance count = 4");
78
test->
addIteration
(spec, "instance count = 11");
84
test->
addIteration
(spec, "index range = [0, 23]");
88
test->
addIteration
(spec, "index range = [23, 40]");
95
test->
addIteration
(spec, "index range = [5, 5]");
376
test->
addIteration
(spec, desc.c_str())
[
all
...]
/external/deqp/modules/gles2/functional/
es2fDrawTests.cpp
59
test->
addIteration
(spec, "draw count = 1");
62
test->
addIteration
(spec, "draw count = 5");
65
test->
addIteration
(spec, "draw count = 25");
278
test->
addIteration
(spec, desc.c_str());
358
test->
addIteration
(spec, iterationDesc.c_str());
/external/deqp/modules/gles31/functional/
es31fDrawTests.cpp
158
test->
addIteration
(spec, "draw count = 1");
161
test->
addIteration
(spec, "draw count = 5");
164
test->
addIteration
(spec, "draw count = 25");
169
test->
addIteration
(spec, "instance count = 1");
172
test->
addIteration
(spec, "instance count = 4");
175
test->
addIteration
(spec, "instance count = 11");
463
test->
addIteration
(spec, desc.c_str());
526
test->
addIteration
(spec, iterationDesc.c_str());
593
test->
addIteration
(spec, iterationDesc.c_str());
[
all
...]
/external/deqp/modules/gles2/stress/
es2sDrawTests.cpp
147
test->
addIteration
(spec, iterationDesc.c_str());
/external/deqp/modules/gles3/stress/
es3sDrawTests.cpp
336
test->
addIteration
(spec, iterationDesc.c_str());
Completed in 94 milliseconds