Searched defs:expectation (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/v8/test/mjsunit/
H A Ddebug-evaluate-const.js84 var expectation = { "const0" : 0,
93 assertEquals(expectation[name], value);
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DMixedContentCheckerTest.cpp22 bool expectation; member in struct:WebCore::TestCase
37 bool expectation = cases[i].expectation; local
42 EXPECT_EQ(expectation, MixedContentChecker::isMixedContent(securityOrigin.get(), targetUrl)) << "Origin: " << origin << ", Target: " << target << ", Expectation: " << expectation; local
/external/chromium_org/media/base/
H A Dmedia_file_checker_unittest.cc14 static void RunMediaFileChecker(const std::string& filename, bool expectation) { argument
22 EXPECT_EQ(expectation, result);
/external/chromium_org/content/browser/media/
H A Dmedia_source_browsertest.cc36 const char* expectation) {
45 RunMediaTestPage("media_source_player.html", &query_params, expectation,
35 TestSimplePlayback(const char* media_file, const char* media_type, const char* expectation) argument
H A Dencrypted_media_browsertest.cc92 const char* expectation) {
104 RunMediaTestPage(html_page, &query_params, expectation, true);
87 RunEncryptedMediaTest(const char* html_page, const char* media_file, const char* media_type, const char* key_system, SrcType src_type, const char* expectation) argument
/external/chromium_org/gpu/gles2_conform_support/
H A Dgles2_conform_test.cc54 int32 expectation = local
56 if (expectation != gpu::GPUTestExpectationsParser::kGpuTestPass) {
/external/chromium_org/net/proxy/
H A Dproxy_config_unittest.cc13 void ExpectProxyServerEquals(const char* expectation, argument
15 if (expectation == NULL) {
18 EXPECT_EQ(expectation, proxy_servers.ToPacString());
/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_galleries_permissions_unittest.cc116 std::vector<MediaGalleryPermission>* expectation; member in struct:MediaGalleriesPermissionsTest::TestData
126 EXPECT_EQ(test_data[i].expectation->size(), actual.size());
128 permission_entry < test_data[i].expectation->size() &&
131 EXPECT_EQ(test_data[i].expectation->at(permission_entry).pref_id,
133 EXPECT_EQ(test_data[i].expectation->at(permission_entry).has_permission,
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSCalculationValueTest.cpp173 CSSLengthArray expectation, actual; local
174 initLengthArray(expectation);
175 EXPECT_TRUE(lengthArraysEqual(expectation, setLengthArray(actual, "0")));
177 expectation.at(CSSPrimitiveValue::UnitTypePixels) = 10;
178 EXPECT_TRUE(lengthArraysEqual(expectation, setLengthArray(actual, "10px")));
180 expectation.at(CSSPrimitiveValue::UnitTypePixels) = 0;
181 expectation.at(CSSPrimitiveValue::UnitTypePercentage) = 20;
182 EXPECT_TRUE(lengthArraysEqual(expectation, setLengthArray(actual, "20%%")));
184 expectation.at(CSSPrimitiveValue::UnitTypePixels) = 30;
185 expectation
[all...]
/external/qemu/android/kernel/
H A Dkernel_utils_unittest.cpp70 const Expectation* expectation = static_cast<const Expectation*>(opaque); local
71 if (!expectation->result)
73 text->assign(expectation->description);
118 const Expectation& expectation = kData[n]; local
120 (void*)&expectation);
121 EXPECT_EQ(expectation.result,
123 << "For [" << expectation.description << "]";
124 if (expectation.result) {
125 EXPECT_EQ(expectation.ktype, kernelType) << "For ["
126 << expectation
[all...]
/external/chromium_org/third_party/WebKit/Source/core/animation/interpolation/
H A DLengthStyleInterpolationTest.cpp112 CSSLengthArray actual, expectation; local
113 initLengthArray(expectation);
115 toCSSPrimitiveValue(interpolableValueToLength(list.get(), ValueRangeAll).get())->accumulateLengthArray(expectation);
116 EXPECT_TRUE(lengthArraysEqual(expectation, setLengthArray(actual, "calc(10%% + 10ex + 10ch + 10vh + 10vmax)")));
/external/chromium_org/chrome/browser/extensions/api/desktop_capture/
H A Ddesktop_capture_apitest.cc40 explicit FakeDesktopMediaPicker(TestFlags* expectation) argument
41 : expectation_(expectation),
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dnative_media_file_util_unittest.cc210 base::File::Error expectation = local
219 url, base::Bind(&ExpectEqHelper, test_name, expectation));
222 url, base::Bind(&ExpectEqHelper, test_name, expectation));
263 base::File::Error expectation = local
269 base::Bind(&ExpectEqHelper, test_name, expectation));
298 base::File::Error expectation = base::File::FILE_OK; local
301 expectation = base::File::FILE_ERROR_NOT_FOUND;
304 expectation = base::File::FILE_ERROR_INVALID_OPERATION;
310 base::Bind(&ExpectEqHelper, test_name, expectation));
347 base::File::Error expectation; local
403 base::File::Error expectation = base::File::FILE_OK; local
452 base::File::Error expectation; local
498 base::File::Error expectation = base::File::FILE_OK; local
528 base::File::Error expectation = base::File::FILE_OK; local
[all...]
/external/chromium_org/chrome/installer/util/
H A Dinstallation_validator.cc361 CommandExpectations::iterator expectation; local
364 // Do we have an expectation for this command?
365 expectation = the_expectations.find(cmd_id);
366 if (expectation != the_expectations.end()) {
367 (expectation->second)(ctx, cmd_iterators.first->second, is_valid);
369 the_expectations.erase(expectation);
543 const SwitchExpectations::value_type& expectation = expected[i]; local
544 if (command.HasSwitch(expectation.first) != expectation.second) {
547 << (expectation
[all...]
/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_store_mac_unittest.cc236 PasswordFormData* expectation = expectations[i]; local
237 EXPECT_EQ(expectation->scheme, form->scheme) << test_label;
238 EXPECT_EQ(std::string(expectation->signon_realm), form->signon_realm)
240 EXPECT_EQ(GURL(expectation->origin), form->origin) << test_label;
241 EXPECT_EQ(GURL(expectation->action), form->action) << test_label;
242 EXPECT_EQ(WideToUTF16(expectation->submit_element), form->submit_element)
244 EXPECT_EQ(WideToUTF16(expectation->username_element),
246 EXPECT_EQ(WideToUTF16(expectation->password_element),
248 if (expectation->username_value) {
249 EXPECT_EQ(WideToUTF16(expectation
[all...]
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_browsertest.cc714 base::string16 expectation = local
718 expectations.push_back(expectation);

Completed in 638 milliseconds