Searched refs:EXPECT_TRUE (Results 176 - 200 of 4152) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/installer/mini_installer/
H A Dconfiguration_test.cc39 EXPECT_TRUE(NULL == mini_installer::Configuration().program());
40 EXPECT_TRUE(std::wstring(L"spam.exe") ==
42 EXPECT_TRUE(std::wstring(L"spam.exe") ==
44 EXPECT_TRUE(std::wstring(L"c:\\blaz\\spam.exe") ==
61 EXPECT_TRUE(std::wstring(kCommandLines[i]) ==
67 EXPECT_TRUE(std::wstring(google_update::kAppGuid) ==
69 EXPECT_TRUE(std::wstring(google_update::kAppGuid) ==
71 EXPECT_TRUE(std::wstring(google_update::kAppGuid) ==
74 EXPECT_TRUE(std::wstring(google_update::kAppGuid) ==
76 EXPECT_TRUE(st
[all...]
/external/chromium_org/components/translate/core/language_detection/
H A Dlanguage_detection_util_unittest.cc39 EXPECT_TRUE(translate::IsValidLanguageCode(language));
42 EXPECT_TRUE(translate::IsValidLanguageCode(language));
45 EXPECT_TRUE(translate::IsValidLanguageCode(language));
48 EXPECT_TRUE(translate::IsValidLanguageCode(language));
65 EXPECT_TRUE(translate::IsSameOrSimilarLanguages("en", "en"));
70 EXPECT_TRUE(translate::IsSameOrSimilarLanguages("sr-ME", "sr"));
71 EXPECT_TRUE(translate::IsSameOrSimilarLanguages("sr", "sr-ME"));
72 EXPECT_TRUE(translate::IsSameOrSimilarLanguages("he", "he-IL"));
73 EXPECT_TRUE(translate::IsSameOrSimilarLanguages("eng", "eng-US"));
74 EXPECT_TRUE(translat
[all...]
/external/chromium_org/sync/engine/
H A Dmodel_type_entity_unittest.cc52 EXPECT_TRUE(entity->IsWriteRequired());
53 EXPECT_TRUE(entity->IsUnsynced());
55 EXPECT_TRUE(entity->UpdateIsInConflict(1));
70 EXPECT_TRUE(entity->IsWriteRequired());
72 EXPECT_TRUE(entity->UpdateIsReflection(9));
73 EXPECT_TRUE(entity->UpdateIsReflection(10));
94 EXPECT_TRUE(entity->IsWriteRequired());
96 EXPECT_TRUE(entity->UpdateIsReflection(9));
97 EXPECT_TRUE(entity->UpdateIsReflection(10));
122 EXPECT_TRUE(entit
[all...]
/external/chromium_org/base/win/
H A Dscoped_comptr_unittest.cc34 EXPECT_TRUE(memcmp(&ScopedComPtr<IUnknown>::iid(), &IID_IUnknown,
38 EXPECT_TRUE(com_initializer.succeeded());
41 EXPECT_TRUE(SUCCEEDED(unk.CreateInstance(CLSID_ShellLink)));
44 EXPECT_TRUE(unk == NULL);
45 EXPECT_TRUE(unk2 != NULL);
48 EXPECT_TRUE(SUCCEEDED(CoGetMalloc(1, mem_alloc.Receive())));
53 EXPECT_TRUE(qi_test.get() != NULL);
58 EXPECT_TRUE(copy1.IsSameObject(mem_alloc));
71 EXPECT_TRUE(copy2.IsSameObject(mem_alloc));
73 EXPECT_TRUE(SUCCEEDE
[all...]
/external/chromium_org/cc/test/
H A Dtest_web_graphics_context_3d_unittest.cc24 EXPECT_TRUE(check_parameter_value(context, GL_TEXTURE_MAG_FILTER, GL_LINEAR));
25 EXPECT_TRUE(check_parameter_value(
27 EXPECT_TRUE(check_parameter_value(context, GL_TEXTURE_WRAP_S, GL_REPEAT));
28 EXPECT_TRUE(check_parameter_value(context, GL_TEXTURE_WRAP_T, GL_REPEAT));
29 EXPECT_TRUE(check_parameter_value(
31 EXPECT_TRUE(check_parameter_value(context, GL_TEXTURE_USAGE_ANGLE, GL_NONE));
52 EXPECT_TRUE(
67 EXPECT_TRUE(
69 EXPECT_TRUE(
81 EXPECT_TRUE(check_parameter_valu
[all...]
/external/chromium_org/chrome/common/extensions/
H A Dfeature_switch_unittest.cc59 EXPECT_TRUE(feature_.IsEnabled());
66 EXPECT_TRUE(feature_.IsEnabled());
72 EXPECT_TRUE(feature_.IsEnabled());
76 EXPECT_TRUE(feature_.IsEnabled());
78 EXPECT_TRUE(feature_.IsEnabled());
83 EXPECT_TRUE(feature_.IsEnabled());
87 EXPECT_TRUE(feature_.IsEnabled());
92 EXPECT_TRUE(feature_.IsEnabled());
97 EXPECT_TRUE(feature_.IsEnabled());
103 EXPECT_TRUE(feature
[all...]
/external/chromium_org/content/browser/loader/
H A Dresource_buffer_unittest.cc12 EXPECT_TRUE(buf->Initialize(100, 5, 10));
13 EXPECT_TRUE(buf->CanAllocate());
19 EXPECT_TRUE(ptr);
21 EXPECT_TRUE(buf->CanAllocate());
27 EXPECT_TRUE(buf->CanAllocate());
34 EXPECT_TRUE(ptr);
36 EXPECT_TRUE(buf->CanAllocate());
43 EXPECT_TRUE(buf->CanAllocate());
49 EXPECT_TRUE(buf->Initialize(100, 5, 10));
65 EXPECT_TRUE(bu
[all...]
/external/chromium_org/extensions/common/manifest_handlers/
H A Dexternally_connectable_unittest.cc39 EXPECT_TRUE(extension->permissions_data()->HasAPIPermission(
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(inf
[all...]
/external/chromium_org/mojo/common/test/
H A Dmultiprocess_test_helper_unittest.cc47 EXPECT_TRUE(helper.server_platform_handle.is_valid());
67 EXPECT_TRUE(helper.server_platform_handle.is_valid());
74 EXPECT_TRUE(IsNonBlocking(handle.get()));
78 EXPECT_TRUE(WriteByte(handle.get(), c));
82 EXPECT_TRUE(ReadByte(handle.get(), &d));
97 EXPECT_TRUE(IsNonBlocking(handle.get()));
101 EXPECT_TRUE(ReadByte(handle.get(), &c));
105 EXPECT_TRUE(WriteByte(handle.get(), c));
114 EXPECT_TRUE(helper.server_platform_handle.is_valid());
116 EXPECT_TRUE(helpe
[all...]
/external/chromium_org/sql/
H A Dtransaction_unittest.cc45 EXPECT_TRUE(t.Begin());
46 EXPECT_TRUE(t.is_open());
48 EXPECT_TRUE(db().Execute("INSERT INTO foo (a, b) VALUES (1, 2)"));
63 EXPECT_TRUE(t.Begin());
64 EXPECT_TRUE(t.is_open());
66 EXPECT_TRUE(db().Execute("INSERT INTO foo (a, b) VALUES (1, 2)"));
75 EXPECT_TRUE(t2.Begin());
77 EXPECT_TRUE(db().Execute("INSERT INTO foo (a, b) VALUES (1, 2)"));
92 EXPECT_TRUE(outer.Begin());
98 EXPECT_TRUE(inner
[all...]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dlocalaudiosource_unittest.cc60 EXPECT_TRUE(source->options().echo_cancellation.Get(&value));
62 EXPECT_TRUE(source->options().experimental_aec.Get(&value));
63 EXPECT_TRUE(value);
64 EXPECT_TRUE(source->options().auto_gain_control.Get(&value));
65 EXPECT_TRUE(value);
66 EXPECT_TRUE(source->options().experimental_agc.Get(&value));
67 EXPECT_TRUE(value);
68 EXPECT_TRUE(source->options().noise_suppression.Get(&value));
70 EXPECT_TRUE(source->options().highpass_filter.Get(&value));
71 EXPECT_TRUE(valu
[all...]
/external/chromium_org/chrome/browser/sync/sessions/
H A Dtab_node_pool_unittest.cc49 EXPECT_TRUE(changes.empty());
51 EXPECT_TRUE(changes.empty());
53 EXPECT_TRUE(changes.empty());
58 EXPECT_TRUE(changes.empty());
60 EXPECT_TRUE(pool_.Empty());
69 EXPECT_TRUE(pool_.Empty());
70 EXPECT_TRUE(pool_.IsUnassociatedTabNode(1));
71 EXPECT_TRUE(pool_.IsUnassociatedTabNode(2));
73 EXPECT_TRUE(pool_.Empty());
78 EXPECT_TRUE(change
[all...]
/external/chromium_org/content/browser/indexed_db/leveldb/
H A Dleveldb_unittest.cc50 EXPECT_TRUE(leveldb);
53 EXPECT_TRUE(status.ok());
58 EXPECT_TRUE(leveldb);
61 EXPECT_TRUE(status.ok());
62 EXPECT_TRUE(found);
77 EXPECT_TRUE(status.ok());
80 EXPECT_TRUE(status.ok());
81 EXPECT_TRUE(leveldb);
83 EXPECT_TRUE(status.ok());
98 EXPECT_TRUE(leveld
[all...]
/external/chromium_org/net/proxy/
H A Dproxy_bypass_rules_unittest.cc24 EXPECT_TRUE(rules.Matches(GURL("http://www.google.com")));
25 EXPECT_TRUE(rules.Matches(GURL("ftp://www.google.com:99")));
26 EXPECT_TRUE(rules.Matches(GURL("https://www.google.com:81")));
44 EXPECT_TRUE(rules.Matches(GURL("http://www.google.com")));
45 EXPECT_TRUE(rules.Matches(GURL("ftp://www.google.com:99")));
46 EXPECT_TRUE(rules.Matches(GURL("https://a.google.com:81")));
47 EXPECT_TRUE(rules.Matches(GURL("http://foo.google.com/x/y?q")));
48 EXPECT_TRUE(rules.Matches(GURL("http://foo:bar@baz.google.com#x")));
62 EXPECT_TRUE(rules.Matches(GURL("http://www.google.com")));
63 EXPECT_TRUE(rule
[all...]
/external/chromium_org/base/i18n/
H A Dbreak_iterator_unittest.cc30 EXPECT_TRUE(iter.Advance());
33 EXPECT_TRUE(iter.Advance());
34 EXPECT_TRUE(iter.IsWord());
36 EXPECT_TRUE(iter.Advance());
39 EXPECT_TRUE(iter.Advance());
40 EXPECT_TRUE(iter.IsWord());
42 EXPECT_TRUE(iter.Advance());
45 EXPECT_TRUE(iter.Advance());
48 EXPECT_TRUE(iter.Advance());
51 EXPECT_TRUE(ite
[all...]
/external/llvm/unittests/IR/
H A DDominatorTreeTest.cpp59 EXPECT_TRUE(DT->isReachableFromEntry(BB0));
60 EXPECT_TRUE(DT->isReachableFromEntry(BB1));
61 EXPECT_TRUE(DT->isReachableFromEntry(BB2));
63 EXPECT_TRUE(DT->isReachableFromEntry(BB4));
66 EXPECT_TRUE(DT->dominates(BB0, BB0));
67 EXPECT_TRUE(DT->dominates(BB0, BB1));
68 EXPECT_TRUE(DT->dominates(BB0, BB2));
69 EXPECT_TRUE(DT->dominates(BB0, BB3));
70 EXPECT_TRUE(DT->dominates(BB0, BB4));
73 EXPECT_TRUE(D
[all...]
/external/chromium_org/base/json/
H A Djson_writer_unittest.cc16 EXPECT_TRUE(JSONWriter::Write(root, &output_js));
22 EXPECT_TRUE(JSONWriter::Write(root, &output_js));
28 EXPECT_TRUE(JSONWriter::Write(root, &output_js));
34 EXPECT_TRUE(JSONWriter::Write(root, &output_js));
40 EXPECT_TRUE(JSONWriter::Write(root, &output_js));
46 EXPECT_TRUE(JSONWriter::Write(root, &output_js));
52 EXPECT_TRUE(JSONWriter::Write(root, &output_js));
58 EXPECT_TRUE(JSONWriter::Write(root, &output_js));
64 EXPECT_TRUE(JSONWriter::Write(root, &output_js));
86 EXPECT_TRUE(JSONWrite
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dactive_tab_unittest.cc176 EXPECT_TRUE(IsBlocked(extension, google));
177 EXPECT_TRUE(IsBlocked(another_extension, google));
178 EXPECT_TRUE(IsBlocked(extension_without_active_tab, google));
190 EXPECT_TRUE(IsAllowed(extension, google));
191 EXPECT_TRUE(IsBlocked(another_extension, google));
192 EXPECT_TRUE(IsBlocked(extension_without_active_tab, google));
196 EXPECT_TRUE(IsAllowed(extension, mail_google, PERMITTED_CAPTURE_ONLY));
197 EXPECT_TRUE(IsBlocked(another_extension, mail_google));
198 EXPECT_TRUE(IsBlocked(extension_without_active_tab, mail_google));
203 EXPECT_TRUE(IsBlocke
[all...]
/external/chromium_org/chrome/installer/util/
H A Dchannel_info_unittest.cc27 EXPECT_TRUE(ci.GetChannelName(&channel));
30 EXPECT_TRUE(ci.GetChannelName(&channel));
34 EXPECT_TRUE(ci.GetChannelName(&channel));
37 EXPECT_TRUE(ci.GetChannelName(&channel));
40 EXPECT_TRUE(ci.GetChannelName(&channel));
44 EXPECT_TRUE(ci.GetChannelName(&channel));
47 EXPECT_TRUE(ci.GetChannelName(&channel));
50 EXPECT_TRUE(ci.GetChannelName(&channel));
54 EXPECT_TRUE(ci.GetChannelName(&channel));
57 EXPECT_TRUE(c
[all...]
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcpassthroughrender_unittest.cc80 EXPECT_TRUE(stream != NULL);
81 EXPECT_TRUE(HasIncomingRenderStream(stream_id1));
84 EXPECT_TRUE(stream == NULL);
86 EXPECT_TRUE(stream != NULL);
87 EXPECT_TRUE(HasIncomingRenderStream(stream_id2));
90 EXPECT_TRUE(DeleteIncomingRenderStream(stream_id2));
91 EXPECT_TRUE(!HasIncomingRenderStream(stream_id2));
94 EXPECT_TRUE(stream != NULL);
95 EXPECT_TRUE(HasIncomingRenderStream(stream_id2));
107 EXPECT_TRUE(stream
[all...]
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_suppressions_test.cc27 EXPECT_TRUE(MyMatch("foobar$", "foobar"));
29 EXPECT_TRUE(MyMatch("foobar", "foobar"));
30 EXPECT_TRUE(MyMatch("*foobar*", "foobar"));
31 EXPECT_TRUE(MyMatch("foobar", "prefix_foobar_postfix"));
32 EXPECT_TRUE(MyMatch("*foobar*", "prefix_foobar_postfix"));
33 EXPECT_TRUE(MyMatch("foo*bar", "foo_middle_bar"));
34 EXPECT_TRUE(MyMatch("foo*bar", "foobar"));
35 EXPECT_TRUE(MyMatch("foo*bar*baz", "foo_middle_bar_another_baz"));
36 EXPECT_TRUE(MyMatch("foo*bar*baz", "foo_middle_barbaz"));
37 EXPECT_TRUE(MyMatc
[all...]
/external/chromium_org/chrome/app/
H A Ddelay_load_hook_unittest_win.cc52 EXPECT_TRUE(__pfnDliNotifyHook2 == ChromeDelayLoadHook);
53 EXPECT_TRUE(__pfnDliFailureHook2 == ChromeDelayLoadHook);
85 EXPECT_TRUE(ChromeDelayLoadHook(dliNoteStartProcessing, &info_) == NULL);
86 EXPECT_TRUE(ChromeDelayLoadHook(dliNotePreGetProcAddress, &info_) == NULL);
87 EXPECT_TRUE(ChromeDelayLoadHook(dliNoteEndProcessing, &info_) == NULL);
88 EXPECT_TRUE(ChromeDelayLoadHook(dliFailLoadLib, &info_) == NULL);
89 EXPECT_TRUE(ChromeDelayLoadHook(dliFailGetProc, &info_) == NULL);
/external/chromium_org/chrome/browser/nacl_host/test/
H A Dnacl_gdb_browsertest.cc30 EXPECT_TRUE(PathService::Get(base::DIR_EXE, &mock_nacl_gdb));
33 EXPECT_TRUE(base::CreateTemporaryFile(&script_));
53 EXPECT_TRUE(base::CreateTemporaryFile(&mock_nacl_gdb_file));
58 EXPECT_TRUE(base::ReadFileToString(mock_nacl_gdb_file, &content));
60 EXPECT_TRUE(base::DeleteFile(mock_nacl_gdb_file, false));
63 EXPECT_TRUE(base::ReadFileToString(script_, &content));
65 EXPECT_TRUE(base::DeleteFile(script_, false));
/external/chromium_org/content/common/input/
H A Dtouch_event_stream_validator_unittest.cc23 EXPECT_TRUE(validator.Validate(event, &error_msg));
24 EXPECT_TRUE(error_msg.empty());
28 EXPECT_TRUE(validator.Validate(event, &error_msg));
29 EXPECT_TRUE(error_msg.empty());
33 EXPECT_TRUE(validator.Validate(event, &error_msg));
34 EXPECT_TRUE(error_msg.empty());
38 EXPECT_TRUE(validator.Validate(event, &error_msg));
39 EXPECT_TRUE(error_msg.empty());
43 EXPECT_TRUE(validator.Validate(event, &error_msg));
44 EXPECT_TRUE(error_ms
[all...]
/external/chromium_org/extensions/common/
H A Duser_script_unittest.cc26 EXPECT_TRUE(script.MatchesURL(GURL("http://mail.google.com")));
27 EXPECT_TRUE(script.MatchesURL(GURL("http://mail.google.com/foo")));
28 EXPECT_TRUE(script.MatchesURL(GURL("https://mail.google.com/foo")));
29 EXPECT_TRUE(script.MatchesURL(GURL("ftp://mail.google.com/foo")));
30 EXPECT_TRUE(script.MatchesURL(GURL("http://woo.mail.google.com/foo")));
31 EXPECT_TRUE(script.MatchesURL(GURL("http://mail.yahoo.com/bar")));
32 EXPECT_TRUE(script.MatchesURL(GURL("http://mail.msn.com/baz")));
36 EXPECT_TRUE(script.MatchesURL(GURL("http://mail.google.com")));
44 EXPECT_TRUE(script.MatchesURL(GURL("http://mail.google.com")));
45 EXPECT_TRUE(scrip
[all...]

Completed in 831 milliseconds

1234567891011>>