Home
last modified time | relevance | path

Searched refs:ALL_TYPES (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/catapult/telemetry/telemetry/util/
Dperf_result_data_type.py11 ALL_TYPES = [DEFAULT, UNIMPORTANT, HISTOGRAM, UNIMPORTANT_HISTOGRAM, variable
16 return datatype in ALL_TYPES
/external/opencv3/modules/cudaarithm/test/
Dtest_gpumat.cpp165 ALL_TYPES,
235 ALL_TYPES,
Dtest_opengl.cpp275 INSTANTIATE_TEST_CASE_P(OpenGL, Buffer, testing::Combine(DIFFERENT_SIZES, ALL_TYPES));
/external/opencv3/modules/ts/include/opencv2/ts/
Dcuda_test.hpp258 #define ALL_TYPES testing::ValuesIn(all_types()) macro