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

<<21222324252627282930>>

  /external/chromium_org/chrome_elf/
chrome_elf_util_unittest.cc 11 #include "testing/gtest/include/gtest/gtest.h"
12 #include "testing/platform_test.h"
56 public testing::TestWithParam<std::tuple<const char*,
178 testing::Combine(testing::Values("canary"),
179 testing::Values("user"),
180 testing::Values("single")));
182 testing::Combine(testing::Values("google"),
183 testing::Values("user", "system")
    [all...]
  /external/chromium_org/components/autofill/core/common/
save_password_progress_logger_unittest.cc 15 #include "testing/gtest/include/gtest/gtest.h"
52 SCOPED_TRACE(testing::Message() << "Log string = ["
74 SCOPED_TRACE(testing::Message() << "Log string = ["
91 SCOPED_TRACE(testing::Message() << "Log string = ["
104 SCOPED_TRACE(testing::Message() << "Log string = ["
114 SCOPED_TRACE(testing::Message() << "Log string = ["
123 SCOPED_TRACE(testing::Message() << "Log string = ["
133 SCOPED_TRACE(testing::Message() << "Log string = ["
143 SCOPED_TRACE(testing::Message() << "Log string = ["
152 SCOPED_TRACE(testing::Message() << "Log string = [
    [all...]
  /external/chromium_org/media/audio/
audio_output_device_unittest.cc 15 #include "testing/gmock/include/gmock/gmock.h"
16 #include "testing/gmock_mutant.h"
17 #include "testing/gtest/include/gtest/gtest.h"
22 using testing::_;
23 using testing::DoAll;
24 using testing::Invoke;
25 using testing::Return;
26 using testing::WithArgs;
27 using testing::StrictMock;
28 using testing::Values
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
CollectionAddAllTester.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_ALL;
22 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
25 import com.google.common.collect.testing.AbstractCollectionTester;
26 import com.google.common.collect.testing.MinimalCollection;
27 import com.google.common.collect.testing.features.CollectionFeature;
28 import com.google.common.collect.testing.features.CollectionSize;
36 * {@link com.google.common.collect.testing.CollectionTestSuiteBuilder}
    [all...]
CollectionRemoveTester.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.CollectionFeature.SUPPORTS_REMOVE;
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.WrongType;
26 import com.google.common.collect.testing.features.CollectionFeature;
27 import com.google.common.collect.testing.features.CollectionSize;
34 * {@link com.google.common.collect.testing.CollectionTestSuiteBuilder}
    [all...]
MapCreationTester.java 17 package com.google.common.collect.testing.testers;
19 import static com.google.common.collect.testing.features.CollectionSize.ONE;
20 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
21 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS;
22 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES;
23 import static com.google.common.collect.testing.features.MapFeature.REJECTS_DUPLICATES_AT_CREATION;
25 import com.google.common.collect.testing.AbstractMapTester;
26 import com.google.common.collect.testing.features.CollectionSize;
27 import com.google.common.collect.testing.features.MapFeature;
36 * {@link com.google.common.collect.testing.MapTestSuiteBuilder}
    [all...]
MapPutAllTester.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_VALUES;
22 import static com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT_ALL;
25 import com.google.common.collect.testing.AbstractMapTester;
26 import com.google.common.collect.testing.MinimalCollection;
27 import com.google.common.collect.testing.features.CollectionSize;
28 import com.google.common.collect.testing.features.MapFeature;
39 * {@link com.google.common.collect.testing.MapTestSuiteBuilder}
    [all...]
  /system/core/libion/tests/
map_test.cpp 33 SCOPED_TRACE(::testing::Message() << "heap " << heapMask);
34 SCOPED_TRACE(::testing::Message() << "size " << size);
62 SCOPED_TRACE(::testing::Message() << "heap " << heapMask);
63 SCOPED_TRACE(::testing::Message() << "size " << size);
85 SCOPED_TRACE(::testing::Message() << "heap " << heapMask);
117 SCOPED_TRACE(::testing::Message() << "heap " << heapMask);
118 SCOPED_TRACE(::testing::Message() << "size " << size);
143 SCOPED_TRACE(::testing::Message() << "heap " << heapMask);
144 SCOPED_TRACE(::testing::Message() << "size " << size);
  /external/chromium_org/gpu/command_buffer/service/
gpu_tracer_unittest.cc 10 #include "testing/gtest/include/gtest/gtest.h"
16 using ::testing::InvokeWithoutArgs;
17 using ::testing::Return;
18 using ::testing::ReturnRef;
19 using ::testing::ReturnPointee;
20 using ::testing::NotNull;
21 using ::testing::ElementsAreArray;
22 using ::testing::ElementsAre;
23 using ::testing::SetArrayArgument;
24 using ::testing::AtLeast
    [all...]
  /frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/
EspressoTest.java 17 package com.google.android.apps.common.testing.ui.espresso;
19 import static com.google.android.apps.common.testing.ui.espresso.Espresso.onData;
20 import static com.google.android.apps.common.testing.ui.espresso.Espresso.onView;
21 import static com.google.android.apps.common.testing.ui.espresso.Espresso.openActionBarOverflowOrOptionsMenu;
22 import static com.google.android.apps.common.testing.ui.espresso.Espresso.openContextualActionModeOverflowMenu;
23 import static com.google.android.apps.common.testing.ui.espresso.action.ViewActions.click;
24 import static com.google.android.apps.common.testing.ui.espresso.assertion.ViewAssertions.matches;
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;
32 import com.google.android.apps.common.testing.ui.espresso.action.ViewActions
    [all...]
  /external/chromium_org/base/
gmock_unittest.cc 9 #include "testing/gmock/include/gmock/gmock.h"
10 #include "testing/gtest/include/gtest/gtest.h"
13 using testing::AnyOf;
14 using testing::Eq;
15 using testing::Return;
16 using testing::SetArgumentPointee;
17 using testing::WithArg;
18 using testing::_;
  /external/chromium_org/chrome/browser/download/
download_danger_prompt_browsertest.cc 15 #include "testing/gmock/include/gmock/gmock.h"
16 #include "testing/gtest/include/gtest/gtest.h"
18 using ::testing::_;
19 using ::testing::ByRef;
20 using ::testing::Eq;
21 using ::testing::Return;
22 using ::testing::SaveArg;
59 testing::Mock::VerifyAndClearExpectations(&download_);
  /external/chromium_org/chrome/browser/extensions/api/debugger/
debugger_apitest.cc 37 testing::AssertionResult RunAttachFunction(const GURL& url,
69 testing::AssertionResult DebuggerApiTest::RunAttachFunction(
85 return testing::AssertionFailure() << "Did not get correct error: "
93 return testing::AssertionFailure() << "Could not run function: "
105 return testing::AssertionFailure() << "Could not detach: "
109 return testing::AssertionSuccess();
  /external/chromium_org/chrome/browser/ui/webui/options/
cookies_view_browsertest.js 6 * TestFixture for cookies view WebUI testing.
7 * @extends {testing.Test}
13 __proto__: testing.Test.prototype,
search_engine_manager_browsertest.js 6 * TestFixture for search engine manager WebUI testing.
7 * @extends {testing.Test}
13 __proto__: testing.Test.prototype,
  /external/chromium_org/testing/gtest/test/
gtest-message_test.cc 40 using ::testing::Message;
42 // Tests the testing::Message class
67 EXPECT_PRED_FORMAT2(testing::IsSubstring, "1.234560", s.c_str());
68 EXPECT_PRED_FORMAT2(testing::IsSubstring, " 2.345669", s.c_str());
76 EXPECT_PRED_FORMAT2(testing::IsSubstring, "1260570880.45", s.c_str());
77 EXPECT_PRED_FORMAT2(testing::IsSubstring, " 1260572265.19", s.c_str());
151 EXPECT_EQ("Hello", testing::internal::StringStreamToString(&ss));
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/test/
fake_downloader_test.cc 33 class FakeDownloaderTest : public testing::Test {
58 // Returns testing::AssertionSuccess if |data| is valid downloaded data for
60 testing::AssertionResult DataIsValid(const std::string& data,
63 return testing::AssertionFailure() << "empty data";
69 return testing::AssertionFailure() << data << " does not begin with "
79 return testing::AssertionFailure() << data << " does not end with "
83 return testing::AssertionSuccess();
  /external/google-tv-pairing-protocol/cpp/tests/polo/pairing/
serverpairingsessiontest.cc 22 using ::testing::InSequence;
23 using ::testing::Mock;
24 using ::testing::Return;
25 using ::testing::StrictMock;
26 using ::testing::_;
52 class ServerPairingSessionTest : public ::testing::Test {
  /external/gtest/test/
gtest-message_test.cc 40 using ::testing::Message;
42 // Tests the testing::Message class
67 EXPECT_PRED_FORMAT2(testing::IsSubstring, "1.234560", s.c_str());
68 EXPECT_PRED_FORMAT2(testing::IsSubstring, " 2.345669", s.c_str());
76 EXPECT_PRED_FORMAT2(testing::IsSubstring, "1260570880.45", s.c_str());
77 EXPECT_PRED_FORMAT2(testing::IsSubstring, " 1260572265.19", s.c_str());
151 EXPECT_EQ("Hello", testing::internal::StringStreamToString(&ss));
  /external/guava/guava-tests/test/com/google/common/collect/
ContiguousSetNonGwtTest.java 22 import com.google.common.collect.testing.SampleElements;
23 import com.google.common.collect.testing.SetTestSuiteBuilder;
24 import com.google.common.collect.testing.TestSetGenerator;
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.testers.SetHashCodeTester;
  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/action/
GeneralSwipeAction.java 17 package com.google.android.apps.common.testing.ui.espresso.action;
19 import static com.google.android.apps.common.testing.ui.espresso.matcher.ViewMatchers.isDisplayingAtLeast;
21 import com.google.android.apps.common.testing.ui.espresso.PerformException;
22 import com.google.android.apps.common.testing.ui.espresso.UiController;
23 import com.google.android.apps.common.testing.ui.espresso.ViewAction;
24 import com.google.android.apps.common.testing.ui.espresso.util.HumanReadables;
  /ndk/sources/third_party/googletest/googletest/test/
gtest-message_test.cc 40 using ::testing::Message;
42 // Tests the testing::Message class
67 EXPECT_PRED_FORMAT2(testing::IsSubstring, "1.234560", s.c_str());
68 EXPECT_PRED_FORMAT2(testing::IsSubstring, " 2.345669", s.c_str());
76 EXPECT_PRED_FORMAT2(testing::IsSubstring, "1260570880.45", s.c_str());
77 EXPECT_PRED_FORMAT2(testing::IsSubstring, " 1260572265.19", s.c_str());
151 EXPECT_EQ("Hello", testing::internal::StringStreamToString(&ss));
  /external/chromium_org/content/renderer/media/
media_stream_video_capture_source_unittest.cc 16 #include "testing/gmock/include/gmock/gmock.h"
17 #include "testing/gtest/include/gtest/gtest.h"
36 class MediaStreamVideoCapturerSourceTest : public testing::Test {
89 testing::Field(&media::VideoCaptureParams::allow_resolution_change, true),
90 testing::_,
91 testing::_)).Times(1);
104 testing::Field(&media::VideoCaptureParams::allow_resolution_change, true),
105 testing::_,
106 testing::_)).Times(1);
167 testing::_
    [all...]
  /external/chromium_org/third_party/angle/tests/preprocessor_tests/
version_test.cpp 19 using testing::_;
41 using testing::_;
55 using testing::_;
72 using testing::_;
89 using testing::_;
105 using testing::_;
123 using testing::_;
144 using testing::_;
162 using testing::_;
185 using testing::_
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
socket_unittest.cc 209 testing::StreamSink sink;
228 EXPECT_FALSE(sink.Check(server.get(), testing::SSE_READ));
239 EXPECT_FALSE(sink.Check(client.get(), testing::SSE_OPEN));
240 EXPECT_FALSE(sink.Check(client.get(), testing::SSE_CLOSE));
243 EXPECT_TRUE_WAIT((sink.Check(server.get(), testing::SSE_READ)), kTimeout);
256 EXPECT_TRUE(sink.Check(client.get(), testing::SSE_OPEN));
257 EXPECT_FALSE(sink.Check(client.get(), testing::SSE_CLOSE));
264 testing::StreamSink sink;
288 EXPECT_FALSE(sink.Check(client.get(), testing::SSE_OPEN));
289 EXPECT_FALSE(sink.Check(client.get(), testing::SSE_CLOSE))
    [all...]

Completed in 1961 milliseconds

<<21222324252627282930>>