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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/chrome/browser/omaha_query_params/
omaha_query_params_unittest.cc 26 EXPECT_TRUE(
28 EXPECT_TRUE(
30 EXPECT_TRUE(Contains(
33 EXPECT_TRUE(Contains(
36 EXPECT_TRUE(Contains(
39 EXPECT_TRUE(Contains(
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebPageSerializerTest.cpp 121 EXPECT_TRUE(webVectorContains(frames, "http://www.test.com"));
124 EXPECT_TRUE(webVectorContains(resources, "http://www.example.com/beautifull.css"));
125 EXPECT_TRUE(webVectorContains(resources, "http://www.test.com/awesome.js"));
126 EXPECT_TRUE(webVectorContains(resources, "http://www.test.com/bodyBackground.jpg"));
127 EXPECT_TRUE(webVectorContains(resources, "http://www.test.com/awesome.png"));
128 EXPECT_TRUE(webVectorContains(resources, "http://www.test.com/imageButton.png"));
129 EXPECT_TRUE(webVectorContains(resources, "http://www.test.com/tableBackground.png"));
130 EXPECT_TRUE(webVectorContains(resources, "http://www.test.com/trBackground.png"));
131 EXPECT_TRUE(webVectorContains(resources, "http://www.test.com/tdBackground.png"));
132 EXPECT_TRUE(webVectorContains(resources, "http://www.evene.fr/citations/auteur.php?ida=46"))
    [all...]
  /external/clang/unittests/ASTMatchers/Dynamic/
VariantValueTest.cpp 26 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(Value.isMatcher())
    [all...]
  /external/chromium_org/cc/resources/
picture_unittest.cc 67 EXPECT_TRUE(!!one_rect_picture_check.get());
79 EXPECT_TRUE(memcmp(one_rect_buffer, one_rect_buffer_check, 4 * 100 * 100) ==
100 EXPECT_TRUE(!!two_rect_picture_check.get());
112 EXPECT_TRUE(memcmp(two_rect_buffer, two_rect_buffer_check, 4 * 100 * 100) ==
168 EXPECT_TRUE(iterator) << x << " " << y;
169 EXPECT_TRUE(*iterator == discardable_bitmap[y][x].pixelRef()) << x <<
181 EXPECT_TRUE(iterator);
182 EXPECT_TRUE(*iterator == discardable_bitmap[1][2].pixelRef());
183 EXPECT_TRUE(++iterator);
184 EXPECT_TRUE(*iterator == discardable_bitmap[2][1].pixelRef())
    [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_url_request_unittest.cc 124 EXPECT_TRUE(request_info);
125 EXPECT_TRUE(request_info->Create);
126 EXPECT_TRUE(request_info->IsURLRequestInfo);
127 EXPECT_TRUE(request_info->SetProperty);
128 EXPECT_TRUE(request_info->AppendDataToBody);
129 EXPECT_TRUE(request_info->AppendFileToBody);
141 EXPECT_TRUE(SetBooleanProperty(PP_URLREQUESTPROPERTY_STREAMTOFILE, true));
142 EXPECT_TRUE(GetDownloadToFile());
144 EXPECT_TRUE(SetBooleanProperty(PP_URLREQUESTPROPERTY_STREAMTOFILE, false));
149 EXPECT_TRUE(info_->GetData().follow_redirects)
    [all...]
  /external/chromium_org/extensions/common/
url_pattern_unittest.cc 101 EXPECT_TRUE(pattern.match_subdomains());
104 EXPECT_TRUE(pattern.MatchesURL(GURL("http://google.com")));
105 EXPECT_TRUE(pattern.MatchesURL(GURL("http://yahoo.com")));
106 EXPECT_TRUE(pattern.MatchesURL(GURL("http://google.com/foo")));
108 EXPECT_TRUE(pattern.MatchesURL(GURL("http://74.125.127.100/search")));
117 EXPECT_TRUE(pattern.match_subdomains());
120 EXPECT_TRUE(pattern.MatchesURL(GURL("https://www.google.com/foo")));
121 EXPECT_TRUE(pattern.MatchesURL(GURL("https://www.google.com/foobar")));
124 EXPECT_TRUE(pattern.MatchesURL(
135 EXPECT_TRUE(pattern.match_subdomains())
    [all...]
  /external/chromium_org/chrome/common/
search_urls_unittest.cc 14 EXPECT_TRUE(MatchesOriginAndPath(
20 EXPECT_TRUE(MatchesOriginAndPath(
32 EXPECT_TRUE(MatchesOriginAndPath(
  /external/chromium_org/third_party/libjingle/source/talk/base/
linuxwindowpicker_unittest.cc 52 EXPECT_TRUE(window_picker.Init());
53 EXPECT_TRUE(window_picker.GetDesktopList(&descriptions));
54 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/webrtc/base/
linuxwindowpicker_unittest.cc 35 EXPECT_TRUE(window_picker.Init());
36 EXPECT_TRUE(window_picker.GetDesktopList(&descriptions));
37 EXPECT_TRUE(descriptions.size() > 0);
macwindowpicker_unittest.cc 31 EXPECT_TRUE(picker.Init());
32 EXPECT_TRUE(picker.GetWindowList(&descriptions));
33 EXPECT_TRUE(picker2.GetWindowList(&descriptions)); // Init is optional
fileutils_unittest.cc 21 EXPECT_TRUE(Filesystem::GetTemporaryFolder(path, true, NULL));
27 EXPECT_TRUE(Filesystem::GetTemporaryFolder(path, true, NULL));
40 EXPECT_TRUE(Filesystem::IsFile(path));
48 EXPECT_TRUE(Filesystem::DeleteFile(path));
55 EXPECT_TRUE(Filesystem::GetTemporaryFolder(path, true, NULL));
68 EXPECT_TRUE(Filesystem::GetTemporaryFolder(path, true, NULL));
72 EXPECT_TRUE(Filesystem::CreatePrivateFile(path));
78 EXPECT_TRUE(fs.get() != NULL);
83 EXPECT_TRUE(Filesystem::DeleteFile(path));
94 EXPECT_TRUE(Filesystem::IsFolder(path))
    [all...]
  /external/chromium_org/content/common/gpu/
gpu_memory_manager_unittest.cc 218 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(IsAllocationForegroundForSurfaceNo(stub3.allocation_))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontTest.cpp 185 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(Character::isCJKIdeographOrSymbol(0x2D9))
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/audio/
audio_apitest.cc 22 EXPECT_TRUE(RunExtensionTest("audio")) << message_;
  /external/chromium_org/chrome/browser/extensions/api/feedback_private/
feedback_private_apitest.cc 19 EXPECT_TRUE(RunExtensionTest("feedback_private/basic")) << message_;
  /external/chromium_org/gpu/command_buffer/service/
shader_translator_unittest.cc 39 EXPECT_TRUE(vertex_translator_->translated_shader() == NULL);
40 EXPECT_TRUE(vertex_translator_->info_log() == NULL);
41 EXPECT_TRUE(vertex_translator_->attrib_map().empty());
42 EXPECT_TRUE(vertex_translator_->uniform_map().empty());
44 EXPECT_TRUE(fragment_translator_->translated_shader() == NULL);
45 EXPECT_TRUE(fragment_translator_->info_log() == NULL);
46 EXPECT_TRUE(fragment_translator_->attrib_map().empty());
47 EXPECT_TRUE(fragment_translator_->uniform_map().empty());
65 EXPECT_TRUE(vertex_translator_->Translate(shader));
67 EXPECT_TRUE(vertex_translator_->info_log() == NULL)
    [all...]
  /external/chromium_org/net/spdy/
hpack_string_util_test.cc 24 EXPECT_TRUE(StringPiecesEqualConstantTime("foo", "foo"));
  /external/chromium_org/ui/ozone/platform/dri/
hardware_display_controller_unittest.cc 53 EXPECT_TRUE(surface->Initialize());
54 EXPECT_TRUE(controller_->BindSurfaceToController(surface.Pass(),
56 EXPECT_TRUE(controller_->surface() != NULL);
63 EXPECT_TRUE(surface->Initialize());
64 EXPECT_TRUE(controller_->BindSurfaceToController(surface.Pass(),
66 EXPECT_TRUE(controller_->SchedulePageFlip());
67 EXPECT_TRUE(controller_->surface() != NULL);
76 EXPECT_TRUE(surface->Initialize());
88 EXPECT_TRUE(surface->Initialize());
89 EXPECT_TRUE(controller_->BindSurfaceToController(surface.Pass()
    [all...]
  /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/qemu/android/filesystems/
ramdisk_extractor_unittest.cpp 61 EXPECT_TRUE(fillData(kTestRamdiskImage, kTestRamdiskImageSize));
62 EXPECT_TRUE(android_extractRamdiskFile(path(), "foo", &out, &outSize));
64 EXPECT_TRUE(out);
65 EXPECT_TRUE(!memcmp(out, kExpected, outSize));
75 EXPECT_TRUE(fillData(kTestRamdiskImage, kTestRamdiskImageSize));
76 EXPECT_TRUE(android_extractRamdiskFile(path(), "bar2", &out, &outSize));
78 EXPECT_TRUE(out);
79 EXPECT_TRUE(!memcmp(out, kExpected, outSize));
86 EXPECT_TRUE(fillData(kTestRamdiskImage, kTestRamdiskImageSize));
  /external/chromium_org/extensions/common/permissions/
permissions_data_unittest.cc 111 EXPECT_TRUE(error.empty()) << name;
123 EXPECT_TRUE(error.empty()) << name;
129 EXPECT_TRUE(error.empty()) << name;
135 EXPECT_TRUE(error.empty()) << name;
151 EXPECT_TRUE(error.empty());
172 EXPECT_TRUE(hosts.MatchesURL(GURL("http://www.google.com")));
179 EXPECT_TRUE(hosts.MatchesURL(GURL("http://google.com")));
180 EXPECT_TRUE(hosts.MatchesURL(GURL("http://foo.google.com")));
185 EXPECT_TRUE(hosts.MatchesURL(GURL("http://www.google.com")));
186 EXPECT_TRUE(hosts.MatchesURL(GURL("http://www.reddit.com")))
    [all...]
  /external/chromium_org/chrome/installer/util/
product_state_unittest.cc 99 EXPECT_TRUE(result == ERROR_SUCCESS || result == ERROR_FILE_NOT_FOUND);
109 EXPECT_TRUE(result == ERROR_SUCCESS || result == ERROR_FILE_NOT_FOUND);
122 EXPECT_TRUE(result == ERROR_SUCCESS || result == ERROR_FILE_NOT_FOUND);
130 EXPECT_TRUE(result == ERROR_SUCCESS || result == ERROR_FILE_NOT_FOUND);
139 EXPECT_TRUE(result == ERROR_SUCCESS || result == ERROR_FILE_NOT_FOUND);
148 EXPECT_TRUE(result == ERROR_SUCCESS || result == ERROR_FILE_NOT_FOUND);
149 EXPECT_TRUE(state.Initialize(system_install_, dist_));
162 EXPECT_TRUE(result == ERROR_SUCCESS || result == ERROR_FILE_NOT_FOUND);
163 EXPECT_TRUE(state.Initialize(system_install_, dist_));
164 EXPECT_TRUE(state.old_version() == NULL)
    [all...]

Completed in 1286 milliseconds

1 2 3 45 6 7 8 91011>>