/external/srec/srec/include/ |
srec_results.h | 46 int srec_nbest_get_choice_info(void* rec_void, int ibest, asr_int32_t* infoval, char* infoname);
|
/external/srec/srec/crec/ |
srec_results.c | 350 int srec_nbest_get_choice_info(void* rec_void, int ibest, asr_int32_t* infoval, char* infoname) 361 /*!strcmp(infoname,"num_speech_frames")|| 362 !strcmp(infoname,"speech_frames_cost"))*/ 400 if (!strcmp(infoname, "num_speech_frames")) 402 else if (!strcmp(infoname, "speech_frames_cost")) 404 else if (!strcmp(infoname, "gsm_states_score_diff")) 414 else if (!strcmp(infoname, "gsm_words_score_diff")) 420 else if (!strcmp(infoname, "num_words")) 424 else if (!strcmp(infoname, "gsm_cost")) 431 else if (!strcmp(infoname, "num_total_frames") [all...] |
/external/bison/src/ |
vcg.h | 97 /* Structure is in infoname. */ 98 struct infoname struct 102 struct infoname *next; 642 are used in the menus. infoname allows to introduce names for the 648 /* Infoname allows to introduce names for the additional text labels. 650 Infoname is given by an integer and a string. 652 struct infoname *infoname; 651 struct infoname *infoname; member in struct:graph [all...] |
vcg.c | 410 struct infoname *infoname = xmalloc (sizeof *infoname); local 411 infoname->integer = integer; 412 infoname->chars = str; 413 infoname->next = g->infoname; 414 g->infoname = infoname; 720 if (g->infoname != G_INFONAME [all...] |
/external/bluetooth/glib/gio/ |
glocalfile.c | 1709 char *basename, *trashname, *trashfile, *infoname, *infofile; local [all...] |