Searched defs:Test (Results 176 - 200 of 202) sorted by relevance

123456789

/external/skia/tests/
H A DSkpSkGrTest.cpp28 #include "Test.h"
81 static void Test(int dirNo, const char* filename, TestStep testStep, bool verbose) { function in struct:TestResult
648 TestResult::Test(state.fDirsFound[index], state.fFilesFound[index], kEncodeFiles,
750 TestResult::Test(dirIndex, filename.c_str(), kCompareBits, reporter->verbose());
751 TestResult::Test(dirIndex, filename.c_str(), kEncodeFiles, reporter->verbose());
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest.cc32 // The Google C++ Testing Framework (Google Test)
127 // Indicates that this translation unit is part of Google Test's
302 // Google Test. Useful for catching the user mistake of not initializing
303 // Google Test before calling RUN_ALL_TESTS().
306 // Test. g_init_gtest_count is set to the number of times
506 // Returns EXCEPTION_EXECUTE_HANDLER if Google Test should handle the
510 // Google Test should handle a SEH exception if:
536 // Google Test. The 'result' parameter specifies where to report the
546 // Google Test. The 'result' parameter specifies where to report the
566 // The d'tor restores the test part result reporter used by Google Test
1898 Test::Test() function in class:testing::Test
[all...]
/external/gtest/src/
H A Dgtest.cc32 // The Google C++ Testing Framework (Google Test)
129 // Indicates that this translation unit is part of Google Test's
308 // Google Test. Useful for catching the user mistake of not initializing
309 // Google Test before calling RUN_ALL_TESTS().
312 // Test. g_init_gtest_count is set to the number of times
509 // Returns EXCEPTION_EXECUTE_HANDLER if Google Test should handle the
513 // Google Test should handle a SEH exception if:
539 // Google Test. The 'result' parameter specifies where to report the
549 // Google Test. The 'result' parameter specifies where to report the
569 // The d'tor restores the test part result reporter used by Google Test
1891 Test::Test() function in class:testing::Test
[all...]
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc32 // The Google C++ Testing Framework (Google Test)
126 // Indicates that this translation unit is part of Google Test's
301 // Google Test. Useful for catching the user mistake of not initializing
302 // Google Test before calling RUN_ALL_TESTS().
305 // Test. g_init_gtest_count is set to the number of times
505 // Returns EXCEPTION_EXECUTE_HANDLER if Google Test should handle the
509 // Google Test should handle a SEH exception if:
535 // Google Test. The 'result' parameter specifies where to report the
545 // Google Test. The 'result' parameter specifies where to report the
565 // The d'tor restores the test part result reporter used by Google Test
1897 Test::Test() function in class:testing::Test
[all...]
/external/mesa3d/src/gtest/src/
H A Dgtest.cc32 // The Google C++ Testing Framework (Google Test)
126 // Indicates that this translation unit is part of Google Test's
301 // Google Test. Useful for catching the user mistake of not initializing
302 // Google Test before calling RUN_ALL_TESTS().
305 // Test. g_init_gtest_count is set to the number of times
505 // Returns EXCEPTION_EXECUTE_HANDLER if Google Test should handle the
509 // Google Test should handle a SEH exception if:
535 // Google Test. The 'result' parameter specifies where to report the
545 // Google Test. The 'result' parameter specifies where to report the
565 // The d'tor restores the test part result reporter used by Google Test
1897 Test::Test() function in class:testing::Test
[all...]
/external/protobuf/gtest/src/
H A Dgtest.cc32 // The Google C++ Testing Framework (Google Test)
122 // Indicates that this translation unit is part of Google Test's
290 // Google Test. Useful for catching the user mistake of not initializing
291 // Google Test before calling RUN_ALL_TESTS().
294 // Test. g_init_gtest_count is set to the number of times
494 // Returns EXCEPTION_EXECUTE_HANDLER if Google Test should handle the
498 // Google Test should handle an exception if:
511 // Google Test. The 'result' parameter specifies where to report the
521 // Google Test. The 'result' parameter specifies where to report the
541 // The d'tor restores the test part result reporter used by Google Test
1918 Test::Test() function in class:testing::Test
[all...]
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_unittest.cc32 // Tests for Google Test itself. This verifies that the basic constructs of
33 // Google Test work.
70 // Indicates that this translation unit is part of Google Test's
138 using testing::Test;
272 EXPECT_EQ(GetTypeId<Test>(), GetTypeId<Test>());
275 class SubClassOfTest : public Test {};
276 class AnotherSubClassOfTest : public Test {};
288 // is called from inside Google Test or outside of it.
321 class FormatEpochTimeInMillisAsIso8601Test : public Test {
6435 class Test {}; class in namespace:my_namespace::testing
[all...]
/external/gtest/test/
H A Dgtest_unittest.cc32 // Tests for Google Test itself. This verifies that the basic constructs of
33 // Google Test work.
70 // Indicates that this translation unit is part of Google Test's
84 class StreamingListenerTest : public Test {
105 TestInfo test_info_obj_; // The name test_info_ was taken by testing::Test.
183 class UnitTestRecordPropertyTestHelper : public Test {
226 using testing::Test;
361 EXPECT_EQ(GetTypeId<Test>(), GetTypeId<Test>());
364 class SubClassOfTest : public Test {};
6290 class Test {}; class in namespace:my_namespace::testing
[all...]
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc32 // Tests for Google Test itself. This verifies that the basic constructs of
33 // Google Test work.
61 // Indicates that this translation unit is part of Google Test's
134 using testing::Test;
249 EXPECT_EQ(GetTypeId<Test>(), GetTypeId<Test>());
252 class SubClassOfTest : public Test {};
253 class AnotherSubClassOfTest : public Test {};
265 // is called from inside Google Test or outside of it.
630 class VectorShuffleTest : public Test {
6000 class Test {}; class in namespace:my_namespace::testing
[all...]
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc32 // Google C++ Testing Framework (Google Test)
34 // Sometimes it's desirable to build Google Test by compiling a single file.
73 // The Google C++ Testing Framework (Google Test)
106 // Utilities for testing Google Test itself and code that uses Google Test
107 // (e.g. frameworks built on top of Google Test).
115 // This helper class can be used to mock out Google Test failure reporting
116 // so that we can test Google Test or code that builds on Google Test.
119 // TestPartResultArray object given in the constructor whenever a Google Test
3375 Test::Test() function in class:testing::Test
[all...]
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc32 // Google C++ Testing Framework (Google Test)
34 // Sometimes it's desirable to build Google Test by compiling a single file.
73 // The Google C++ Testing Framework (Google Test)
106 // Utilities for testing Google Test itself and code that uses Google Test
107 // (e.g. frameworks built on top of Google Test).
115 // This helper class can be used to mock out Google Test failure reporting
116 // so that we can test Google Test or code that builds on Google Test.
119 // TestPartResultArray object given in the constructor whenever a Google Test
3258 Test::Test() function in class:testing::Test
[all...]
H A Dgtest.h32 // The Google C++ Testing Framework (Google Test)
34 // This header file defines the public API for Google Test. It should be
35 // included by any test program that uses Google Test.
47 // Acknowledgment: Google Test borrowed the idea of automatic test
88 // The Google C++ Testing Framework (Google Test)
91 // Google Test. They are subject to change without notice.
127 // Low-level types and utilities for porting Google Test to various
135 // control Google Test's behavior. If the user doesn't define a macro
136 // in this list, Google Test will define it.
153 // std::wstring does/doesn't work (Google Test ca
15929 class GTEST_API_ Test { class in namespace:testing
[all...]
/external/valgrind/VEX/priv/
H A Dhost_arm64_defs.h555 } Test; member in union:__anon15147::__anon15148
/external/valgrind/drd/tests/
H A Dtsan_unittest.cpp158 struct Test{ struct
161 Test(void_func_void_t f, int flags) function in struct:Test
165 Test() : f_(0), flags_(0) {} function in struct:Test
181 std::map<int, Test> TheMapOfTests;
191 TheMapOfTests[id] = Test(f, flags);
238 for (std::map<int,Test>::iterator it = TheMapOfTests.begin();
244 for (std::map<int,Test>::iterator it = TheMapOfTests.begin();
261 for (std::map<int,Test>::iterator it = TheMapOfTests.begin();
2083 // test41: TN. Test for race that appears when loading a dynamic symbol. {{{1
3639 // test75: TN. Test fo
[all...]
/external/owasp/sanitizer/lib/junit/
H A Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3294 SDValue Test = LHS.getOperand(0); local
3296 return DAG.getNode(AArch64ISD::TBZ, dl, MVT::Other, Chain, Test,
3309 SDValue Test = LHS.getOperand(0); local
3311 return DAG.getNode(AArch64ISD::TBNZ, dl, MVT::Other, Chain, Test,
5202 // Test if V1 is a BUILD_VECTOR and the lane being referenced is a non-
/external/libphonenumber/lib/
H A Djunit-4.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/dexmaker/lib/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit3.8.2/ junit/awtui/ junit/extensions/ junit/framework/ ...
/external/slf4j/integration/lib/
H A Djunit-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Djunit-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp6083 /// \brief Test whether there are elements crossing 128-bit lanes in this
6097 /// \brief Test whether a shuffle mask is equivalent within each 128-bit lane.
6714 // their width within the elements of the larger integer vector. Test each
7511 /// \brief Test whether this can be lowered with a single SHUFPS instruction.
9289 /// \brief Test whether the specified input (0 or 1) is in-place blended by the
14973 SDValue Test = DAG.getNode(TestOpc, dl, MVT::i32, LHS, RHS); local
14975 SDValue SetCC = DAG.getNode(X86ISD::SETCC, dl, MVT::i8, CC, Test);
14984 SDValue Test = DAG.getNode(X86ISD::KORTEST, dl, MVT::i32, LHS, RHS); local
14985 SDValue SetCC = DAG.getNode(X86ISD::SETCC, dl, MVT::i1, CC, Test);
22041 /// CanFoldXORWithAllOnes - Test whethe
[all...]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h32 // The Google C++ Testing Framework (Google Test)
34 // This header file defines the public API for Google Test. It should be
35 // included by any test program that uses Google Test.
47 // Acknowledgment: Google Test borrowed the idea of automatic test
89 // The Google C++ Testing Framework (Google Test)
92 // Google Test. They are subject to change without notice.
128 // Low-level types and utilities for porting Google Test to various
132 // This file is fundamental to Google Test. All other Google Test source
134 // any other Google Test heade
17760 class GTEST_API_ Test { class in namespace:testing
[all...]
/external/mesa3d/src/mesa/main/
H A Dmtypes.h836 GLboolean Test; /**< Depth buffering enabled flag */ member in struct:gl_depthbuffer_attrib

Completed in 7409 milliseconds

123456789