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

1 2 3 4 5 6 7 8 91011>>

  /cts/tools/signature-tools/src/signature/model/
IParameterizedType.java 22 * {@code IParameterizedType} models a parameterized type. A parameterized type
38 * Returns the actual type arguments of this parameterized type.
40 * @return the actual type arguments of this parameterized type
45 * Returns the raw type of this parameterized type.
47 * @return the raw type of this parameterized type
52 * Returns the owner type of this parameterized type or {@code null}.
  /libcore/luni/src/main/java/java/lang/reflect/
ParameterizedType.java 21 * This interface represents a parameterized type such as {@code
31 * If this type models a non parameterized type nested within a
32 * parameterized type, this method returns a zero length array. The generic
34 * parameterized type without type arguments.
69 * Returns the declaring type of this parameterized type.
73 * @return the raw type of this parameterized type
  /external/junit/src/org/junit/runners/
Parameterized.java 22 * The custom runner <code>Parameterized</code> implements parameterized tests.
23 * When running a parameterized test class, instances are created for the
30 * &#064;RunWith(Parameterized.class)
61 public class Parameterized extends Suite {
64 * test class constructor by <code>Parameterized</code>
133 public Parameterized(Class<?> klass) throws Throwable {
  /cts/tools/signature-tools/src/signature/model/util/
ITypeFactory.java 54 * Returns the existing parameterized type or creates a new one.
57 * the owner of the parameterized type
59 * the type which is parameterized
62 * @return the parameterized type
  /external/chromium_org/chrome/browser/extensions/api/declarative/
deduping_factory.h 50 enum Parameterized {
54 // The objects are not parameterized, i.e. all created instances are the
67 Parameterized parameterized,
104 typename DedupingFactory<BaseClassT>::Parameterized parameterized,
108 if (parameterized == IS_PARAMETERIZED)
130 // We can take a shortcut for objects that are not parameterized. For those
144 // Handle parameterized objects.
  /external/jmonkeyengine/engine/src/core/checkers/quals/
DefaultLocation.java 21 // Especially useful for parameterized classes that provide a lot of
  /external/chromium/testing/gtest/include/gtest/
gtest-typed-test.h 35 // This header implements typed tests and type-parameterized tests.
43 // First, define a fixture class template. It should be parameterized
87 // Type-parameterized tests are abstract test patterns parameterized
88 // by a type. Compared with typed tests, type-parameterized tests
95 // suite of type-parameterized tests to verify properties that any
103 // First, define a fixture class template. It should be parameterized
110 // Next, declare that you will define a type-parameterized test case
111 // (the _P suffix is for "parameterized" or "pattern", whichever you
115 // Then, use TYPED_TEST_P() to define as many type-parameterized test
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/
gtest-typed-test.h 35 // This header implements typed tests and type-parameterized tests.
43 // First, define a fixture class template. It should be parameterized
87 // Type-parameterized tests are abstract test patterns parameterized
88 // by a type. Compared with typed tests, type-parameterized tests
95 // suite of type-parameterized tests to verify properties that any
103 // First, define a fixture class template. It should be parameterized
110 // Next, declare that you will define a type-parameterized test case
111 // (the _P suffix is for "parameterized" or "pattern", whichever you
115 // Then, use TYPED_TEST_P() to define as many type-parameterized test
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
gtest-typed-test.h 35 // This header implements typed tests and type-parameterized tests.
43 // First, define a fixture class template. It should be parameterized
87 // Type-parameterized tests are abstract test patterns parameterized
88 // by a type. Compared with typed tests, type-parameterized tests
95 // suite of type-parameterized tests to verify properties that any
103 // First, define a fixture class template. It should be parameterized
110 // Next, declare that you will define a type-parameterized test case
111 // (the _P suffix is for "parameterized" or "pattern", whichever you
115 // Then, use TYPED_TEST_P() to define as many type-parameterized test
    [all...]
  /external/gtest/include/gtest/
gtest-typed-test.h 35 // This header implements typed tests and type-parameterized tests.
43 // First, define a fixture class template. It should be parameterized
87 // Type-parameterized tests are abstract test patterns parameterized
88 // by a type. Compared with typed tests, type-parameterized tests
95 // suite of type-parameterized tests to verify properties that any
103 // First, define a fixture class template. It should be parameterized
110 // Next, declare that you will define a type-parameterized test case
111 // (the _P suffix is for "parameterized" or "pattern", whichever you
115 // Then, use TYPED_TEST_P() to define as many type-parameterized test
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-typed-test.h 35 // This header implements typed tests and type-parameterized tests.
43 // First, define a fixture class template. It should be parameterized
87 // Type-parameterized tests are abstract test patterns parameterized
88 // by a type. Compared with typed tests, type-parameterized tests
95 // suite of type-parameterized tests to verify properties that any
103 // First, define a fixture class template. It should be parameterized
110 // Next, declare that you will define a type-parameterized test case
111 // (the _P suffix is for "parameterized" or "pattern", whichever you
115 // Then, use TYPED_TEST_P() to define as many type-parameterized test
    [all...]
  /external/mesa3d/src/gtest/include/gtest/
gtest-typed-test.h 35 // This header implements typed tests and type-parameterized tests.
43 // First, define a fixture class template. It should be parameterized
87 // Type-parameterized tests are abstract test patterns parameterized
88 // by a type. Compared with typed tests, type-parameterized tests
95 // suite of type-parameterized tests to verify properties that any
103 // First, define a fixture class template. It should be parameterized
110 // Next, declare that you will define a type-parameterized test case
111 // (the _P suffix is for "parameterized" or "pattern", whichever you
115 // Then, use TYPED_TEST_P() to define as many type-parameterized test
    [all...]
  /external/open-vcdiff/gtest/include/gtest/
gtest-typed-test.h 35 // This header implements typed tests and type-parameterized tests.
43 // First, define a fixture class template. It should be parameterized
87 // Type-parameterized tests are abstract test patterns parameterized
88 // by a type. Compared with typed tests, type-parameterized tests
95 // suite of type-parameterized tests to verify properties that any
103 // First, define a fixture class template. It should be parameterized
110 // Next, declare that you will define a type-parameterized test case
111 // (the _P suffix is for "parameterized" or "pattern", whichever you
115 // Then, use TYPED_TEST_P() to define as many type-parameterized test
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest-typed-test.h 35 // This header implements typed tests and type-parameterized tests.
43 // First, define a fixture class template. It should be parameterized
87 // Type-parameterized tests are abstract test patterns parameterized
88 // by a type. Compared with typed tests, type-parameterized tests
95 // suite of type-parameterized tests to verify properties that any
103 // First, define a fixture class template. It should be parameterized
110 // Next, declare that you will define a type-parameterized test case
111 // (the _P suffix is for "parameterized" or "pattern", whichever you
115 // Then, use TYPED_TEST_P() to define as many type-parameterized test
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest-typed-test.h 35 // This header implements typed tests and type-parameterized tests.
43 // First, define a fixture class template. It should be parameterized
87 // Type-parameterized tests are abstract test patterns parameterized
88 // by a type. Compared with typed tests, type-parameterized tests
95 // suite of type-parameterized tests to verify properties that any
103 // First, define a fixture class template. It should be parameterized
110 // Next, declare that you will define a type-parameterized test case
111 // (the _P suffix is for "parameterized" or "pattern", whichever you
115 // Then, use TYPED_TEST_P() to define as many type-parameterized test
    [all...]
  /external/junit/src/org/junit/runners/model/
NoGenericTypeParametersValidator.java 35 private void validateNoTypeParameterOnParameterizedType(ParameterizedType parameterized,
37 for (Type each : parameterized.getActualTypeArguments())
  /external/chromium_org/sync/protocol/
search_engine_specifics.proto 25 // The actual parameterized search engine query URL.
39 // The parameterized URL that provides suggestions as the user types.
54 // The parameterized URL that is used for Instant results.
68 // The parameterized URL that provides image results according to the image
79 // The parameterized URL for a search provider specified new tab page.
  /external/chromium/base/mac/
scoped_aedesc.h 20 // This class is parameterized for additional type safety checks. You can use
  /external/chromium_org/base/mac/
scoped_aedesc.h 19 // This class is parameterized for additional type safety checks. You can use
  /external/chromium/testing/gtest/test/
gtest-typed-test_test.cc 42 // type-parameterized test.
170 // This #ifdef block tests type-parameterized tests.
223 // Tests that defining a test for a parameterized test case generates
234 // and SetUp()/TearDown() work correctly in type-parameterized tests.
296 // This also verifies that tests from different type-parameterized
312 // Tests that the same type-parameterized test case can be
316 // Tests that the same type-parameterized test case can be
322 // Tests that a type-parameterized test case can be defined and
352 // Google Test may not support type-parameterized tests with some
gtest-param-test2_test.cc 49 // Tests that a parameterized test case can be defined in one translation unit
57 // Tests that a parameterized test case can be instantiated
  /external/chromium_org/testing/gtest/test/
gtest-typed-test_test.cc 42 // type-parameterized test.
170 // This #ifdef block tests type-parameterized tests.
223 // Tests that defining a test for a parameterized test case generates
234 // and SetUp()/TearDown() work correctly in type-parameterized tests.
296 // This also verifies that tests from different type-parameterized
312 // Tests that the same type-parameterized test case can be
316 // Tests that the same type-parameterized test case can be
322 // Tests that a type-parameterized test case can be defined and
352 // Google Test may not support type-parameterized tests with some
  /external/gtest/test/
gtest-typed-test_test.cc 42 // type-parameterized test.
170 // This #ifdef block tests type-parameterized tests.
223 // Tests that defining a test for a parameterized test case generates
234 // and SetUp()/TearDown() work correctly in type-parameterized tests.
296 // This also verifies that tests from different type-parameterized
312 // Tests that the same type-parameterized test case can be
316 // Tests that the same type-parameterized test case can be
322 // Tests that a type-parameterized test case can be defined and
352 // Google Test may not support type-parameterized tests with some
  /external/protobuf/gtest/test/
gtest-typed-test_test.cc 42 // type-parameterized test.
170 // This #ifdef block tests type-parameterized tests.
223 // Tests that defining a test for a parameterized test case generates
234 // and SetUp()/TearDown() work correctly in type-parameterized tests.
296 // This also verifies that tests from different type-parameterized
312 // Tests that the same type-parameterized test case can be
316 // Tests that the same type-parameterized test case can be
322 // Tests that a type-parameterized test case can be defined and
352 // Google Test doesn't support type-parameterized tests on some platforms
  /ndk/sources/third_party/googletest/googletest/test/
gtest-typed-test_test.cc 42 // type-parameterized test.
170 // This #ifdef block tests type-parameterized tests.
223 // Tests that defining a test for a parameterized test case generates
234 // and SetUp()/TearDown() work correctly in type-parameterized tests.
296 // This also verifies that tests from different type-parameterized
312 // Tests that the same type-parameterized test case can be
316 // Tests that the same type-parameterized test case can be
322 // Tests that a type-parameterized test case can be defined and
352 // Google Test may not support type-parameterized tests with some

Completed in 2422 milliseconds

1 2 3 4 5 6 7 8 91011>>