Searched refs:testing (Results 201 - 225 of 3126) sorted by relevance

1234567891011>>

/external/tensorflow/tensorflow/contrib/makefile/test/
H A Dtest_main.cc24 testing::InitGoogleTest(&argc, argv);
/external/toybox/tests/
H A Denv.test3 [ -f testing.sh ] && . testing.sh
6 #testing "name" "command" "result" "infile" "stdin"
/external/v8/testing/gmock/include/gmock/
H A Dgmock-more-matchers.h44 namespace testing { namespace
56 } // namespace testing
/external/v8/testing/gtest/src/
H A Dgtest_main.cc36 testing::InitGoogleTest(&argc, argv);
/external/v8/testing/gtest/test/
H A Dgtest-death-test_ex_test.cc57 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled");
83 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled");
90 testing::InitGoogleTest(&argc, argv);
91 testing::GTEST_FLAG(catch_exceptions) = GTEST_ENABLE_CATCH_EXCEPTIONS_ != 0;
H A Dgtest_xml_outfile1_test_.cc37 class PropertyOne : public testing::Test {
H A Dgtest_xml_outfile2_test_.cc37 class PropertyTwo : public testing::Test {
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest_main.cc36 testing::InitGoogleTest(&argc, argv);
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest_main.cc36 testing::InitGoogleTest(&argc, argv);
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest-death-test_ex_test.cc57 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled");
83 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled");
90 testing::InitGoogleTest(&argc, argv);
91 testing::GTEST_FLAG(catch_exceptions) = GTEST_ENABLE_CATCH_EXCEPTIONS_ != 0;
H A Dgtest_xml_outfile1_test_.cc37 class PropertyOne : public testing::Test {
H A Dgtest_xml_outfile2_test_.cc37 class PropertyTwo : public testing::Test {
/external/webrtc/webrtc/voice_engine/test/auto_test/
H A Dautomated_mode.cc11 #include "testing/gtest/include/gtest/gtest.h"
15 // Initialize WebRTC testing framework so paths to resources can be resolved.
17 testing::InitGoogleTest(argc, argv);
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_shuffle_test_.cc38 using ::testing::EmptyTestEventListener;
39 using ::testing::InitGoogleTest;
40 using ::testing::Message;
41 using ::testing::Test;
42 using ::testing::TestEventListeners;
43 using ::testing::TestInfo;
44 using ::testing::UnitTest;
45 using ::testing::internal::String;
46 using ::testing::internal::scoped_ptr;
/external/guava/guava-gwt/test/com/google/common/collect/testing/
H A DMinimalIterableTest_gwt.java16 package com.google.common.collect.testing;
19 return "com.google.common.collect.testing.testModule";
22 com.google.common.collect.testing.MinimalIterableTest testCase = new com.google.common.collect.testing.MinimalIterableTest();
27 com.google.common.collect.testing.MinimalIterableTest testCase = new com.google.common.collect.testing.MinimalIterableTest();
32 com.google.common.collect.testing.MinimalIterableTest testCase = new com.google.common.collect.testing.MinimalIterableTest();
37 com.google.common.collect.testing.MinimalIterableTest testCase = new com.google.common.collect.testing
[all...]
/external/protobuf/gtest/test/
H A Dgtest_shuffle_test_.cc38 using ::testing::EmptyTestEventListener;
39 using ::testing::InitGoogleTest;
40 using ::testing::Message;
41 using ::testing::Test;
42 using ::testing::TestEventListeners;
43 using ::testing::TestInfo;
44 using ::testing::UnitTest;
45 using ::testing::internal::String;
46 using ::testing::internal::scoped_ptr;
H A Dgtest_xml_output_unittest_.cc36 // flag. This is used for testing such functionality.
43 using ::testing::InitGoogleTest;
44 using ::testing::TestEventListeners;
45 using ::testing::UnitTest;
47 class SuccessfulTest : public testing::Test {
55 class FailedTest : public testing::Test {
62 class DisabledTest : public testing::Test {
94 class PropertyRecordingTest : public testing::Test {
121 testing::Test::RecordProperty(key, value);
126 testing
[all...]
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
H A DCollectionToStringTester.java17 package com.google.common.collect.testing.testers;
19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
20 import static com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER;
21 import static com.google.common.collect.testing.features.CollectionFeature.NON_STANDARD_TOSTRING;
22 import static com.google.common.collect.testing.features.CollectionSize.ONE;
23 import static com.google.common.collect.testing.features.CollectionSize.SEVERAL;
24 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
27 import com.google.common.collect.testing.AbstractCollectionTester;
28 import com.google.common.collect.testing.Helpers;
29 import com.google.common.collect.testing
[all...]
/external/cblas/
H A DMakefile85 ( cd testing && make clean )
90 ( cd testing && make cleanobj )
94 ( cd testing && make cleanexe )
150 ( cd testing && make stest1 )
152 ( cd testing && make dtest1 )
154 ( cd testing && make ctest1 )
156 ( cd testing && make ztest1 )
158 ( cd testing && make all1 )
160 ( cd testing && make stest2 )
162 ( cd testing
[all...]
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h44 namespace testing { namespace
139 // Factory interface for death tests. May be mocked out for testing.
169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
172 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \
174 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \
187 if (::testing::internal::AlwaysTrue()) { \
188 const ::testing::internal::RE& gtest_regex = (regex); \
189 ::testing::internal::DeathTest* gtest_dt; \
190 if (!::testing::internal::DeathTest::Create(#statement, &gtest_regex, \
195 ::testing
[all...]
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h44 namespace testing { namespace
139 // Factory interface for death tests. May be mocked out for testing.
169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
172 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \
174 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \
187 if (::testing::internal::AlwaysTrue()) { \
188 const ::testing::internal::RE& gtest_regex = (regex); \
189 ::testing::internal::DeathTest* gtest_dt; \
190 if (!::testing::internal::DeathTest::Create(#statement, &gtest_regex, \
195 ::testing
[all...]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-death-test-internal.h44 namespace testing { namespace
139 // Factory interface for death tests. May be mocked out for testing.
169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
172 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \
174 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \
187 if (::testing::internal::AlwaysTrue()) { \
188 const ::testing::internal::RE& gtest_regex = (regex); \
189 ::testing::internal::DeathTest* gtest_dt; \
190 if (!::testing::internal::DeathTest::Create(#statement, &gtest_regex, \
195 ::testing
[all...]
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h44 namespace testing { namespace
139 // Factory interface for death tests. May be mocked out for testing.
169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
172 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \
174 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \
187 if (::testing::internal::AlwaysTrue()) { \
188 const ::testing::internal::RE& gtest_regex = (regex); \
189 ::testing::internal::DeathTest* gtest_dt; \
190 if (!::testing::internal::DeathTest::Create(#statement, &gtest_regex, \
195 ::testing
[all...]
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h44 namespace testing { namespace
139 // Factory interface for death tests. May be mocked out for testing.
169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
172 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \
174 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \
187 if (::testing::internal::AlwaysTrue()) { \
188 const ::testing::internal::RE& gtest_regex = (regex); \
189 ::testing::internal::DeathTest* gtest_dt; \
190 if (!::testing::internal::DeathTest::Create(#statement, &gtest_regex, \
195 ::testing
[all...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-death-test-internal.h44 namespace testing { namespace
139 // Factory interface for death tests. May be mocked out for testing.
169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
172 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \
174 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \
187 if (::testing::internal::AlwaysTrue()) { \
188 const ::testing::internal::RE& gtest_regex = (regex); \
189 ::testing::internal::DeathTest* gtest_dt; \
190 if (!::testing::internal::DeathTest::Create(#statement, &gtest_regex, \
195 ::testing
[all...]

Completed in 590 milliseconds

1234567891011>>