Searched refs:Expect (Results 1 - 18 of 18) sorted by relevance

/external/chromium/chrome/browser/prefs/
H A Dpref_observer_mock.cc11 void PrefObserverMock::Expect(const PrefService* prefs, function in class:PrefObserverMock
H A Dpref_observer_mock.h49 void Expect(const PrefService* prefs,
H A Dpref_notifier_impl_unittest.cc163 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);
H A Dpref_service_unittest.cc70 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(
[all...]
H A Dscoped_user_pref_update_unittest.cc61 observer_.Expect(&prefs_, kPref, &expected_dictionary);
/external/v8/src/
H A Dpreparser.cc297 Expect(i::Token::FUNCTION, CHECK_OK);
326 Expect(i::Token::LBRACE, CHECK_OK);
334 Expect(i::Token::RBRACE, ok);
459 Expect(i::Token::ASSIGN, CHECK_OK);
497 Expect(i::Token::IF, CHECK_OK);
498 Expect(i::Token::LPAREN, CHECK_OK);
500 Expect(i::Token::RPAREN, CHECK_OK);
514 Expect(i::Token::CONTINUE, CHECK_OK);
531 Expect(i::Token::BREAK, CHECK_OK);
551 Expect(
[all...]
H A Dparser.cc1287 Expect(Token::ASSIGN, CHECK_OK);
1314 Expect(Token::LBRACE, CHECK_OK);
1334 Expect(Token::RBRACE, CHECK_OK);
1398 Expect(Token::STRING, CHECK_OK);
1429 Expect(Token::IMPORT, CHECK_OK);
1485 Expect(Token::EXPORT, CHECK_OK);
1881 Expect(Token::FUNCTION, CHECK_OK);
1883 Expect(Token::LPAREN, CHECK_OK);
1889 Expect(Token::COMMA, CHECK_OK);
1892 Expect(Toke
4738 void Parser::Expect(Token::Value token, bool* ok) { function in class:v8::internal::Parser
[all...]
H A Dpreparser.h617 void Expect(i::Token::Value token, bool* ok) { function in class:v8::preparser::PreParser
H A Dparser.h704 void Expect(Token::Value token, bool* ok);
/external/chromium/testing/gmock/src/
H A Dgmock-cardinalities.cc59 internal::Expect(false, __FILE__, __LINE__, ss.str());
63 internal::Expect(false, __FILE__, __LINE__, ss.str());
68 internal::Expect(false, __FILE__, __LINE__, ss.str());
H A Dgmock-spec-builders.cc256 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/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DCPPTarget.java99 * will be able to use this 1-to-1 mapping. Expect single quotes
116 * will be able to use this 1-to-1 mapping. Expect double quotes
/external/guava/guava-tests/lib/
H A Dlibtruth.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/junit/ org/junit/contrib/ org/junit/contrib/truth/ ...
/external/chromium/testing/gmock/include/gmock/internal/
H A Dgmock-internal-utils.h294 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/
H A Dgmock-internal-utils_test.cc324 // 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/
H A Ddictionary.ascend43 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/
H A Dgmock-spec-builders.h267 Expect(property, file_, line_, failure_message);
734 Expect(property, file_, line_, failure_message);
/external/mdnsresponder/mDNSShared/
H A DDebugServices.h1098 #pragma mark == Expect macros ==
1102 // Expect macros
1105 // Expect macros allow code to include runtime checking of things that should not happen in shipping code (e.g. internal

Completed in 261 milliseconds