/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/ |
D | ServerHelloTest.java | 35 byte[] server_version = new byte[] { 3, 1 }; in testServerHello() 37 server_version, session_id, cipher_suite, (byte) 0); in testServerHello() 42 message.server_version, server_version)); in testServerHello() 59 message.server_version, message_2.server_version)); in testServerHello()
|
/external/chromium_org/chrome_frame/test/ |
D | automation_client_mock.h | 29 AutomationLaunchResult reason, const std::string& server_version)); 97 MOCK_METHOD0(server_version, std::string(void));
|
D | automation_client_mock.cc | 246 EXPECT_CALL(mock_proxy_, server_version()).Times(testing::AnyNumber()) in TEST_F() 283 EXPECT_CALL(mock_proxy_, server_version()).Times(testing::AnyNumber()) in TEST_F() 428 EXPECT_CALL(mock_proxy_, server_version()).Times(testing::AnyNumber()) in TEST_F()
|
/external/chromium_org/chrome/test/automation/ |
D | automation_proxy.cc | 78 std::string server_version; in OnAutomationHello() local 80 if (!hello_message.ReadString(&iter, &server_version)) { in OnAutomationHello() 87 server_->SignalAppLaunch(server_version); in OnAutomationHello()
|
D | automation_proxy.h | 200 std::string server_version() const { in server_version() function
|
/external/chromium_org/chrome_frame/ |
D | delete_chrome_history.h | 53 AutomationLaunchResult reason, const std::string& server_version);
|
D | chrome_frame_delegate.h | 48 AutomationLaunchResult reason, const std::string& server_version) = 0; 78 AutomationLaunchResult reason, const std::string& server_version) {} in OnAutomationServerLaunchFailed() argument
|
D | chrome_frame_automation.h | 46 virtual std::string server_version() = 0; 79 virtual std::string server_version() { in server_version() function 80 return AutomationProxy::server_version(); in server_version()
|
D | delete_chrome_history.cc | 40 AutomationLaunchResult reason, const std::string& server_version) { in OnAutomationServerLaunchFailed() argument
|
D | chrome_frame_activex.h | 97 AutomationLaunchResult reason, const std::string& server_version);
|
D | chrome_frame_activex.cc | 300 AutomationLaunchResult reason, const std::string& server_version) { in OnAutomationServerLaunchFailed() argument 301 Base::OnAutomationServerLaunchFailed(reason, server_version); in OnAutomationServerLaunchFailed() 306 DisplayVersionMismatchWarning(m_hWnd, server_version); in OnAutomationServerLaunchFailed()
|
D | utils.cc | 298 const std::string& server_version) { in DisplayVersionMismatchWarning() argument 304 if (server_version.empty()) { in DisplayVersionMismatchWarning() 307 wide_server_version = ASCIIToWide(server_version); in DisplayVersionMismatchWarning()
|
D | utils.h | 103 const std::string& server_version);
|
D | chrome_frame_automation.cc | 938 version = automation_server_->server_version(); in InitializeComplete()
|
D | chrome_frame_activex_base.h | 534 AutomationLaunchResult reason, const std::string& server_version) { in OnAutomationServerLaunchFailed() argument
|
/external/chromium_org/third_party/tlslite/tlslite/ |
D | messages.py | 239 self.server_version = (0,0) 251 self.server_version = version 261 self.server_version = (p.get(1), p.get(1)) 282 w.add(self.server_version[0], 1) 283 w.add(self.server_version[1], 1)
|
D | TLSConnection.py | 557 self.version = serverHello.server_version 563 if serverHello.server_version < settings.minVersion: 566 "Too old version: %s" % str(serverHello.server_version)): 568 if serverHello.server_version > settings.maxVersion: 571 "Too new version: %s" % str(serverHello.server_version)):
|
/external/chromium_org/net/third_party/nss/ssl/ |
D | ssl3prot.h | 160 SSL3ProtocolVersion server_version; member
|
/external/chromium_org/sync/syncable/ |
D | directory.cc | 1044 int64 server_version = e.GetServerVersion(); in CheckTreeInvariants() local 1081 if (!SyncAssert(0 == server_version, FROM_HERE, in CheckTreeInvariants()
|
D | syncable_unittest.cc | 543 int64 server_version, 2049 int64 server_version, in ValidateEntry() argument 2056 ASSERT_TRUE(server_version == e.GetServerVersion()); in ValidateEntry()
|
/external/clang/tools/scan-view/ |
D | ScanView.py | 204 server_version = "ScanViewServer/" + __version__ variable in ScanViewRequestHandler
|
/external/chromium/chrome/browser/sync/syncable/ |
D | syncable_unittest.cc | 409 int64 server_version, 1375 int64 server_version, in ValidateEntry() argument 1382 ASSERT_TRUE(server_version == e.Get(SERVER_VERSION)); in ValidateEntry()
|
D | syncable.cc | 1041 int64 server_version = e.Get(SERVER_VERSION); in CheckTreeInvariants() local 1066 CHECK_EQ(0, server_version) << e; in CheckTreeInvariants()
|
/external/chromium_org/sync/engine/ |
D | syncer_unittest.cc | 580 parent_id, version, server_version, id_fac, rtrans) \ argument 594 EXPECT_EQ(server_version, entryA.GetServerVersion()); \
|