/external/chromium_org/v8/src/ |
D | preparser.cc | 344 Expect(Token::FUNCTION, CHECK_OK); in ParseFunctionDeclaration() 360 Expect(Token::CLASS, CHECK_OK); in ParseClassDeclaration() 378 Expect(Token::LBRACE, CHECK_OK); in ParseBlock() 386 Expect(Token::RBRACE, ok); in ParseBlock() 482 Expect(Token::ASSIGN, CHECK_OK); in ParseVariableDeclarations() 526 Expect(Token::IF, CHECK_OK); in ParseIfStatement() 527 Expect(Token::LPAREN, CHECK_OK); in ParseIfStatement() 529 Expect(Token::RPAREN, CHECK_OK); in ParseIfStatement() 543 Expect(Token::CONTINUE, CHECK_OK); in ParseContinueStatement() 561 Expect(Token::BREAK, CHECK_OK); in ParseBreakStatement() [all …]
|
D | parser.cc | 1241 Expect(Token::ASSIGN, CHECK_OK); in ParseModule() 1269 Expect(Token::LBRACE, CHECK_OK); in ParseModuleLiteral() 1287 Expect(Token::RBRACE, CHECK_OK); in ParseModuleLiteral() 1369 Expect(Token::STRING, CHECK_OK); in ParseModuleUrl() 1413 Expect(Token::IMPORT, CHECK_OK); in ParseImportDeclaration() 1470 Expect(Token::EXPORT, CHECK_OK); in ParseExportDeclaration() 1880 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 | 328 void Expect(Token::Value token, bool* ok) { in Expect() function 349 Expect(Token::SEMICOLON, ok); in ExpectSemicolon() 371 Expect(Token::IDENTIFIER, ok); in ExpectContextualKeyword() 1540 Expect(Token::RBRACE, ok); in ParseEagerFunctionBody() 1829 Expect(Token::RPAREN, CHECK_OK); in ParsePrimaryExpression() 1878 Expect(Token::COMMA, CHECK_OK); in ParseExpression() 1896 Expect(Token::LBRACK, CHECK_OK); in ParseArrayLiteral() 1906 Expect(Token::COMMA, CHECK_OK); in ParseArrayLiteral() 1909 Expect(Token::RBRACK, CHECK_OK); in ParseArrayLiteral() 2060 Expect(Token::LBRACE, CHECK_OK); in ParseObjectLiteral() [all …]
|
/external/compiler-rt/lib/tsan/tests/unit/ |
D | tsan_mutexset_test.cc | 18 static void Expect(const MutexSet &mset, uptr i, u64 id, bool write, u64 epoch, in Expect() function 33 Expect(mset, 0, 1, true, 2, 1); in TEST() 40 Expect(mset, 0, 3, true, 4, 1); in TEST() 41 Expect(mset, 1, 5, false, 6, 1); in TEST() 52 Expect(mset, 0, 1, true, 2, 1); in TEST() 56 Expect(mset, 0, 1, true, 2, 2); in TEST() 60 Expect(mset, 0, 1, true, 2, 1); in TEST() 86 Expect(mset, 0, 3, true, 4, 2); in TEST() 96 Expect(mset, i, i, true, i + 1, 1); in TEST() 104 Expect(mset, i, i, true, i + 1, 2); in TEST() [all …]
|
/external/chromium_org/base/prefs/ |
D | pref_service_unittest.cc | 37 obs.Expect(pref_name, &expected_value); in TEST() 49 obs.Expect(pref_name, &expected_default_value); in TEST() 96 obs.Expect(pref_name, &expected_new_pref_value); in TEST() 104 obs.Expect(pref_name, &expected_new_pref_value2); in TEST() 105 obs2.Expect(pref_name, &expected_new_pref_value2); in TEST() 114 obs.Expect(pref_name, &expected_new_pref_value2); in TEST() 115 obs2.Expect(pref_name, &expected_new_pref_value2); in TEST() 125 obs2.Expect(pref_name, &expected_new_pref_value); in TEST() 254 observer_.Expect(kName, &default_value); in TEST_F() 263 observer_.Expect(kName, &new_value); in TEST_F() [all …]
|
D | mock_pref_change_callback.cc | 20 void MockPrefChangeCallback::Expect(const std::string& pref_name, in Expect() function in MockPrefChangeCallback
|
D | mock_pref_change_callback.h | 45 void Expect(const std::string& pref_name,
|
/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_org/v8/tools/push-to-trunk/ |
D | test_scripts.py | 287 def Expect(self, recipe): member in SimpleMock 416 def Expect(self, *args): member in ScriptTest 418 self._mock.Expect(*args) 440 self.Expect([Cmd("git --version", "git version 1.2.3"), 446 self.Expect([ 459 self.Expect([ 471 self.Expect([ 486 self.Expect([ 523 self.Expect([ 534 self.Expect([ [all …]
|
/external/chromium_org/chrome/browser/chromeos/net/ |
D | network_portal_detector_impl_unittest.cc | 291 ->Expect(NetworkPortalDetector::CAPTIVE_PORTAL_STATUS_ONLINE, 1) in TEST_F() 330 ->Expect(NetworkPortalDetector::CAPTIVE_PORTAL_STATUS_PORTAL, 3) in TEST_F() 383 ->Expect(NetworkPortalDetector::CAPTIVE_PORTAL_STATUS_ONLINE, 1) in TEST_F() 410 ->Expect(NetworkPortalDetector::CAPTIVE_PORTAL_STATUS_ONLINE, 1) in TEST_F() 411 ->Expect(NetworkPortalDetector::CAPTIVE_PORTAL_STATUS_PORTAL, 1) in TEST_F() 444 ->Expect(NetworkPortalDetector::CAPTIVE_PORTAL_STATUS_ONLINE, 1) in TEST_F() 465 ->Expect(NetworkPortalDetector::CAPTIVE_PORTAL_STATUS_ONLINE, 1) in TEST_F() 502 ->Expect(NetworkPortalDetector::CAPTIVE_PORTAL_STATUS_ONLINE, 1) in TEST_F() 503 ->Expect(NetworkPortalDetector::CAPTIVE_PORTAL_STATUS_PORTAL, 2) in TEST_F() 596 ->Expect(NetworkPortalDetector::CAPTIVE_PORTAL_STATUS_ONLINE, 1) in TEST_F() [all …]
|
D | network_portal_detector_impl_browsertest.cc | 192 ui_checker.Expect(Controller::NOTIFICATION_METRIC_DISPLAYED, 1)->Check()); in IN_PROC_BROWSER_TEST_F() 203 action_checker.Expect(Controller::USER_ACTION_METRIC_CLOSED, 1)->Check()); in IN_PROC_BROWSER_TEST_F()
|
D | network_portal_detector_test_utils.h | 28 EnumHistogramChecker* Expect(int key, int value);
|
D | network_portal_detector_test_utils.cc | 24 EnumHistogramChecker* EnumHistogramChecker::Expect(int key, int value) { in Expect() function in chromeos::EnumHistogramChecker
|
/external/chromium_org/native_client_sdk/src/tools/ |
D | nacl_config.py | 81 def Expect(condition, message): function 87 Expect(toolchain in expected_toolchains, 93 Expect(arch in expected_arches, 103 Expect(arch is None, 107 Expect(arch is None or arch == 'pnacl', 110 Expect(arch is not None, 122 Expect(toolchain in ['newlib', 'bionic'],
|
/external/valgrind/main/memcheck/tests/ |
D | err_disable_arange1.stderr.exp | 2 Doing invalid access. Expect complaint. 14 Doing invalid another access. Expect no complaint. 20 Doing a third access. Expect complaint. 29 Exiting. Expect warnings of 2 remaining ranges.
|
/external/chromium_org/chrome/browser/ui/app_list/ |
D | app_list_service_mac_unittest.mm | 138 // Bottom dock. Expect the app list to be centered on the dock. 147 // Left dock. Expect the app list to be centered on the dock. 157 // Right dock. Expect the app list to be centered on the dock. 175 // Expect the app list to be in the bottom-left corner. 193 // Bottom dock. Expect the app list to be centered on the dock. 203 // Left dock. Expect the app list to be centered on the dock. 214 // Right dock. Expect the app list to be centered on the dock. 232 // Bottom dock. Expect the app list to be kExtraDistance pixels from the dock 243 // Left dock. Expect the app list to be kExtraDistance pixels from the dock 255 // Right dock. Expect the app list to be kExtraDistance pixels from the dock [all …]
|
/external/chromium_org/third_party/pexpect/ |
D | README | 1 Pexpect is a Pure Python Expect-like module 7 Don Libes' Expect. Pexpect allows your script to spawn a child application and 13 automated software testing. Pexpect is in the spirit of Don Libes' Expect, but 14 Pexpect is pure Python. Unlike other Expect-like modules for Python, Pexpect 15 does not require TCL or Expect nor does it require C extensions to be compiled.
|
D | PKG-INFO | 4 Summary: Pexpect is a pure Python Expect. It allows easy control of other applications.
|
/external/chromium_org/net/base/ |
D | prioritized_dispatcher_unittest.cc | 158 void Expect(std::string log) { in Expect() function in net::__anon130a05300111::PrioritizedDispatcherTest 223 Expect("a.b.c.d."); in TEST_F() 247 Expect("a.c.d.b.e."); in TEST_F() 274 Expect("a.d.c.e.b.f."); in TEST_F() 316 Expect("abdfg.h...e..c.."); in TEST_F() 353 Expect("a.d.be..c."); in TEST_F() 378 Expect("a.c.e."); in TEST_F() 401 Expect("a.c.e."); in TEST_F() 435 Expect("cb.a.."); in TEST_F() 479 Expect("ab..cd.e.."); in TEST_F() [all …]
|
/external/lldb/test/pexpect-2.4/ |
D | README | 1 Pexpect is a Pure Python Expect-like module 7 Don Libes' Expect. Pexpect allows your script to spawn a child application and 14 Expect, but Pexpect is pure Python. Unlike other Expect-like modules for 15 Python, Pexpect does not require TCL or Expect nor does it require C
|
D | PKG-INFO | 4 Summary: Pexpect is a pure Python Expect. It allows easy control of other applications.
|
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
D | js_fs_test.cc | 156 void Expect(PP_Var request, PP_Var response) { in Expect() function in __anonf0623e9b0111::JsFsTest 501 Expect(expected, response); in SetUp() 535 Expect(expected, response); in TEST_F() 555 Expect(expected, response); in TEST_F() 574 Expect(expected, response); in TEST_F() 592 Expect(expected, response); in TEST_F() 610 Expect(expected, response); in TEST_F() 629 Expect(expected, response); in TEST_F() 659 Expect(expected, response); in TEST_F() 692 Expect(expected, response); in TEST_F() [all …]
|
/external/llvm/test/tools/llvm-objdump/ |
D | disassembly-show-raw.test | 6 // Expect to find the raw incoding when run with raw output (default), but not
|
/external/clang/test/CodeGenOpenCL/ |
D | addr-space-struct-arg.cl | 20 // Expect two mem copies: one for the argument "in", and one for
|
/external/valgrind/main/memcheck/tests/amd64/ |
D | sh-mem-vec128-plo-yes.stderr.exp | 24 Expect 2 x no error 26 Expect 2 x error 43 Expect 2 x no error 45 Expect 2 x error
|