Home
last modified time | relevance | path

Searched defs:is_transparent (Results 1 – 8 of 8) sorted by relevance

/external/libcxx/test/std/utilities/function.objects/logical.operations/
Dtransparent.pass.cpp14 struct is_transparent struct
19 template <class _Up> static char __test(typename _Up::is_transparent* = 0); argument
28 static_assert ( !is_transparent<std::logical_and<int>>::value, "" ); in main() argument
/external/libcxx/test/std/utilities/function.objects/comparisons/
Dtransparent.pass.cpp14 struct is_transparent struct
19 template <class _Up> static char __test(typename _Up::is_transparent* = 0); argument
28 static_assert ( !is_transparent<std::less<int>>::value, "" ); in main() argument
/external/libcxx/test/std/utilities/function.objects/arithmetic.operations/
Dtransparent.pass.cpp14 struct is_transparent struct
19 template <class _Up> static char __test(typename _Up::is_transparent* = 0); argument
28 static_assert ( !is_transparent<std::plus<int>>::value, "" ); in main() argument
/external/libcxx/test/std/utilities/function.objects/bitwise.operations/
Dtransparent.pass.cpp14 struct is_transparent struct
19 template <class _Up> static char __test(typename _Up::is_transparent* = 0); argument
28 static_assert ( !is_transparent<std::bit_and<int>>::value, "" ); in main() argument
/external/chromium-trace/trace-viewer/tracing/test_data/
Dwtf.json1 …,"args":{"sort_index":-1}},{"cat":"__metadata","pid":37287,"tid":16403,"ts":0,"ph":"M","name":"pro… string
Dgoogle_highlight.json1 …,"args":{"sort_index":-1}},{"cat":"__metadata","pid":26343,"tid":26368,"ts":0,"ph":"M","name":"pro… number
Drepaints_on_scroll_region.json1 …"args":{"sort_index":-1}},{"cat":"__metadata","pid":2039,"tid":16171,"ts":0,"ph":"M","name":"proce…
/external/libpng/contrib/libtests/
Dpngvalid.c4492 int is_transparent; /* Transparency information was present. */ member