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

  /external/srec/srec/Nametag/src/
NametagImpl.c 36 LCHAR transcription[MAX_STRING_LEN]; local
60 rc = result->getValue(result, 0, L("meaning"), transcription, &len);
69 len = LSTRLEN(transcription)+1;
70 rc = SR_NametagCreateFromValue(id, transcription, (int)len, self);
76 LCHAR* long_pron = transcription;
  /packages/apps/Dialer/src/com/android/dialer/
PhoneCallDetails.java 84 * Voicemail transcription
86 public final String transcription; field in class:PhoneCallDetails
104 PhoneAccountHandle accountHandle, int features, Long dataUsage, String transcription) {
107 transcription);
116 String transcription) {
134 this.transcription = transcription;
CallDetailActivity.java 212 CallLog.Calls.TRANSCRIPTION
494 if (hasVoicemail() && !TextUtils.isEmpty(firstDetails.transcription)) {
495 mVoicemailTranscription.setText(firstDetails.transcription);
541 final String transcription = callCursor.getString(TRANSCRIPTION_COLUMN_INDEX); local
593 accountHandle, features, dataUsage, transcription);
    [all...]
  /external/srec/srec/crec/
word_lattice.c 230 int sprint_word_token_backtrace(char *transcription, int len, srec* rec, wtokenID wtoken_index)
236 char *tr_end = transcription;
244 *transcription = 0;
265 *transcription = 0;
275 if (wlen + tr_end - transcription + 1 >= len)
277 *transcription = 0;
284 while (from_p >= transcription) *(to_p--) = *(from_p--);
290 to_p = transcription;
297 *transcription = 0;
444 int srec_get_top_choice_transcription(multi_srec* recm, char *transcription, int len, int whether_strip_slot_markers
520 char transcription[MAX_LEN]; local
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogAdapter.java 768 final String transcription = c.getString(CallLogQuery.TRANSCRIPTION); local
790 transcription);
794 sourceType, accountHandle, features, dataUsage, transcription);
    [all...]
  /external/srec/srec/test/SRecTest/src/
SRecTest.c 149 LCHAR transcription [MAX_LINE_LENGTH]; member in struct:ApplicationData_t
2696 LCHAR *transcription; local
2790 LCHAR *transcription; local
    [all...]
  /external/srec/srec/test/SRecTestAudio/src/
SRecTestAudio.c 148 LCHAR transcription [MAX_LINE_LENGTH]; member in struct:ApplicationData_t
    [all...]

Completed in 481 milliseconds