HomeSort by relevance Sort by last modified time
    Searched refs:sendReq (Results 1 - 25 of 25) sorted by null

  /external/clang/test/Analysis/
mpicheckernotes.cpp 9 MPI_Request sendReq;
10 MPI_Isend(&buf, 1, MPI_DOUBLE, 0, 0, MPI_COMM_WORLD, &sendReq); // expected-note{{Request is previously used by nonblocking call here.}}
11 MPI_Irecv(&buf, 1, MPI_DOUBLE, 0, 0, MPI_COMM_WORLD, &sendReq); // expected-warning{{Double nonblocking on request 'sendReq'.}} expected-note{{Double nonblocking on request 'sendReq'.}}
12 MPI_Wait(&sendReq, MPI_STATUS_IGNORE);
17 MPI_Request sendReq;
18 MPI_Ireduce(MPI_IN_PLACE, &buf, 1, MPI_DOUBLE, MPI_SUM, 0, MPI_COMM_WORLD, &sendReq); // expected-note{{Request is previously used by nonblocking call here.}}
19 } // expected-warning{{Request 'sendReq' has no matching wait.}} expected-note{{Request 'sendReq' has no matching wait.}
    [all...]
mpichecker.cpp 123 MPI_Request sendReq;
124 MPI_Isend(&buf, 1, MPI_DOUBLE, 0, 0, MPI_COMM_WORLD, &sendReq);
125 MPI_Irecv(&buf, 1, MPI_DOUBLE, 0, 0, MPI_COMM_WORLD, &sendReq); // expected-warning{{Double nonblocking on request 'sendReq'.}}
126 MPI_Isend(&buf, 1, MPI_DOUBLE, 0, 0, MPI_COMM_WORLD, &sendReq); // expected-warning{{Double nonblocking on request 'sendReq'.}}
127 MPI_Wait(&sendReq, MPI_STATUS_IGNORE);
149 MPI_Request sendReq;
150 MPI_Wait(&sendReq, MPI_STATUS_IGNORE); // expected-warning{{Request 'sendReq' has no matching nonblocking call.}
    [all...]
  /system/chre/platform/slpi/include/chre/platform/slpi/see/
see_helper.h 73 //! Default timeout for sendReq response
76 //! Default timeout for sendReq indication
244 * @see sendReq
246 bool sendReq(
254 return sendReq(mSeeClients[0], suid,
372 bool sendReq(
384 * @see sendReq
394 * @see sendReq
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduPersister.java 634 pdu = new SendReq(headers, body);
    [all...]
PduParser.java 146 SendReq sendReq = new SendReq(mHeaders, mBody);
147 return sendReq;
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
PduPersister.java 672 return new SendReq(headers, body);
    [all...]
PduParser.java 165 SendReq sendReq = new SendReq(mHeaders, mBody);
166 return sendReq;
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/sms/
MmsSender.java 41 import com.android.messaging.mmslib.pdu.SendReq;
64 * @param sendReq The SendReq PDU of the message
68 final SendReq sendReq, final Bundle sentIntentExras) throws MmsFailureException {
73 sendReq,
MmsUtils.java 68 import com.android.messaging.mmslib.pdu.SendReq;
    [all...]
  /packages/services/Mms/src/com/android/mms/service/
SendRequest.java 50 import com.google.android.mms.pdu.SendReq;
125 SendReq sendReq = (SendReq) parsedPdu;
126 for (EncodedStringValue encodedStringValue : sendReq.getTo()) {
172 if (!(pdu instanceof SendReq)) {
173 LogUtil.d(requestId, "persistIfRequired: not SendReq");
246 if (!(pdu instanceof SendReq)) {
247 LogUtil.i(requestId, "updateDestinationAddress: not SendReq");
251 boolean isUpdated = updateDestinationAddressPerType((SendReq)pdu, PduHeaders.TO)
    [all...]
  /system/chre/platform/slpi/see/
see_helper.cc     [all...]
  /development/samples/ApiDemos/src/com/example/android/mmslib/pdu/
PduParser.java 146 SendReq sendReq = new SendReq(mHeaders, mBody);
147 return sendReq;
    [all...]
  /packages/apps/Messaging/src/android/support/v7/mms/pdu/
PduParser.java 143 SendReq sendReq = new SendReq(mHeaders, mBody);
144 return sendReq;
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 377 milliseconds