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

/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/
H A Devent_handlers.js37 var reconnect = function() {
39 remoting.connector.reconnect();
74 { event: 'click', id: 'client-reconnect-button', fn: reconnect },
H A Dsession_connector.js186 * Update the pairing info so that the reconnect function will work correctly.
271 remoting.SessionConnector.prototype.reconnect = function() {
273 console.error('reconnect not supported for IT2Me.');
393 * events). Errors that occur while connecting either trigger a reconnect
/external/chromium_org/net/tools/quic/test_tools/
H A Dquic_test_client.h109 void set_auto_reconnect(bool reconnect) { auto_reconnect_ = reconnect; } argument
140 // something causes a connection reset, it will not automatically reconnect
/external/libppp/src/
H A Ddatalink.h86 int timeout; /* Timeout before reconnect on carrier loss */
87 } reconnect; member in struct:datalink::__anon21363
H A Ddatalink.c135 dl->reconnect_tries = dl->cfg.reconnect.max;
170 datalink_StartDialTimer(dl, dl->cfg.reconnect.timeout);
175 dl->name, dl->cfg.reconnect.max - dl->reconnect_tries,
176 dl->cfg.reconnect.max);
835 dl->cfg.reconnect.max = 0;
836 dl->cfg.reconnect.timeout = RECONNECT_TIMEOUT;
977 dl->physical->type == PHYS_DIRECT ? 0 : dl->cfg.reconnect.max;
1102 arg->cx->cfg.reconnect.max);
1103 if (arg->cx->cfg.reconnect.timeout > 0)
1104 prompt_Printf(arg->prompt, "%ds\n", arg->cx->cfg.reconnect
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowCamera.java50 public void reconnect() { method in class:ShadowCamera
/external/kernel-headers/original/linux/
H A Dserio.h66 int (*reconnect)(struct serio *); member in struct:serio_driver
/external/chromium_org/third_party/openssl/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/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/chromium_org/third_party/openssl/openssl/apps/
H A Ds_client.c301 BIO_printf(bio_err," -reconnect - Drop and re-make the connection with the same Session-ID\n");
580 int reconnect=0,badop=0,verify=SSL_VERIFY_NONE,bugs=0; local
851 else if (strcmp(*argv,"-reconnect") == 0)
853 reconnect=5;
1562 if (reconnect)
1564 reconnect--;
1565 BIO_printf(bio_c_out,"drop connection and then reconnect\n");
/external/openssl/apps/
H A Ds_client.c301 BIO_printf(bio_err," -reconnect - Drop and re-make the connection with the same Session-ID\n");
581 int reconnect=0,badop=0,verify=SSL_VERIFY_NONE,bugs=0; local
853 else if (strcmp(*argv,"-reconnect") == 0)
855 reconnect=5;
1583 if (reconnect)
1585 reconnect--;
1586 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 ...

Completed in 641 milliseconds