HomeSort by relevance Sort by last modified time
    Searched refs:UnitTest (Results 251 - 275 of 332) sorted by null

<<11121314

  /external/protobuf/gtest/include/gtest/internal/
gtest-internal.h 109 class UnitTest; // A collection of test cases.
116 class UnitTestImpl; // Opaque implementation of UnitTest
753 GTEST_API_ String GetCurrentOsStackTraceExceptTop(UnitTest* unit_test,
    [all...]
  /external/cmockery/cmockery_0_1_2/src/example/
calculator_test.c 400 UnitTest tests[] = {
  /external/gmock/test/
gmock_stress_test.cc 303 const TestInfo* const info = UnitTest::GetInstance()->current_test_info();
  /external/google-breakpad/src/testing/test/
gmock_stress_test.cc 303 const TestInfo* const info = UnitTest::GetInstance()->current_test_info();
  /external/skia/include/core/
SkRegion.h 386 SkDEBUGCODE(static void UnitTest();)
  /external/skia/src/animator/
SkScript.h 248 static void UnitTest();
SkScript2.h 275 static void UnitTest();
  /external/webrtc/webrtc/libjingle/xmpp/
chatroommodule_unittest.cc 20 #include "test/unittest-inl.h"
21 #include "test/unittest.h"
156 class XmppChatroomModuleTest : public UnitTest {
  /external/webrtc/webrtc/voice_engine/test/auto_test/standard/
codec_test.cc 186 auto test_info = ::testing::UnitTest::GetInstance()->current_test_info();
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-internal.h 112 class UnitTest; // A collection of test cases.
122 class UnitTestImpl; // Opaque implementation of UnitTest
724 GTEST_API_ String GetCurrentOsStackTraceExceptTop(UnitTest* unit_test,
    [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest-param-test_test.cc 799 ::testing::UnitTest::GetInstance()->current_test_info();
828 ::testing::UnitTest::GetInstance()->current_test_info();
    [all...]
  /external/gtest/include/gtest/internal/
gtest-internal.h 88 class UnitTest; // A collection of test cases.
98 class UnitTestImpl; // Opaque implementation of UnitTest
651 UnitTest* unit_test, int skip_count);
    [all...]
  /external/gtest/test/
gtest-param-test_test.cc 799 ::testing::UnitTest::GetInstance()->current_test_info();
828 ::testing::UnitTest::GetInstance()->current_test_info();
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 141 class UnitTest; // A collection of test cases.
151 class UnitTestImpl; // Opaque implementation of UnitTest
753 GTEST_API_ String GetCurrentOsStackTraceExceptTop(UnitTest* unit_test,
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-internal.h 112 class UnitTest; // A collection of test cases.
122 class UnitTestImpl; // Opaque implementation of UnitTest
724 GTEST_API_ String GetCurrentOsStackTraceExceptTop(UnitTest* unit_test,
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-internal.h 88 class UnitTest; // A collection of test cases.
98 class UnitTestImpl; // Opaque implementation of UnitTest
651 UnitTest* unit_test, int skip_count);
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-param-test_test.cc 799 ::testing::UnitTest::GetInstance()->current_test_info();
828 ::testing::UnitTest::GetInstance()->current_test_info();
    [all...]
  /frameworks/native/libs/gui/tests/
IGraphicBufferProducer_test.cpp 80 ::testing::UnitTest::GetInstance()->current_test_info();
97 ::testing::UnitTest::GetInstance()->current_test_info();
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 87 class UnitTest; // A collection of test cases.
97 class UnitTestImpl; // Opaque implementation of UnitTest
640 UnitTest* unit_test, int skip_count);
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-param-test_test.cc 799 ::testing::UnitTest::GetInstance()->current_test_info();
828 ::testing::UnitTest::GetInstance()->current_test_info();
    [all...]
  /external/skia/src/xml/
SkXMLWriter.cpp 332 void SkXMLStreamWriter::UnitTest()
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UT_vector.java 23 public class UT_vector extends UnitTest {
  /frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
UT_vector.java 23 public class UT_vector extends UnitTest {
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_vector.java 23 public class UT_vector extends UnitTest {
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
UT_vector.java 23 public class UT_vector extends UnitTest {

Completed in 2350 milliseconds

<<11121314