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

<<31323334353637383940>>

  /external/guava/guava-testlib/src/com/google/common/testing/
SloppyTearDown.java 17 package com.google.common.testing;
  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableMultimapAsMapImplementsMapTest.java 20 import com.google.common.collect.testing.MapInterfaceTest;
ImmutableSetMultimapAsMapImplementsMapTest.java 20 import com.google.common.collect.testing.MapInterfaceTest;
UnmodifiableMultimapAsMapImplementsMapTest.java 20 import com.google.common.collect.testing.MapInterfaceTest;
  /external/llvm/utils/unittest/UnitTestMain/
TestMain.cpp 27 testing::InitGoogleTest(&argc, argv);
35 // testing impossible.
  /external/qemu/android/emulation/
CpuAccelerator_unittest.cpp 20 class CpuAcceleratorTest : public ::testing::Test {
  /external/qemu/android/filesystems/testing/
TestSupport.cpp 12 #include "android/filesystems/testing/TestSupport.h"
26 namespace testing { namespace in namespace:android
50 } // namespace testing
  /external/sfntly/cpp/src/test/autogenerated/
cmap_basic_test.cc 44 using ::testing::TestWithParam;
45 using ::testing::Values;
47 class CMapBasicTests : public :: testing::TestWithParam<const char*> {
124 ::testing::ValuesIn(cmap_test_data::kAllTests));
  /external/webrtc/test/testsupport/
unittest_utils.h 26 class PacketRelatedTest: public testing::Test {
  /frameworks/base/libs/androidfw/tests/
ZipUtils_test.cpp 28 class ZipUtilsTest : public testing::Test {
  /frameworks/compile/mclinker/unittests/
InputTreeTest.h 30 class InputTreeTest : public ::testing::Test
LinearAllocatorTest.h 23 class LinearAllocatorTest : public ::testing::Test
RTLinearAllocatorTest.h 23 class RTLinearAllocatorTest : public ::testing::Test
  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/
NoMatchingRootException.java 17 package com.google.android.apps.common.testing.ui.espresso;
DataInteraction.java 17 package com.google.android.apps.common.testing.ui.espresso;
20 import static com.google.android.apps.common.testing.ui.espresso.Espresso.onView;
21 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.isAssignableFrom;
22 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.isDescendantOfA;
26 import com.google.android.apps.common.testing.ui.espresso.action.AdapterDataLoaderAction;
27 import com.google.android.apps.common.testing.ui.espresso.action.AdapterViewProtocol;
28 import com.google.android.apps.common.testing.ui.espresso.action.AdapterViewProtocol.AdaptedData;
29 import com.google.android.apps.common.testing.ui.espresso.action.AdapterViewProtocols;
30 import com.google.android.apps.common.testing.ui.espresso.matcher.RootMatchers;
  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/base/
LooperIdlingResource.java 17 package com.google.android.apps.common.testing.ui.espresso.base;
22 import com.google.android.apps.common.testing.ui.espresso.IdlingResource;
23 import com.google.android.apps.common.testing.ui.espresso.IdlingResource.ResourceCallback;
24 import com.google.android.apps.common.testing.ui.espresso.base.QueueInterrogator.QueueState;
  /frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/base/
ViewFinderImplTest.java 17 package com.google.android.apps.common.testing.ui.espresso.base;
22 import com.google.android.apps.common.testing.ui.espresso.AmbiguousViewMatcherException;
23 import com.google.android.apps.common.testing.ui.espresso.NoMatchingViewException;
24 import com.google.android.apps.common.testing.ui.espresso.ViewFinder;
  /frameworks/testing/espresso/espresso-sample/src/main/java/com/google/android/apps/common/testing/ui/testapp/
DisplayActivity.java 17 package com.google.android.apps.common.testing.ui.testapp;
SimpleWebViewActivity.java 17 package com.google.android.apps.common.testing.ui.testapp;
SwipeActivity.java 17 package com.google.android.apps.common.testing.ui.testapp;
  /frameworks/testing/uiautomator/utils/SleepUtils/AlarmService/src/com/android/testing/alarmservice/
AlarmService.java 17 package com.android.testing.alarmservice;
  /packages/apps/Camera2/tests_camera/src/com/android/camera/activity/
CameraActivityTest.java 25 import static com.google.testing.littlemock.LittleMock.doReturn;
  /external/chromium_org/chrome/browser/extensions/api/push_messaging/
push_messaging_invalidation_handler_unittest.cc 14 #include "testing/gmock/include/gmock/gmock.h"
15 #include "testing/gtest/include/gtest/gtest.h"
17 using ::testing::NotNull;
18 using ::testing::SaveArg;
19 using ::testing::StrictMock;
20 using ::testing::_;
67 class PushMessagingInvalidationHandlerTest : public ::testing::Test {
183 testing::Mock::VerifyAndClearExpectations(&delegate_);
190 testing::Mock::VerifyAndClearExpectations(&delegate_);
202 testing::Mock::VerifyAndClearExpectations(&delegate_)
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/cpp/test/
address_ui_test.cc 42 // Returns testing::AssertionSuccess if the |components| are valid. Uses
44 testing::AssertionResult ComponentsAreValid(
47 return testing::AssertionFailure() << "no components";
57 return testing::AssertionFailure() << "unexpected field "
62 return testing::AssertionFailure() << "empty field name for field "
67 return testing::AssertionSuccess();
71 class AddressUiTest : public testing::TestWithParam<std::string> {
104 testing::ValuesIn(GetRegionCodes()));
143 : public testing::TestWithParam<LanguageTestCase> {
164 testing::Values
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
AbstractMultisetSetCountTester.java 17 package com.google.common.collect.testing.google;
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.CollectionFeature.SUPPORTS_REMOVE;
23 import static com.google.common.collect.testing.features.CollectionSize.SEVERAL;
24 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
28 import com.google.common.collect.testing.features.CollectionFeature;
29 import com.google.common.collect.testing.features.CollectionSize;

Completed in 1281 milliseconds

<<31323334353637383940>>