/external/chromium_org/v8/test/mjsunit/ |
debug-evaluate-const.js | 84 var expectation = { "const0" : 0, 93 assertEquals(expectation[name], value);
|
/external/chromium_org/gpu/gles2_conform_support/ |
gles2_conform_test.cc | 54 int32 expectation = local 56 if (expectation != gpu::GPUTestExpectationsParser::kGpuTestPass) {
|
/external/chromium_org/chrome/browser/media_galleries/ |
media_galleries_permissions_unittest.cc | 116 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,
|
/cts/libs/vogar-expect/src/vogar/ |
AnnotatedOutcome.java | 28 * with, if applicable, and the expectation for this test, so that result value information is 38 private final Expectation expectation; field in class:AnnotatedOutcome 47 AnnotatedOutcome(Outcome outcome, Expectation expectation, 53 this.expectation = expectation; 70 return outcome.getResultValue(expectation); 76 previousResultValues.add(previousOutcome.getResultValue(expectation)); 100 return tagOutcome == null ? null : tagOutcome.getResultValue(expectation); [all...] |
ExpectationStore.java | 49 * <p>If an outcome matches both an outcome expectation and a failure 50 * expectation, the outcome expectation will be returned. 54 private final Map<String, Expectation> outcomes = new LinkedHashMap<String, Expectation>(); 55 private final Map<String, Expectation> failures = new LinkedHashMap<String, Expectation>(); 61 * returns a value for all names, even if no explicit expectation was set. 63 public Expectation get(String name) { 64 Expectation byName = getByNameOrPackage(name) 95 Expectation expectation = outcomes.get(name); local 191 Expectation expectation = new Expectation(result, pattern, tags, description, buganizerBug); local [all...] |
/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
native_media_file_util_unittest.cc | 209 base::PlatformFileError expectation = local 218 url, base::Bind(&ExpectEqHelper, test_name, expectation)); 221 url, base::Bind(&ExpectEqHelper, test_name, expectation)); 262 base::PlatformFileError expectation = local 268 base::Bind(&ExpectEqHelper, test_name, expectation)); 297 base::PlatformFileError expectation = base::PLATFORM_FILE_OK; local 300 expectation = base::PLATFORM_FILE_ERROR_NOT_FOUND; 303 expectation = base::PLATFORM_FILE_ERROR_INVALID_OPERATION; 309 base::Bind(&ExpectEqHelper, test_name, expectation)); 346 base::PlatformFileError expectation; local 402 base::PlatformFileError expectation = base::PLATFORM_FILE_OK; local 451 base::PlatformFileError expectation; local 497 base::PlatformFileError expectation = base::PLATFORM_FILE_OK; local 527 base::PlatformFileError expectation = base::PLATFORM_FILE_OK; local [all...] |
/external/chromium_org/chrome/installer/util/ |
installation_validator.cc | 361 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.second ? " is missing" : " has") << " \" [all...] |
/external/chromium/chrome/browser/password_manager/ |
password_store_mac_unittest.cc | 199 PasswordFormData* expectation = expectations[i]; local 200 EXPECT_EQ(expectation->scheme, form->scheme) << test_label; 201 EXPECT_EQ(std::string(expectation->signon_realm), form->signon_realm) 203 EXPECT_EQ(GURL(expectation->origin), form->origin) << test_label; 204 EXPECT_EQ(GURL(expectation->action), form->action) << test_label; 205 EXPECT_EQ(WideToUTF16(expectation->submit_element), form->submit_element) 207 EXPECT_EQ(WideToUTF16(expectation->username_element), 209 EXPECT_EQ(WideToUTF16(expectation->password_element), 211 if (expectation->username_value) { 212 EXPECT_EQ(WideToUTF16(expectation->username_value) [all...] |
/external/chromium_org/chrome/browser/password_manager/ |
password_store_mac_unittest.cc | 200 PasswordFormData* expectation = expectations[i]; local 201 EXPECT_EQ(expectation->scheme, form->scheme) << test_label; 202 EXPECT_EQ(std::string(expectation->signon_realm), form->signon_realm) 204 EXPECT_EQ(GURL(expectation->origin), form->origin) << test_label; 205 EXPECT_EQ(GURL(expectation->action), form->action) << test_label; 206 EXPECT_EQ(WideToUTF16(expectation->submit_element), form->submit_element) 208 EXPECT_EQ(WideToUTF16(expectation->username_element), 210 EXPECT_EQ(WideToUTF16(expectation->password_element), 212 if (expectation->username_value) { 213 EXPECT_EQ(WideToUTF16(expectation->username_value) [all...] |
/external/chromium_org/chrome/browser/ui/autofill/ |
autofill_dialog_controller_browsertest.cc | 584 base::string16 expectation = local 588 expectations.push_back(expectation); 626 base::string16 expectation = local 630 EXPECT_EQ(expectation, view->GetTextContentsOfInput(inputs[i])); 640 base::string16 expectation = local 645 expectation = ASCIIToUTF16("United States"); 647 expectations.push_back(expectation); [all...] |
/prebuilts/misc/common/groovy/ |
groovy-all-1.7.0.jar | |