HomeSort by relevance Sort by last modified time
    Searched refs:incomplete (Results 1 - 10 of 10) sorted by null

  /external/dbus/bus/
connection.c 53 DBusList *incomplete; /**< List of all not-yet-active connections */ member in struct:BusConnections
54 int n_incomplete; /**< Length of incomplete list */
57 DBusTimeout *expire_timeout; /**< Timeout for expiring incomplete connections. */
270 _dbus_list_remove_link (&d->connections->incomplete, d->link_in_connection_list);
492 /* drop all incomplete */
493 while (connections->incomplete != NULL)
497 connection = connections->incomplete->data;
626 _dbus_list_append_link (&connections->incomplete, d->link_in_connection_list);
644 _dbus_verbose ("Number of incomplete connections exceeds max, dropping oldest one\n");
646 _dbus_assert (connections->incomplete != NULL)
    [all...]
  /external/grub/stage2/
disk_io.c 932 static int incomplete, disk_choice; variable
966 incomplete = 0;
1097 incomplete = 1;
1362 if (*buf == '/' || (ptr = set_device (buf)) || incomplete)
1366 if (*buf == '(' && (incomplete || ! *ptr))
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/
scan.l 203 synerr( _( "incomplete name definition" ) );
  /external/speex/libspeex/
jitter.c 469 int incomplete = 0; local
574 incomplete = 1;
575 /*fprintf (stderr, "incomplete: %d %d %d %d\n", jitter->packets[i].timestamp, jitter->pointer_timestamp, chunk_size, jitter->packets[i].span);*/
  /external/bison/data/
glr.c 986 YYFPRINTF (stderr, "%s incomplete ", yymsg);
    [all...]
  /external/jpeg/
configure     [all...]
  /external/ipsec-tools/src/racoon/
pfkey.c 1178 int incomplete = 0; local
1262 incomplete = 1;
1265 if (incomplete)
    [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 299 milliseconds