Searched defs:mp1 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/mojo/embedder/
H A Dembedder_unittest.cc327 // 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 local
[all...]
/external/chromium_org/components/query_parser/
H A Dquery_parser.cc19 // Returns true if |mp1.first| is less than |mp2.first|. This is used to
21 int CompareMatchPosition(const Snippet::MatchPosition& mp1, argument
23 return mp1.first < mp2.first;
26 // Returns true if |mp2| intersects |mp1|. This is intended for use by
29 bool SnippetIntersects(const Snippet::MatchPosition& mp1, argument
31 return mp2.first >= mp1.first && mp2.first <= mp1.second;
/external/clang/test/SemaCXX/
H A Dcalling-conv-compat.cpp343 void ( A::*mp1)() = &A::method_thiscall; member in namespace:MemberPointers
/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
H A DSDL_os2fslib.c382 static MRESULT EXPENTRY WndProc( HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2) argument
409 if (SHORT1FROMMP(mp1) & KC_KEYUP)
415 // printf("WM_CHAR, keyup, code is [0x%0x]\n", CHAR4FROMMP(mp1)); // HW scan code
429 CHAR4FROMMP(mp1), // HW Scan code
435 CHAR4FROMMP(mp1), // HW Scan code
444 // printf("WM_CHAR, keydown, code is [0x%0x]\n", CHAR4FROMMP(mp1)); // HW scan code
448 if ((SHORT1FROMMP(mp1) & KC_ALT) &&
468 if ((SHORT1FROMMP(mp1) & KC_ALT) &&
484 CHAR4FROMMP(mp1), // HW Scan code
495 pqmsg = (PQMSG) mp1;
1052 FrameWndProc( HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2) argument
[all...]

Completed in 1027 milliseconds