Home
last modified time | relevance | path

Searched refs:array_test (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/tests/
Dset_uniform_initializer_tests.cpp310 array_test(void *mem_ctx, struct gl_shader_program *prog, in array_test() function
342 array_test(mem_ctx, prog, actual_index, name, GLSL_TYPE_INT, 1, 1, 4, 0); in TEST_F()
347 array_test(mem_ctx, prog, actual_index, name, GLSL_TYPE_INT, 1, 2, 4, 0); in TEST_F()
352 array_test(mem_ctx, prog, actual_index, name, GLSL_TYPE_INT, 1, 3, 4, 0); in TEST_F()
357 array_test(mem_ctx, prog, actual_index, name, GLSL_TYPE_INT, 1, 4, 4, 0); in TEST_F()
362 array_test(mem_ctx, prog, actual_index, name, GLSL_TYPE_UINT, 1, 1, 4, 0); in TEST_F()
367 array_test(mem_ctx, prog, actual_index, name, GLSL_TYPE_UINT, 1, 2, 4, 0); in TEST_F()
372 array_test(mem_ctx, prog, actual_index, name, GLSL_TYPE_UINT, 1, 3, 4, 0); in TEST_F()
377 array_test(mem_ctx, prog, actual_index, name, GLSL_TYPE_UINT, 1, 4, 4, 0); in TEST_F()
382 array_test(mem_ctx, prog, actual_index, name, GLSL_TYPE_BOOL, 1, 1, 4, 0); in TEST_F()
[all …]
/third_party/boost/libs/core/test/
Daddressof_test.cpp47 template<class T> void array_test( T * = 0 ) in array_test() function
88 array_test<char>(); in main()
89 array_test<int>(); in main()
90 array_test<addressable>(); in main()
91 array_test<nonaddressable>(); in main()
Daddressof_test2.cpp49 template<class T> void array_test( T * = 0 ) in array_test() function
91 array_test<convertible>(); in main()
92 array_test<convertible2>(); in main()
/third_party/boost/libs/iostreams/test/
Darray_test.cpp19 void array_test() in array_test() function
97 test->add(BOOST_TEST_CASE(&array_test)); in init_unit_test_suite()
DJamfile.v259 [ test-iostreams array_test.cpp ]
/third_party/glib/glib/tests/
Darray-test.c1075 gsize *array_test = g_malloc (array_size * sizeof (gsize)); in pointer_array_copy() local
1093 array_test[i] = i; in pointer_array_copy()
1108 g_ptr_array_add (ptr_array, &array_test[i]); in pointer_array_copy()
1138 g_free (array_test); in pointer_array_copy()
1148 gsize *array_test = g_malloc (array_size * sizeof (gsize)); in pointer_array_extend() local
1169 array_test[i] = i; in pointer_array_extend()
1189 g_ptr_array_add (ptr_array, &array_test[i]); in pointer_array_extend()
1206 g_ptr_array_add (ptr_array2, &array_test[i]); in pointer_array_extend()
1223 g_ptr_array_add (ptr_array, &array_test[i]); in pointer_array_extend()
1224 g_ptr_array_add (ptr_array2, &array_test[i + (array_size / 2)]); in pointer_array_extend()
[all …]
/third_party/protobuf/php/tests/
Dcompatibility_test.sh108 tests=( array_test.php generated_class_test.php map_field_test.php well_known_test.php )
117 sed -i.bak 's/PHPUnit_Framework_TestCase/\\PHPUnit\\Framework\\TestCase/g' tests/array_test.php
/third_party/pulseaudio/src/tests/
Djson-test.c181 START_TEST(array_test) { in START_TEST() argument
274 tcase_add_test(tc, array_test); in main()
/third_party/boost/libs/ptr_container/doc/
Dexamples.rst150 :array_test.cpp_: Shows how to make an n-ary tree
/third_party/skia/third_party/externals/tint/test/
DBUILD.gn145 "../src/ast/array_test.cc",
/third_party/skia/third_party/externals/tint/src/
DCMakeLists.txt598 ast/array_test.cc