Home
last modified time | relevance | path

Searched refs:testMutable (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/iterators/iterator.primitives/iterator.traits/
H A Dcxx20_iterator_traits.compile.pass.cpp83 constexpr bool testMutable() { in testMutable() function
93 static_assert(testMutable<std::array<int, 10>::iterator, std::random_access_iterator_tag, int>());
95 static_assert(testMutable<std::string::iterator, std::random_access_iterator_tag, char>());
99 static_assert(testMutable<std::vector<int>::iterator, std::random_access_iterator_tag, int>());
102 static_assert(testMutable<std::deque<int>::iterator, std::random_access_iterator_tag, int>());
104 static_assert(testMutable<std::forward_list<int>::iterator, std::forward_iterator_tag, int>());
106 static_assert(testMutable<std::list<int>::iterator, std::bidirectional_iterator_tag, int>());
109 static_assert(testMutable<std::map<int, int>::iterator, std::bidirectional_iterator_tag, std::pair<…
111 static_assert(testMutable<std::multimap<int, int>::iterator, std::bidirectional_iterator_tag, std::…
125 static_assert(testMutable<std::unordered_map<int, int>::iterator, unordered_iterator_category, std:…
[all …]
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageMutableTests.cpp1566 tcu::TestStatus testMutable(Context &context, const CaseDef caseDef) in testMutable() function
1735 initPrograms, testMutable, caseDef); in createImageMutableTests()
1740 initPrograms, testMutable, caseDef); in createImageMutableTests()
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/cts/
H A DImageDecoderTest.java1219 public void testMutable(Record record) { in testMutable() method