OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:threadcounts
(Results
1 - 5
of
5
) sorted by null
/external/deqp/modules/egl/
teglGLES2SharedRenderingPerfTests.cpp
1117
const int
threadCounts
[] = { 1, 2, 4 };
1124
for (int threadCountNdx = 0; threadCountNdx < DE_LENGTH_OF_ARRAY(
threadCounts
); threadCountNdx++)
1126
int threadCount =
threadCounts
[threadCountNdx];
[
all
...]
/tools/tradefederation/core/tests/src/com/android/tradefed/device/metric/
DeviceMetricDataFuncTest.java
58
// Incrementing
threadCounts
in steps and then testing makes sure that there is no
/external/deqp/modules/gles31/functional/
es31fAtomicCounterTests.cpp
[
all
...]
/external/libchrome/base/memory/
shared_memory_unittest.cc
248
int
threadcounts
[] = { 1, kNumThreads };
local
249
for (size_t i = 0; i < arraysize(
threadcounts
); i++) {
250
int numthreads =
threadcounts
[i];
/build/soong/finder/
finder_test.go
247
threadCounts
:= []int{1, 2, defaultNumThreads}
248
for _, numThreads := range
threadCounts
{
[
all
...]
Completed in 288 milliseconds