HomeSort by relevance Sort by last modified time
    Searched refs:testing (Results 451 - 475 of 4772) sorted by null

<<11121314151617181920>>

  /external/gtest/test/
gtest_prod_test.cc 47 typedef testing::Test PrivateCodeFixtureTest;
gtest_throw_on_failure_test_.cc 57 testing::InitGoogleTest(&argc, argv);
60 // other testing frameworks, as long as they initialize Google Test
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
CollectionTestSuiteBuilder.java 17 package com.google.common.collect.testing;
21 * testing collections that do not have a more specific tester like
IteratorTestSuiteBuilder.java 17 package com.google.common.collect.testing;
TestMapGenerator.java 17 package com.google.common.collect.testing;
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
TestEnumMultisetGenerator.java 17 package com.google.common.collect.testing.google;
21 import com.google.common.collect.testing.AnEnum;
22 import com.google.common.collect.testing.SampleElements;
23 import com.google.common.collect.testing.SampleElements.Enums;
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
ListGetTester.java 17 package com.google.common.collect.testing.testers;
22 * {@link com.google.common.collect.testing.ListTestSuiteBuilder}.
SetHashCodeTester.java 17 package com.google.common.collect.testing.testers;
19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
21 import com.google.common.collect.testing.features.CollectionFeature;
22 import com.google.common.collect.testing.features.CollectionSize;
  /external/guava/guava-tests/test/com/google/common/collect/
DiscreteDomainsTest.java 19 import static com.google.common.testing.SerializableTester.reserializeAndAssert;
TransformedImmutableListTest.java 21 import com.google.common.collect.testing.ListTestSuiteBuilder;
22 import com.google.common.collect.testing.TestStringListGenerator;
23 import com.google.common.collect.testing.features.CollectionFeature;
24 import com.google.common.collect.testing.features.CollectionSize;
  /external/libyuv/files/unit_test/
unit_test.cc 31 ::testing::InitGoogleTest(&argc, argv);
  /external/littlemock/src/com/google/testing/littlemock/
Captor.java 17 package com.google.testing.littlemock;
Mock.java 17 package com.google.testing.littlemock;
  /external/llvm/unittests/Support/
ThreadLocalTest.cpp 18 class ThreadLocalTest : public ::testing::Test {
  /external/protobuf/gtest/test/
gtest-death-test_test.cc 38 using testing::internal::AlwaysFalse;
39 using testing::internal::AlwaysTrue;
66 namespace posix = ::testing::internal::posix;
68 using testing::Message;
69 using testing::internal::DeathTest;
70 using testing::internal::DeathTestFactory;
71 using testing::internal::FilePath;
72 using testing::internal::GetLastErrnoDescription;
73 using testing::internal::GetUnitTestImpl;
74 using testing::internal::ParseNaturalNumber
77 namespace testing { namespace
    [all...]
gtest-typed-test_test.h 39 using testing::Test;
41 // For testing that the same type-parameterized test case can be
gtest_break_on_failure_unittest_.cc 36 // --gtest_break_on_failure flag. This file is used for testing such
63 testing::InitGoogleTest(&argc, argv);
gtest_prod_test.cc 47 typedef testing::Test PrivateCodeFixtureTest;
  /external/webrtc/test/
test_suite.cc 19 testing::InitGoogleMock(&argc, argv); // Runs InitGoogleTest() internally.
  /frameworks/base/tools/aapt/tests/
AaptConfig_test.cpp 26 static ::testing::AssertionResult TestParse(const String8& input, ConfigDescription* config=NULL) {
28 return ::testing::AssertionSuccess() << input << " was successfully parsed";
30 return ::testing::AssertionFailure() << input << " could not be parsed";
33 static ::testing::AssertionResult TestParse(const char* input, ConfigDescription* config=NULL) {
  /frameworks/compile/mclinker/templates/
headerTest.h 20 class ${class_name}Test : public ::testing::Test
  /frameworks/compile/mclinker/unittests/
DirIteratorTest.h 31 class DirIteratorTest : public ::testing::Test
FactoriesTest.h 23 class FactoriesTest : public ::testing::Test
StaticResolverTest.h 31 class StaticResolverTest : public ::testing::Test
UniqueGCFactoryBaseTest.h 25 class UniqueGCFactoryBaseTest : public ::testing::Test

Completed in 1092 milliseconds

<<11121314151617181920>>