Searched defs:expectations (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/parsers/
H A Dmetadata_parser_filebase_unittest.cc78 std::map<std::string, std::string> expectations; local
79 expectations[MetadataParser::kPropertyFilesize] = test_file_size();
80 expectations[MetadataParser::kPropertyTitle] = test_file_str();
88 ASSERT_TRUE(expectations.find(key) != expectations.end());
89 EXPECT_EQ(expectations[key], value);
91 expectations.erase(key);
96 EXPECT_TRUE(expectations.empty());
/external/v8/test/cctest/
H A Dtest-decls.cc61 Expectations expectations,
128 Expectations expectations,
141 if (expectations == EXPECT_RESULT) {
147 CHECK(expectations == EXPECT_EXCEPTION);
126 Check(const char* source, int get, int set, int query, Expectations expectations, v8::Handle<Value> value) argument
/external/chromium/chrome/browser/password_manager/
H A Dpassword_store_mac_unittest.cc176 #define CHECK_FORMS(forms, expectations, i) \
177 CheckFormsAgainstExpectations(forms, expectations, #forms, i)
179 // Ensures that the data in |forms| match |expectations|, causing test failures
182 // matter if |forms| and |expectations| are scrambled.
185 const std::vector<PasswordFormData*>& expectations,
191 EXPECT_EQ(expectations.size(), forms.size()) << test_label;
192 if (expectations.size() != forms.size())
195 for (unsigned int i = 0; i < expectations.size(); ++i) {
199 PasswordFormData* expectation = expectations[i];
183 CheckFormsAgainstExpectations( const std::vector<PasswordForm*>& forms, const std::vector<PasswordFormData*>& expectations, const char* forms_label, unsigned int test_number) argument
/external/webkit/Source/WebKit/chromium/src/js/
H A DTests.js447 var expectations = {
457 this.assertEquals(expectations.functionsOnStack[0], callFrame.functionName);
459 this._checkSourceFrameWhenLoaded(expectations, function() {
710 * Checks current execution line against expectations.
750 * Waits for script pause, checks expectations, and invokes the callback.
751 * @param {Object} expectations Dictionary of expectations
754 TestSuite.prototype._waitForScriptPause = function(expectations, callback)
767 test.assertEquals(expectations.functionsOnStack.join(","), functionsOnStack.join(","), "Unexpected stack.");
771 test._checkSourceFrameWhenLoaded(expectations, callbac
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 102 milliseconds