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

  /external/chromium_org/mojo/embedder/
embedder_unittest.cc 327 // server_mp client_mp mp0 mp1 mp2 mp3
331 // 4. "Bar"+mp1
385 // Create a new message pipe (endpoints |mp0| and |mp1|).
386 MojoHandle mp0, mp1; local
387 EXPECT_EQ(MOJO_RESULT_OK, MojoCreateMessagePipe(nullptr, &mp0, &mp1));
399 // 4. Write a message to |server_mp|, attaching |mp1|.
405 &mp1,
408 mp1 = MOJO_HANDLE_INVALID;
512 // 4. Read a message from |client_mp|, which should have |mp1| attached.
521 MojoHandle mp1 = MOJO_HANDLE_INVALID local
    [all...]
  /external/clang/test/SemaCXX/
calling-conv-compat.cpp 343 void ( A::*mp1)() = &A::method_thiscall; member in namespace:MemberPointers

Completed in 453 milliseconds