Home
last modified time | relevance | path

Searched refs:Cartesian (Results 1 – 25 of 27) sorted by relevance

12

/external/junit-params/src/test/java/junitparams/custom/combined/
DCartesianTest.java16 Object result[] = Cartesian.getCartesianProductOf(null); in shouldReturnEmptyWhenNoArgumentsPassed()
28 Object result[] = Cartesian.getCartesianProductOf(list); in shouldReturnInputWhenOneArgumentPassed()
49 Object result[] = Cartesian.getCartesianProductOf(test); in shouldReturnProductOfTwoArrays()
74 Object result[] = Cartesian.getCartesianProductOf(test); in shouldReturnProductOfThreeArrays()
/external/junit-params/src/main/java/junitparams/custom/combined/
DCombinedParametersProvider.java25 return Cartesian.getCartesianProductOf(list); in getParameters()
DCartesian.java6 class Cartesian { class
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
Dgtest-param-test.h.pump91 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product
377 // values of a Cartesian product of those sequences' elements.
382 // the Cartesian product of elements from the sequences generated by
/external/google-breakpad/src/testing/gtest/include/gtest/
Dgtest-param-test.h.pump92 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product
383 // values of a Cartesian product of those sequences' elements.
388 // the Cartesian product of elements from the sequences generated by
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/
Dgtest-param-test.h.pump92 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product
383 // values of a Cartesian product of those sequences' elements.
388 // the Cartesian product of elements from the sequences generated by
/external/mesa3d/src/gtest/include/gtest/
Dgtest-param-test.h.pump92 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product
383 // values of a Cartesian product of those sequences' elements.
388 // the Cartesian product of elements from the sequences generated by
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-param-util-generated.h.pump106 // Generates values from the Cartesian product of values produced
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-param-util-generated.h.pump104 // Generates values from the Cartesian product of values produced
/external/python/cpython2/Doc/library/
Dcmath.rst29 or *Cartesian* coordinates. It is completely determined by its *real
Ditertools.rst560 Cartesian product of input iterables.
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-param-util-generated.h.pump106 // Generates values from the Cartesian product of values produced
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-param-util-generated.h.pump121 // Generates values from the Cartesian product of values produced
/external/python/cpython3/Doc/library/
Dcmath.rst30 or *Cartesian* coordinates. It is completely determined by its *real
Ditertools.rst522 Cartesian product of input iterables.
/external/eigen/cmake/
DFindBLAS.cmake556 # Cartesian product of the above
628 # Cartesian product of the above
/external/skqp/docs/
Dundocumented.bmh95 #Substitute Cartesian coordinate
/external/skia/docs/
Dundocumented.bmh95 #Substitute Cartesian coordinate
/external/python/cpython3/Doc/whatsnew/
D3.1.rst264 four for generating combinatorics including permutations and Cartesian
D3.5.rst924 Point.__doc__ += ': Cartesian coodinate'
/external/python/cpython2/Doc/faq/
Ddesign.rst491 Cartesian coordinate is appropriately represented as a tuple of two or three
/external/python/cpython3/Doc/faq/
Ddesign.rst458 Cartesian coordinate is appropriately represented as a tuple of two or three
/external/googletest/googletest/docs/
Dadvanced.md1395 | `Combine(g1, g2, ..., gN)` | Yields all combinations (Cartesian product) as std\:\:tuples of th…
/external/python/cpython2/Misc/NEWS.d/
D2.6a1.rst2102 Added itertools.product() which forms the Cartesian product of the input
/external/python/cpython2/Doc/whatsnew/
D2.6.rst2014 ``product(iter1, iter2, ..., [repeat=N])`` returns the Cartesian product

12