Searched refs:EXPECT_TRUE (Results 76 - 100 of 4152) sorted by relevance

1234567891011>>

/external/chromium_org/courgette/
H A Dencoded_program_unittest.cc20 EXPECT_TRUE(program->DefineRel32Label(5, 0)); // REL32 index 5 == base + 0
21 EXPECT_TRUE(program->DefineAbs32Label(7, 4)); // ABS32 index 7 == base + 4
24 EXPECT_TRUE(program->AddOrigin(0)); // Start at base.
25 EXPECT_TRUE(program->AddAbs32(7));
26 EXPECT_TRUE(program->AddRel32(5));
31 EXPECT_TRUE(program->WriteTo(&sinks));
36 EXPECT_TRUE(can_collect);
43 EXPECT_TRUE(can_get_source_streams);
47 EXPECT_TRUE(can_read);
52 EXPECT_TRUE(can_assembl
[all...]
/external/chromium_org/mojo/public/cpp/bindings/tests/
H A Dstring_unittest.cc13 EXPECT_TRUE(s.is_null());
18 EXPECT_TRUE(s.is_null());
24 EXPECT_TRUE(s.is_null());
31 EXPECT_TRUE(s.is_null());
37 EXPECT_TRUE(s.get().empty());
57 EXPECT_TRUE(s == t);
58 EXPECT_TRUE("hello world" == s);
59 EXPECT_TRUE(s == "hello world");
60 EXPECT_TRUE("not" != s);
61 EXPECT_TRUE(
[all...]
/external/chromium_org/chrome/browser/chromeos/
H A Dlocale_change_guard_unittest.cc136 EXPECT_TRUE(
138 EXPECT_TRUE(
142 EXPECT_TRUE(
144 EXPECT_TRUE(
148 EXPECT_TRUE(
150 EXPECT_TRUE(
154 EXPECT_TRUE(
156 EXPECT_TRUE(
179 EXPECT_TRUE(
181 EXPECT_TRUE(
[all...]
/external/chromium_org/components/history/core/common/
H A Dthumbnail_score_unittest.cc17 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));
59 EXPECT_TRUE(score.ShouldConsiderUpdating());
63 EXPECT_TRUE(scor
[all...]
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DDeferredLegacyStyleInterpolationTest.cpp33 EXPECT_TRUE(test(CSSPropertyCaptionSide, "inherit"));
45 EXPECT_TRUE(test(CSSPropertyColor, "currentcolor"));
50 EXPECT_TRUE(test(CSSPropertyFontWeight, "bolder"));
51 EXPECT_TRUE(test(CSSPropertyFontWeight, "lighter"));
52 EXPECT_TRUE(test(CSSPropertyFontSize, "smaller"));
53 EXPECT_TRUE(test(CSSPropertyFontSize, "larger"));
59 EXPECT_TRUE(test(CSSPropertyWidth, "10em"));
60 EXPECT_TRUE(test(CSSPropertyWidth, "10vh"));
70 EXPECT_TRUE(test(CSSPropertyTransform, "translateX(1em)"));
73 EXPECT_TRUE(tes
[all...]
H A DAnimationInputHelpersTest.cpp43 EXPECT_TRUE(timingFunctionRoundTrips("ease"));
44 EXPECT_TRUE(timingFunctionRoundTrips("linear"));
45 EXPECT_TRUE(timingFunctionRoundTrips("ease-in"));
46 EXPECT_TRUE(timingFunctionRoundTrips("ease-out"));
47 EXPECT_TRUE(timingFunctionRoundTrips("ease-in-out"));
48 EXPECT_TRUE(timingFunctionRoundTrips("step-start"));
49 EXPECT_TRUE(timingFunctionRoundTrips("step-middle"));
50 EXPECT_TRUE(timingFunctionRoundTrips("step-end"));
51 EXPECT_TRUE(timingFunctionRoundTrips("steps(3, start)"));
52 EXPECT_TRUE(timingFunctionRoundTrip
[all...]
/external/chromium_org/components/component_updater/test/
H A Dupdate_response_unittest.cc218 EXPECT_TRUE(parser.Parse(kMissingAppId));
219 EXPECT_TRUE(parser.results().list.empty());
222 EXPECT_TRUE(parser.Parse(kInvalidCodebase));
223 EXPECT_TRUE(parser.results().list.empty());
226 EXPECT_TRUE(parser.Parse(kMissingVersion));
227 EXPECT_TRUE(parser.results().list.empty());
230 EXPECT_TRUE(parser.Parse(kInvalidVersion));
231 EXPECT_TRUE(parser.results().list.empty());
234 EXPECT_TRUE(parser.Parse(kInvalidValidXmlMissingCodebase));
235 EXPECT_TRUE(parse
[all...]
/external/chromium_org/net/cookies/
H A Dparsed_cookie_unittest.cc15 EXPECT_TRUE(pc.IsValid());
65 EXPECT_TRUE(pc.IsValid());
67 EXPECT_TRUE(pc.IsHttpOnly());
68 EXPECT_TRUE(pc.HasPath());
81 EXPECT_TRUE(pc.IsValid());
82 EXPECT_TRUE(pc.IsSecure());
83 EXPECT_TRUE(pc.HasPath());
92 EXPECT_TRUE(pc.IsValid());
93 EXPECT_TRUE(pc.IsSecure());
94 EXPECT_TRUE(p
[all...]
/external/chromium_org/base/posix/
H A Dfile_descriptor_shuffle_unittest.cc73 EXPECT_TRUE(PerformInjectiveMultimap(map, &tracer));
82 EXPECT_TRUE(PerformInjectiveMultimap(map, &tracer));
91 EXPECT_TRUE(PerformInjectiveMultimap(map, &tracer));
100 EXPECT_TRUE(PerformInjectiveMultimap(map, &tracer));
102 EXPECT_TRUE(tracer.actions()[0] == Action(Action::MOVE, 0, 1));
111 EXPECT_TRUE(PerformInjectiveMultimap(map, &tracer));
113 EXPECT_TRUE(tracer.actions()[0] == Action(Action::MOVE, 0, 1));
114 EXPECT_TRUE(tracer.actions()[1] == Action(Action::MOVE, 2, 3));
122 EXPECT_TRUE(PerformInjectiveMultimap(map, &tracer));
124 EXPECT_TRUE(trace
[all...]
/external/chromium_org/testing/gtest/test/
H A Dgtest-port_test.cc65 EXPECT_TRUE(IsXDigit('0'));
66 EXPECT_TRUE(IsXDigit('9'));
67 EXPECT_TRUE(IsXDigit('A'));
68 EXPECT_TRUE(IsXDigit('F'));
69 EXPECT_TRUE(IsXDigit('a'));
70 EXPECT_TRUE(IsXDigit('f'));
83 EXPECT_TRUE(IsXDigit(L'0'));
84 EXPECT_TRUE(IsXDigit(L'9'));
85 EXPECT_TRUE(IsXDigit(L'A'));
86 EXPECT_TRUE(IsXDigi
[all...]
/external/gtest/test/
H A Dgtest-port_test.cc65 EXPECT_TRUE(IsXDigit('0'));
66 EXPECT_TRUE(IsXDigit('9'));
67 EXPECT_TRUE(IsXDigit('A'));
68 EXPECT_TRUE(IsXDigit('F'));
69 EXPECT_TRUE(IsXDigit('a'));
70 EXPECT_TRUE(IsXDigit('f'));
83 EXPECT_TRUE(IsXDigit(L'0'));
84 EXPECT_TRUE(IsXDigit(L'9'));
85 EXPECT_TRUE(IsXDigit(L'A'));
86 EXPECT_TRUE(IsXDigi
[all...]
/external/chromium_org/components/search_engines/
H A Ddefault_search_policy_handler_unittest.cc158 EXPECT_TRUE(store_->GetValue(prefs::kDefaultSearchProviderSearchURL, &value));
159 EXPECT_TRUE(base::StringValue(kSearchURL).Equals(value));
161 EXPECT_TRUE(store_->GetValue(prefs::kDefaultSearchProviderName, &value));
162 EXPECT_TRUE(base::StringValue(kHostName).Equals(value));
164 EXPECT_TRUE(store_->GetValue(prefs::kDefaultSearchProviderKeyword, &value));
165 EXPECT_TRUE(base::StringValue(kHostName).Equals(value));
167 EXPECT_TRUE(store_->GetValue(prefs::kDefaultSearchProviderSuggestURL,
169 EXPECT_TRUE(base::StringValue(std::string()).Equals(value));
171 EXPECT_TRUE(store_->GetValue(prefs::kDefaultSearchProviderIconURL, &value));
172 EXPECT_TRUE(bas
[all...]
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_store_file_unittest.cc73 EXPECT_TRUE(store_->BeginChunk());
75 EXPECT_TRUE(store_->CheckAddChunk(kAddChunk1));
76 EXPECT_TRUE(store_->WriteAddPrefix(kAddChunk1, kHash1.prefix));
77 EXPECT_TRUE(store_->WriteAddPrefix(kAddChunk1, kHash2.prefix));
78 EXPECT_TRUE(store_->FinishChunk());
80 EXPECT_TRUE(store_->BeginChunk());
82 EXPECT_TRUE(store_->CheckSubChunk(kSubChunk1));
83 EXPECT_TRUE(store_->WriteSubPrefix(kSubChunk1, kAddChunk3, kHash3.prefix));
84 EXPECT_TRUE(store_->WriteSubHash(kSubChunk1, kAddChunk3, kHash3));
85 EXPECT_TRUE(store
[all...]
/external/chromium_org/extensions/common/
H A Durl_pattern_unittest.cc102 EXPECT_TRUE(pattern.match_subdomains());
105 EXPECT_TRUE(pattern.MatchesURL(GURL("http://google.com")));
106 EXPECT_TRUE(pattern.MatchesURL(GURL("http://yahoo.com")));
107 EXPECT_TRUE(pattern.MatchesURL(GURL("http://google.com/foo")));
109 EXPECT_TRUE(pattern.MatchesURL(GURL("http://74.125.127.100/search")));
118 EXPECT_TRUE(pattern.match_subdomains());
121 EXPECT_TRUE(pattern.MatchesURL(GURL("https://www.google.com/foo")));
122 EXPECT_TRUE(pattern.MatchesURL(GURL("https://www.google.com/foobar")));
125 EXPECT_TRUE(pattern.MatchesURL(
136 EXPECT_TRUE(patter
[all...]
/external/chromium_org/content/browser/fileapi/
H A Dsandbox_prioritized_origin_database_unittest.cc29 EXPECT_TRUE(database.InitializePrimaryOrigin(kOrigin1));
32 EXPECT_TRUE(database.GetPathForOrigin(kOrigin1, &path));
33 EXPECT_TRUE(database.GetPathForOrigin(kOrigin2, &path));
36 EXPECT_TRUE(database.HasOriginPath(kOrigin1));
37 EXPECT_TRUE(database.GetPathForOrigin(kOrigin1, &path));
39 EXPECT_TRUE(database.HasOriginPath(kOrigin2));
40 EXPECT_TRUE(database.GetPathForOrigin(kOrigin2, &path));
46 EXPECT_TRUE(origins[0].origin == kOrigin1 ||
48 EXPECT_TRUE(origins[0].origin == kOrigin2 ||
57 EXPECT_TRUE(databas
[all...]
/external/chromium_org/chrome/browser/omaha_query_params/
H A Dchrome_omaha_query_params_delegate_unittest.cc24 EXPECT_TRUE(Contains(
27 EXPECT_TRUE(
31 EXPECT_TRUE(Contains(
36 EXPECT_TRUE(Contains(
40 EXPECT_TRUE(Contains(
43 EXPECT_TRUE(Contains(
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebPageSerializerTest.cpp120 EXPECT_TRUE(webVectorContains(frames, "http://www.test.com"));
123 EXPECT_TRUE(webVectorContains(resources, "http://www.example.com/beautifull.css"));
124 EXPECT_TRUE(webVectorContains(resources, "http://www.test.com/awesome.js"));
125 EXPECT_TRUE(webVectorContains(resources, "http://www.test.com/bodyBackground.jpg"));
126 EXPECT_TRUE(webVectorContains(resources, "http://www.test.com/awesome.png"));
127 EXPECT_TRUE(webVectorContains(resources, "http://www.test.com/imageButton.png"));
128 EXPECT_TRUE(webVectorContains(resources, "http://www.test.com/tableBackground.png"));
129 EXPECT_TRUE(webVectorContains(resources, "http://www.test.com/trBackground.png"));
130 EXPECT_TRUE(webVectorContains(resources, "http://www.test.com/tdBackground.png"));
131 EXPECT_TRUE(webVectorContain
[all...]
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannelmanager_unittest.cc103 EXPECT_TRUE(cm_->Init());
104 EXPECT_TRUE(cm_->initialized());
114 EXPECT_TRUE(cm_->set_worker_thread(&worker_));
116 EXPECT_TRUE(cm_->Init());
117 EXPECT_TRUE(cm_->initialized());
126 EXPECT_TRUE(cm_->Init());
129 EXPECT_TRUE(voice_channel != NULL);
133 EXPECT_TRUE(video_channel != NULL);
137 EXPECT_TRUE(data_channel != NULL);
147 EXPECT_TRUE(cm
[all...]
/external/clang/unittests/ASTMatchers/Dynamic/
H A DVariantValueTest.cpp26 EXPECT_TRUE(Value.isUnsigned());
29 EXPECT_TRUE(Value.hasValue());
38 EXPECT_TRUE(Value.isString());
42 EXPECT_TRUE(Value.hasValue());
50 EXPECT_TRUE(Value.hasValue());
54 EXPECT_TRUE(Value.isMatcher());
56 EXPECT_TRUE(Value.getMatcher().hasTypedMatcher<UnaryOperator>());
61 EXPECT_TRUE(Value.isMatcher());
62 EXPECT_TRUE(Value.getMatcher().hasTypedMatcher<Decl>());
67 EXPECT_TRUE(Valu
[all...]
/external/chromium_org/content/renderer/pepper/
H A Dpepper_url_request_unittest.cc126 EXPECT_TRUE(request_info);
127 EXPECT_TRUE(request_info->Create);
128 EXPECT_TRUE(request_info->IsURLRequestInfo);
129 EXPECT_TRUE(request_info->SetProperty);
130 EXPECT_TRUE(request_info->AppendDataToBody);
131 EXPECT_TRUE(request_info->AppendFileToBody);
143 EXPECT_TRUE(SetBooleanProperty(PP_URLREQUESTPROPERTY_STREAMTOFILE, true));
144 EXPECT_TRUE(GetDownloadToFile());
146 EXPECT_TRUE(SetBooleanProperty(PP_URLREQUESTPROPERTY_STREAMTOFILE, false));
151 EXPECT_TRUE(info
[all...]
/external/chromium_org/chrome/common/
H A Dsearch_urls_unittest.cc14 EXPECT_TRUE(MatchesOriginAndPath(
20 EXPECT_TRUE(MatchesOriginAndPath(
32 EXPECT_TRUE(MatchesOriginAndPath(
/external/chromium_org/third_party/webrtc/base/
H A Dmacwindowpicker_unittest.cc31 EXPECT_TRUE(picker.Init());
32 EXPECT_TRUE(picker.GetWindowList(&descriptions));
33 EXPECT_TRUE(picker2.GetWindowList(&descriptions)); // Init is optional
H A Dx11windowpicker_unittest.cc35 EXPECT_TRUE(window_picker.Init());
36 EXPECT_TRUE(window_picker.GetDesktopList(&descriptions));
37 EXPECT_TRUE(descriptions.size() > 0);
/external/chromium_org/content/common/gpu/
H A Dgpu_memory_manager_unittest.cc218 EXPECT_TRUE(IsAllocationForegroundForSurfaceYes(stub1.allocation_));
219 EXPECT_TRUE(IsAllocationBackgroundForSurfaceYes(stub2.allocation_));
225 EXPECT_TRUE(IsAllocationForegroundForSurfaceYes(stub1.allocation_));
226 EXPECT_TRUE(IsAllocationBackgroundForSurfaceYes(stub2.allocation_));
227 EXPECT_TRUE(IsAllocationForegroundForSurfaceNo(stub3.allocation_));
228 EXPECT_TRUE(IsAllocationBackgroundForSurfaceNo(stub4.allocation_));
234 EXPECT_TRUE(IsAllocationForegroundForSurfaceNo(stub4.allocation_));
250 EXPECT_TRUE(IsAllocationForegroundForSurfaceYes(stub1.allocation_));
251 EXPECT_TRUE(IsAllocationBackgroundForSurfaceYes(stub2.allocation_));
252 EXPECT_TRUE(IsAllocationForegroundForSurfaceN
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontTest.cpp185 EXPECT_TRUE(Character::isCJKIdeograph(rangeStart));
186 EXPECT_TRUE(Character::isCJKIdeograph((UChar32)((uint64_t)rangeStart + (uint64_t)rangeEnd) / 2));
187 EXPECT_TRUE(Character::isCJKIdeograph(rangeEnd));
215 EXPECT_TRUE(Character::isCJKIdeographOrSymbol(rangeStart));
216 EXPECT_TRUE(Character::isCJKIdeographOrSymbol((UChar32)((uint64_t)rangeStart + (uint64_t)rangeEnd) / 2));
217 EXPECT_TRUE(Character::isCJKIdeographOrSymbol(rangeEnd));
224 EXPECT_TRUE(Character::isCJKIdeographOrSymbol(0x2C7));
225 EXPECT_TRUE(Character::isCJKIdeographOrSymbol(0x2CA));
226 EXPECT_TRUE(Character::isCJKIdeographOrSymbol(0x2CB));
227 EXPECT_TRUE(Characte
[all...]

Completed in 9023 milliseconds

1234567891011>>