HomeSort by relevance Sort by last modified time
    Searched refs:EXPECT_TRUE (Results 126 - 150 of 3674) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/chrome/installer/util/
product_state_unittest.cc 113 EXPECT_TRUE(result == ERROR_SUCCESS || result == ERROR_FILE_NOT_FOUND);
123 EXPECT_TRUE(result == ERROR_SUCCESS || result == ERROR_FILE_NOT_FOUND);
136 EXPECT_TRUE(result == ERROR_SUCCESS || result == ERROR_FILE_NOT_FOUND);
144 EXPECT_TRUE(result == ERROR_SUCCESS || result == ERROR_FILE_NOT_FOUND);
153 EXPECT_TRUE(result == ERROR_SUCCESS || result == ERROR_FILE_NOT_FOUND);
162 EXPECT_TRUE(result == ERROR_SUCCESS || result == ERROR_FILE_NOT_FOUND);
163 EXPECT_TRUE(state.Initialize(system_install_, dist_));
176 EXPECT_TRUE(result == ERROR_SUCCESS || result == ERROR_FILE_NOT_FOUND);
177 EXPECT_TRUE(state.Initialize(system_install_, dist_));
178 EXPECT_TRUE(state.old_version() == NULL)
    [all...]
  /external/chromium_org/chrome/common/extensions/manifest_handlers/
externally_connectable_unittest.cc 41 EXPECT_TRUE(extension->HasAPIPermission(APIPermission::kWebConnectable));
52 EXPECT_TRUE(info->matches.MatchesURL(GURL("http://example.com")));
53 EXPECT_TRUE(info->matches.MatchesURL(GURL("http://example.com/")));
56 EXPECT_TRUE(info->matches.MatchesURL(GURL("http://google.com")));
57 EXPECT_TRUE(info->matches.MatchesURL(GURL("http://google.com/")));
58 EXPECT_TRUE(info->matches.MatchesURL(GURL("http://google.com/index.html")));
59 EXPECT_TRUE(info->matches.MatchesURL(GURL("http://www.google.com")));
60 EXPECT_TRUE(info->matches.MatchesURL(GURL("http://www.google.com/")));
61 EXPECT_TRUE(info->matches.MatchesURL(GURL("https://google.com")));
62 EXPECT_TRUE(info->matches.MatchesURL(GURL("https://google.com/")))
    [all...]
  /external/chromium_org/gpu/config/
gpu_test_config_unittest.cc 36 EXPECT_TRUE(config.SetGPUInfo(gpu_info));
43 EXPECT_TRUE(config.SetGPUInfo(gpu_info));
55 EXPECT_TRUE(config.IsValid());
65 EXPECT_TRUE(config.IsValid());
70 EXPECT_TRUE(config.IsValid());
77 EXPECT_TRUE(config.IsValid());
82 EXPECT_TRUE(config.IsValid());
92 EXPECT_TRUE(config.IsValid());
96 EXPECT_TRUE(config.Matches(config2));
98 EXPECT_TRUE(config.Matches(config2))
    [all...]
  /external/chromium/chrome/browser/sync/util/
cryptographer_unittest.cc 33 EXPECT_TRUE(cryptographer.is_ready());
46 EXPECT_TRUE(cryptographer.AddKey(params));
47 EXPECT_TRUE(cryptographer.is_ready());
55 EXPECT_TRUE(cryptographer.Encrypt(original, &encrypted));
58 EXPECT_TRUE(cryptographer.Decrypt(encrypted, &decrypted));
67 EXPECT_TRUE(cryptographer.AddKey(params1));
68 EXPECT_TRUE(cryptographer.is_ready());
76 EXPECT_TRUE(cryptographer.Encrypt(original, &encrypted1));
78 EXPECT_TRUE(cryptographer.Encrypt(original, &encrypted2));
81 EXPECT_TRUE(cryptographer.AddKey(params2))
    [all...]
  /external/chromium_org/chrome/browser/webdata/
token_service_table_unittest.cc 57 EXPECT_TRUE(table_->GetAllTokens(&out_map));
58 EXPECT_TRUE(out_map.empty());
61 EXPECT_TRUE(table_->SetTokenForService(service, "pepperoni"));
62 EXPECT_TRUE(table_->SetTokenForService(service2, "steak"));
63 EXPECT_TRUE(table_->GetAllTokens(&out_map));
69 EXPECT_TRUE(table_->RemoveAllTokens());
70 EXPECT_TRUE(table_->GetAllTokens(&out_map));
71 EXPECT_TRUE(out_map.empty());
74 EXPECT_TRUE(table_->SetTokenForService(service, "cheese"));
75 EXPECT_TRUE(table_->GetAllTokens(&out_map))
    [all...]
  /external/chromium_org/net/websockets/
websocket_handshake_handler_spdy_unittest.cc 49 EXPECT_TRUE(request_handler.ParseRequest(kHandshakeRequestMessage,
62 EXPECT_TRUE(spdy_util_.GetHeader(headers, "upgrade").empty());
63 EXPECT_TRUE(spdy_util_.GetHeader(headers, "Upgrade").empty());
64 EXPECT_TRUE(spdy_util_.GetHeader(headers, "connection").empty());
65 EXPECT_TRUE(spdy_util_.GetHeader(headers, "Connection").empty());
66 EXPECT_TRUE(spdy_util_.GetHeader(headers, "Sec-WebSocket-Key").empty());
67 EXPECT_TRUE(spdy_util_.GetHeader(headers, "sec-websocket-key").empty());
68 EXPECT_TRUE(spdy_util_.GetHeader(headers, "Sec-WebSocket-Version").empty());
69 EXPECT_TRUE(spdy_util_.GetHeader(headers, "sec-webSocket-version").empty());
89 EXPECT_TRUE(response_handler.ParseResponseHeaderBlock
    [all...]
  /external/chromium_org/rlz/lib/
rlz_lib_test.cc 63 EXPECT_TRUE(rlz_lib::ClearAllProductEvents(rlz_lib::TOOLBAR_NOTIFIER));
64 EXPECT_TRUE(rlz_lib::RecordProductEvent(rlz_lib::TOOLBAR_NOTIFIER,
66 EXPECT_TRUE(rlz_lib::GetProductEventsAsCgi(rlz_lib::TOOLBAR_NOTIFIER,
70 EXPECT_TRUE(rlz_lib::RecordProductEvent(rlz_lib::TOOLBAR_NOTIFIER,
72 EXPECT_TRUE(rlz_lib::GetProductEventsAsCgi(rlz_lib::TOOLBAR_NOTIFIER,
76 EXPECT_TRUE(rlz_lib::RecordProductEvent(rlz_lib::TOOLBAR_NOTIFIER,
78 EXPECT_TRUE(rlz_lib::GetProductEventsAsCgi(rlz_lib::TOOLBAR_NOTIFIER,
87 EXPECT_TRUE(rlz_lib::ClearAllProductEvents(rlz_lib::TOOLBAR_NOTIFIER));
88 EXPECT_TRUE(rlz_lib::RecordProductEvent(rlz_lib::TOOLBAR_NOTIFIER,
90 EXPECT_TRUE(rlz_lib::GetProductEventsAsCgi(rlz_lib::TOOLBAR_NOTIFIER
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
dbus_unittest.cc 62 EXPECT_TRUE(message != NULL);
74 EXPECT_TRUE(monitor->AddFilter(&filter));
76 EXPECT_TRUE(monitor->StopMonitoring());
79 EXPECT_TRUE(monitor->StartMonitoring());
81 EXPECT_TRUE(monitor->StopMonitoring());
83 EXPECT_TRUE(monitor->StopMonitoring());
86 EXPECT_TRUE(monitor->StartMonitoring());
88 EXPECT_TRUE(monitor->StartMonitoring());
90 EXPECT_TRUE(monitor->StopMonitoring());
106 EXPECT_TRUE(monitor->AddFilter(&filter))
    [all...]
  /external/chromium_org/chrome/browser/ui/app_list/search/
term_break_iterator_unittest.cc 22 EXPECT_TRUE(iter.Advance());
30 EXPECT_TRUE(iter.Advance());
32 EXPECT_TRUE(iter.Advance());
40 EXPECT_TRUE(iter.Advance());
42 EXPECT_TRUE(iter.Advance());
44 EXPECT_TRUE(iter.Advance());
52 EXPECT_TRUE(iter.Advance());
54 EXPECT_TRUE(iter.Advance());
62 EXPECT_TRUE(iter.Advance());
64 EXPECT_TRUE(iter.Advance())
    [all...]
  /external/chromium_org/media/base/
callback_holder_unittest.cc 23 EXPECT_TRUE(cb.IsNull());
36 EXPECT_TRUE(cb.IsNull());
37 EXPECT_TRUE(closure_called);
42 EXPECT_TRUE(cb.IsNull());
54 EXPECT_TRUE(cb.IsNull());
55 EXPECT_TRUE(closure_called);
60 EXPECT_TRUE(cb.IsNull());
67 EXPECT_TRUE(cb.IsNull());
68 EXPECT_TRUE(closure_called);
73 EXPECT_TRUE(cb.IsNull())
    [all...]
  /external/chromium_org/ui/base/win/
hwnd_subclass_unittest.cc 73 EXPECT_TRUE(window.hwnd() != NULL);
83 EXPECT_TRUE(mf.saw_message);
84 EXPECT_TRUE(window.saw_message);
94 EXPECT_TRUE(mf.saw_message);
102 EXPECT_TRUE(window.hwnd() != NULL);
114 EXPECT_TRUE(mf1.saw_message);
115 EXPECT_TRUE(mf2.saw_message);
116 EXPECT_TRUE(window.saw_message);
127 EXPECT_TRUE(mf1.saw_message);
136 EXPECT_TRUE(window.hwnd() != NULL)
    [all...]
  /external/valgrind/unittest/
memory_unittest.cc 55 EXPECT_TRUE(strchr(foo, 10) != 0);
56 EXPECT_TRUE(strchr(foo, 127) != 0);
57 EXPECT_TRUE(strchr(foo, 128) != 0);
58 EXPECT_TRUE(strchr(foo, 250) != 0);
59 EXPECT_TRUE(strchr(foo, -50) != 0);
60 EXPECT_TRUE(strchr(foo, -60) == 0);
61 EXPECT_TRUE(strchr(foo, 0) != 0);
62 EXPECT_TRUE(strchr(foo, 0) == foo + strlen(foo));
64 EXPECT_TRUE(strrchr(foo, 10) != 0);
65 EXPECT_TRUE(strrchr(foo, 0) != 0)
    [all...]
  /external/chromium_org/chrome/browser/plugins/
plugin_finder_unittest.cc 29 EXPECT_TRUE(plugin->GetString("lang", &dummy_str));
31 EXPECT_TRUE(plugin->GetString("url", &dummy_str));
32 EXPECT_TRUE(plugin->GetString("name", &dummy_str));
34 EXPECT_TRUE(plugin->GetString("help_url", &dummy_str));
36 EXPECT_TRUE(plugin->GetBoolean("displayurl", &dummy_bool));
38 EXPECT_TRUE(plugin->GetBoolean("requires_authorization", &dummy_bool));
43 EXPECT_TRUE((*mime_type_it)->GetAsString(&dummy_str));
51 EXPECT_TRUE((*it)->GetAsString(&dummy_str));
63 EXPECT_TRUE(version_dict->GetString("version", &dummy_str));
65 EXPECT_TRUE(version_dict->GetString("status", &status_str))
    [all...]
  /external/chromium_org/net/spdy/
spdy_priority_forest_test.cc 17 EXPECT_TRUE(forest.AddRootNode(1, 1000));
23 EXPECT_TRUE(forest.AddRootNode(5, 50));
26 EXPECT_TRUE(forest.NodeExists(1));
31 EXPECT_TRUE(forest.AddRootNode(13, 130));
33 EXPECT_TRUE(forest.NodeExists(1));
34 EXPECT_TRUE(forest.NodeExists(5));
38 EXPECT_TRUE(forest.RemoveNode(5));
41 EXPECT_TRUE(forest.NodeExists(1));
43 EXPECT_TRUE(forest.NodeExists(13));
48 EXPECT_TRUE(forest.AddNonRootNode(7, 13, false))
    [all...]
  /system/core/libutils/tests/
BitSet_test.cpp 43 EXPECT_TRUE(tmp.hasBit(2) && tmp.hasBit(4));
45 EXPECT_TRUE((b2 | b1) == (b1 | b2));
49 EXPECT_TRUE(b1.hasBit(2) && b1.hasBit(4));
50 EXPECT_TRUE(b2.hasBit(4) && b2.count() == 1u);
58 EXPECT_TRUE(tmp.isEmpty());
60 EXPECT_TRUE((b2 & b1) == (b1 & b2));
63 EXPECT_TRUE(b2.isEmpty());
65 EXPECT_TRUE(b1.hasBit(2) && b1.hasBit(4) && b1.hasBit(6));
78 EXPECT_TRUE(tmp.hasBit(6));
80 EXPECT_TRUE((b2 & b1) == (b1 & b2))
    [all...]
  /external/chromium/net/base/
transport_security_state_unittest.cc 92 EXPECT_TRUE(TransportSecurityState::ParseHeader(
97 EXPECT_TRUE(TransportSecurityState::ParseHeader(
102 EXPECT_TRUE(TransportSecurityState::ParseHeader(
107 EXPECT_TRUE(TransportSecurityState::ParseHeader(
110 EXPECT_TRUE(include_subdomains);
112 EXPECT_TRUE(TransportSecurityState::ParseHeader(
115 EXPECT_TRUE(include_subdomains);
117 EXPECT_TRUE(TransportSecurityState::ParseHeader(
121 EXPECT_TRUE(include_subdomains);
123 EXPECT_TRUE(TransportSecurityState::ParseHeader
    [all...]
  /external/chromium_org/courgette/
streams_unittest.cc 15 EXPECT_TRUE(sink.WriteVarint32(kValue1));
25 EXPECT_TRUE(can_read);
33 EXPECT_TRUE(sink.Write("Hello", 5));
43 EXPECT_TRUE(can_read);
54 EXPECT_TRUE(out.stream(3)->WriteVarint32(kValue1));
58 EXPECT_TRUE(out.CopyTo(&collected));
65 EXPECT_TRUE(can_init);
69 EXPECT_TRUE(can_read);
93 EXPECT_TRUE(out.stream(id)->WriteVarint32(datum));
98 EXPECT_TRUE(out.CopyTo(&collected))
    [all...]
  /external/llvm/unittests/ADT/
ImmutableSetTest.cpp 40 EXPECT_TRUE(f.getEmptySet() == f.getEmptySet());
42 EXPECT_TRUE(f.getEmptySet().isEmpty());
46 EXPECT_TRUE(S.begin() == S.end());
56 EXPECT_TRUE(S.isEmpty());
59 EXPECT_TRUE(S != S2);
61 EXPECT_TRUE(S2.contains(3));
63 EXPECT_TRUE(S2.begin() != S2.end());
66 EXPECT_TRUE(S.isEmpty());
69 EXPECT_TRUE(S != S3);
71 EXPECT_TRUE(S3.contains(2))
    [all...]
  /external/chromium/base/threading/
thread_unittest.cc 143 EXPECT_TRUE(a.Start());
144 EXPECT_TRUE(a.message_loop());
145 EXPECT_TRUE(a.IsRunning());
149 EXPECT_TRUE(a.Start());
150 EXPECT_TRUE(a.message_loop());
151 EXPECT_TRUE(a.IsRunning());
166 EXPECT_TRUE(a.StartWithOptions(options));
167 EXPECT_TRUE(a.message_loop());
168 EXPECT_TRUE(a.IsRunning());
179 EXPECT_TRUE(was_invoked)
    [all...]
  /external/chromium_org/base/threading/
thread_unittest.cc 122 EXPECT_TRUE(a.Start());
123 EXPECT_TRUE(a.message_loop());
124 EXPECT_TRUE(a.IsRunning());
128 EXPECT_TRUE(a.Start());
129 EXPECT_TRUE(a.message_loop());
130 EXPECT_TRUE(a.IsRunning());
145 EXPECT_TRUE(a.StartWithOptions(options));
146 EXPECT_TRUE(a.message_loop());
147 EXPECT_TRUE(a.IsRunning());
158 EXPECT_TRUE(was_invoked)
    [all...]
  /external/chromium_org/chrome/common/extensions/permissions/
permissions_data_unittest.cc 61 EXPECT_TRUE(hosts.MatchesURL(GURL("http://www.google.com")));
68 EXPECT_TRUE(hosts.MatchesURL(GURL("http://google.com")));
69 EXPECT_TRUE(hosts.MatchesURL(GURL("http://foo.google.com")));
74 EXPECT_TRUE(hosts.MatchesURL(GURL("http://www.google.com")));
75 EXPECT_TRUE(hosts.MatchesURL(GURL("http://www.reddit.com")));
81 EXPECT_TRUE(hosts.MatchesURL(GURL("http://google.com")));
82 EXPECT_TRUE(hosts.MatchesURL(GURL("https://google.com")));
88 EXPECT_TRUE(hosts.MatchesURL(GURL("http://google.com")));
89 EXPECT_TRUE(hosts.MatchesURL(GURL("http://www.reddit.com")));
90 EXPECT_TRUE(extension->GetActivePermissions()->HasEffectiveAccessToURL
    [all...]
  /external/chromium/chrome/browser/first_run/
first_run_browsertest.cc 17 EXPECT_TRUE(FirstRun::SetShowFirstRunBubblePref(true));
20 EXPECT_TRUE(g_browser_process->local_state()->GetBoolean(
27 EXPECT_TRUE(FirstRun::SetShowWelcomePagePref());
30 EXPECT_TRUE(g_browser_process->local_state()->GetBoolean(
37 EXPECT_TRUE(FirstRun::SetOEMFirstRunBubblePref());
40 EXPECT_TRUE(g_browser_process->local_state()->GetBoolean(
47 EXPECT_TRUE(FirstRun::SetMinimalFirstRunBubblePref());
50 EXPECT_TRUE(g_browser_process->local_state()->GetBoolean(
  /external/chromium/webkit/glue/
webview_unittest.cc 19 EXPECT_TRUE(view->isActive());
25 EXPECT_TRUE(view->isActive());
  /external/chromium_org/chrome/browser/
chrome_content_browser_client_unittest.cc 18 EXPECT_TRUE(client.ShouldAssignSiteForURL(GURL("http://www.google.com")));
19 EXPECT_TRUE(client.ShouldAssignSiteForURL(GURL("https://www.google.com")));
  /external/chromium_org/chrome/browser/extensions/api/idltest/
idltest_apitest.cc 21 EXPECT_TRUE(RunExtensionSubtest("idltest/binary_data", "binary.html"));
22 EXPECT_TRUE(RunExtensionSubtest("idltest/nocompile", "nocompile.html"));

Completed in 941 milliseconds

1 2 3 4 56 7 8 91011>>