HomeSort by relevance Sort by last modified time
    Searched full:parameterized (Results 51 - 75 of 403) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/protobuf/gtest/test/
gtest-typed-test_test.h 41 // For testing that the same type-parameterized test case can be
gtest_filter_unittest.py 71 # Regex for determining whether parameterized tests are enabled in the binary.
205 """Adjust tests_to_run in case value parameterized tests are disabled."""
305 Determines whether value-parameterized tests are enabled in the binary and
514 # Value parameterized tests.
517 # Value parameterized tests filtering by the sequence name.
525 # Value parameterized tests filtering by the test name.
  /libcore/luni/src/test/java/tests/api/java/lang/reflect/
GenericArrayTypeTest.java 26 * Tests generic reflection on arrays with generic or parameterized component types.
ParameterizedTypeTest.java 24 * Tests parameterized types and their properties.
  /ndk/sources/third_party/googletest/googletest/
CHANGES 32 * Parameters of value-parameterized tests are now printed in the
43 * Value-parameterized test fixtures can now derive from Test and
121 * New feature: value-parameterized tests.
135 * New feature: type-parameterized tests.
  /ndk/sources/third_party/googletest/googletest/test/
gtest-typed-test2_test.cc 39 // Tests that the same type-parameterized test case can be
gtest-typed-test_test.h 41 // For testing that the same type-parameterized test case can be
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateTestWizard.java 26 * Template wizard which creates parameterized templates
  /external/chromium/testing/gtest/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/chromium_org/testing/gtest/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/gtest/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/protobuf/gtest/samples/
sample7_unittest.cc 34 // value-parameterized tests. Each test in the test case has
110 // In order to run value-parameterized tests, you need to instantiate them,
124 // Google Test doesn't support value-parameterized tests on some platforms
  /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/chromium/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/chromium_org/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/chromium_org/third_party/mesa/src/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/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...]
  /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/chromium_org/base/mac/
scoped_cftyperef.h 25 // call CFRetain(). This behavior is parameterized by the |OwnershipPolicy|
  /external/chromium_org/chrome/browser/net/spdyproxy/
data_reduction_proxy_settings_unittest.h 82 // class parameterized for whatever DataReductionProxySettings class
  /external/chromium_org/chrome/browser/value_store/
value_store_unittest.h 18 // Parameter type for the value-parameterized tests.
  /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
99 // parameterized using 10 parameters. 4 for rotation, 3 for
  /external/chromium/testing/gtest/test/
gtest_xml_output_unittest_.cc 142 // XML attribute for value-parameterized tests.
156 // XML attribute for type-parameterized tests.

Completed in 1596 milliseconds

1 23 4 5 6 7 8 91011>>