HomeSort by relevance Sort by last modified time
    Searched refs:GeneratorEvaluationTest (Results 1 - 5 of 5) sorted by null

  /external/google-breakpad/src/testing/gtest/test/
gtest-param-test_test.cc 700 // GeneratorEvaluationTest and initialize it to 0. We set it to 1 in
706 class GeneratorEvaluationTest : public TestWithParam<int> {
714 int GeneratorEvaluationTest::param_value_ = 0;
716 TEST_P(GeneratorEvaluationTest, GeneratorsEvaluatedInMain) {
720 GeneratorEvaluationTest,
721 Values(GeneratorEvaluationTest::param_value()));
774 << "GeneratorEvaluationTest are selected or de-selected together "
882 // Used in GeneratorEvaluationTest test case. Tests that the updated value
883 // will be picked up for instantiating tests in GeneratorEvaluationTest
    [all...]
  /external/gtest/test/
gtest-param-test_test.cc 700 // GeneratorEvaluationTest and initialize it to 0. We set it to 1 in
706 class GeneratorEvaluationTest : public TestWithParam<int> {
714 int GeneratorEvaluationTest::param_value_ = 0;
716 TEST_P(GeneratorEvaluationTest, GeneratorsEvaluatedInMain) {
720 GeneratorEvaluationTest,
721 Values(GeneratorEvaluationTest::param_value()));
774 << "GeneratorEvaluationTest are selected or de-selected together "
    [all...]
  /external/protobuf/gtest/test/
gtest-param-test_test.cc 698 // GeneratorEvaluationTest and initialize it to 0. We set it to 1 in
704 class GeneratorEvaluationTest : public TestWithParam<int> {
712 int GeneratorEvaluationTest::param_value_ = 0;
714 TEST_P(GeneratorEvaluationTest, GeneratorsEvaluatedInMain) {
718 GeneratorEvaluationTest,
719 Values(GeneratorEvaluationTest::param_value()));
772 << "GeneratorEvaluationTest are selected or de-selected together "
820 // Used in GeneratorEvaluationTest test case. Tests that the updated value
821 // will be picked up for instantiating tests in GeneratorEvaluationTest.
822 GeneratorEvaluationTest::set_param_value(1)
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-param-test_test.cc 700 // GeneratorEvaluationTest and initialize it to 0. We set it to 1 in
706 class GeneratorEvaluationTest : public TestWithParam<int> {
714 int GeneratorEvaluationTest::param_value_ = 0;
716 TEST_P(GeneratorEvaluationTest, GeneratorsEvaluatedInMain) {
720 GeneratorEvaluationTest,
721 Values(GeneratorEvaluationTest::param_value()));
774 << "GeneratorEvaluationTest are selected or de-selected together "
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-param-test_test.cc 700 // GeneratorEvaluationTest and initialize it to 0. We set it to 1 in
706 class GeneratorEvaluationTest : public TestWithParam<int> {
714 int GeneratorEvaluationTest::param_value_ = 0;
716 TEST_P(GeneratorEvaluationTest, GeneratorsEvaluatedInMain) {
720 GeneratorEvaluationTest,
721 Values(GeneratorEvaluationTest::param_value()));
774 << "GeneratorEvaluationTest are selected or de-selected together "
    [all...]

Completed in 66 milliseconds