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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/content/renderer/pepper/
pepper_url_request_unittest.cc 127 EXPECT_TRUE(request_info);
128 EXPECT_TRUE(request_info->Create);
129 EXPECT_TRUE(request_info->IsURLRequestInfo);
130 EXPECT_TRUE(request_info->SetProperty);
131 EXPECT_TRUE(request_info->AppendDataToBody);
132 EXPECT_TRUE(request_info->AppendFileToBody);
144 EXPECT_TRUE(SetBooleanProperty(
146 EXPECT_TRUE(GetDownloadToFile());
148 EXPECT_TRUE(SetBooleanProperty(
154 EXPECT_TRUE(info_->GetData().follow_redirects)
    [all...]
  /external/chromium_org/extensions/common/
url_pattern_unittest.cc 92 EXPECT_TRUE(pattern.match_subdomains());
95 EXPECT_TRUE(pattern.MatchesURL(GURL("http://google.com")));
96 EXPECT_TRUE(pattern.MatchesURL(GURL("http://yahoo.com")));
97 EXPECT_TRUE(pattern.MatchesURL(GURL("http://google.com/foo")));
99 EXPECT_TRUE(pattern.MatchesURL(GURL("http://74.125.127.100/search")));
108 EXPECT_TRUE(pattern.match_subdomains());
111 EXPECT_TRUE(pattern.MatchesURL(GURL("https://www.google.com/foo")));
112 EXPECT_TRUE(pattern.MatchesURL(GURL("https://www.google.com/foobar")));
115 EXPECT_TRUE(pattern.MatchesURL(
126 EXPECT_TRUE(pattern.match_subdomains())
    [all...]
  /external/chromium/chrome/common/
thumbnail_score_unittest.cc 17 EXPECT_TRUE(ShouldReplaceThumbnailWith(nothing_good, not_at_top));
18 EXPECT_TRUE(ShouldReplaceThumbnailWith(nothing_good, bad_clipping));
19 EXPECT_TRUE(ShouldReplaceThumbnailWith(nothing_good, life_is_awesome));
20 EXPECT_TRUE(ShouldReplaceThumbnailWith(not_at_top, bad_clipping));
21 EXPECT_TRUE(ShouldReplaceThumbnailWith(not_at_top, life_is_awesome));
22 EXPECT_TRUE(ShouldReplaceThumbnailWith(bad_clipping, life_is_awesome));
35 EXPECT_TRUE(ShouldReplaceThumbnailWith(oldie_but_goodie, newie_but_crappie));
47 EXPECT_TRUE(ShouldReplaceThumbnailWith(some_redirects, no_redirects));
61 EXPECT_TRUE(score.ShouldConsiderUpdating());
65 EXPECT_TRUE(score.ShouldConsiderUpdating())
    [all...]
  /external/chromium_org/printing/backend/
cups_helper_unittest.cc 35 EXPECT_TRUE(printing::parsePpdCapabilities("test", test_ppd_data, &caps));
38 EXPECT_TRUE(caps.duplex_capable);
60 EXPECT_TRUE(printing::parsePpdCapabilities("test", test_ppd_data, &caps));
63 EXPECT_TRUE(caps.duplex_capable);
84 EXPECT_TRUE(printing::parsePpdCapabilities("test", test_ppd_data, &caps));
117 EXPECT_TRUE(printing::parsePpdCapabilities("test", test_ppd_data, &caps));
118 EXPECT_TRUE(caps.color_changeable);
119 EXPECT_TRUE(caps.color_default);
120 EXPECT_TRUE(caps.duplex_capable);
154 EXPECT_TRUE(printing::parsePpdCapabilities("test", test_ppd_data, &caps))
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
linuxwindowpicker_unittest.cc 49 EXPECT_TRUE(window_picker.Init());
50 EXPECT_TRUE(window_picker.GetDesktopList(&descriptions));
51 EXPECT_TRUE(descriptions.size() > 0);
macwindowpicker_unittest.cc 25 EXPECT_TRUE(picker.Init());
26 EXPECT_TRUE(picker.GetWindowList(&descriptions));
27 EXPECT_TRUE(picker2.GetWindowList(&descriptions)); // Init is optional
fileutils_unittest.cc 38 EXPECT_TRUE(Filesystem::GetTemporaryFolder(path, true, NULL));
44 EXPECT_TRUE(Filesystem::GetTemporaryFolder(path, true, NULL));
57 EXPECT_TRUE(Filesystem::IsFile(path));
65 EXPECT_TRUE(Filesystem::DeleteFile(path));
72 EXPECT_TRUE(Filesystem::GetTemporaryFolder(path, true, NULL));
85 EXPECT_TRUE(Filesystem::GetTemporaryFolder(path, true, NULL));
89 EXPECT_TRUE(Filesystem::CreatePrivateFile(path));
95 EXPECT_TRUE(fs.get() != NULL);
100 EXPECT_TRUE(Filesystem::DeleteFile(path));
111 EXPECT_TRUE(Filesystem::IsFolder(path))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FontTest.cpp 184 EXPECT_TRUE(Font::isCJKIdeograph(rangeStart));
185 EXPECT_TRUE(Font::isCJKIdeograph((UChar32)((uint64_t)rangeStart + (uint64_t)rangeEnd) / 2));
186 EXPECT_TRUE(Font::isCJKIdeograph(rangeEnd));
214 EXPECT_TRUE(Font::isCJKIdeographOrSymbol(rangeStart));
215 EXPECT_TRUE(Font::isCJKIdeographOrSymbol((UChar32)((uint64_t)rangeStart + (uint64_t)rangeEnd) / 2));
216 EXPECT_TRUE(Font::isCJKIdeographOrSymbol(rangeEnd));
223 EXPECT_TRUE(Font::isCJKIdeographOrSymbol(0x2C7));
224 EXPECT_TRUE(Font::isCJKIdeographOrSymbol(0x2CA));
225 EXPECT_TRUE(Font::isCJKIdeographOrSymbol(0x2CB));
226 EXPECT_TRUE(Font::isCJKIdeographOrSymbol(0x2D9))
    [all...]
  /external/chromium/base/
task_queue_unittest.cc 61 EXPECT_TRUE(queue.IsEmpty());
64 EXPECT_TRUE(queue.IsEmpty());
80 EXPECT_TRUE(ran_task1);
81 EXPECT_TRUE(deleted_task1);
82 EXPECT_TRUE(ran_task2);
83 EXPECT_TRUE(deleted_task2);
84 EXPECT_TRUE(queue.IsEmpty());
100 EXPECT_TRUE(queue.IsEmpty());
105 EXPECT_TRUE(deleted_task1);
107 EXPECT_TRUE(deleted_task2)
    [all...]
  /external/chromium/chrome/browser/content_settings/
content_settings_pattern_unittest.cc 13 EXPECT_TRUE(ContentSettingsPattern("[*.]example.com").IsValid());
14 EXPECT_TRUE(ContentSettingsPattern("example.com").IsValid());
15 EXPECT_TRUE(ContentSettingsPattern("192.168.0.1").IsValid());
16 EXPECT_TRUE(ContentSettingsPattern("[::1]").IsValid());
17 EXPECT_TRUE(ContentSettingsPattern("file:///tmp/test.html").IsValid());
22 EXPECT_TRUE(ContentSettingsPattern("[*.]example.com").Matches(
24 EXPECT_TRUE(ContentSettingsPattern("[*.]example.com").Matches(
26 EXPECT_TRUE(ContentSettingsPattern("www.example.com").Matches(
28 EXPECT_TRUE(ContentSettingsPattern("file:///tmp/test.html").Matches(
  /external/chromium/chrome/browser/policy/
profile_policy_connector_unittest.cc 28 EXPECT_TRUE(merging_provider.Provide(&store0));
30 EXPECT_TRUE(store0.Get(kPolicyPrintingEnabled) != NULL);
38 EXPECT_TRUE(merging_provider.Provide(&store1));
40 EXPECT_TRUE(store1.Get(kPolicyPrintingEnabled) != NULL);
41 EXPECT_TRUE(store1.Get(kPolicyProxyMode) != NULL);
50 EXPECT_TRUE(merging_provider.Provide(&store2));
52 EXPECT_TRUE(store2.Get(kPolicyPrintingEnabled) != NULL);
53 EXPECT_TRUE(store2.Get(kPolicyProxyServer) != NULL);
54 EXPECT_TRUE(store2.Get(kPolicyProxyMode) == NULL);
  /external/chromium/chrome/browser/sync/engine/
syncproto_unittest.cc 15 EXPECT_TRUE(csm.has_protocol_version());
  /external/chromium_org/chrome/browser/extensions/api/audio/
audio_apitest.cc 22 EXPECT_TRUE(RunExtensionTest("audio")) << message_;
  /external/chromium_org/gpu/command_buffer/service/
context_group_unittest.cc 64 EXPECT_TRUE(group_->buffer_manager() == NULL);
65 EXPECT_TRUE(group_->framebuffer_manager() == NULL);
66 EXPECT_TRUE(group_->renderbuffer_manager() == NULL);
67 EXPECT_TRUE(group_->texture_manager() == NULL);
68 EXPECT_TRUE(group_->program_manager() == NULL);
69 EXPECT_TRUE(group_->shader_manager() == NULL);
90 EXPECT_TRUE(group_->buffer_manager() != NULL);
91 EXPECT_TRUE(group_->framebuffer_manager() != NULL);
92 EXPECT_TRUE(group_->renderbuffer_manager() != NULL);
93 EXPECT_TRUE(group_->texture_manager() != NULL)
    [all...]
shader_translator_unittest.cc 38 EXPECT_TRUE(vertex_translator_->translated_shader() == NULL);
39 EXPECT_TRUE(vertex_translator_->info_log() == NULL);
40 EXPECT_TRUE(vertex_translator_->attrib_map().empty());
41 EXPECT_TRUE(vertex_translator_->uniform_map().empty());
43 EXPECT_TRUE(fragment_translator_->translated_shader() == NULL);
44 EXPECT_TRUE(fragment_translator_->info_log() == NULL);
45 EXPECT_TRUE(fragment_translator_->attrib_map().empty());
46 EXPECT_TRUE(fragment_translator_->uniform_map().empty());
64 EXPECT_TRUE(vertex_translator_->Translate(shader));
66 EXPECT_TRUE(vertex_translator_->info_log() == NULL)
    [all...]
  /external/chromium_org/net/quic/
quic_data_writer_test.cc 17 EXPECT_TRUE(writer.WriteUInt8ToOffset(1, 0));
18 EXPECT_TRUE(writer.WriteUInt8ToOffset(2, 1));
19 EXPECT_TRUE(writer.WriteUInt8ToOffset(3, 2));
20 EXPECT_TRUE(writer.WriteUInt8ToOffset(4, 3));
  /external/llvm/unittests/ADT/
SparseBitVectorTest.cpp 22 EXPECT_TRUE(Vec.test(5));
25 EXPECT_TRUE(Vec.test(5));
29 EXPECT_TRUE(Vec.test_and_set(17));
31 EXPECT_TRUE(Vec.test(17));
BitVectorTest.cpp 34 EXPECT_TRUE(Vec.all());
35 EXPECT_TRUE(Vec.none());
36 EXPECT_TRUE(Vec.empty());
41 EXPECT_TRUE(Vec.any());
42 EXPECT_TRUE(Vec.all());
49 EXPECT_TRUE(Vec.any());
58 EXPECT_TRUE(Inv.any());
64 EXPECT_TRUE(Inv != Vec);
66 EXPECT_TRUE(Inv == Vec);
79 EXPECT_TRUE(Vec[i])
    [all...]
  /external/chromium_org/chrome/browser/extensions/
active_tab_unittest.cc 132 EXPECT_TRUE(IsBlocked(extension, google));
133 EXPECT_TRUE(IsBlocked(another_extension, google));
134 EXPECT_TRUE(IsBlocked(extension_without_active_tab, google));
146 EXPECT_TRUE(IsAllowed(extension, google));
147 EXPECT_TRUE(IsBlocked(another_extension, google));
148 EXPECT_TRUE(IsBlocked(extension_without_active_tab, google));
152 EXPECT_TRUE(IsBlocked(extension, mail_google));
153 EXPECT_TRUE(IsBlocked(another_extension, mail_google));
154 EXPECT_TRUE(IsBlocked(extension_without_active_tab, mail_google));
159 EXPECT_TRUE(IsBlocked(extension, google))
    [all...]
  /external/chromium/base/memory/
scoped_temp_dir_unittest.cc 16 EXPECT_TRUE(file_util::DirectoryExists(test_path));
19 EXPECT_TRUE(dir.Set(test_path));
20 EXPECT_TRUE(dir.IsValid());
26 EXPECT_TRUE(dir.Set(test_path));
28 EXPECT_TRUE(file_util::DirectoryExists(test_path));
34 EXPECT_TRUE(file_util::DirectoryExists(test_path));
39 EXPECT_TRUE(dir.Set(test_path));
50 EXPECT_TRUE(dir.CreateUniqueTempDir());
52 EXPECT_TRUE(file_util::DirectoryExists(test_path));
54 EXPECT_TRUE(file_util::GetTempDir(&tmp_dir))
    [all...]
  /external/chromium_org/base/files/
scoped_temp_dir_unittest.cc 20 EXPECT_TRUE(DirectoryExists(test_path));
23 EXPECT_TRUE(dir.Set(test_path));
24 EXPECT_TRUE(dir.IsValid());
30 EXPECT_TRUE(dir.Set(test_path));
32 EXPECT_TRUE(DirectoryExists(test_path));
38 EXPECT_TRUE(DirectoryExists(test_path));
43 EXPECT_TRUE(dir.Set(test_path));
54 EXPECT_TRUE(dir.CreateUniqueTempDir());
56 EXPECT_TRUE(DirectoryExists(test_path));
58 EXPECT_TRUE(file_util::GetTempDir(&tmp_dir))
    [all...]
  /external/chromium/testing/gtest/test/
gtest-port_test.cc 82 EXPECT_TRUE(&derived == ::testing::internal::ImplicitCast_<Base*>(&derived));
107 EXPECT_TRUE(converted);
126 EXPECT_TRUE(converted);
152 EXPECT_TRUE(converted);
160 EXPECT_TRUE(const_converted);
172 EXPECT_TRUE(converted);
332 EXPECT_TRUE(GTEST_USES_POSIX_RE);
336 EXPECT_TRUE(GTEST_USES_SIMPLE_RE);
381 EXPECT_TRUE(RE::FullMatch(TypeParam(""), empty));
385 EXPECT_TRUE(RE::FullMatch(TypeParam("az"), re))
    [all...]
  /external/gtest/test/
gtest-port_test.cc 84 EXPECT_TRUE(&derived == ::testing::internal::ImplicitCast_<Base*>(&derived));
109 EXPECT_TRUE(converted);
128 EXPECT_TRUE(converted);
154 EXPECT_TRUE(converted);
162 EXPECT_TRUE(const_converted);
174 EXPECT_TRUE(converted);
352 EXPECT_TRUE(GTEST_USES_POSIX_RE);
356 EXPECT_TRUE(GTEST_USES_SIMPLE_RE);
401 EXPECT_TRUE(RE::FullMatch(TypeParam(""), empty));
405 EXPECT_TRUE(RE::FullMatch(TypeParam("az"), re))
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/test/
gtest-port_test.cc 84 EXPECT_TRUE(&derived == ::testing::internal::ImplicitCast_<Base*>(&derived));
109 EXPECT_TRUE(converted);
128 EXPECT_TRUE(converted);
154 EXPECT_TRUE(converted);
162 EXPECT_TRUE(const_converted);
174 EXPECT_TRUE(converted);
352 EXPECT_TRUE(GTEST_USES_POSIX_RE);
356 EXPECT_TRUE(GTEST_USES_SIMPLE_RE);
401 EXPECT_TRUE(RE::FullMatch(TypeParam(""), empty));
405 EXPECT_TRUE(RE::FullMatch(TypeParam("az"), re))
    [all...]
  /external/llvm/unittests/IR/
DominatorTreeTest.cpp 56 EXPECT_TRUE(DT->isReachableFromEntry(BB0));
57 EXPECT_TRUE(DT->isReachableFromEntry(BB1));
58 EXPECT_TRUE(DT->isReachableFromEntry(BB2));
60 EXPECT_TRUE(DT->isReachableFromEntry(BB4));
63 EXPECT_TRUE(DT->dominates(BB0, BB0));
64 EXPECT_TRUE(DT->dominates(BB0, BB1));
65 EXPECT_TRUE(DT->dominates(BB0, BB2));
66 EXPECT_TRUE(DT->dominates(BB0, BB3));
67 EXPECT_TRUE(DT->dominates(BB0, BB4));
70 EXPECT_TRUE(DT->dominates(BB1, BB1))
    [all...]

Completed in 216 milliseconds

1 2 3 45 6 7 8 91011>>