| /external/chromium_org/ash/wm/panels/ |
| panel_layout_manager_unittest.cc | 276 public testing::WithParamInterface<bool> { [all...] |
| /external/chromium_org/base/strings/ |
| string_util_unittest.cc | 15 #include "testing/gmock/include/gmock/gmock.h" 16 #include "testing/gtest/include/gtest/gtest.h" 18 using ::testing::ElementsAre; 80 // Testing the truncation of valid UTF8 correctly 104 // Testing invalid UTF8 112 // Testing invalid UTF8 mixed with valid UTF8 209 // Testing using the same string as input and output. [all...] |
| /external/chromium_org/chrome/browser/browsing_data/ |
| cookies_tree_model_unittest.cc | 30 #include "testing/gtest/include/gtest/gtest.h" 34 using ::testing::_; 39 class CookiesTreeModelTest : public testing::Test { [all...] |
| /external/chromium_org/chrome/browser/history/ |
| in_memory_url_index_unittest.cc | 36 #include "testing/gtest/include/gtest/gtest.h" 84 class InMemoryURLIndexTest : public testing::Test { [all...] |
| /external/chromium_org/chrome/browser/prefs/ |
| pref_hash_filter_unittest.cc | 27 #include "testing/gtest/include/gtest/gtest.h" 347 : public testing::TestWithParam<PrefHashFilter::EnforcementLevel> { [all...] |
| /external/chromium_org/chrome/browser/profile_resetter/ |
| profile_resetter_unittest.cc | 202 class ConfigParserTest : public testing::Test { [all...] |
| /external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/ |
| abstract_walker.js | 12 * These classes should all be stateless; this makes testing much more
|
| /external/chromium_org/chrome/browser/resources/ |
| gesture_config.js | 7 // in a browser directly for layout and some testing purposes.
|
| /external/chromium_org/chrome/browser/resources/net_internals/ |
| main.js | 107 // tabs, and for testing.
|
| /external/chromium_org/chrome/browser/resources/standalone/ |
| standalone_hack.js | 9 * This is useful for rapid development and testing, but does not actually form
|
| /external/chromium_org/chrome/browser/sessions/ |
| session_restore_browsertest.cc | 81 const testing::TestInfo* const test_info = 82 testing::UnitTest::GetInstance()->current_test_info(); [all...] |
| /external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
| bluetooth_options_browsertest.js | 10 __proto__: testing.Test.prototype,
|
| /external/chromium_org/chrome/renderer/resources/extensions/ |
| app_window_custom_bindings.js | 261 // These properties are for testing.
|
| /external/chromium_org/components/bookmarks/browser/ |
| bookmark_model_unittest.cc | 26 #include "testing/gtest/include/gtest/gtest.h" 106 class BookmarkModelTest : public testing::Test, [all...] |
| /external/chromium_org/components/policy/core/common/ |
| policy_loader_win_unittest.cc | 39 #include "testing/gtest/include/gtest/gtest.h" 682 testing::Values(RegistryTestHarness::CreateHKCU, 690 testing::Values(RegistryTestHarness::CreateHKCU, [all...] |
| /external/chromium_org/content/browser/renderer_host/ |
| render_widget_host_unittest.cc | 22 #include "testing/gtest/include/gtest/gtest.h" 436 class RenderWidgetHostTest : public testing::Test { 457 // testing::Test 639 public testing::WithParamInterface<WebGestureDevice> {}; [all...] |
| /external/chromium_org/net/ftp/ |
| ftp_network_transaction_unittest.cc | 22 #include "testing/gtest/include/gtest/gtest.h" 23 #include "testing/platform_test.h" 776 public ::testing::WithParamInterface<int> { [all...] |
| /external/chromium_org/net/quic/ |
| quic_stream_factory_test.cc | 29 #include "testing/gtest/include/gtest/gtest.h" 86 class QuicStreamFactoryTest : public ::testing::TestWithParam<QuicVersion> { 196 ::testing::ValuesIn(QuicSupportedVersions())); [all...] |
| /external/chromium_org/net/url_request/ |
| url_fetcher_impl_unittest.cc | 27 #include "testing/gtest/include/gtest/gtest.h" 82 class URLFetcherTest : public testing::Test, 112 // testing::Test: 114 testing::Test::SetUp(); 145 // testing::Test: [all...] |
| /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
| cpp_unittest.cc | 37 // are actually testing the parser and other parts of the system at the same 39 // rather than unittest failures, which may be surprising. However, testing 67 #include <google/protobuf/testing/googletest.h> [all...] |
| /external/chromium_org/tools/gyp/test/lib/ |
| TestGyp.py | 6 TestGyp.py: a testing framework for GYP integration tests. 309 tool and testing potential built output. 387 Subclass for testing the GYP 'gypd' generator (spit out the 400 Subclass for testing the GYP with custom generator 410 Subclass for testing the GYP Android makefile generator. Note that 654 Subclass for testing the GYP CMake generator, using cmake's ninja backend. 755 Subclass for testing the GYP Make generator. [all...] |
| /external/chromium_org/v8/test/mjsunit/ |
| object-freeze.js | 241 // Also testing that getter/setter properties work after freezing
|
| stack-traces.js | 126 // Utility function for testing that the expected strings occur
|
| /external/guava/guava-tests/test/com/google/common/collect/ |
| ImmutableSortedSetTest.java | 25 import com.google.common.testing.NullPointerTester; 26 import com.google.common.testing.SerializableTester; [all...] |
| /external/protobuf/src/google/protobuf/compiler/cpp/ |
| cpp_unittest.cc | 37 // are actually testing the parser and other parts of the system at the same 39 // rather than unittest failures, which may be surprising. However, testing 65 #include <google/protobuf/testing/googletest.h> [all...] |