Searched defs:code_location (Results 1 - 9 of 9) sorted by relevance

/external/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h523 // code_location: code location where the test is defined
535 CodeLocation code_location,
631 CodeLocation code_location,
646 code_location,
654 ::Register(prefix, code_location, case_name, test_names, index + 1);
676 static bool Register(const char* prefix, CodeLocation code_location, argument
684 FormatFileLocation(code_location.file.c_str(),
685 code_location.line).c_str());
699 ::Register(prefix, code_location, state,
630 Register(const char* prefix, CodeLocation code_location, const char* case_name, const char* test_names, int index) argument
H A Dgtest-param-util.h85 CodeLocation code_location);
510 const char* name, CodeLocation code_location)
511 : test_case_name_(name), code_location_(code_location) {}
682 CodeLocation code_location) {
691 ReportInvalidTestCaseType(test_case_name, code_location);
705 test_case_name, code_location);
509 ParameterizedTestCaseInfo( const char* name, CodeLocation code_location) argument
680 GetTestCasePatternHolder( const char* test_case_name, CodeLocation code_location) argument
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-internal.h522 // code_location: code location where the test is defined
534 CodeLocation code_location,
630 CodeLocation code_location,
645 code_location,
653 ::Register(prefix, code_location, case_name, test_names, index + 1);
675 static bool Register(const char* prefix, CodeLocation code_location, argument
683 FormatFileLocation(code_location.file.c_str(),
684 code_location.line).c_str());
698 ::Register(prefix, code_location, state,
629 Register(const char* prefix, CodeLocation code_location, const char* case_name, const char* test_names, int index) argument
H A Dgtest-param-util.h85 CodeLocation code_location);
510 const char* name, CodeLocation code_location)
511 : test_case_name_(name), code_location_(code_location) {}
683 CodeLocation code_location) {
692 ReportInvalidTestCaseType(test_case_name, code_location);
706 test_case_name, code_location);
509 ParameterizedTestCaseInfo( const char* name, CodeLocation code_location) argument
681 GetTestCasePatternHolder( const char* test_case_name, CodeLocation code_location) argument
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h522 // code_location: code location where the test is defined
534 CodeLocation code_location,
630 CodeLocation code_location,
645 code_location,
653 ::Register(prefix, code_location, case_name, test_names, index + 1);
675 static bool Register(const char* prefix, CodeLocation code_location, argument
683 FormatFileLocation(code_location.file.c_str(),
684 code_location.line).c_str());
698 ::Register(prefix, code_location, state,
629 Register(const char* prefix, CodeLocation code_location, const char* case_name, const char* test_names, int index) argument
H A Dgtest-param-util.h85 CodeLocation code_location);
510 const char* name, CodeLocation code_location)
511 : test_case_name_(name), code_location_(code_location) {}
683 CodeLocation code_location) {
692 ReportInvalidTestCaseType(test_case_name, code_location);
706 test_case_name, code_location);
509 ParameterizedTestCaseInfo( const char* name, CodeLocation code_location) argument
681 GetTestCasePatternHolder( const char* test_case_name, CodeLocation code_location) argument
/external/googletest/googletest/src/
H A Dgtest.cc2533 // code_location: code location where the test is defined
2545 CodeLocation code_location,
2552 code_location, fixture_class_id, factory);
2559 CodeLocation code_location) {
2572 FormatFileLocation(code_location.file.c_str(),
2573 code_location.line).c_str(),
2540 MakeAndRegisterTestInfo( const char* test_case_name, const char* name, const char* type_param, const char* value_param, CodeLocation code_location, TypeId fixture_class_id, SetUpTestCaseFunc set_up_tc, TearDownTestCaseFunc tear_down_tc, TestFactoryBase* factory) argument
2558 ReportInvalidTestCaseType(const char* test_case_name, CodeLocation code_location) argument
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest.cc2536 // code_location: code location where the test is defined
2548 CodeLocation code_location,
2555 code_location, fixture_class_id, factory);
2562 CodeLocation code_location) {
2575 FormatFileLocation(code_location.file.c_str(),
2576 code_location.line).c_str(),
2543 MakeAndRegisterTestInfo( const char* test_case_name, const char* name, const char* type_param, const char* value_param, CodeLocation code_location, TypeId fixture_class_id, SetUpTestCaseFunc set_up_tc, TearDownTestCaseFunc tear_down_tc, TestFactoryBase* factory) argument
2561 ReportInvalidTestCaseType(const char* test_case_name, CodeLocation code_location) argument
/external/v8/testing/gtest/src/
H A Dgtest.cc2536 // code_location: code location where the test is defined
2548 CodeLocation code_location,
2555 code_location, fixture_class_id, factory);
2562 CodeLocation code_location) {
2575 FormatFileLocation(code_location.file.c_str(),
2576 code_location.line).c_str(),
2543 MakeAndRegisterTestInfo( const char* test_case_name, const char* name, const char* type_param, const char* value_param, CodeLocation code_location, TypeId fixture_class_id, SetUpTestCaseFunc set_up_tc, TearDownTestCaseFunc tear_down_tc, TestFactoryBase* factory) argument
2561 ReportInvalidTestCaseType(const char* test_case_name, CodeLocation code_location) argument

Completed in 363 milliseconds