HomeSort by relevance Sort by last modified time
    Searched refs:GTEST_API_ (Results 51 - 75 of 152) sorted by null

1 23 4 5 6 7

  /external/mesa3d/src/gtest/include/gtest/
gtest-death-test.h 179 class GTEST_API_ ExitedWithCode {
193 class GTEST_API_ KilledBySignal {
gtest.h 265 class GTEST_API_ AssertionResult {
324 GTEST_API_ AssertionResult AssertionSuccess();
327 GTEST_API_ AssertionResult AssertionFailure();
331 GTEST_API_ AssertionResult AssertionFailure(const Message& msg);
356 class GTEST_API_ Test {
508 class GTEST_API_ TestResult {
625 class GTEST_API_ TestInfo {
740 class GTEST_API_ TestCase {
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest-death-test.h 179 class GTEST_API_ ExitedWithCode {
193 class GTEST_API_ KilledBySignal {
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
gtest.h 256 class GTEST_API_ AssertionResult {
315 GTEST_API_ AssertionResult AssertionSuccess();
318 GTEST_API_ AssertionResult AssertionFailure();
322 GTEST_API_ AssertionResult AssertionFailure(const Message& msg);
347 class GTEST_API_ Test {
500 class GTEST_API_ TestResult {
621 class GTEST_API_ TestInfo {
746 class GTEST_API_ TestCase {
    [all...]
gtest-printers.h 114 GTEST_API_ void PrintBytesInObjectTo(const unsigned char* obj_bytes,
384 GTEST_API_ void PrintTo(unsigned char c, ::std::ostream* os);
385 GTEST_API_ void PrintTo(signed char c, ::std::ostream* os);
405 GTEST_API_ void PrintTo(wchar_t wc, ::std::ostream* os);
408 GTEST_API_ void PrintTo(const char* s, ::std::ostream* os);
435 GTEST_API_ void PrintTo(const wchar_t* s, ::std::ostream* os);
457 GTEST_API_ void PrintStringTo(const ::string&s, ::std::ostream* os);
463 GTEST_API_ void PrintStringTo(const ::std::string&s, ::std::ostream* os);
470 GTEST_API_ void PrintWideStringTo(const ::wstring&s, ::std::ostream* os);
477 GTEST_API_ void PrintWideStringTo(const ::std::wstring&s, ::std::ostream* os)
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest.h 256 class GTEST_API_ AssertionResult {
315 GTEST_API_ AssertionResult AssertionSuccess();
318 GTEST_API_ AssertionResult AssertionFailure();
322 GTEST_API_ AssertionResult AssertionFailure(const Message& msg);
347 class GTEST_API_ Test {
500 class GTEST_API_ TestResult {
621 class GTEST_API_ TestInfo {
738 class GTEST_API_ TestCase {
    [all...]
gtest-printers.h 114 GTEST_API_ void PrintBytesInObjectTo(const unsigned char* obj_bytes,
384 GTEST_API_ void PrintTo(unsigned char c, ::std::ostream* os);
385 GTEST_API_ void PrintTo(signed char c, ::std::ostream* os);
405 GTEST_API_ void PrintTo(wchar_t wc, ::std::ostream* os);
408 GTEST_API_ void PrintTo(const char* s, ::std::ostream* os);
435 GTEST_API_ void PrintTo(const wchar_t* s, ::std::ostream* os);
457 GTEST_API_ void PrintStringTo(const ::string&s, ::std::ostream* os);
463 GTEST_API_ void PrintStringTo(const ::std::string&s, ::std::ostream* os);
470 GTEST_API_ void PrintWideStringTo(const ::wstring&s, ::std::ostream* os);
477 GTEST_API_ void PrintWideStringTo(const ::std::wstring&s, ::std::ostream* os)
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 593 #define GTEST_API_ __declspec(dllimport)
595 #define GTEST_API_ __declspec(dllexport)
600 #ifndef GTEST_API_
601 #define GTEST_API_
616 GTEST_API_ bool IsTrue(bool condition);
658 class GTEST_API_ RE {
738 class GTEST_API_ GTestLog {
816 GTEST_API_ void CaptureStdout();
817 GTEST_API_ String GetCapturedStdout();
818 GTEST_API_ void CaptureStderr()
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h 770 # define GTEST_API_ __declspec(dllimport)
772 # define GTEST_API_ __declspec(dllexport)
778 # define GTEST_API_ __attribute__((visibility("default")))
781 #ifndef GTEST_API_
782 # define GTEST_API_
    [all...]
gtest-internal.h 101 GTEST_API_ extern int g_init_gtest_count;
105 GTEST_API_ extern const char kStackTraceMarker[];
137 GTEST_API_ std::string AppendUserMessage(
148 class GTEST_API_ GoogleTestFailureException : public ::std::runtime_error {
156 class GTEST_API_ ScopedTrace {
189 GTEST_API_ AssertionResult EqFailure(const char* expected_expression,
196 GTEST_API_ std::string GetBoolAssertionFailureMessage(
430 GTEST_API_ TypeId GetTestTypeId();
463 GTEST_API_ AssertionResult IsHRESULTSuccess(const char* expr,
465 GTEST_API_ AssertionResult IsHRESULTFailure(const char* expr
    [all...]
  /external/gtest/include/gtest/internal/
gtest-internal.h 101 GTEST_API_ extern int g_init_gtest_count;
105 GTEST_API_ extern const char kStackTraceMarker[];
137 GTEST_API_ std::string AppendUserMessage(
148 class GTEST_API_ GoogleTestFailureException : public ::std::runtime_error {
156 class GTEST_API_ ScopedTrace {
189 GTEST_API_ AssertionResult EqFailure(const char* expected_expression,
196 GTEST_API_ std::string GetBoolAssertionFailureMessage(
430 GTEST_API_ TypeId GetTestTypeId();
463 GTEST_API_ AssertionResult IsHRESULTSuccess(const char* expr,
465 GTEST_API_ AssertionResult IsHRESULTFailure(const char* expr
    [all...]
gtest-port.h 760 # define GTEST_API_ __declspec(dllimport)
762 # define GTEST_API_ __declspec(dllexport)
767 #ifndef GTEST_API_
768 # define GTEST_API_
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 100 GTEST_API_ extern int g_init_gtest_count;
104 GTEST_API_ extern const char kStackTraceMarker[];
136 GTEST_API_ std::string AppendUserMessage(
147 class GTEST_API_ GoogleTestFailureException : public ::std::runtime_error {
155 class GTEST_API_ ScopedTrace {
188 GTEST_API_ AssertionResult EqFailure(const char* expected_expression,
195 GTEST_API_ std::string GetBoolAssertionFailureMessage(
419 GTEST_API_ TypeId GetTestTypeId();
452 GTEST_API_ AssertionResult IsHRESULTSuccess(const char* expr,
454 GTEST_API_ AssertionResult IsHRESULTFailure(const char* expr
    [all...]
gtest-port.h 760 # define GTEST_API_ __declspec(dllimport)
762 # define GTEST_API_ __declspec(dllexport)
767 #ifndef GTEST_API_
768 # define GTEST_API_
    [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-internal.h 125 GTEST_API_ extern int g_init_gtest_count;
129 GTEST_API_ extern const char kStackTraceMarker[];
166 GTEST_API_ String AppendUserMessage(const String& gtest_msg,
170 class GTEST_API_ ScopedTrace {
274 GTEST_API_ AssertionResult EqFailure(const char* expected_expression,
281 GTEST_API_ String GetBoolAssertionFailureMessage(
505 GTEST_API_ TypeId GetTestTypeId();
538 GTEST_API_ AssertionResult IsHRESULTSuccess(const char* expr,
540 GTEST_API_ AssertionResult IsHRESULTFailure(const char* expr,
566 GTEST_API_ TestInfo* MakeAndRegisterTestInfo
    [all...]
gtest-port.h 670 # define GTEST_API_ __declspec(dllimport)
672 # define GTEST_API_ __declspec(dllexport)
677 #ifndef GTEST_API_
678 # define GTEST_API_
790 GTEST_API_ bool IsTrue(bool condition);
833 class GTEST_API_ RE {
    [all...]
gtest-string.h 81 class GTEST_API_ String {
334 GTEST_API_ String StringStreamToString(::std::stringstream* stream);
  /external/gmock/src/
gmock.cc 172 GTEST_API_ void InitGoogleMock(int* argc, char** argv) {
178 GTEST_API_ void InitGoogleMock(int* argc, wchar_t** argv) {
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 158 GTEST_API_ extern const char kStackTraceMarker[];
195 GTEST_API_ String AppendUserMessage(const String& gtest_msg,
199 class GTEST_API_ ScopedTrace {
303 GTEST_API_ AssertionResult EqFailure(const char* expected_expression,
310 GTEST_API_ String GetBoolAssertionFailureMessage(
534 GTEST_API_ TypeId GetTestTypeId();
567 GTEST_API_ AssertionResult IsHRESULTSuccess(const char* expr,
569 GTEST_API_ AssertionResult IsHRESULTFailure(const char* expr,
595 GTEST_API_ TestInfo* MakeAndRegisterTestInfo(
607 GTEST_API_ bool SkipPrefix(const char* prefix, const char** pstr)
    [all...]
gtest-port.h 664 # define GTEST_API_ __declspec(dllimport)
666 # define GTEST_API_ __declspec(dllexport)
671 #ifndef GTEST_API_
672 # define GTEST_API_
777 GTEST_API_ bool IsTrue(bool condition);
819 class GTEST_API_ RE {
894 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line);
899 GTEST_API_ ::std::string FormatCompilerIndependentFileLocation(const char* file
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-internal.h 129 GTEST_API_ extern const char kStackTraceMarker[];
166 GTEST_API_ String AppendUserMessage(const String& gtest_msg,
170 class GTEST_API_ ScopedTrace {
274 GTEST_API_ AssertionResult EqFailure(const char* expected_expression,
281 GTEST_API_ String GetBoolAssertionFailureMessage(
505 GTEST_API_ TypeId GetTestTypeId();
538 GTEST_API_ AssertionResult IsHRESULTSuccess(const char* expr,
540 GTEST_API_ AssertionResult IsHRESULTFailure(const char* expr,
566 GTEST_API_ TestInfo* MakeAndRegisterTestInfo(
578 GTEST_API_ bool SkipPrefix(const char* prefix, const char** pstr)
    [all...]
gtest-port.h 654 # define GTEST_API_ __declspec(dllimport)
656 # define GTEST_API_ __declspec(dllexport)
661 #ifndef GTEST_API_
662 # define GTEST_API_
767 GTEST_API_ bool IsTrue(bool condition);
809 class GTEST_API_ RE {
884 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line);
889 GTEST_API_ ::std::string FormatCompilerIndependentFileLocation(const char* file,
    [all...]
  /external/gtest/include/gtest/
gtest-printers.h 114 GTEST_API_ void PrintBytesInObjectTo(const unsigned char* obj_bytes,
384 GTEST_API_ void PrintTo(unsigned char c, ::std::ostream* os);
385 GTEST_API_ void PrintTo(signed char c, ::std::ostream* os);
405 GTEST_API_ void PrintTo(wchar_t wc, ::std::ostream* os);
408 GTEST_API_ void PrintTo(const char* s, ::std::ostream* os);
435 GTEST_API_ void PrintTo(const wchar_t* s, ::std::ostream* os);
457 GTEST_API_ void PrintStringTo(const ::string&s, ::std::ostream* os);
463 GTEST_API_ void PrintStringTo(const ::std::string&s, ::std::ostream* os);
470 GTEST_API_ void PrintWideStringTo(const ::wstring&s, ::std::ostream* os);
477 GTEST_API_ void PrintWideStringTo(const ::std::wstring&s, ::std::ostream* os)
    [all...]
gtest-spi.h 51 class GTEST_API_ ScopedFakeTestPartResultReporter
96 class GTEST_API_ SingleFailureChecker {
  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest-spi.h 51 class GTEST_API_ ScopedFakeTestPartResultReporter
96 class GTEST_API_ SingleFailureChecker {

Completed in 1858 milliseconds

1 23 4 5 6 7