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

  /external/chromium/testing/gmock/test/
gmock-spec-builders_test.cc 106 class Incomplete;
111 // argument of an incomplete type.
112 MOCK_METHOD1(ByRefFunc, void(const Incomplete& x));
115 // Tells Google Mock how to print a value of type Incomplete.
116 void PrintTo(const Incomplete& x, ::std::ostream* os);
120 // by-reference an argument whose type is incomplete, we can still
123 MockIncomplete incomplete; local
124 EXPECT_CALL(incomplete, ByRefFunc(_))
130 void PrintTo(const Incomplete& /* x */, ::std::ostream* os) {
131 *os << "incomplete";
    [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/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/dbus/bus/
connection.c 58 DBusList *incomplete; /**< List of all not-yet-active connections */ member in struct:BusConnections
59 int n_incomplete; /**< Length of incomplete list */
62 DBusTimeout *expire_timeout; /**< Timeout for expiring incomplete connections. */
278 _dbus_list_remove_link (&d->connections->incomplete, d->link_in_connection_list);
502 /* drop all incomplete */
503 while (connections->incomplete != NULL)
507 connection = connections->incomplete->data;
700 _dbus_list_append_link (&connections->incomplete, d->link_in_connection_list);
718 _dbus_verbose ("Number of incomplete connections exceeds max, dropping oldest one\n");
720 _dbus_assert (connections->incomplete != NULL)
    [all...]
  /external/ipsec-tools/src/racoon/
pfkey.c 1259 int incomplete = 0; local
1344 incomplete = 1;
1347 if (incomplete)
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regcomp.c 1633 bool incomplete; local
1679 bool incomplete; local
    [all...]

Completed in 824 milliseconds