Home
last modified time | relevance | path

Searched refs:prerequisite (Results 1 – 11 of 11) sorted by relevance

/external/chromium/testing/gmock/src/
Dgmock-spec-builders.cc104 ExpectationBase* const prerequisite = it->expectation_base().get(); in RetireAllPreRequisites() local
105 if (!prerequisite->is_retired()) { in RetireAllPreRequisites()
106 prerequisite->RetireAllPreRequisites(); in RetireAllPreRequisites()
107 prerequisite->Retire(); in RetireAllPreRequisites()
/external/bluetooth/glib/gobject/
DChangeLog2039 specific instantiatable prerequisite, filter out all supertypes of
2149 <maclas@gmx.de> to check for prerequisite of interfaces, fixes #74427.
2983 prerequisite type (this is safe as an interface may only have
3036 (g_type_interface_add_prerequisite): new function to add a prerequisite
3037 type to an interface, that must succeed an instance is_a prerequisite
3039 prerequisite types are also suuported in is_a checks of the interface.
Dgtype.c1425 GType prerequisite = IFACE_NODE_PREREQUISITES (iface)[i]; in g_type_interface_prerequisites() local
1426 TypeNode *node = lookup_type_node_I (prerequisite); in g_type_interface_prerequisites()
/external/strace/
DChangeLog1672 Use prerequisite #include <netinet/in.h> for netinet/*.h checks.
1757 * configure.ac: Fix asm/sigcontext.h check to include prerequisite.
/external/pcre/
DChangeLog2741 15. Modified the Makefile to add libpcre.la as a prerequisite for
/external/bison/
DChangeLog3825 Spent a few hours checking out which prerequisite versions the
3852 can depend on prerequisite types. Problem reported by Tim
/external/stlport/etc/
DChangeLog-5.12027 * doc/README.borland: Update doc to signal new prerequisite for
/external/bison/doc/
Dbison.texinfo4185 putting them in a prerequisite header that is included both by your
Dbison.info4006 e.g., by putting them in a prerequisite header that is included
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1441492 This is an architectural cleanup and a prerequisite to fixing citibank login
DChangeLog64214 draw() call which is a prerequisite for moving the draw() off-thread.