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

  /external/llvm/unittests/Support/
IteratorTest.cpp 27 typedef pointee_iterator<SmallVectorImpl<int *>::const_iterator> test_iterator; typedef
29 test_iterator Begin, End;
31 End = test_iterator(V.end());
33 test_iterator I = Begin;
39 test_iterator J = Begin;
54 test_iterator K = I++;
68 SmallVectorImpl<std::unique_ptr<int>>::const_iterator> test_iterator; typedef
70 test_iterator Begin, End;
72 End = test_iterator(V.end());
74 test_iterator I = Begin
    [all...]
  /external/libcxx/test/std/iterators/iterator.primitives/iterator.traits/
iterator.pass.cpp 27 struct test_iterator struct
38 typedef std::iterator_traits<test_iterator> It;
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
IteratorTest.cpp 47 test_iterator; typedef
49 test_iterator Begin, End;
51 End = test_iterator(V.end());
53 test_iterator I = Begin;
59 test_iterator J = Begin;
74 test_iterator K = I++;
89 test_iterator; typedef
91 test_iterator Begin, End;
93 End = test_iterator(V.end());
95 test_iterator I = Begin
    [all...]
  /external/deqp/external/openglcts/modules/glesext/tessellation_shader/
esextcTessellationShaderVertexOrdering.cpp 488 for (_test_iterations_const_iterator test_iterator = m_tests.begin(); test_iterator != m_tests.end();
489 test_iterator++)
491 if (test_iterator->primitive_mode != TESSELLATION_SHADER_PRIMITIVE_MODE_ISOLINES)
493 verifyVertexOrderingCorrectness(*test_iterator);
497 for (_test_iterations_const_iterator test_iterator = m_tests_points.begin(); test_iterator != m_tests_points.end();
498 test_iterator++)
500 const _test_iteration& test = *test_iterator;
515 if (de::abs(paired_test_iterator->inner_tess_levels[0] - test_iterator->inner_tess_levels[0])
    [all...]
esextcTessellationShaderProperties.cpp 406 for (_tests_const_iterator test_iterator = tests.begin(); test_iterator != tests.end(); test_iterator++)
408 const _test_descriptor& test = *test_iterator;
esextcTessellationShaderIsolines.cpp 680 for (_tests_const_iterator test_iterator = vs_key_iterator->second.begin();
681 test_iterator != vs_key_iterator->second.end(); test_iterator++)
683 const _test_descriptor& test = *test_iterator;
esextcTessellationShaderPoints.cpp 485 for (_tests_iterator test_iterator = m_tests.begin(); test_iterator != m_tests.end(); test_iterator++)
487 _test_descriptor& test = *test_iterator;
    [all...]
esextcTessellationShaderXFB.cpp 669 for (_tests_const_iterator test_iterator = tests.begin(); test_iterator != tests.end(); test_iterator++)
671 const _test_descriptor& test = *test_iterator;
esextcTessellationShaderTCTE.cpp     [all...]
esextcTessellationShaderTriangles.cpp 425 for (_tests_const_iterator test_iterator = m_tests.begin(); test_iterator != m_tests.end(); test_iterator++)
427 const _test_descriptor& test = *test_iterator;
    [all...]
esextcTessellationShaderTessellation.cpp     [all...]
  /external/tensorflow/tensorflow/contrib/distribute/python/examples/
mnist_eager_multigpu.py 131 test_iterator = strategy.make_dataset_iterator(test_ds)
156 test_iterator.initialize()
159 dist_test(test_iterator)
mnist_tf1_tpu.py 130 test_iterator = strategy.make_dataset_iterator(test_ds)
135 strategy.experimental_run(test_step, test_iterator))
145 test_iterator_init = test_iterator.initialize()
  /dalvik/dx/junit-tests/com/android/dx/util/
ListIntSetTest.java 43 public void test_iterator() { method in class:ListIntSetTest
BitIntSetTest.java 43 public void test_iterator() { method in class:BitIntSetTest
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_StringIO.py 88 def test_iterator(self): member in class:TestGenericStringIO
test_memoryio.py 230 def test_iterator(self): member in class:MemoryTestMixin
  /external/python/cpython2/Lib/test/
test_StringIO.py 91 def test_iterator(self): member in class:TestGenericStringIO
test_memoryio.py 231 def test_iterator(self): member in class:MemoryTestMixin
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
SQLExceptionTest.java 593 public void test_iterator() throws Exception { method in class:SQLExceptionTest
  /external/deqp/external/openglcts/modules/gl/
gl4cSparseBufferTests.cpp     [all...]
  /external/python/cpython3/Lib/test/
test_memoryio.py 261 def test_iterator(self): member in class:MemoryTestMixin
test_lzma.py 968 def test_iterator(self): member in class:FileTestCase
    [all...]
test_typing.py 1906 def test_iterator(self): member in class:CollectionsAbcTests
    [all...]
  /external/python/six/
test_six.py 447 def test_iterator(): function

Completed in 802 milliseconds