Searched refs:reconnect (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/remoting/webapp/
H A Dsmart_reconnector.js12 * |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);
H A Dsession_connector.js47 * Update the pairing info so that the reconnect function will work correctly.
69 remoting.SessionConnector.prototype.reconnect = function() {};
H A Devent_handlers.js37 var reconnect = function() {
39 remoting.connector.reconnect();
86 { event: 'click', id: 'client-reconnect-button', fn: reconnect },
H A Dsession_connector_impl.js209 * Update the pairing info so that the reconnect function will work correctly.
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
/external/fsck_msdos/
H A Dext.h132 * Try to reconnect a lost cluster chain
134 int reconnect(int, struct bootblock *, struct fatEntry *, cl_t);
H A Dfat.c678 mod |= ret = reconnect(dosfs, boot, fat, head);
680 /* If the reconnect failed, then just clear the chain */
H A Ddir.c1012 * Try to reconnect a FAT chain into dir
1019 reconnect(int dosfs, struct bootblock *boot, struct fatEntry *fat, cl_t head) function
/external/smack/src/org/jivesoftware/smack/
H A DReconnectionManager.java24 * the application explictly closing it, the manager automatically tries to reconnect to
27 * The reconnection mechanism will try to reconnect periodically:
76 * The reconnection mechanism will try to reconnect periodically in this way:
83 synchronized protected void reconnect() { method in class:ReconnectionManager
118 // The process will try to reconnect until the connection is established or
208 this.reconnect();
/external/chromium_org/remoting/webapp/browser_test/
H A Dmock_session_connector.js50 remoting.MockSessionConnector.prototype.reconnect = function() {
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowCamera.java50 public void reconnect() { method in class:ShadowCamera
/external/chromium_org/net/tools/quic/test_tools/
H A Dquic_test_client.h156 void set_auto_reconnect(bool reconnect) { auto_reconnect_ = reconnect; } argument
197 // something causes a connection reset, it will not automatically reconnect
/external/openssl/crypto/threads/
H A Dmttest.c145 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/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DCameraTest.java58 camera.reconnect();
/external/openssl/apps/
H A Ds_client.c302 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;
1601 if (reconnect)
1603 reconnect--;
1604 BIO_printf(bio_c_out,"drop connection and then reconnect\n");
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...

Completed in 513 milliseconds