OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:insertedCount
(Results
1 - 5
of
5
) sorted by null
/external/deqp/modules/gles2/stress/
es2sDrawTests.cpp
302
size_t
insertedCount
= 0;
394
this->addChild(new gls::DrawTest(m_testCtx, m_context.getRenderContext(), spec, de::toString(
insertedCount
).c_str(), spec.getDesc().c_str()));
397
++
insertedCount
;
/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
SettingsProviderTest.java
158
int
insertedCount
= 0;
160
for (;
insertedCount
< 1200;
insertedCount
++) {
161
Log.w(LOG_TAG, "Adding app specific setting: " +
insertedCount
);
163
String.valueOf(
insertedCount
), FAKE_SETTING_VALUE, false);
167
for (;
insertedCount
>= 0;
insertedCount
--) {
168
Log.w(LOG_TAG, "Removing app specific setting: " +
insertedCount
);
170
String.valueOf(
insertedCount
));
/external/deqp/modules/gles2/functional/
es2fDrawTests.cpp
588
size_t
insertedCount
= 0;
680
this->addChild(new gls::DrawTest(m_testCtx, m_context.getRenderContext(), spec, de::toString(
insertedCount
).c_str(), spec.getDesc().c_str()));
683
++
insertedCount
;
/external/deqp/modules/gles3/stress/
es3sDrawTests.cpp
516
size_t
insertedCount
= 0;
607
this->addChild(new gls::DrawTest(m_testCtx, m_context.getRenderContext(), spec, de::toString(
insertedCount
).c_str(), spec.getDesc().c_str()));
610
++
insertedCount
;
/external/deqp/modules/gles3/functional/
es3fDrawTests.cpp
[
all
...]
Completed in 188 milliseconds