Searched refs:prerequisite (Results 1 – 11 of 11) sorted by relevance
104 ExpectationBase* const prerequisite = it->expectation_base().get(); in RetireAllPreRequisites() local105 if (!prerequisite->is_retired()) { in RetireAllPreRequisites()106 prerequisite->RetireAllPreRequisites(); in RetireAllPreRequisites()107 prerequisite->Retire(); in RetireAllPreRequisites()
2039 specific instantiatable prerequisite, filter out all supertypes of2149 <maclas@gmx.de> to check for prerequisite of interfaces, fixes #74427.2983 prerequisite type (this is safe as an interface may only have3036 (g_type_interface_add_prerequisite): new function to add a prerequisite3037 type to an interface, that must succeed an instance is_a prerequisite3039 prerequisite types are also suuported in is_a checks of the interface.
1425 GType prerequisite = IFACE_NODE_PREREQUISITES (iface)[i]; in g_type_interface_prerequisites() local1426 TypeNode *node = lookup_type_node_I (prerequisite); in g_type_interface_prerequisites()
1672 Use prerequisite #include <netinet/in.h> for netinet/*.h checks.1757 * configure.ac: Fix asm/sigcontext.h check to include prerequisite.
2741 15. Modified the Makefile to add libpcre.la as a prerequisite for
3825 Spent a few hours checking out which prerequisite versions the3852 can depend on prerequisite types. Problem reported by Tim
2027 * doc/README.borland: Update doc to signal new prerequisite for
4185 putting them in a prerequisite header that is included both by your
4006 e.g., by putting them in a prerequisite header that is included
41492 This is an architectural cleanup and a prerequisite to fixing citibank login
64214 draw() call which is a prerequisite for moving the draw() off-thread.