/external/chromium_org/remoting/webapp/ |
smart_reconnector.js | 12 * |connector| to reconnect the session. 22 * @param {remoting.SessionConnector} connector This is used to reconnect the 44 reconnect: this.reconnect_.bind(this), 65 // If the video channel is inactive for 10 seconds reconnect the session. 73 this.connector_.reconnect(); 80 this.bound_.reconnect, remoting.SmartReconnector.kReconnectDelay); 112 this.bound_.reconnect, remoting.SmartReconnector.kConnectionTimeout);
|
event_handlers.js | 37 var reconnect = function() { 39 remoting.connector.reconnect(); 86 { event: 'click', id: 'client-reconnect-button', fn: reconnect },
|
session_connector.js | 47 * Update the pairing info so that the reconnect function will work correctly. 65 * Reconnect a closed connection. 69 remoting.SessionConnector.prototype.reconnect = function() {};
|
session_connector_impl.js | 209 * Update the pairing info so that the reconnect function will work correctly. 291 * Reconnect a closed connection. 295 remoting.SessionConnectorImpl.prototype.reconnect = function() { 297 console.error('reconnect not supported for IT2Me.'); 462 * events). Errors that occur while connecting either trigger a reconnect
|
client_screen.js | 154 var button1 = document.getElementById('client-reconnect-button'); 155 l10n.localizeElementFromTag(button1, /*i18n-content*/'RECONNECT');
|
/external/fsck_msdos/ |
ext.h | 132 * Try to reconnect a lost cluster chain 134 int reconnect(int, struct bootblock *, struct fatEntry *, cl_t);
|
fat.c | 678 mod |= ret = reconnect(dosfs, boot, fat, head); 680 /* If the reconnect failed, then just clear the chain */
|
dir.c | 1012 * Try to reconnect a FAT chain into dir 1019 reconnect(int dosfs, struct bootblock *boot, struct fatEntry *fat, cl_t head) function 1024 if (!ask(1, "Reconnect"))
|
/external/chromium_org/net/tools/quic/test_tools/ |
quic_test_client.h | 156 void set_auto_reconnect(bool reconnect) { auto_reconnect_ = reconnect; } 197 // something causes a connection reset, it will not automatically reconnect
|
/cts/tests/tests/permission/src/android/permission/cts/ |
NoWifiStatePermissionTest.java | 126 * Verify that WifiManager#reconnect() requires permissions. 132 mWifiManager.reconnect(); 133 fail("WifiManager.reconnect didn't throw SecurityException as expected");
|
/external/chromium_org/remoting/webapp/browser_test/ |
update_pin_browser_test.js | 12 * 4. Disconnect and reconnect with the old PIN.
|
mock_session_connector.js | 50 remoting.MockSessionConnector.prototype.reconnect = function() {
|
/cts/tests/tests/net/src/android/net/wifi/cts/ |
WifiManagerTest.java | 188 assertTrue(mWifiManager.reconnect()); 225 * 1.reconnect 236 assertTrue(mWifiManager.reconnect());
|
/external/openssl/crypto/threads/ |
mttest.c | 145 int reconnect=0; variable 179 fprintf(stderr," -reconnect - reuse session-id's\n"); 214 else if (strcmp(*argv,"-reconnect") == 0) 215 reconnect=1; 379 if (reconnect) 408 if (reconnect)
|
/external/openssl/apps/ |
s_client.c | 302 BIO_printf(bio_err," -reconnect - Drop and re-make the connection with the same Session-ID\n"); 585 int reconnect=0,badop=0,verify=SSL_VERIFY_NONE,bugs=0; local 863 else if (strcmp(*argv,"-reconnect") == 0) 865 reconnect=5; [all...] |
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
bluetooth_options_browsertest.js | 231 var connectButton = $('bluetooth-reconnect-device');
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.pde.core_3.6.1.v20100902_r361.jar | |
/external/chromium_org/third_party/android_platform/webview/ |
frameworks.jar | |
/external/chromium_org/third_party/libaddressinput/src/java/ |
android.jar | |