OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GeneratorEvaluationTest
(Results
1 - 5
of
5
) sorted by null
/external/chromium/testing/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 "
880
// Used in
GeneratorEvaluationTest
test case. Tests that the updated value
881
// will be picked up for instantiating tests in
GeneratorEvaluationTest
[
all
...]
/external/chromium_org/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
.
884
GeneratorEvaluationTest
::set_param_value(1)
[
all
...]
/external/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 "
880
// Used in
GeneratorEvaluationTest
test case. Tests that the updated value
881
// will be picked up for instantiating tests in
GeneratorEvaluationTest
[
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
...]
/external/protobuf/gtest/test/
gtest-param-test_test.cc
666
//
GeneratorEvaluationTest
and initialize it to 0. We set it to 1 in main(),
670
class
GeneratorEvaluationTest
: public TestWithParam<int> {
678
int
GeneratorEvaluationTest
::param_value_ = 0;
680
TEST_P(
GeneratorEvaluationTest
, GeneratorsEvaluatedInMain) {
684
GeneratorEvaluationTest
,
685
Values(
GeneratorEvaluationTest
::param_value()));
738
<< "
GeneratorEvaluationTest
are selected or de-selected together "
786
// Used in
GeneratorEvaluationTest
test case.
787
GeneratorEvaluationTest
::set_param_value(1);
Completed in 183 milliseconds