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

  /external/svox/pico/lib/
picoapi.c 195 * @param outMessage : memory area where to return a string
204 pico_Retstring outMessage
211 if (outMessage != NULL) {
212 picoos_strlcpy((picoos_char *) outMessage, (picoos_char *) "'system' not initialized", PICO_RETSTRINGSIZE);
214 } else if (outMessage == NULL) {
219 picoos_strlcpy((picoos_char *) outMessage, (picoos_char *) "system ok", PICO_RETSTRINGSIZE);
222 picoos_setErrorMsg((picoos_char *) outMessage, PICO_RETSTRINGSIZE, errCode, NULL, NULL, NULL);
225 picoos_emGetExceptionMessage(system->common->em, (picoos_char *) outMessage, PICO_RETSTRINGSIZE);
267 * @param outMessage : pointer to receive the output message
277 pico_Retstring outMessage
    [all...]
picoapi.h 232 Returns in 'outMessage' a description of the system status or of an
239 pico_Retstring outMessage
252 Returns in 'outMessage' a description of a warning that occurred
262 pico_Retstring outMessage
435 Returns in 'outMessage' a description of the engine status or of an
442 pico_Retstring outMessage
455 Returns in 'outMessage' a description of a warning that occurred
465 pico_Retstring outMessage
  /packages/apps/Email/tests/src/com/android/email/
LegacyConversionsTest.java 230 final MimeMessage outMessage = new MimeMessage();
231 outMessage.setBody(mp);
240 outMessage.writeTo(bodyOut);

Completed in 94 milliseconds