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

1 2 3 45 6 7 8 91011>>

  /ndk/sources/third_party/googletest/googletest/samples/
prime_tables.h 35 // in Google Test samples demonstrating use of parameterized tests.
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
PQTorus.java 50 * A parameterized torus, also known as a <em>pq</em> torus.
67 * Creates a parameterized torus.
  /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");
  /external/chromium/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/chromium_org/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.
  /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/chromium_org/ppapi/cpp/
output_traits.h 98 // Note that this class is parameterized by the resource object, for example
221 // Note that this class is parameterized by the resource object, for example
  /frameworks/testing/androidtestlib/src/com/android/test/runner/
TestRequestBuilder.java 127 /* Parameterized tests have no test classes. */
177 * A filter to get around the fact that parameterized tests append "[#]" at
  /external/chromium/testing/gtest/samples/
sample8_unittest.cc 148 // In order to run value-parameterized tests, you need to instantiate them,
  /external/chromium_org/chrome/browser/extensions/api/declarative/
deduping_factory_unittest.cc 142 // declared to be not parameterized, we should get the same instance.
  /external/chromium_org/chrome/browser/extensions/api/storage/
policy_value_store_unittest.cc 40 // Get() base implementation can be tested with the ValueStoreTest parameterized
  /external/chromium_org/testing/gtest/samples/
sample8_unittest.cc 148 // In order to run value-parameterized tests, you need to instantiate them,
  /external/chromium_org/third_party/WebKit/Source/wtf/
TreeNode.h 43 // FIXME: lifetime management could be parameterized so that ref counted implementations can be used.
  /external/chromium_org/third_party/skia/src/pathops/
SkLineParameters.h 15 // This turns a line segment into a parameterized line, of the form
  /external/dexmaker/src/main/java/com/google/dexmaker/
TypeId.java 27 * types. Java's lack of support for parameterized primitive types means that
  /external/gtest/samples/
sample8_unittest.cc 148 // In order to run value-parameterized tests, you need to instantiate them,
  /external/guava/guava/src/com/google/common/collect/
ImmutableClassToInstanceMap.java 121 // Eclipse won't compile if we cast to the parameterized type.
  /external/junit/src/org/junit/experimental/categories/
Categories.java 179 throw new InitializationError("Category annotations on Parameterized classes are not supported on individual methods.");
  /external/libvpx/libvpx/test/
encode_test_driver.h 158 // classes directly, so that tests can be parameterized differently.
  /external/protobuf/gtest/samples/
sample8_unittest.cc 148 // In order to run value-parameterized tests, you need to instantiate them,
  /external/protobuf/gtest/test/
gtest-param-test_test.cc 700 // Tests that a parameterized test case can be defined in one translation
708 // Tests that a parameterized test case can be instantiated with multiple
716 // Tests that a parameterized test case can be instantiated
728 // Tests that each iteration of parameterized test runs in a separate test
  /external/skia/src/pathops/
SkLineParameters.h 15 // This turns a line segment into a parameterized line, of the form
  /external/stlport/stlport/stl/
_ios.h 39 // between the two is that basic_ios is a class template, parameterized

Completed in 517 milliseconds

1 2 3 45 6 7 8 91011>>