HomeSort by relevance Sort by last modified time
    Searched refs:TEST (Results 501 - 525 of 790) sorted by null

<<21222324252627282930>>

  /external/chromium/base/win/
wrapped_window_proc_unittest.cc 56 TEST(WrappedWindowProc, CatchesExceptions) {
  /external/chromium/chrome/browser/chromeos/cros/
network_library_unittest.cc 11 TEST(WifiNetworkTest, DecodeNonAsciiSSID) {
15 std::string wifi_setname = "SSID TEST";
16 std::string wifi_setname_result = "SSID TEST";
25 std::string wifi_setname2 = "SSID TEST \x01\xff!";
26 std::string wifi_setname2_result = "SSID TEST \xEF\xBF\xBD\xEF\xBF\xBD!";
  /external/chromium/chrome/browser/chromeos/input_method/
xkeyboard_unittest.cc 64 TEST(XKeyboardTest, TestCreateFullXkbLayoutNameBasic) {
168 TEST(XKeyboardTest, TestCreateFullXkbLayoutNameModifierKeys) {
185 TEST(XKeyboardTest, TestSetCapsLockIsEnabled) {
201 TEST(XKeyboardTest, TestContainsModifierKeyAsReplacement) {
  /external/chromium/chrome/browser/content_settings/
content_settings_provider_unittest.cc 12 TEST(ContentSettingsProviderTest, Mock) {
  /external/chromium/chrome/browser/extensions/
extension_ui_unittest.cc 57 // Produce test output.
86 TEST(ExtensionUITest, GenerateExtensionsJSONData) {
90 // Test Extension1
113 // Test Extension2
131 // Test Extension3
148 // Test that using Extension::LOAD for the extension location triggers the
150 TEST(ExtensionUITest, LocationLoadPropagation) {
178 // Test that using Extension::EXTERNAL_PREF for the extension location triggers
182 TEST(ExtensionUITest, LocationExternalPrefPropagation) {
209 // Test that the extension path is correctly propagated into the extensio
    [all...]
  /external/chromium/chrome/browser/history/
history_types_unittest.cc 15 // test the index structure to verify things are in the right order, so we
69 TEST(HistoryQueryResult, DeleteRange) {
108 TEST(HistoryQueryResult, ResultDeleteURL) {
132 TEST(HistoryQueryResult, AppendResults) {
170 TEST(HistoryQueryResult, RowSignificance) {
  /external/chromium/chrome/browser/net/
chrome_net_log_unittest.cc 55 TEST(ChromeNetLogTest, NetLogThreads) {
  /external/chromium/chrome/browser/notifications/
notifications_prefs_cache_unittest.cc 12 TEST(NotificationsPrefsCacheTest, CanCreate) {
  /external/chromium/chrome/browser/policy/
profile_policy_connector_unittest.cc 14 TEST(MergingPolicyProviderTest, MergeProxySettings) {
19 // First, test settings from profile and no proxy settings from browser.
  /external/chromium/chrome/browser/sync/engine/
syncer_proto_util_unittest.cc 14 #include "chrome/test/sync/engine/mock_connection_manager.h"
15 #include "chrome/test/sync/engine/test_directory_setter_upper.h"
25 TEST(SyncerProtoUtil, TestBlobToProtocolBufferBytesUtilityFunctions) {
81 TEST(SyncerProtoUtil, NameExtractionOneName) {
94 TEST(SyncerProtoUtil, NameExtractionOneUniqueName) {
111 TEST(SyncerProtoUtil, NameExtractionTwoNames) {
129 class SyncerProtoUtilTest : public testing::Test {
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_utils_gtk_unittest.cc 9 TEST(BookmarkUtilsGtkTest, GetNodesFromSelectionInvalid) {
  /external/chromium/chrome/browser/ui/webui/options/
language_options_handler_unittest.cc 34 TEST(LanguageOptionsHandlerTest, GetInputMethodList) {
63 // (i.e. makes the test fragile).
97 TEST(LanguageOptionsHandlerTest, GetLanguageList) {
175 TEST(LanguageOptionsHandlerTest, GetUILanguageCodeSet) {
179 // Note that we don't test a false case, as such an expectation will
185 TEST(LanguageOptionsHandlerTest, GetSpellCheckLanguageCodeSet) {
  /external/chromium/chrome/browser/
user_style_sheet_watcher_unittest.cc 17 TEST(UserStyleSheetWatcherTest, StyleLoad) {
  /external/chromium/chrome/common/
bzip2_unittest.cc 15 class Bzip2Test : public testing::Test {
19 // This test does a simple round trip to test that the bzip2 library is
21 TEST(Bzip2Test, Roundtrip) {
22 char input[] = "Test Data, More Test Data, Even More Data of Test";
  /external/chromium/crypto/
signature_creator_unittest.cc 12 TEST(SignatureCreatorTest, BasicTest) {
  /external/chromium/googleurl/src/
url_util_unittest.cc 37 TEST(URLUtilTest, FindAndCompareScheme) {
86 TEST(URLUtilTest, ReplaceComponents) {
93 replacements.SetRef("test", url_parse::Component(0, 4));
99 replacements.SetHost("test", url_parse::Component(0, 4));
138 TEST(URLUtilTest, ReplaceScheme) {
165 TEST(URLUtilTest, DecodeURLEscapeSequences) {
187 // Test un-UTF-8-ization.
209 // Test the error behavior for invalid UTF-8.
  /external/chromium/net/base/
ssl_client_auth_cache_unittest.cc 13 TEST(SSLClientAuthCacheTest, LookupAddRemove) {
79 TEST(SSLClientAuthCacheTest, LookupWithPort) {
105 TEST(SSLClientAuthCacheTest, LookupNullPreference) {
141 TEST(SSLClientAuthCacheTest, OnUserCertAdded) {
  /external/chromium/net/http/
http_auth_controller_unittest.cc 90 TEST(HttpAuthControllerTest, PermanentErrors) {
http_auth_handler_unittest.cc 19 TEST(HttpAuthHandlerTest, NetLog) {
  /external/chromium/net/proxy/
proxy_config_service_win_unittest.cc 14 TEST(ProxyConfigServiceWinTest, SetFromIEConfig) {
  /external/chromium/net/socket_stream/
socket_stream_metrics_unittest.cc 17 TEST(SocketStreamMetricsTest, Initialize) {
27 TEST(SocketStreamMetricsTest, ProtocolType) {
59 TEST(SocketStreamMetricsTest, ConnectionType) {
93 TEST(SocketStreamMetricsTest, OtherNumbers) {
  /external/chromium/testing/gtest/samples/
sample7_unittest.cc 32 // This sample shows how to test common properties of multiple
34 // value-parameterized tests. Each test in the test case has
48 // As a general rule, to prevent a test from affecting the tests that come
49 // after it, you should create and destroy the tested objects for each test
51 // function for PrimeTable objects. We will instantiate objects in test's
64 // Inside the test body, fixture constructor, SetUp(), and TearDown() you
65 // can refer to the test parameter by GetParam(). In this case, the test
109 // or bind them to a list of values which will be used as test parameters
    [all...]
  /external/chromium/testing/gtest/test/
gtest_env_var_test_.cc 32 // A helper program for testing that Google Test parses the environment
47 // The purpose of this is to make the test more realistic by ensuring
49 // We don't actual run the TEST itself.
50 TEST(GTestEnvVarTest, Dummy) {
  /external/clang/unittests/Frontend/
FrontendActionTest.cpp 55 TEST(ASTFrontendAction, Sanity) {
58 "test.cc", MemoryBuffer::getMemBuffer("int main() { float x; }"));
59 invocation->getFrontendOpts().Inputs.push_back(FrontendInputFile("test.cc",
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_common_test.cc 25 TEST(SanitizerCommon, SortTest) {

Completed in 493 milliseconds

<<21222324252627282930>>