Searched defs:incomplete (Results 1 - 9 of 9) sorted by relevance

/external/junit/src/org/junit/experimental/theories/
H A DTheories.java107 protected void runWithIncompleteAssignment(Assignments incomplete) argument
110 for (PotentialAssignment source : incomplete
112 runWithAssignment(incomplete.assignNext(source));
/external/clang/test/CXX/basic/basic.types/
H A Dp10.cpp28 constexpr Incomplete incomplete = {}; // expected-error {{constexpr variable cannot have non-literal type 'const Incomplete'}} expected-note {{incomplete type 'const Incomplete' is not a literal type}} variable
29 constexpr Incomplete incomplete2[] = {}; // expected-error {{constexpr variable cannot have non-literal type 'Incomplete const[]'}} expected-note {{incomplete type 'Incomplete const[]' is not a literal type}}
/external/clang/test/CodeGen/
H A Datomic-ops.c198 int lock_free(struct Incomplete *incomplete) { argument
211 __atomic_is_lock_free(4, incomplete);
/external/clang/test/Sema/
H A Datomic-ops.c43 struct Incomplete *incomplete; variable in typeref:struct:Incomplete
64 _Static_assert(__atomic_always_lock_free(1, incomplete), "");
65 _Static_assert(!__atomic_always_lock_free(2, incomplete), "");
66 _Static_assert(!__atomic_always_lock_free(4, incomplete), "");
/external/chromium/testing/gmock/test/
H A Dgmock-spec-builders_test.cc111 // argument of an incomplete type.
120 // by-reference an argument whose type is incomplete, we can still
123 MockIncomplete incomplete; local
124 EXPECT_CALL(incomplete, ByRefFunc(_))
131 *os << "incomplete";
/external/speex/libspeex/
H A Djitter.c469 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/grub/stage2/
H A Ddisk_io.c932 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))
/external/ipsec-tools/src/racoon/
H A Dpfkey.c1178 int incomplete = 0; local
1262 incomplete = 1;
1265 if (incomplete)
/external/dbus/bus/
H A Dconnection.c58 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 !
[all...]

Completed in 468 milliseconds