HomeSort by relevance Sort by last modified time
    Searched refs:testTypes (Results 1 - 13 of 13) sorted by null

  /external/skia/tests/
CachedDecodingPixelRefTest.cpp 91 const TestImageGenerator::TestType testTypes[] = {
99 for (size_t i = 0; i < SK_ARRAY_COUNT(testTypes); ++i) {
100 TestImageGenerator::TestType test = testTypes[i];
  /external/skqp/tests/
CachedDecodingPixelRefTest.cpp 91 const TestImageGenerator::TestType testTypes[] = {
99 for (size_t i = 0; i < SK_ARRAY_COUNT(testTypes); ++i) {
100 TestImageGenerator::TestType test = testTypes[i];
  /external/deqp/modules/gles31/functional/
es31fUniformLocationTests.cpp 921 StructType* testTypes[] =
929 structTypes.push_back(testTypes[0]);
930 structTypes.push_back(testTypes[1]);
931 structTypes.push_back(testTypes[2]);
932 structTypes.push_back(testTypes[3]);
934 testTypes[0]->addMember("a", createVarType(primitiveTypes[rng.getInt(0, maxPrimitiveTypeNdx)]));
935 testTypes[0]->addMember("b", createVarType(primitiveTypes[rng.getInt(0, maxPrimitiveTypeNdx)]));
936 testTypes[0]->addMember("c", createVarType(primitiveTypes[rng.getInt(0, maxPrimitiveTypeNdx)]));
937 testTypes[0]->addMember("d", createVarType(primitiveTypes[rng.getInt(0, maxPrimitiveTypeNdx)]));
938 testTypes[0]->addMember("e", createVarType(primitiveTypes[rng.getInt(0, maxPrimitiveTypeNdx)]))
    [all...]
  /art/test/656-checker-simd-opt/src/
Main.java 238 static void testTypes() {
258 testTypes();
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryLayeredRenderingTests.cpp     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
LocaleDataTest.java 368 final int[] testTypes = {
386 for (int i = 0; i < testTypes.length; i++) {
388 UnicodeSet set = LocaleData.getExemplarSet(loc, 0, testTypes[i]);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
LocaleDataTest.java 365 final int[] testTypes = {
383 for (int i = 0; i < testTypes.length; i++) {
385 UnicodeSet set = LocaleData.getExemplarSet(loc, 0, testTypes[i]);
  /external/deqp/external/vulkancts/modules/vulkan/protected_memory/
vktProtectedMemStorageBufferTests.cpp     [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/
basic_gpu_test.py 134 def testTypes(self):
shape_ops_test.py 480 def testTypes(self):
cwise_ops_test.py     [all...]
  /external/tensorflow/tensorflow/python/ops/
image_grad_test.py 163 def testTypes(self):
  /external/python/cpython3/Lib/test/
test_socket.py     [all...]

Completed in 319 milliseconds