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

1 2 3 4 5 6 7 891011>>

  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
QueuePeekTester.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.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.features.CollectionFeature;
25 import com.google.common.collect.testing.features.CollectionSize;
30 * {@link com.google.common.collect.testing.CollectionTestSuiteBuilder}.
MapGetTester.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.CollectionSize.ZERO;
21 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS;
23 import com.google.common.collect.testing.AbstractMapTester;
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;
27 import com.google.common.collect.testing.features.MapFeature;
32 * {@link com.google.common.collect.testing.MapTestSuiteBuilder}
    [all...]
ListListIteratorTester.java 17 package com.google.common.collect.testing.testers;
19 import static com.google.common.collect.testing.IteratorFeature.MODIFIABLE;
20 import static com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE;
21 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE;
22 import static com.google.common.collect.testing.features.ListFeature.SUPPORTS_ADD_WITH_INDEX;
23 import static com.google.common.collect.testing.features.ListFeature.SUPPORTS_SET;
24 import static com.google.common.collect.testing.testers.Platform.listListIteratorTesterNumIterations;
27 import com.google.common.collect.testing.Helpers;
28 import com.google.common.collect.testing.IteratorFeature;
29 import com.google.common.collect.testing.ListIteratorTester
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest_list_tests_unittest_.cc 62 class FooTest : public testing::Test {
94 class ValueParamTest : public testing::TestWithParam<MyType> {
105 testing::Values(MyType("one line"),
111 // A deliberately long type name for testing the line-truncating
117 class TypedTest : public testing::Test {
124 typedef testing::Types<VeryLoooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooogName, // NOLINT
138 class TypeParamTest : public testing::Test {
154 ::testing::InitGoogleTest(&argc, argv);
  /external/chromium_org/chrome/browser/extensions/api/bluetooth_socket/
bluetooth_socket_apitest.cc 21 #include "testing/gmock/include/gmock/gmock.h"
54 mock_adapter_ = new testing::StrictMock<MockBluetoothAdapter>();
57 mock_device1_.reset(new testing::NiceMock<MockBluetoothDevice>(
60 mock_device2_.reset(new testing::NiceMock<MockBluetoothDevice>(
66 scoped_refptr<testing::StrictMock<MockBluetoothAdapter> > mock_adapter_;
67 scoped_ptr<testing::NiceMock<MockBluetoothDevice> > mock_device1_;
68 scoped_ptr<testing::NiceMock<MockBluetoothDevice> > mock_device2_;
74 // testing::InvokeArgument<N> does not work with base::Callback, fortunately
104 .WillRepeatedly(testing::Return(mock_device1_.get()));
106 .WillOnce(testing::Return(static_cast<BluetoothDevice*>(NULL)))
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/
mock_local_change_processor.cc 14 using ::testing::_;
15 using ::testing::Invoke;
16 using ::testing::Return;
  /frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/action/
EditorActionIntegrationTest.java 17 package com.google.android.apps.common.testing.ui.espresso.action;
19 import static com.google.android.apps.common.testing.ui.espresso.Espresso.onView;
20 import static com.google.android.apps.common.testing.ui.espresso.action.ViewActions.pressImeActionButton;
21 import static com.google.android.apps.common.testing.ui.espresso.action.ViewActions.scrollTo;
22 import static com.google.android.apps.common.testing.ui.espresso.assertion.ViewAssertions.matches;
23 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.hasImeAction;
24 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.isDisplayed;
25 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.withId;
26 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.withText;
30 import com.google.android.apps.common.testing.ui.espresso.PerformException
    [all...]
  /system/core/libion/tests/
exit_test.cpp 33 SCOPED_TRACE(::testing::Message() << "heap " << heapMask);
34 SCOPED_TRACE(::testing::Message() << "size " << size);
41 }, ::testing::ExitedWithCode(0), "");
51 SCOPED_TRACE(::testing::Message() << "heap " << heapMask);
52 SCOPED_TRACE(::testing::Message() << "size " << size);
59 }, ::testing::ExitedWithCode(0), "");
70 SCOPED_TRACE(::testing::Message() << "heap " << heapMask);
71 SCOPED_TRACE(::testing::Message() << "size " << size);
78 }, ::testing::ExitedWithCode(0), "")
93 SCOPED_TRACE(::testing::Message() << "heap " << heapMask)
    [all...]
  /external/chromium_org/net/base/
net_log_unittest.h 11 #include "testing/gtest/include/gtest/gtest.h"
22 inline ::testing::AssertionResult LogContainsEventHelper(
34 return ::testing::AssertionFailure() << j << " is out of bounds.";
37 return ::testing::AssertionFailure()
43 return ::testing::AssertionFailure()
49 return ::testing::AssertionFailure()
55 return ::testing::AssertionSuccess();
58 inline ::testing::AssertionResult LogContainsEventAtTime(
69 inline ::testing::AssertionResult LogContainsEvent(
79 inline ::testing::AssertionResult LogContainsBeginEvent
    [all...]
  /external/chromium_org/base/i18n/
number_formatting.h 24 namespace testing { namespace in namespace:base
27 // testing.
30 } // namespace testing
  /external/chromium_org/chrome/browser/history/
history_unittest_base.h 8 #include "testing/gtest/include/gtest/gtest.h"
17 class HistoryUnitTestBase : public testing::Test {
  /external/chromium_org/chrome/installer/util/
product_unittest.h 13 #include "testing/gtest/include/gtest/gtest.h"
15 class TestWithTempDir : public testing::Test {
  /external/chromium_org/chrome/test/base/
web_ui_browser_test_browsertest.cc 15 #include "testing/gmock/include/gmock/gmock.h"
16 #include "testing/gtest/include/gtest/gtest-spi.h"
137 ::testing::StrictMock<AsyncWebUIMessageHandler> message_handler_;
164 EXPECT_CALL(message_handler_, HandleTestFails(::testing::_));
171 ::testing::InSequence s;
172 EXPECT_CALL(message_handler_, HandleTestContinues(::testing::_));
173 EXPECT_CALL(message_handler_, HandleTestFails(::testing::_));
180 EXPECT_CALL(message_handler_, HandleTestContinues(::testing::_));
186 ::testing::InSequence s;
187 EXPECT_CALL(message_handler_, HandleTestContinues(::testing::_))
    [all...]
  /external/chromium_org/content/renderer/media/
mock_web_rtc_peer_connection_handler_client.cc 11 using testing::_;
18 ON_CALL(*this, didGenerateICECandidate(_)).WillByDefault(testing::Invoke(
21 ON_CALL(*this, didAddRemoteStream(_)).WillByDefault(testing::Invoke(
24 ON_CALL(*this, didRemoveRemoteStream(_)).WillByDefault(testing::Invoke(
  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_gatt_connection.cc 7 using ::testing::Return;
mock_bluetooth_gatt_notify_session.cc 7 using testing::Return;
  /external/chromium_org/gpu/
angle_unittest_main.cc 7 #include "testing/gmock/include/gmock/gmock.h"
8 #include "testing/gtest/include/gtest/gtest.h"
13 // testing/android/native_test_wrapper.cc before main() is called.
19 testing::InitGoogleMock(&argc, argv);
  /external/chromium_org/media/video/
mock_video_decode_accelerator.cc 9 using ::testing::Invoke;
  /external/chromium_org/rlz/lib/
machine_id_unittest.cc 10 #include "testing/gtest/include/gtest/gtest.h"
17 rlz_lib::testing::GetMachineIdImpl(computer_sid, 2651229008, &id);
  /external/chromium_org/third_party/angle/tests/preprocessor_tests/
PreprocessorTest.h 16 class PreprocessorTest : public testing::Test
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_baselinefile.h 18 namespace testing { namespace in namespace:webrtc
42 } // namespace testing
  /external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
voe_base_misc_test.cc 18 using namespace testing;
  /external/chromium_org/win8/metro_driver/
run_all_unittests.cc 7 #include "testing/gtest/include/gtest/gtest.h"
16 testing::InitGoogleTest(&argc, argv);
  /external/guava/guava-gwt/src-super/com/google/common/testing/super/com/google/common/testing/
Platform.java 17 package com.google.common.testing;
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
TestListGenerator.java 17 package com.google.common.collect.testing;

Completed in 373 milliseconds

1 2 3 4 5 6 7 891011>>