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

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/sync/internal_api/public/base/
invalidation_test_util.h 10 #include "testing/gmock/include/gmock/gmock.h"
18 ::testing::Matcher<const AckHandle&> Eq(const AckHandle& expected);
22 ::testing::Matcher<const Invalidation&> Eq(const Invalidation& expected);
  /external/chromium_org/sync/notifier/
unacked_invalidation_set_test_util.h 7 #include "testing/gmock/include/gmock/gmock-matchers.h"
17 ::testing::Matcher<const UnackedInvalidationSet&> Eq(
20 ::testing::Matcher<const UnackedInvalidationsMap&> Eq(
  /external/chromium_org/testing/gtest/samples/
sample10_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/testing/gtest/test/
gtest_color_test_.cc 32 // A helper program for testing how Google Test determines whether to use
49 using testing::internal::ShouldUseColor;
59 testing::InitGoogleTest(&argc, argv);
gtest_shuffle_test_.cc 38 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::scoped_ptr;
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatBoxTestHelpers.h 37 ::testing::AssertionResult AssertAlmostEqual(const char*, const char*, const FloatBox&, const FloatBox&);
38 ::testing::AssertionResult AssertContains(const char*, const char*, const FloatBox&, const FloatBox&);
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objctests/mac/
main.mm 35 testing::InitGoogleTest(&argc, argv);
  /external/chromium_org/ui/gfx/test/
gfx_util.cc 27 return ::testing::FloatLE("a", "b", a, b) &&
28 ::testing::FloatLE("b", "a", b, a);
33 ::testing::AssertionResult AssertBoxFloatEqual(const char* lhs_expr,
43 return ::testing::AssertionSuccess();
45 return ::testing::AssertionFailure() << "Value of: " << rhs_expr
51 ::testing::AssertionResult AssertSkColorsEqual(const char* lhs_expr,
56 return ::testing::AssertionSuccess();
58 return ::testing::AssertionFailure() << "Value of: " << rhs_expr
  /external/gtest/test/
gtest_color_test_.cc 32 // A helper program for testing how Google Test determines whether to use
49 using testing::internal::ShouldUseColor;
59 testing::InitGoogleTest(&argc, argv);
gtest_shuffle_test_.cc 38 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::scoped_ptr;
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
AbstractQueueTester.java 17 package com.google.common.collect.testing.testers;
19 import com.google.common.collect.testing.AbstractCollectionTester;
AbstractSetTester.java 17 package com.google.common.collect.testing.testers;
19 import com.google.common.collect.testing.AbstractCollectionTester;
CollectionContainsTester.java 17 package com.google.common.collect.testing.testers;
19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES;
20 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
21 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
23 import com.google.common.collect.testing.AbstractCollectionTester;
24 import com.google.common.collect.testing.WrongType;
25 import com.google.common.collect.testing.features.CollectionFeature;
26 import com.google.common.collect.testing.features.CollectionSize;
31 * {@link com.google.common.collect.testing.CollectionTestSuiteBuilder}.
CollectionEqualsTester.java 17 package com.google.common.collect.testing.testers;
19 import com.google.common.collect.testing.AbstractCollectionTester;
CollectionSizeTester.java 17 package com.google.common.collect.testing.testers;
19 import com.google.common.collect.testing.AbstractCollectionTester;
24 * {@link com.google.common.collect.testing.CollectionTestSuiteBuilder}.
ListRetainAllTester.java 17 package com.google.common.collect.testing.testers;
19 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_RETAIN_ALL;
20 import static com.google.common.collect.testing.features.CollectionSize.ONE;
21 import static com.google.common.collect.testing.features.CollectionSize.SEVERAL;
22 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
24 import com.google.common.collect.testing.MinimalCollection;
25 import com.google.common.collect.testing.features.CollectionFeature;
26 import com.google.common.collect.testing.features.CollectionSize;
31 * {@link com.google.common.collect.testing.ListTestSuiteBuilder}.
MapSizeTester.java 17 package com.google.common.collect.testing.testers;
19 import com.google.common.collect.testing.AbstractMapTester;
24 * {@link com.google.common.collect.testing.MapTestSuiteBuilder}.
QueuePollTester.java 17 package com.google.common.collect.testing.testers;
19 import static com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER;
20 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE;
21 import static com.google.common.collect.testing.features.CollectionSize.ONE;
22 import static com.google.common.collect.testing.features.CollectionSize.SEVERAL;
23 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
25 import com.google.common.collect.testing.features.CollectionFeature;
26 import com.google.common.collect.testing.features.CollectionSize;
31 * {@link com.google.common.collect.testing.CollectionTestSuiteBuilder}.
QueueRemoveTester.java 17 package com.google.common.collect.testing.testers;
19 import static com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER;
20 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE;
21 import static com.google.common.collect.testing.features.CollectionSize.ONE;
22 import static com.google.common.collect.testing.features.CollectionSize.SEVERAL;
23 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
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}.
  /external/protobuf/gtest/samples/
sample10_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/protobuf/gtest/test/
gtest-typed-test2_test.cc 43 testing::Types<std::vector<int> >);
  /frameworks/testing/espresso/espresso-lib/
gradle.properties 19 GROUP_ID=com.google.android.apps.common.testing
  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/action/
Swiper.java 17 package com.google.android.apps.common.testing.ui.espresso.action;
19 import com.google.android.apps.common.testing.ui.espresso.UiController;
Tapper.java 17 package com.google.android.apps.common.testing.ui.espresso.action;
19 import com.google.android.apps.common.testing.ui.espresso.UiController;
  /ndk/sources/third_party/googletest/googletest/samples/
sample10_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;

Completed in 146 milliseconds

1 2 3 4 5 67 8 91011>>