Searched defs:mp2 (Results 1 - 7 of 7) sorted by relevance

/external/syslinux/core/
H A Dhello.c59 void mp2(void) function
/external/libmojo/mojo/edk/embedder/
H A Dembedder_unittest.cc244 // server_mp client_mp mp0 mp1 mp2 mp3
253 // 9. "quux"+mp2
279 // 6. Read a message from |mp0|, which should have |mp2| attached.
280 MojoHandle mp2 = MOJO_HANDLE_INVALID; local
281 EXPECT_EQ("quux", ReadMessageWithHandles(mp0, &mp2, 1));
283 // 7. Read a message from |mp2|.
284 EXPECT_EQ("baz", ReadMessage(mp2));
292 // 10. Wait on |mp2| (which should eventually fail) and then close it.
295 MojoWait(mp2, MOJO_HANDLE_SIGNAL_READABLE,
301 ASSERT_EQ(MOJO_RESULT_OK, MojoClose(mp2));
318 MojoHandle mp2, mp3; local
[all...]
/external/clang/test/SemaCXX/
H A Dcalling-conv-compat.cpp344 void (__cdecl A::*mp2)() = &A::method_cdecl; member in namespace:MemberPointers
/external/libmojo/mojo/edk/system/
H A Dmultiprocess_message_pipe_unittest.cc532 MojoHandle mp1, mp2; local
534 MojoCreateMessagePipe(nullptr, &mp1, &mp2));
544 MojoWriteMessage(h, nullptr, 0, &mp2, 1,
570 MojoHandle mp1, mp2; local
572 MojoCreateMessagePipe(nullptr, &mp2, &mp1));
582 MojoWriteMessage(h, nullptr, 0u, &mp2, 1u,
662 MojoHandle mp1, mp2; local
664 MojoCreateMessagePipe(nullptr, &mp2, &mp1));
674 MojoWriteMessage(h, nullptr, 0, &mp2, 1u,
/external/iptables/iptables/
H A Dnft-shared.c804 struct xtables_rule_match *mp2; local
806 for (mp1 = mt1, mp2 = mt2; mp1 && mp2; mp1 = mp1->next, mp2 = mp2->next) {
808 struct xt_entry_match *m2 = mp2->match->m;
828 if (mp1 != mp2) {
/external/valgrind/memcheck/
H A Dmc_malloc_wrappers.c834 MC_Mempool* mp2; local
837 while ( (mp2 = VG_(HT_Next)(MC_(mempool_list))) ) {
839 VG_(HT_ResetIter)(mp2->chunks);
840 while (VG_(HT_Next)(mp2->chunks)) {
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 222 milliseconds