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

1 2 3 4 5 67 8 91011>>

  /external/google-breakpad/src/testing/gtest/samples/
prime_tables.h 35 // in Google Test samples demonstrating use of parameterized tests.
  /external/protobuf/gtest/samples/
prime_tables.h 35 // in Google Test samples demonstrating use of parameterized tests.
  /external/vogar/src/vogar/
OptionParser.java 78 * Parameterized Collection fields such as List<File> and Set<String>
171 throw new RuntimeException("cannot handle non-collection parameterized type " + type);
175 throw new RuntimeException("cannot handle nested parameterized type " + type);
186 "cannot handle non-parameterized collection " + type + ". " +
  /external/vulkan-validation-layers/tests/gtest-1.7.0/samples/
prime_tables.h 35 // in Google Test samples demonstrating use of parameterized tests.
  /libcore/jsr166-tests/src/test/java/jsr166/
Collection8Test.java 33 /** Tests are parameterized by a Collection implementation. */
  /libcore/ojluni/src/main/java/java/lang/
SafeVarargs.java 36 * unchecked warnings about parameterized array creation at call
  /ndk/sources/third_party/googletest/googletest/samples/
prime_tables.h 35 // in Google Test samples demonstrating use of parameterized tests.
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/command/
AbstractCommandHandlerTest.java 194 * Return the test-specific parameterized reply text for the specified reply code
203 * Return the test-specific parameterized reply text for the specified messageKey
  /external/mockito/src/org/mockito/internal/util/reflection/
FieldInitializer.java 202 * Constructor instantiating strategy for parameterized constructors.
260 throw new MockitoException("the field " + field.getName() + " of type " + field.getType() + " has no parameterized constructor");
  /system/connectivity/shill/
property_store_unittest.h 75 // functions. But this is extremely useful for type-parameterized tests.
132 // functions. But this is extremely useful for type-parameterized tests.
  /external/google-breakpad/src/testing/gtest/test/
gtest_filter_unittest.py 102 # Regex for determining whether parameterized tests are enabled in the binary.
249 """Adjust tests_to_run in case value parameterized tests are disabled."""
349 Determines whether value-parameterized tests are enabled in the binary and
544 # Value parameterized tests.
547 # Value parameterized tests filtering by the sequence name.
555 # Value parameterized tests filtering by the test name.
  /external/gtest/test/
gtest_filter_unittest.py 102 # Regex for determining whether parameterized tests are enabled in the binary.
249 """Adjust tests_to_run in case value parameterized tests are disabled."""
349 Determines whether value-parameterized tests are enabled in the binary and
544 # Value parameterized tests.
547 # Value parameterized tests filtering by the sequence name.
555 # Value parameterized tests filtering by the test name.
gtest-param-test_test.cc 736 // Tests that a parameterized test case can be defined in one translation
744 // Tests that a parameterized test case can be instantiated with multiple
752 // Tests that a parameterized test case can be instantiated
764 // Tests that each iteration of parameterized test runs in a separate test
838 // class fixture is not parameterized and the derived class is. In this case
872 ".* value-parameterized test .*");
    [all...]
  /external/protobuf/gtest/test/
gtest_filter_unittest.py 102 # Regex for determining whether parameterized tests are enabled in the binary.
249 """Adjust tests_to_run in case value parameterized tests are disabled."""
349 Determines whether value-parameterized tests are enabled in the binary and
544 # Value parameterized tests.
547 # Value parameterized tests filtering by the sequence name.
555 # Value parameterized tests filtering by the test name.
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_filter_unittest.py 102 # Regex for determining whether parameterized tests are enabled in the binary.
249 """Adjust tests_to_run in case value parameterized tests are disabled."""
349 Determines whether value-parameterized tests are enabled in the binary and
544 # Value parameterized tests.
547 # Value parameterized tests filtering by the sequence name.
555 # Value parameterized tests filtering by the test name.
gtest-param-test_test.cc 736 // Tests that a parameterized test case can be defined in one translation
744 // Tests that a parameterized test case can be instantiated with multiple
752 // Tests that a parameterized test case can be instantiated
764 // Tests that each iteration of parameterized test runs in a separate test
838 // class fixture is not parameterized and the derived class is. In this case
872 ".* value-parameterized test .*");
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest_filter_unittest.py 102 # Regex for determining whether parameterized tests are enabled in the binary.
249 """Adjust tests_to_run in case value parameterized tests are disabled."""
349 Determines whether value-parameterized tests are enabled in the binary and
544 # Value parameterized tests.
547 # Value parameterized tests filtering by the sequence name.
555 # Value parameterized tests filtering by the test name.
gtest-param-test_test.cc 736 // Tests that a parameterized test case can be defined in one translation
744 // Tests that a parameterized test case can be instantiated with multiple
752 // Tests that a parameterized test case can be instantiated
764 // Tests that each iteration of parameterized test runs in a separate test
838 // class fixture is not parameterized and the derived class is. In this case
872 ".* value-parameterized test .*");
    [all...]
  /external/okhttp/okio/okio/src/test/java/okio/
BufferedSourceTest.java 27 import org.junit.runners.Parameterized;
38 @RunWith(Parameterized.class)
96 // @Parameterized.Parameters(name = "{0}")
97 @Parameterized.Parameters
107 // @Parameterized.Parameter
  /libcore/ojluni/src/main/java/java/lang/reflect/
Constructor.java 149 * <p>If a formal parameter type is a parameterized type,
153 * <p>If a formal parameter type is a type variable or a parameterized
166 * the underlying method's parameter types refer to a parameterized
192 * <p>If an exception type is a type variable or a parameterized
205 * parameterized type that cannot be instantiated for any reason
  /external/autotest/frontend/afe/
models.py     [all...]
  /external/ceres-solver/examples/
libmv_homography.cc 161 typedef Eigen::Matrix<T, 3, 3> Parameterized; // H
164 static void To(const Parameters &p, Parameterized *h) {
171 static void From(const Parameterized &h, Parameters *p) {
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
RecyclerViewFocusRecoveryTest.java 35 import org.junit.runners.Parameterized;
46 @RunWith(Parameterized.class)
54 @Parameterized.Parameters(name = "focusSubChild:{0}, disable:{1}")
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
SourceFiles.java 223 * Returns the generated factory or members injector name parameterized with the proper type
249 // The binding is just parameterized on <B>, but we need all of <A, B, C>.
  /external/guice/core/src/com/google/inject/
TypeLiteral.java 103 ParameterizedType parameterized = (ParameterizedType) superclass; local
104 return canonicalize(parameterized.getActualTypeArguments()[0]);

Completed in 1487 milliseconds

1 2 3 4 5 67 8 91011>>