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

<<11121314151617181920>>

  /external/chromium_org/testing/gtest/test/
gtest_xml_output_unittest_.cc 36 // flag. This is used for testing such functionality.
43 using ::testing::InitGoogleTest;
44 using ::testing::TestEventListeners;
45 using ::testing::TestWithParam;
46 using ::testing::UnitTest;
47 using ::testing::Test;
48 using ::testing::Values;
127 testing::Test::RecordProperty(key, value);
132 testing::Test::RecordProperty(key, value);
154 typedef testing::Types<int, long> TypedTestTypes
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
gtest-typed-test.h 44 // by a type. Remember to derive it from testing::Test.
46 class FooTest : public testing::Test {
57 typedef testing::Types<char, int, unsigned int> MyTypes;
104 // by a type. Remember to derive it from testing::Test.
106 class FooTest : public testing::Test {
140 typedef testing::Types<char, int, unsigned int> MyTypes;
166 typedef ::testing::internal::TypeList< Types >::type \
179 ::testing::internal::TypeParameterizedTest< \
181 ::testing::internal::TemplateSel< \
220 static ::testing::internal::TypedTestCasePState
    [all...]
  /external/gtest/include/gtest/
gtest-typed-test.h 44 // by a type. Remember to derive it from testing::Test.
46 class FooTest : public testing::Test {
57 typedef testing::Types<char, int, unsigned int> MyTypes;
104 // by a type. Remember to derive it from testing::Test.
106 class FooTest : public testing::Test {
140 typedef testing::Types<char, int, unsigned int> MyTypes;
166 typedef ::testing::internal::TypeList< Types >::type \
179 ::testing::internal::TypeParameterizedTest< \
181 ::testing::internal::TemplateSel< \
220 static ::testing::internal::TypedTestCasePState
    [all...]
  /external/gtest/test/
gtest_xml_output_unittest_.cc 36 // flag. This is used for testing such functionality.
43 using ::testing::InitGoogleTest;
44 using ::testing::TestEventListeners;
45 using ::testing::TestWithParam;
46 using ::testing::UnitTest;
47 using ::testing::Test;
48 using ::testing::Values;
127 testing::Test::RecordProperty(key, value);
132 testing::Test::RecordProperty(key, value);
154 typedef testing::Types<int, long> TypedTestTypes
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-typed-test.h 44 // by a type. Remember to derive it from testing::Test.
46 class FooTest : public testing::Test {
57 typedef testing::Types<char, int, unsigned int> MyTypes;
104 // by a type. Remember to derive it from testing::Test.
106 class FooTest : public testing::Test {
140 typedef testing::Types<char, int, unsigned int> MyTypes;
166 typedef ::testing::internal::TypeList< Types >::type \
179 ::testing::internal::TypeParameterizedTest< \
181 ::testing::internal::TemplateSel< \
220 static ::testing::internal::TypedTestCasePState
    [all...]
  /external/mesa3d/src/gtest/include/gtest/
gtest-typed-test.h 44 // by a type. Remember to derive it from testing::Test.
46 class FooTest : public testing::Test {
57 typedef testing::Types<char, int, unsigned int> MyTypes;
104 // by a type. Remember to derive it from testing::Test.
106 class FooTest : public testing::Test {
140 typedef testing::Types<char, int, unsigned int> MyTypes;
166 typedef ::testing::internal::TypeList< Types >::type \
179 ::testing::internal::TypeParameterizedTest< \
181 ::testing::internal::TemplateSel< \
220 static ::testing::internal::TypedTestCasePState
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest-typed-test.h 44 // by a type. Remember to derive it from testing::Test.
46 class FooTest : public testing::Test {
57 typedef testing::Types<char, int, unsigned int> MyTypes;
104 // by a type. Remember to derive it from testing::Test.
106 class FooTest : public testing::Test {
140 typedef testing::Types<char, int, unsigned int> MyTypes;
166 typedef ::testing::internal::TypeList< Types >::type \
179 ::testing::internal::TypeParameterizedTest< \
181 ::testing::internal::TemplateSel< \
220 static ::testing::internal::TypedTestCasePState
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest_xml_output_unittest_.cc 36 // flag. This is used for testing such functionality.
43 using ::testing::InitGoogleTest;
44 using ::testing::TestEventListeners;
45 using ::testing::TestWithParam;
46 using ::testing::UnitTest;
47 using ::testing::Test;
48 using ::testing::Values;
127 testing::Test::RecordProperty(key, value);
132 testing::Test::RecordProperty(key, value);
154 typedef testing::Types<int, long> TypedTestTypes
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/enrollment/
mock_auto_enrollment_check_screen.cc 7 using ::testing::AtLeast;
8 using ::testing::NotNull;
  /external/chromium_org/chrome/browser/chromeos/login/screens/
mock_eula_screen.cc 9 using ::testing::AtLeast;
10 using ::testing::NotNull;
mock_network_screen.cc 9 using ::testing::AtLeast;
10 using ::testing::NotNull;
mock_update_screen.cc 9 using ::testing::AtLeast;
10 using ::testing::NotNull;
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_dialog_controller_mock.cc 9 using ::testing::_;
10 using ::testing::Return;
  /external/chromium_org/sandbox/linux/tests/
main.cc 10 #include "testing/gtest/include/gtest/gtest.h"
36 testing::InitGoogleTest(&argc, argv);
46 ::testing::FLAGS_gtest_death_test_style = "threadsafe";
  /external/chromium_org/sync/test/fake_server/
fake_server_verifier.h 13 #include "testing/gtest/include/gtest/gtest.h"
33 testing::AssertionResult VerifyEntityCountByType(
40 testing::AssertionResult VerifyEntityCountByTypeAndName(
  /external/chromium_org/testing/gtest/samples/
sample9_unittest.cc 39 using ::testing::EmptyTestEventListener;
40 using ::testing::InitGoogleTest;
41 using ::testing::Test;
42 using ::testing::TestCase;
43 using ::testing::TestEventListeners;
44 using ::testing::TestInfo;
45 using ::testing::TestPartResult;
46 using ::testing::UnitTest;
  /external/chromium_org/third_party/angle/tests/preprocessor_tests/
pragma_test.cpp 19 using testing::_;
33 using testing::_;
47 using testing::_;
75 using testing::_;
89 using testing::_;
100 public testing::WithParamInterface<const char*>
109 using testing::_;
120 INSTANTIATE_TEST_CASE_P(All, InvalidPragmaTest, testing::Values(
  /external/chromium_org/ui/gfx/test/
gfx_util.h 11 #include "testing/gtest/include/gtest/gtest.h"
22 ::testing::AssertionResult AssertBoxFloatEqual(const char* lhs_expr,
30 ::testing::AssertionResult AssertSkColorsEqual(const char* lhs_expr,
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
OneSizeTestContainerGenerator.java 17 package com.google.common.collect.testing;
19 import com.google.common.collect.testing.features.CollectionSize;
24 * The subject-generator interface accepted by Collection testers, for testing
TestCollidingSetGenerator.java 17 package com.google.common.collect.testing;
19 import com.google.common.collect.testing.SampleElements.Colliders;
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
TestMultisetGenerator.java 17 package com.google.common.collect.testing.google;
21 import com.google.common.collect.testing.TestCollectionGenerator;
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
CollectionAddTester.java 17 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.RESTRICTS_ELEMENTS;
21 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD;
22 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
24 import com.google.common.collect.testing.AbstractCollectionTester;
25 import com.google.common.collect.testing.features.CollectionFeature;
26 import com.google.common.collect.testing.features.CollectionSize;
33 * {@link com.google.common.collect.testing.CollectionTestSuiteBuilder}.
MapContainsKeyTester.java 17 package com.google.common.collect.testing.testers;
19 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
20 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS;
21 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_QUERIES;
23 import com.google.common.collect.testing.AbstractMapTester;
24 import com.google.common.collect.testing.WrongType;
25 import com.google.common.collect.testing.features.CollectionSize;
26 import com.google.common.collect.testing.features.MapFeature;
31 * {@link com.google.common.collect.testing.MapTestSuiteBuilder}.
  /external/protobuf/gtest/samples/
sample9_unittest.cc 39 using ::testing::EmptyTestEventListener;
40 using ::testing::InitGoogleTest;
41 using ::testing::Test;
42 using ::testing::TestCase;
43 using ::testing::TestEventListeners;
44 using ::testing::TestInfo;
45 using ::testing::TestPartResult;
46 using ::testing::UnitTest;
  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/base/
EventInjectionStrategy.java 17 package com.google.android.apps.common.testing.ui.espresso.base;
19 import com.google.android.apps.common.testing.ui.espresso.InjectEventSecurityException;

Completed in 600 milliseconds

<<11121314151617181920>>