HomeSort by relevance Sort by last modified time
    Searched full:parameterized (Results 101 - 125 of 496) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
StaggeredGridLayoutManagerSavedStateTest.java 21 import org.junit.runners.Parameterized;
36 @RunWith(Parameterized.class)
56 @Parameterized.Parameters(name = "config={0} waitForLayout={1} loadDataAfterRestore={2}"
StaggeredGridLayoutManagerWrapContentTest.java 31 import org.junit.runners.Parameterized;
36 @RunWith(Parameterized.class)
43 @Parameterized.Parameters(name = "paddingRect={0}")
TestResizingRelayoutWithAutoMeasure.java 33 import org.junit.runners.Parameterized;
45 @RunWith(Parameterized.class)
59 @Parameterized.Parameters(name = "{0} w:{2} h:{3}")
FocusSearchNavigationTest.java 49 import org.junit.runners.Parameterized;
59 @RunWith(Parameterized.class)
73 @Parameterized.Parameters(name = "orientation:{0} layoutDir:{1}")
RecyclerViewAccessibilityTest.java 21 import org.junit.runners.Parameterized;
42 @RunWith(Parameterized.class)
57 @Parameterized.Parameters(name = "vBefore={0} vAfter={1} hBefore={2} hAfter={3}")
  /ndk/sources/third_party/googletest/googletest/samples/
sample7_unittest.cc 34 // value-parameterized tests. Each test in the test case has
108 // In order to run value-parameterized tests, you need to instantiate them,
122 // Google Test may not support value-parameterized tests with some
  /external/okhttp/okio/okio/src/test/java/okio/
BufferedSinkTest.java 28 import org.junit.runners.Parameterized;
36 @RunWith(Parameterized.class)
43 // @Parameterized.Parameters(name = "{0}")
44 @Parameterized.Parameters
71 // @Parameterized.Parameter
  /external/vogar/src/vogar/target/junit/
Junit4.java 34 import org.junit.runners.Parameterized;
35 import org.junit.runners.Parameterized.Parameters;
133 // @RunWith(Parameterized.class)
142 } else if (Parameterized.class.isAssignableFrom(runnerClass)) {
311 new Exception("Parameterized test cases must have "
  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest-param-test.h.pump 35 // Macros and functions for implementing parameterized tests
44 // Value-parameterized tests allow you to test your code with different
47 // Here is how you use value-parameterized tests:
51 // To write value-parameterized tests, first you should define a fixture
63 // Then, use the TEST_P macro to define as many parameterized tests
64 // for this fixture as you want. The _P suffix is for "parameterized"
154 // A parameterized test fixture must be derived from testing::Test and from
162 // You can inherit all the usual members for a non-parameterized test
171 // This is an ordinary non-parameterized test.
201 // parameterized tests. When a parameterized test case is instantiate
    [all...]
  /external/gtest/include/gtest/
gtest-param-test.h.pump 35 // Macros and functions for implementing parameterized tests
44 // Value-parameterized tests allow you to test your code with different
47 // Here is how you use value-parameterized tests:
51 // To write value-parameterized tests, first you should define a fixture
63 // Then, use the TEST_P macro to define as many parameterized tests
64 // for this fixture as you want. The _P suffix is for "parameterized"
154 // A parameterized test fixture must be derived from testing::Test and from
162 // You can inherit all the usual members for a non-parameterized test
171 // This is an ordinary non-parameterized test.
201 // parameterized tests. When a parameterized test case is instantiate
    [all...]
  /external/mesa3d/src/gtest/include/gtest/
gtest-param-test.h.pump 35 // Macros and functions for implementing parameterized tests
44 // Value-parameterized tests allow you to test your code with different
47 // Here is how you use value-parameterized tests:
51 // To write value-parameterized tests, first you should define a fixture
63 // Then, use the TEST_P macro to define as many parameterized tests
64 // for this fixture as you want. The _P suffix is for "parameterized"
154 // A parameterized test fixture must be derived from testing::Test and from
162 // You can inherit all the usual members for a non-parameterized test
171 // This is an ordinary non-parameterized test.
201 // parameterized tests. When a parameterized test case is instantiate
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
gtest-param-test.h.pump 35 // Macros and functions for implementing parameterized tests
44 // Value-parameterized tests allow you to test your code with different
47 // Here is how you use value-parameterized tests:
51 // To write value-parameterized tests, first you should define a fixture
63 // Then, use the TEST_P macro to define as many parameterized tests
64 // for this fixture as you want. The _P suffix is for "parameterized"
154 // A parameterized test fixture must be derived from testing::Test and from
162 // You can inherit all the usual members for a non-parameterized test
171 // This is an ordinary non-parameterized test.
201 // parameterized tests. When a parameterized test case is instantiate
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest-param-test.h.pump 35 // Macros and functions for implementing parameterized tests
44 // Value-parameterized tests allow you to test your code with different
47 // Here is how you use value-parameterized tests:
51 // To write value-parameterized tests, first you should define a fixture
63 // Then, use the TEST_P macro to define as many parameterized tests
64 // for this fixture as you want. The _P suffix is for "parameterized"
154 // A parameterized test fixture must be derived from testing::Test and from
162 // You can inherit all the usual members for a non-parameterized test
171 // This is an ordinary non-parameterized test.
201 // parameterized tests. When a parameterized test case is instantiate
    [all...]
  /external/guava/guava-tests/test/com/google/common/reflect/
TypeTokenResolutionTest.java 102 private abstract static class Parameterized<O, T, P> {
120 Parameterized<?, ?, ?> parameterized =
121 new Parameterized<TypeTokenResolutionTest, Bar, String>() {};
122 TypeResolver typeResolver = TypeResolver.accordingTo(parameterized.getClass());
124 parameterized.parameterizedType());
263 // context is parameterized type
  /prebuilts/tools/common/m2/repository/com/beust/jcommander/1.27/
jcommander-1.27.jar 
  /prebuilts/tools/common/m2/repository/com/beust/jcommander/1.48/
jcommander-1.48.jar 
jcommander-1.48-sources.jar 
  /frameworks/data-binding/compiler/src/test/java/android/databinding/tool/
ExpressionVisitorTest.java 22 import org.junit.runners.Parameterized;
69 @RunWith(Parameterized.class)
79 @Parameterized.Parameters
  /external/caliper/caliper/src/main/java/com/google/caliper/
Param.java 25 * To make your benchmark depend on a parameterized value, create a field with the name you want
  /external/clang/test/SemaObjCXX/
parameterized_classes.mm 18 // Parsing parameterized classes.
parameterized_classes_subst.mm 4 // using parameterized classes in Objective-C.
46 // Parameterized inheritance (simple case)
54 // Non-parameterized class inheriting from a specialization of a
55 // parameterized class.
59 // Parameterized inheritance with a more interesting transformation in
64 // Inheriting from an unspecialized form of a parameterized type.
409 // Parameterized classes are not templates
433 // However, one can use an alias template to turn a parameterized
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
ParameterizedTypeTest.java 24 * Tests parameterized types and their properties.
  /external/ceres-solver/examples/
circle_fit.cc 74 // Note that the radius is parameterized as r = m^2 to constrain the radius to
83 // Since the radius is parameterized as m^2, unpack m to get r.
snavely_reprojection_error.h 50 // parameterized using 9 parameters: 3 for rotation, 3 for translation, 1 for
107 // parameterized using 10 parameters. 4 for rotation, 3 for
  /external/google-breakpad/src/testing/gtest/test/
gtest_xml_output_unittest_.cc 141 // XML attribute for value-parameterized tests.
158 // XML attribute for type-parameterized tests.

Completed in 972 milliseconds

1 2 3 45 6 7 8 91011>>