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

  /external/syslinux/core/
hello.c 54 void mp1(void) function
  /external/libmojo/mojo/edk/embedder/
embedder_unittest.cc 244 // server_mp client_mp mp0 mp1 mp2 mp3
248 // 4. "Bar"+mp1
268 // 3. Create a new message pipe (endpoints |mp0| and |mp1|).
269 MojoHandle mp0, mp1; local
270 CreateMessagePipe(&mp0, &mp1);
275 // 5. Write a message to |server_mp|, attaching |mp1|.
276 WriteMessageWithHandles(server_mp, "Bar", &mp1, 1);
277 mp1 = MOJO_HANDLE_INVALID;
313 // 4. Read a message from |client_mp|, which should have |mp1| attached.
314 MojoHandle mp1; local
    [all...]
  /external/clang/test/SemaCXX/
calling-conv-compat.cpp 343 void ( A::*mp1)() = &A::method_thiscall; member in namespace:MemberPointers
  /external/iptables/iptables/
nft-shared.c 803 struct xtables_rule_match *mp1; local
806 for (mp1 = mt1, mp2 = mt2; mp1 && mp2; mp1 = mp1->next, mp2 = mp2->next) {
807 struct xt_entry_match *m1 = mp1->match->m;
821 mp1->match->userspacesize) != 0) {
828 if (mp1 != mp2) {
  /cts/tests/tests/media/src/android/media/cts/
MediaPlayerTest.java 808 MediaPlayer mp1 = null; local
822 mp1 = new MediaPlayer();
823 mp1.setAudioStreamType(AudioManager.STREAM_MUSIC);
826 mp1.setDataSource(afd.getFileDescriptor(), afd.getStartOffset(), afd.getLength());
828 mp1.prepare();
830 int session = mp1.getAudioSessionId();
849 int captureintervalms = mp1.getDuration() + mp2.getDuration() - 2000;
    [all...]
  /external/libmojo/mojo/edk/system/
multiprocess_message_pipe_unittest.cc 532 MojoHandle mp1, mp2; local
534 MojoCreateMessagePipe(nullptr, &mp1, &mp2));
540 MojoWriteMessage(mp1, &hello[0],
550 MojoWait(mp1, MOJO_HANDLE_SIGNAL_READABLE,
557 CHECK_EQ(MojoReadMessage(mp1, &read_buffer[0],
564 MojoClose(mp1);
570 MojoHandle mp1, mp2; local
572 MojoCreateMessagePipe(nullptr, &mp2, &mp1));
578 MojoWriteMessage(mp1, &hello[0],
588 MojoWait(mp1, MOJO_HANDLE_SIGNAL_READABLE
662 MojoHandle mp1, mp2; local
    [all...]

Completed in 416 milliseconds