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

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/
1-1.c 25 #define RETURN_CODE 100 /* Set a random return code number. This shall be the return code of the
37 pthread_exit((void *)RETURN_CODE);
68 if ((long)value_ptr != RETURN_CODE) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/
2-1.c 30 #define RETURN_CODE ((void *)100)
41 pthread_exit(RETURN_CODE);
73 if (value_ptr != RETURN_CODE) {
  /packages/apps/Dialer/java/com/android/voicemail/impl/
OmtpConstants.java 120 public static final String RETURN_CODE = "rc";
158 * <p>These are the possible values of {@link OmtpConstants#RETURN_CODE}.
  /packages/apps/Dialer/java/com/android/voicemail/impl/sms/
StatusMessage.java 82 mStatusReturnCode = getString(wrappedData, OmtpConstants.RETURN_CODE);
  /packages/apps/Dialer/java/com/android/voicemail/impl/protocol/
Vvm3Protocol.java 193 OmtpConstants.RETURN_CODE, VVM3_UNKNOWN_SUBSCRIBER_CAN_SUBSCRIBE_RESPONSE_CODE);

Completed in 151 milliseconds