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

<<51525354555657585960>>

  /external/guava/guava-tests/test/com/google/common/primitives/
SignedBytesTest.java 21 import com.google.common.collect.testing.Helpers;
22 import com.google.common.testing.NullPointerTester;
23 import com.google.common.testing.SerializableTester;
UnsignedBytesTest.java 19 import com.google.common.collect.testing.Helpers;
20 import com.google.common.testing.NullPointerTester;
21 import com.google.common.testing.SerializableTester;
  /external/mesa3d/src/glsl/tests/
uniform_initializer_utils.cpp 45 static ::testing::AssertionResult
54 return ::testing::AssertionFailure()
60 return ::testing::AssertionSuccess();
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
RequestFocusTest.java 19 import static com.google.testing.littlemock.LittleMock.inOrder;
20 import static com.google.testing.littlemock.LittleMock.mock;
34 import com.google.testing.littlemock.LittleMock.InOrder;
  /ndk/sources/third_party/googletest/googletest/test/
gtest_stress_test.cc 49 namespace testing { namespace
111 // is for testing whether Google Test can handle failed assertions in a
235 } // namespace testing
238 testing::InitGoogleTest(&argc, argv);
253 testing::InitGoogleTest(&argc, argv);
  /external/chromium_org/chrome/browser/chromeos/file_manager/
file_manager_browsertest.cc 299 // Simple test entries used for testing, e.g., read-only volumes.
537 // Loads our testing extension and sends it a string identifying the current
741 public ::testing::WithParamInterface<TestParameter> {
773 ::testing::Values(TestParameter(NOT_IN_GUEST_MODE, "fileDisplayDownloads"),
787 ::testing::Values(TestParameter(IN_GUEST_MODE, "zipOpenDownloads"),
800 ::testing::Values(TestParameter(IN_GUEST_MODE, "videoOpenDownloads"),
813 ::testing::Values(
832 ::testing::Values(TestParameter(NOT_IN_GUEST_MODE,
850 ::testing::Values(TestParameter(IN_GUEST_MODE, "keyboardDeleteDownloads"),
870 ::testing::Values(TestParameter(NOT_IN_GUEST_MODE, "openSidebarRecent")
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/screens/
update_screen_browsertest.cc 21 #include "testing/gmock/include/gmock/gmock.h"
22 #include "testing/gtest/include/gtest/gtest.h"
24 using ::testing::AnyNumber;
25 using ::testing::AtLeast;
26 using ::testing::Exactly;
27 using ::testing::Invoke;
28 using ::testing::Return;
29 using ::testing::_;
  /external/chromium_org/extensions/browser/
extension_registry_unittest.cc 14 #include "testing/gtest/include/gtest/gtest.h"
19 typedef testing::Test ExtensionRegistryTest;
21 testing::AssertionResult HasSingleExtension(
25 return testing::AssertionFailure() << "No extensions in list";
27 return testing::AssertionFailure() << list.size()
31 return testing::AssertionFailure() << "Expected " << extension->id()
33 return testing::AssertionSuccess();
  /external/chromium_org/google_apis/gaia/
gaia_oauth_client_unittest.cc 19 #include "testing/gmock/include/gmock/gmock.h"
20 #include "testing/gtest/include/gtest/gtest.h"
23 using ::testing::_;
24 using ::testing::Eq;
25 using ::testing::HasSubstr;
26 using ::testing::Pointee;
27 using ::testing::SaveArg;
160 class GaiaOAuthClientTest : public testing::Test {
  /external/chromium_org/gpu/command_buffer/service/
cmd_parser_test.cc 11 #include "testing/gtest/include/gtest/gtest.h"
15 using testing::Return;
16 using testing::Mock;
17 using testing::Truly;
18 using testing::Sequence;
19 using testing::_;
24 class CommandParserTest : public testing::Test {
  /external/chromium_org/testing/gtest/include/gtest/
gtest_pred_impl.h 52 // text, and returns a testing::AssertionResult. See the definition
77 if (const ::testing::AssertionResult gtest_ar = (expression)) \
107 GTEST_ASSERT_(::testing::AssertPred1Helper(#pred, \
153 GTEST_ASSERT_(::testing::AssertPred2Helper(#pred, \
206 GTEST_ASSERT_(::testing::AssertPred3Helper(#pred, \
266 GTEST_ASSERT_(::testing::AssertPred4Helper(#pred, \
333 GTEST_ASSERT_(::testing::AssertPred5Helper(#pred, \
  /external/chromium_org/testing/gtest/test/
gtest-printers_test.cc 32 // Google Test - The Google C++ Testing Framework
61 // Some user-defined types for testing the universal value printer.
96 operator ::testing::internal::BiggestInt() const { return 42; }
188 namespace testing { namespace
200 using ::testing::PrintToString;
201 using ::testing::internal::FormatForComparisonFailureMessage;
202 using ::testing::internal::ImplicitCast_;
203 using ::testing::internal::NativeArray;
204 using ::testing::internal::RE;
205 using ::testing::internal::Strings
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
gtest_pred_impl.h 52 // text, and returns a testing::AssertionResult. See the definition
77 if (const ::testing::AssertionResult gtest_ar = (expression)) \
107 GTEST_ASSERT_(::testing::AssertPred1Helper(#pred, \
153 GTEST_ASSERT_(::testing::AssertPred2Helper(#pred, \
206 GTEST_ASSERT_(::testing::AssertPred3Helper(#pred, \
266 GTEST_ASSERT_(::testing::AssertPred4Helper(#pred, \
333 GTEST_ASSERT_(::testing::AssertPred5Helper(#pred, \
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
neteq_stereo_unittest.cc 43 class NetEqStereoTest : public ::testing::TestWithParam<TestParameters> {
403 ::testing::ValuesIn(GetTestParameters()));
407 ::testing::ValuesIn(GetTestParameters()));
411 ::testing::ValuesIn(GetTestParameters()));
415 ::testing::ValuesIn(GetTestParameters()));
419 ::testing::ValuesIn(GetTestParameters()));
  /external/chromium_org/third_party/webrtc/video_engine/
vie_capturer_unittest.cc 17 #include "testing/gmock/include/gmock/gmock.h"
18 #include "testing/gtest/include/gtest/gtest.h"
31 using ::testing::_;
32 using ::testing::Invoke;
33 using ::testing::NiceMock;
34 using ::testing::Return;
35 using ::testing::WithArg;
59 class ViECapturerTest : public ::testing::Test {
  /external/gtest/include/gtest/
gtest_pred_impl.h 52 // text, and returns a testing::AssertionResult. See the definition
77 if (const ::testing::AssertionResult gtest_ar = (expression)) \
107 GTEST_ASSERT_(::testing::AssertPred1Helper(#pred, \
153 GTEST_ASSERT_(::testing::AssertPred2Helper(#pred, \
206 GTEST_ASSERT_(::testing::AssertPred3Helper(#pred, \
266 GTEST_ASSERT_(::testing::AssertPred4Helper(#pred, \
333 GTEST_ASSERT_(::testing::AssertPred5Helper(#pred, \
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
SortedMultisetTestSuiteBuilder.java 17 package com.google.common.collect.testing.google;
25 import com.google.common.collect.testing.AbstractTester;
26 import com.google.common.collect.testing.Helpers;
27 import com.google.common.collect.testing.SampleElements;
28 import com.google.common.collect.testing.features.CollectionFeature;
29 import com.google.common.collect.testing.features.Feature;
  /external/guava/guava-tests/test/com/google/common/collect/
ForwardingMultisetTest.java 19 import com.google.common.collect.testing.SetTestSuiteBuilder;
20 import com.google.common.collect.testing.TestStringSetGenerator;
21 import com.google.common.collect.testing.features.CollectionFeature;
22 import com.google.common.collect.testing.features.CollectionSize;
23 import com.google.common.collect.testing.google.MultisetTestSuiteBuilder;
24 import com.google.common.collect.testing.google.TestStringMultisetGenerator;
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest_pred_impl.h 52 // text, and returns a testing::AssertionResult. See the definition
77 if (const ::testing::AssertionResult gtest_ar = (expression)) \
107 GTEST_ASSERT_(::testing::AssertPred1Helper(#pred, \
153 GTEST_ASSERT_(::testing::AssertPred2Helper(#pred, \
206 GTEST_ASSERT_(::testing::AssertPred3Helper(#pred, \
266 GTEST_ASSERT_(::testing::AssertPred4Helper(#pred, \
333 GTEST_ASSERT_(::testing::AssertPred5Helper(#pred, \
  /external/mesa3d/src/gtest/include/gtest/
gtest_pred_impl.h 52 // text, and returns a testing::AssertionResult. See the definition
77 if (const ::testing::AssertionResult gtest_ar = (expression)) \
107 GTEST_ASSERT_(::testing::AssertPred1Helper(#pred, \
153 GTEST_ASSERT_(::testing::AssertPred2Helper(#pred, \
206 GTEST_ASSERT_(::testing::AssertPred3Helper(#pred, \
266 GTEST_ASSERT_(::testing::AssertPred4Helper(#pred, \
333 GTEST_ASSERT_(::testing::AssertPred5Helper(#pred, \
  /external/protobuf/gtest/include/gtest/
gtest_pred_impl.h 52 // text, and returns a testing::AssertionResult. See the definition
77 if (const ::testing::AssertionResult gtest_ar = (expression)) \
109 GTEST_ASSERT_(::testing::AssertPred1Helper(#pred, \
157 GTEST_ASSERT_(::testing::AssertPred2Helper(#pred, \
212 GTEST_ASSERT_(::testing::AssertPred3Helper(#pred, \
274 GTEST_ASSERT_(::testing::AssertPred4Helper(#pred, \
343 GTEST_ASSERT_(::testing::AssertPred5Helper(#pred, \
  /frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/base/
UiControllerImplIntegrationTest.java 17 package com.google.android.apps.common.testing.ui.espresso.base;
19 import com.google.android.apps.common.testing.ui.espresso.InjectEventSecurityException;
20 import com.google.android.apps.common.testing.ui.espresso.UiController;
21 import com.google.android.apps.common.testing.ui.espresso.util.HumanReadables;
22 import com.google.android.apps.common.testing.ui.testapp.R;
23 import com.google.android.apps.common.testing.ui.testapp.SendActivity;
58 super("com.google.android.apps.common.testing.ui.testapp", SendActivity.class);
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest_pred_impl.h 52 // text, and returns a testing::AssertionResult. See the definition
77 if (const ::testing::AssertionResult gtest_ar = (expression)) \
107 GTEST_ASSERT_(::testing::AssertPred1Helper(#pred, \
153 GTEST_ASSERT_(::testing::AssertPred2Helper(#pred, \
206 GTEST_ASSERT_(::testing::AssertPred3Helper(#pred, \
266 GTEST_ASSERT_(::testing::AssertPred4Helper(#pred, \
333 GTEST_ASSERT_(::testing::AssertPred5Helper(#pred, \
  /bionic/linker/tests/
linker_allocator_test.cpp 127 testing::FLAGS_gtest_death_test_style = "threadsafe";
128 ASSERT_EXIT(protect_all(), testing::KilledBySignal(SIGSEGV), "trying to access protected page");
  /external/chromium_org/base/memory/
discardable_memory_unittest.cc 10 #include "testing/gtest/include/gtest/gtest.h"
20 : public testing::TestWithParam<DiscardableMemoryType> {
124 ::testing::ValuesIn(GetSupportedDiscardableMemoryTypes()));

Completed in 3476 milliseconds

<<51525354555657585960>>