Home
last modified time | relevance | path

Searched refs:Expect (Results 1 – 25 of 44) sorted by relevance

12

/external/v8/src/
Dpreparser.cc297 Expect(i::Token::FUNCTION, CHECK_OK); in ParseFunctionDeclaration()
326 Expect(i::Token::LBRACE, CHECK_OK); in ParseBlock()
334 Expect(i::Token::RBRACE, ok); in ParseBlock()
459 Expect(i::Token::ASSIGN, CHECK_OK); in ParseVariableDeclarations()
497 Expect(i::Token::IF, CHECK_OK); in ParseIfStatement()
498 Expect(i::Token::LPAREN, CHECK_OK); in ParseIfStatement()
500 Expect(i::Token::RPAREN, CHECK_OK); in ParseIfStatement()
514 Expect(i::Token::CONTINUE, CHECK_OK); in ParseContinueStatement()
531 Expect(i::Token::BREAK, CHECK_OK); in ParseBreakStatement()
551 Expect(i::Token::RETURN, CHECK_OK); in ParseReturnStatement()
[all …]
Dparser.cc1287 Expect(Token::ASSIGN, CHECK_OK); in ParseModule()
1314 Expect(Token::LBRACE, CHECK_OK); in ParseModuleLiteral()
1334 Expect(Token::RBRACE, CHECK_OK); in ParseModuleLiteral()
1398 Expect(Token::STRING, CHECK_OK); in ParseModuleUrl()
1429 Expect(Token::IMPORT, CHECK_OK); in ParseImportDeclaration()
1485 Expect(Token::EXPORT, CHECK_OK); in ParseExportDeclaration()
1881 Expect(Token::FUNCTION, CHECK_OK); in ParseNativeDeclaration()
1883 Expect(Token::LPAREN, CHECK_OK); in ParseNativeDeclaration()
1889 Expect(Token::COMMA, CHECK_OK); in ParseNativeDeclaration()
1892 Expect(Token::RPAREN, CHECK_OK); in ParseNativeDeclaration()
[all …]
Dpreparser.h617 void Expect(i::Token::Value token, bool* ok) { in Expect() function
Dparser.h704 void Expect(Token::Value token, bool* ok);
/external/llvm/test/CodeGen/X86/
Dtailcallbyval64.ll5 ; Expect the entry point.
8 ; Expect 2 rep;movs because of tail call byval lowering.
17 ; Expect argument 4 to be moved directly to register edx.
20 ; Expect argument 6 to be moved directly to register r8.
23 ; Expect not call but jmp to @tailcallee.
26 ; Expect the trailer.
/external/chromium/chrome/browser/prefs/
Dpref_service_unittest.cc70 obs.Expect(&prefs, pref_name, &expected_value); in TEST()
82 obs.Expect(&prefs, pref_name, &expected_default_value); in TEST()
125 obs.Expect(&prefs, pref_name, &expected_new_pref_value); in TEST()
133 obs.Expect(&prefs, pref_name, &expected_new_pref_value2); in TEST()
134 obs2.Expect(&prefs, pref_name, &expected_new_pref_value2); in TEST()
144 obs2.Expect(&prefs, pref_name, &expected_new_pref_value); in TEST()
374 observer_.Expect(&prefs_, kName, &default_value); in TEST_F()
383 observer_.Expect(&prefs_, kName, &new_value); in TEST_F()
400 observer_.Expect(&prefs_, kName, &new_value); in TEST_F()
409 observer_.Expect(&prefs_, kName, &empty); in TEST_F()
[all …]
Dpref_notifier_impl_unittest.cc163 obs1_.Expect(&pref_service_, kChangedPref, &value_true); in TEST_F()
172 obs1_.Expect(&pref_service_, kChangedPref, &value_true); in TEST_F()
173 obs2_.Expect(&pref_service_, kChangedPref, &value_true); in TEST_F()
182 obs2_.Expect(&pref_service_, kChangedPref, &value_true); in TEST_F()
191 obs2_.Expect(&pref_service_, kChangedPref, &value_true); in TEST_F()
Dpref_observer_mock.cc11 void PrefObserverMock::Expect(const PrefService* prefs, in Expect() function in PrefObserverMock
Dpref_observer_mock.h49 void Expect(const PrefService* prefs,
Dscoped_user_pref_update_unittest.cc61 observer_.Expect(&prefs_, kPref, &expected_dictionary); in TEST_F()
/external/chromium/testing/gmock/src/
Dgmock-cardinalities.cc59 internal::Expect(false, __FILE__, __LINE__, ss.str()); in BetweenCardinalityImpl()
63 internal::Expect(false, __FILE__, __LINE__, ss.str()); in BetweenCardinalityImpl()
68 internal::Expect(false, __FILE__, __LINE__, ss.str()); in BetweenCardinalityImpl()
Dgmock-spec-builders.cc256 Expect(false, NULL, -1, msg); in ReportUninterestingCall()
422 Expect(false, NULL, -1, ss.str()); in UntypedInvokeWith()
425 Expect(false, untyped_expectation->file(), in UntypedInvokeWith()
479 Expect(false, untyped_expectation->file(), in VerifyAndClearExpectationsLocked()
/external/chromium/testing/gmock/include/gmock/internal/
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/
Dgmock-internal-utils_test.cc326 Expect(true, __FILE__, __LINE__, "This should succeed."); in TEST()
327 Expect(true, __FILE__, __LINE__); // This should succeed too. in TEST()
333 Expect(false, __FILE__, __LINE__, "This should fail."); in TEST()
337 Expect(false, __FILE__, __LINE__); in TEST()
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/headers/
Dmozilla28 Expect
/external/ppp/pppd/plugins/radius/etc/
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/antlr/antlr-3.4/runtime/Perl5/
DREADME14 syntax. Expect error messages like the following.
/external/llvm/cmake/modules/
DHandleLLVMOptions.cmake15 # Expect "$(Configuration)", "$(OutDir)", etc.
19 # Expect "Release" "Debug", etc.
/external/webkit/Tools/DumpRenderTree/mac/
DMockGeolocationProvider.mm102 // Expect that views won't be (un)registered while iterating.
/external/chromium/chrome/browser/ui/cocoa/toolbar/
Dreload_button_unittest.mm60 // Expect the action once.
228 // Expect the action once.
/external/webkit/Tools/android/flex-2.5.4a/MISC/VMS/
DREADME.VMS28 (Expect one or two informational messages from the compiler about
/external/valgrind/main/drd/
DTesting.txt57 10. Test whether DRD works with standard GNOME applications. Expect
/external/strace/
DPORTING52 with ad hoc shell scripts. Expect your scripts to break with every
/external/chromium/testing/gmock/include/gmock/
Dgmock-spec-builders.h267 Expect(property, file_, line_, failure_message); in ExpectSpecProperty()
734 Expect(property, file_, line_, failure_message); in ExpectSpecProperty()
/external/mdnsresponder/mDNSShared/
DDebugServices.h1098 #pragma mark == Expect macros ==

12