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

  /external/libchrome/mojo/core/
embedder_unittest.cc 171 // server_mp client_mp mp0 mp1 mp2 mp3
175 // 4. "Bar"+mp1
195 // 3. Create a new message pipe (endpoints |mp0| and |mp1|).
196 MojoHandle mp0, mp1;
197 CreateMessagePipe(&mp0, &mp1);
202 // 5. Write a message to |server_mp|, attaching |mp1|.
203 WriteMessageWithHandles(server_mp, "Bar", &mp1, 1);
204 mp1 = MOJO_HANDLE_INVALID;
240 // 4. Read a message from |client_mp|, which should have |mp1| attached.
241 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 817 MediaPlayer mp1 = null; local
831 mp1 = new MediaPlayer();
832 mp1.setAudioStreamType(AudioManager.STREAM_MUSIC);
835 mp1.setDataSource(afd.getFileDescriptor(), afd.getStartOffset(), afd.getLength());
837 mp1.prepare();
839 int session = mp1.getAudioSessionId();
858 int captureintervalms = mp1.getDuration() + mp2.getDuration() - 2000;
    [all...]

Completed in 420 milliseconds