Home
last modified time | relevance | path

Searched refs:Cartesian (Results 1 – 25 of 28) 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/protobuf/gtest/include/gtest/
Dgtest-param-test.h.pump90 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product
353 // values of a Cartesian product of those sequences' elements.
358 // the Cartesian product of elements from the sequences generated by
/external/v8/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/libvpx/libvpx/third_party/googletest/src/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/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/vulkan-validation-layers/tests/gtest-1.7.0/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/googletest/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/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-param-util-generated.h.pump106 // Generates values from the Cartesian product of values produced
/external/googletest/googletest/include/gtest/internal/
Dgtest-param-util-generated.h.pump106 // 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.rst548 Cartesian product of input iterables.
/external/v8/testing/gtest/include/gtest/internal/
Dgtest-param-util-generated.h.pump106 // Generates values from the Cartesian product of values produced
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
Dgtest-param-util-generated.h.pump121 // Generates values from the Cartesian product of values produced
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-param-util-generated.h.pump121 // Generates values from the Cartesian product of values produced
/external/protobuf/gtest/include/gtest/internal/
Dgtest-param-util-generated.h.pump121 // 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/eigen/cmake/
DFindBLAS.cmake556 # Cartesian product of the above
628 # Cartesian product of the above
/external/python/cpython2/Doc/faq/
Ddesign.rst524 Cartesian coordinate is appropriately represented as a tuple of two or three
/external/googletest/googletest/docs/
DV1_5_AdvancedGuide.md1117 | `Combine(g1, g2, ..., gN)` | Yields all combinations (the Cartesian product for the math savvy) …
DV1_7_AdvancedGuide.md1200 | `Combine(g1, g2, ..., gN)` | Yields all combinations (the Cartesian product for the math savvy) …
DV1_6_AdvancedGuide.md1199 | `Combine(g1, g2, ..., gN)` | Yields all combinations (the Cartesian product for the math savvy) …
DAdvancedGuide.md1202 | `Combine(g1, g2, ..., gN)` | Yields all combinations (the Cartesian product for the math savvy) …

12