Home
last modified time | relevance | path

Searched refs:callCounts (Results 1 – 3 of 3) sorted by relevance

/external/v8/test/webkit/
Darray-enumerators-functions.js113 var callCounts = [ variable
138 var expectedCnt = "" + callCounts[f][t][a];
/external/deqp/modules/gles31/functional/
Des31fAtomicCounterTests.cpp1308 const int callCounts[] = in AtomicCounterTests() local
1345 for (int callCountNdx = 0; callCountNdx < DE_LENGTH_OF_ARRAY(callCounts); callCountNdx++) in AtomicCounterTests()
1347 const int callCount = callCounts[callCountNdx]; in AtomicCounterTests()
1383 const int callCounts[] = { 1, 5 }; in AtomicCounterTests() local
1429 for (int callCountNdx = 0; callCountNdx < DE_LENGTH_OF_ARRAY(callCounts); callCountNdx++) in AtomicCounterTests()
1431 const int callCount = callCounts[callCountNdx]; in AtomicCounterTests()
Des31fSynchronizationTests.cpp3343 static const int callCounts[] = { 2, 5, 100 }; in init() local
3346 for (int callCountNdx = 0; callCountNdx < DE_LENGTH_OF_ARRAY(callCounts); ++callCountNdx) in init()
3347 …") + de::toString(callCounts[callCountNdx]) + "_calls_" + ssboInvocations[invocationNdx].name + "_… in init()
3350 for (int callCountNdx = 0; callCountNdx < DE_LENGTH_OF_ARRAY(callCounts); ++callCountNdx) in init()
3351 …) + de::toString(callCounts[callCountNdx]) + "_calls_" + imageInvocations[invocationNdx].name + "_… in init()
3354 for (int callCountNdx = 0; callCountNdx < DE_LENGTH_OF_ARRAY(callCounts); ++callCountNdx) in init()
3355 … + de::toString(callCounts[callCountNdx]) + "_calls_" + counterInvocations[invocationNdx].name + "… in init()
3358 for (int callCountNdx = 0; callCountNdx < DE_LENGTH_OF_ARRAY(callCounts); ++callCountNdx) in init()
3359 … + de::toString(callCounts[callCountNdx]) + "_calls_" + counterInvocations[invocationNdx].name + "… in init()