/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/ |
BackupAppsStepFragment.java | 283 // NB: Java doesn't like parameterized generics in varargs
|
/prebuilts/tools/common/m2/repository/junit/junit/4.10/ |
junit-4.10-sources.jar | |
/prebuilts/tools/common/m2/repository/junit/junit-dep/4.10/ |
junit-dep-4.10-sources.jar | |
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
StaggeredGridLayoutManagerBaseConfigSetTest.java | 22 import org.junit.runners.Parameterized; 53 @RunWith(Parameterized.class) 58 @Parameterized.Parameters(name = "{0}") [all...] |
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
gtest-internal.h | 557 // this is not a typed or a type-parameterized test. 559 // or NULL if this is not a type-parameterized test. 582 // State of the definition of a type-parameterized test case. 633 // registers a list of type-parameterized tests with Google Test. The 652 // First, registers the first type-parameterized test in the type [all...] |
/external/google-breakpad/src/testing/gtest/src/ |
gtest-internal-inl.h | 632 // this is not a typed or a type-parameterized test. 671 // value-parameterized tests and instantiate and register them. 689 // Registers all parameterized tests defined using TEST_P and 693 // value-parameterized tests are disabled, RegisterParameterizedTests is [all...] |
/external/gtest/include/gtest/internal/ |
gtest-internal.h | 482 // this is not a typed or a type-parameterized test. 484 // or NULL if this is not a type-parameterized test. 508 // State of the definition of a type-parameterized test case. 559 // registers a list of type-parameterized tests with Google Test. The 578 // First, registers the first type-parameterized test in the type [all...] |
/external/gtest/src/ |
gtest-internal-inl.h | 639 // this is not a typed or a type-parameterized test. 678 // value-parameterized tests and instantiate and register them. 696 // Registers all parameterized tests defined using TEST_P and 700 // value-parameterized tests are disabled, RegisterParameterizedTests is [all...] |
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
gtest-internal.h | 586 // this is not a typed or a type-parameterized test. 588 // or NULL if this is not a type-parameterized test. 611 // State of the definition of a type-parameterized test case. 662 // registers a list of type-parameterized tests with Google Test. The 681 // First, registers the first type-parameterized test in the type [all...] |
/external/llvm/utils/unittest/googletest/src/ |
gtest-internal-inl.h | 621 // this is not a typed or a type-parameterized test. 660 // value-parameterized tests and instantiate and register them. 678 // Registers all parameterized tests defined using TEST_P and 682 // value-parameterized tests are disabled, RegisterParameterizedTests is [all...] |
/external/mesa3d/src/gtest/include/gtest/internal/ |
gtest-internal.h | 557 // this is not a typed or a type-parameterized test. 559 // or NULL if this is not a type-parameterized test. 582 // State of the definition of a type-parameterized test case. 633 // registers a list of type-parameterized tests with Google Test. The 652 // First, registers the first type-parameterized test in the type [all...] |
/external/mesa3d/src/gtest/src/ |
gtest-internal-inl.h | 618 // this is not a typed or a type-parameterized test. 657 // value-parameterized tests and instantiate and register them. 675 // Registers all parameterized tests defined using TEST_P and 679 // value-parameterized tests are disabled, RegisterParameterizedTests is [all...] |
/external/protobuf/gtest/include/gtest/internal/ |
gtest-port.h | 104 // GTEST_HAS_COMBINE - the Combine() function (for value-parameterized 107 // GTEST_HAS_PARAM_TEST - value-parameterized tests 109 // GTEST_HAS_TYPED_TEST_P - type-parameterized tests 494 // value-parameterized tests. 508 // value-parameterized tests are enabled. The implementation doesn't [all...] |
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/ |
gtest-internal.h | 482 // this is not a typed or a type-parameterized test. 484 // or NULL if this is not a type-parameterized test. 508 // State of the definition of a type-parameterized test case. 559 // registers a list of type-parameterized tests with Google Test. The 578 // First, registers the first type-parameterized test in the type [all...] |
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/ |
gtest-internal-inl.h | 639 // this is not a typed or a type-parameterized test. 678 // value-parameterized tests and instantiate and register them. 696 // Registers all parameterized tests defined using TEST_P and 700 // value-parameterized tests are disabled, RegisterParameterizedTests is [all...] |
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
gtest-internal.h | 471 // this is not a typed or a type-parameterized test. 473 // or NULL if this is not a type-parameterized test. 497 // State of the definition of a type-parameterized test case. 548 // registers a list of type-parameterized tests with Google Test. The 567 // First, registers the first type-parameterized test in the type [all...] |
/ndk/sources/third_party/googletest/googletest/src/ |
gtest-internal-inl.h | 633 // this is not a typed or a type-parameterized test. 672 // value-parameterized tests and instantiate and register them. 690 // Registers all parameterized tests defined using TEST_P and 694 // value-parameterized tests are disabled, RegisterParameterizedTests is [all...] |
/external/google-breakpad/src/testing/gtest/include/gtest/ |
gtest-param-test.h | 36 // Macros and functions for implementing parameterized tests 45 // Value-parameterized tests allow you to test your code with different 48 // Here is how you use value-parameterized tests: 52 // To write value-parameterized tests, first you should define a fixture 64 // Then, use the TEST_P macro to define as many parameterized tests 65 // for this fixture as you want. The _P suffix is for "parameterized" 155 // A parameterized test fixture must be derived from testing::Test and from 163 // You can inherit all the usual members for a non-parameterized test 172 // This is an ordinary non-parameterized test. 202 // parameterized tests. When a parameterized test case is instantiate [all...] |
gtest.h | 639 // or a type-parameterized test. 647 // is not a value-parameterized test. 717 // type-parameterized test. 720 // value-parameterized test. 751 // this is not a type-parameterized test. 765 // type-parameterized test case. 874 // type-parameterized test. [all...] |
/external/gtest/include/gtest/ |
gtest-param-test.h | 36 // Macros and functions for implementing parameterized tests 45 // Value-parameterized tests allow you to test your code with different 48 // Here is how you use value-parameterized tests: 52 // To write value-parameterized tests, first you should define a fixture 64 // Then, use the TEST_P macro to define as many parameterized tests 65 // for this fixture as you want. The _P suffix is for "parameterized" 155 // A parameterized test fixture must be derived from testing::Test and from 163 // You can inherit all the usual members for a non-parameterized test 172 // This is an ordinary non-parameterized test. 202 // parameterized tests. When a parameterized test case is instantiate [all...] |
/external/llvm/utils/unittest/googletest/include/gtest/ |
gtest-param-test.h | 36 // Macros and functions for implementing parameterized tests 45 // Value-parameterized tests allow you to test your code with different 48 // Here is how you use value-parameterized tests: 52 // To write value-parameterized tests, first you should define a fixture 64 // Then, use the TEST_P macro to define as many parameterized tests 65 // for this fixture as you want. The _P suffix is for "parameterized" 155 // A parameterized test fixture must be derived from testing::Test and from 163 // You can inherit all the usual members for a non-parameterized test 172 // This is an ordinary non-parameterized test. 201 // parameterized tests. When a parameterized test case is instantiate [all...] |
gtest.h | 638 // or a type-parameterized test. 646 // is not a value-parameterized test. 717 // type-parameterized test. 720 // value-parameterized test. 751 // this is not a type-parameterized test. 765 // type-parameterized test case. 874 // type-parameterized test. [all...] |
/external/mesa3d/src/gtest/include/gtest/ |
gtest-param-test.h | 36 // Macros and functions for implementing parameterized tests 45 // Value-parameterized tests allow you to test your code with different 48 // Here is how you use value-parameterized tests: 52 // To write value-parameterized tests, first you should define a fixture 64 // Then, use the TEST_P macro to define as many parameterized tests 65 // for this fixture as you want. The _P suffix is for "parameterized" 155 // A parameterized test fixture must be derived from testing::Test and from 163 // You can inherit all the usual members for a non-parameterized test 172 // This is an ordinary non-parameterized test. 202 // parameterized tests. When a parameterized test case is instantiate [all...] |
gtest.h | 638 // or a type-parameterized test. 646 // is not a value-parameterized test. 717 // type-parameterized test. 720 // value-parameterized test. 751 // this is not a type-parameterized test. 765 // type-parameterized test case. 874 // type-parameterized test. [all...] |
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/ |
gtest-param-test.h | 36 // Macros and functions for implementing parameterized tests 45 // Value-parameterized tests allow you to test your code with different 48 // Here is how you use value-parameterized tests: 52 // To write value-parameterized tests, first you should define a fixture 64 // Then, use the TEST_P macro to define as many parameterized tests 65 // for this fixture as you want. The _P suffix is for "parameterized" 155 // A parameterized test fixture must be derived from testing::Test and from 163 // You can inherit all the usual members for a non-parameterized test 172 // This is an ordinary non-parameterized test. 202 // parameterized tests. When a parameterized test case is instantiate [all...] |