/external/v8/src/ |
D | preparser.cc | 297 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 …]
|
D | parser.cc | 1287 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 …]
|
D | preparser.h | 617 void Expect(i::Token::Value token, bool* ok) { in Expect() function
|
D | parser.h | 704 void Expect(Token::Value token, bool* ok);
|
/external/llvm/test/CodeGen/X86/ |
D | tailcallbyval64.ll | 5 ; 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/ |
D | pref_service_unittest.cc | 70 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 …]
|
D | pref_notifier_impl_unittest.cc | 163 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()
|
D | pref_observer_mock.cc | 11 void PrefObserverMock::Expect(const PrefService* prefs, in Expect() function in PrefObserverMock
|
D | pref_observer_mock.h | 49 void Expect(const PrefService* prefs,
|
D | scoped_user_pref_update_unittest.cc | 61 observer_.Expect(&prefs_, kPref, &expected_dictionary); in TEST_F()
|
/external/chromium/testing/gmock/src/ |
D | gmock-cardinalities.cc | 59 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()
|
D | gmock-spec-builders.cc | 256 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/ |
D | 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/ |
D | gmock-internal-utils_test.cc | 326 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/ |
D | mozilla | 28 Expect
|
/external/ppp/pppd/plugins/radius/etc/ |
D | 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/antlr/antlr-3.4/runtime/Perl5/ |
D | README | 14 syntax. Expect error messages like the following.
|
/external/llvm/cmake/modules/ |
D | HandleLLVMOptions.cmake | 15 # Expect "$(Configuration)", "$(OutDir)", etc. 19 # Expect "Release" "Debug", etc.
|
/external/webkit/Tools/DumpRenderTree/mac/ |
D | MockGeolocationProvider.mm | 102 // Expect that views won't be (un)registered while iterating.
|
/external/chromium/chrome/browser/ui/cocoa/toolbar/ |
D | reload_button_unittest.mm | 60 // Expect the action once. 228 // Expect the action once.
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/VMS/ |
D | README.VMS | 28 (Expect one or two informational messages from the compiler about
|
/external/valgrind/main/drd/ |
D | Testing.txt | 57 10. Test whether DRD works with standard GNOME applications. Expect
|
/external/strace/ |
D | PORTING | 52 with ad hoc shell scripts. Expect your scripts to break with every
|
/external/chromium/testing/gmock/include/gmock/ |
D | gmock-spec-builders.h | 267 Expect(property, file_, line_, failure_message); in ExpectSpecProperty() 734 Expect(property, file_, line_, failure_message); in ExpectSpecProperty()
|
/external/mdnsresponder/mDNSShared/ |
D | DebugServices.h | 1098 #pragma mark == Expect macros ==
|