/external/v8/src/ |
preparser.cc | 198 Expect(i::Token::FUNCTION, CHECK_OK); 210 Expect(i::Token::NATIVE, CHECK_OK); 211 Expect(i::Token::FUNCTION, CHECK_OK); 213 Expect(i::Token::LPAREN, CHECK_OK); 219 Expect(i::Token::COMMA, CHECK_OK); 222 Expect(i::Token::RPAREN, CHECK_OK); 223 Expect(i::Token::SEMICOLON, CHECK_OK); 235 Expect(i::Token::LBRACE, CHECK_OK); 239 Expect(i::Token::RBRACE, CHECK_OK); 283 Expect(i::Token::ASSIGN, CHECK_OK) [all...] |
parser.cc | [all...] |
preparser.h | 250 void Expect(i::Token::Value token, bool* ok) {
|
regexp.js | 28 // Expect $Object = global.Object; 29 // Expect $Array = global.Array;
|
parser.h | 603 void Expect(Token::Value token, bool* ok);
|
uri.js | 31 // Expect $String = global.String;
|
/external/chromium/chrome/browser/prefs/ |
pref_observer_mock.cc | 11 void PrefObserverMock::Expect(const PrefService* prefs,
|
pref_observer_mock.h | 49 void Expect(const PrefService* prefs,
|
pref_notifier_impl_unittest.cc | 163 obs1_.Expect(&pref_service_, kChangedPref, &value_true); 172 obs1_.Expect(&pref_service_, kChangedPref, &value_true); 173 obs2_.Expect(&pref_service_, kChangedPref, &value_true); 182 obs2_.Expect(&pref_service_, kChangedPref, &value_true); 191 obs2_.Expect(&pref_service_, kChangedPref, &value_true);
|
pref_service_unittest.cc | 70 obs.Expect(&prefs, pref_name, &expected_value); 82 obs.Expect(&prefs, pref_name, &expected_default_value); 125 obs.Expect(&prefs, pref_name, &expected_new_pref_value); 133 obs.Expect(&prefs, pref_name, &expected_new_pref_value2); 134 obs2.Expect(&prefs, pref_name, &expected_new_pref_value2); 144 obs2.Expect(&prefs, pref_name, &expected_new_pref_value); 374 observer_.Expect(&prefs_, kName, &default_value); 383 observer_.Expect(&prefs_, kName, &new_value); 400 observer_.Expect(&prefs_, kName, &new_value); 409 observer_.Expect(&prefs_, kName, &empty) [all...] |
scoped_user_pref_update_unittest.cc | 61 observer_.Expect(&prefs_, kPref, &expected_dictionary);
|
/external/chromium/testing/gmock/src/ |
gmock-cardinalities.cc | 59 internal::Expect(false, __FILE__, __LINE__, ss.str()); 63 internal::Expect(false, __FILE__, __LINE__, ss.str()); 68 internal::Expect(false, __FILE__, __LINE__, ss.str());
|
gmock-spec-builders.cc | 256 Expect(false, NULL, -1, msg); 392 // This definition must be kept in sync with the uses of Expect() 422 Expect(false, NULL, -1, ss.str()); 425 Expect(false, untyped_expectation->file(), 475 // in the description, as the Expect() call that follows already 479 Expect(false, untyped_expectation->file(),
|
/external/chromium/testing/gmock/include/gmock/internal/ |
gmock-internal-utils.h | 294 inline void Expect(bool condition, const char* file, int line, 301 inline void Expect(bool condition, const char* file, int line) { 302 Expect(condition, file, line, "Expectation failed.");
|
/external/chromium/testing/gmock/test/ |
gmock-internal-utils_test.cc | 324 // Tests that Expect(true, ...) succeeds. 326 Expect(true, __FILE__, __LINE__, "This should succeed."); 327 Expect(true, __FILE__, __LINE__); // This should succeed too. 330 // Tests that Expect(false, ...) generates a non-fatal failure. 333 Expect(false, __FILE__, __LINE__, "This should fail."); 337 Expect(false, __FILE__, __LINE__);
|
/external/ppp/pppd/plugins/radius/etc/ |
dictionary.ascend | 43 ATTRIBUTE Ascend-Expect-Callback 149 integer 206 VALUE Ascend-Expect-Callback Expect-Callback-No 0 207 VALUE Ascend-Expect-Callback Expect-Callback-Yes 1
|
/external/chromium/testing/gmock/include/gmock/ |
gmock-spec-builders.h | 267 Expect(property, file_, line_, failure_message); 734 Expect(property, file_, line_, failure_message); [all...] |