Searched refs:Test (Results 426 - 450 of 975) sorted by relevance

<<11121314151617181920>>

/external/chromium/chrome/browser/diagnostics/
H A Ddiagnostics_model_unittest.cc11 class DiagnosticsModelTest : public testing::Test {
88 // Test that the initial state is correct.
/external/chromium/chrome/browser/extensions/
H A Dextension_bookmarks_unittest.cc14 class ExtensionBookmarksTest : public testing::Test {
H A Dfile_reader_unittest.cc19 class FileReaderTest : public testing::Test {
/external/chromium/chrome/browser/instant/
H A Dpromo_counter_unittest.cc9 typedef testing::Test PromoCounterTest;
/external/chromium/chrome/browser/net/
H A Durl_info_unittest.cc20 class UrlHostInfoTest : public testing::Test {
/external/chromium/chrome/browser/notifications/
H A Ddesktop_notifications_unittest.h28 // Test version of the balloon collection which counts the number
70 class DesktopNotificationsTest : public testing::Test {
82 // testing::Test overrides
109 // Test profile.
/external/chromium/chrome/browser/policy/
H A Dmanaged_prefs_banner_base_unittest.cc15 class ManagedPrefsBannerBaseTest : public testing::Test {
/external/chromium/chrome/browser/prefs/
H A Dpref_value_map_unittest.cc9 class PrefValueMapTest : public testing::Test {
/external/chromium/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_bar_gtk_unittest.cc25 class BookmarkBarGtkUnittest : public ::testing::Test {
/external/chromium/chrome/browser/ui/toolbar/
H A Dencoding_menu_controller_unittest.cc18 class EncodingMenuControllerTest : public testing::Test {
/external/chromium/chrome/browser/ui/webui/
H A Dtheme_source_unittest.cc35 class WebUISourcesTest : public testing::Test {
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
H A Diri2uri.py82 class Test(unittest.TestCase): class in inherits:unittest.TestCase
85 """Test that URIs are invariant under the transformation."""
99 """ Test that the right type of escaping is done for each part of the URI."""
/external/chromium/chrome/common/
H A Djson_value_serializer_perftest.cc18 class JSONValueSerializerTests : public testing::Test {
45 // Test deserialization of a json string into a Value object. We run the test
51 // Test chrome json implementation
/external/chromium/net/base/
H A Dkeygen_handler_unittest.cc27 class KeygenHandlerTest : public ::testing::Test {
/external/chromium/net/ftp/
H A Dftp_directory_listing_parser_unittest.h17 class FtpDirectoryListingParserTest : public testing::Test {
/external/chromium/testing/gtest/samples/
H A Dsample9_unittest.cc31 // This sample shows how to use Google Test listener API to implement
41 using ::testing::Test;
66 "*** Test %s.%s starting.\n",
86 "*** Test %s.%s ending.\n",
126 // not receive events from Google Test and won't print any output. Since
132 // events from Google Test and print the alternative output. We don't
133 // have to worry about deleting it since Google Test assumes ownership
155 // Test that were meant to fail should not affect the test program outcome.
/external/clang/test/CXX/special/class.ctor/
H A Dp6-0x.cpp89 struct Test { struct in namespace:UnionCtors
/external/clang/test/SemaCXX/
H A Dqualified-id-lookup.cpp146 void Test() { function in namespace:PR6830
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
H A DconsoleLogs.php21 echo "<title>Test Console Output for $buildType $buildName </title>";
28 <p><b><font face="Verdana" size="+3">Test Console Output</font></b> </p>
/external/gtest/samples/
H A Dsample9_unittest.cc31 // This sample shows how to use Google Test listener API to implement
41 using ::testing::Test;
66 "*** Test %s.%s starting.\n",
86 "*** Test %s.%s ending.\n",
126 // not receive events from Google Test and won't print any output. Since
132 // events from Google Test and print the alternative output. We don't
133 // have to worry about deleting it since Google Test assumes ownership
155 // Test that were meant to fail should not affect the test program outcome.
/external/llvm/utils/lit/lit/
H A DTest.py3 # Test results.
17 # Test classes.
20 """TestFormat - Test information provider."""
44 class Test: class in inherits:
45 """Test - Information on a single test instance."""
67 assert self.result is None, "Test result already set!"
/external/protobuf/gtest/samples/
H A Dsample9_unittest.cc31 // This sample shows how to use Google Test listener API to implement
41 using ::testing::Test;
66 "*** Test %s.%s starting.\n",
86 "*** Test %s.%s ending.\n",
126 // not receive events from Google Test and won't print any output. Since
132 // events from Google Test and print the alternative output. We don't
133 // have to worry about deleting it since Google Test assumes ownership
155 // Test that were meant to fail should not affect the test program outcome.
/external/webkit/Source/WebKit/chromium/tests/
H A DPODArenaTest.cpp60 class PODArenaTest : public testing::Test {
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dbasic.rb6 class TestParser001 < ANTLR3::Test::Functional
73 class TestParser002 < ANTLR3::Test::Functional
155 class TestParser003 < ANTLR3::Test::Functional
/external/chromium/chrome/browser/search_engines/
H A Dsearch_provider_install_data_unittest.cc35 // Test the SearchProviderInstallData::GetInstallState.
159 class SearchProviderInstallDataTest : public testing::Test {
165 testing::Test::SetUp();
188 testing::Test::TearDown();

Completed in 915 milliseconds

<<11121314151617181920>>