Home
last modified time | relevance | path

Searched refs:LSTRCMP (Results 1 – 23 of 23) sorted by relevance

/external/srec/tools/dictTest/
DdictTest.c101 if(LSTRCMP(expectedPhoneme, phoneme) == 0) in doInputTestPhonemes()
164 if(!LSTRCMP(argv[i], L("-words"))) in main()
166 else if(!LSTRCMP(argv[i], L("-vocab"))) in main()
168 else if(!LSTRCMP(argv[i], L("-locale"))) in main()
170 else if(!LSTRCMP(argv[i], L("-out"))) in main()
172 else if(!LSTRCMP(argv[i], L("-itest"))) in main()
174 else if(!LSTRCMP(argv[i], L("-parfile")) || !LSTRCMP(argv[i], L("-par")) ) in main()
331 if(!LSTRCMP("qqq",phrase)) in main()
/external/srec/shared/src/
DCommandLine.c39 if (lastKeyFound != NULL && LSTRCMP(lastKeyFound, key) == 0) in ESR_CommandLineGetValue()
55 if (lastKeyFound != NULL && LSTRCMP(lastKeyFound, key) == 0) in ESR_CommandLineGetValue()
66 if (lastKeyFound != NULL && LSTRCMP(lastKeyFound, key) == 0) in ESR_CommandLineGetValue()
/external/srec/srec/test/SRecTest/src/
DSRecTest.c192 if ((LSTRCMP(functionName, "myDSMCallback")!=0) || (argc > 1)) in myDSMCallback()
908 if ( LSTRCMP ( ve_marker, L("ve") ) ==0 ) in srec_test_load_grammar_data_from_command()
910 else if ( LSTRCMP ( ve_marker, L("not_ve") ) ==0 ) in srec_test_load_grammar_data_from_command()
1738 if ( LSTRCMP ( mode, L("one_time") ) == 0 ) in srec_test_set_forced_rec_mode()
1742 else if ( LSTRCMP ( mode, L("off") ) == 0 ) in srec_test_set_forced_rec_mode()
1746 else if ( LSTRCMP ( mode, L("on") ) == 0 ) in srec_test_set_forced_rec_mode()
1777 … && ((LSTRCMP(command, "recognize_nist")==0) || (LSTRCMP(command, "recognize_pcm")==0)) ) { in srec_test_execute_command()
1784 if ( LSTRCMP ( command, L("recognize_nist") ) == 0 ) in srec_test_execute_command()
1787 else if ( LSTRCMP ( command, L("recognize_pcm") ) == 0 ) in srec_test_execute_command()
1790 else if ( LSTRCMP ( command, L("context_load") ) == 0 ) in srec_test_execute_command()
[all …]
/external/srec/tools/parseStringTest/
DparseStringTest.c303 if (!LSTRCMP(argv[i], L("-base"))) in main()
308 else if (!LSTRCMP(argv[i], L("-in"))) in main()
313 else if (!LSTRCMP(argv[i], L("-out"))) in main()
318 else if (!LSTRCMP(argv[i], L("-itest"))) in main()
323 else if (!LSTRCMP(argv[i], L("-ids"))) in main()
327 else if (!LSTRCMP(argv[i], L("-allids"))) in main()
358 if (LSTRCMP(infilename, "-") == 0) in main()
428 if (!LSTRCMP("qqq", trans)) in main()
/external/srec/srec/test/SRecTestAudio/src/
DSRecTestAudio.c190 if ((LSTRCMP(functionName, "myDSMCallback")!=0) || (argc > 1)) in myDSMCallback()
900 if ( LSTRCMP ( ve_marker, L("ve") ) ==0 ) in srec_test_load_grammar_data_from_command()
902 else if ( LSTRCMP ( ve_marker, L("not_ve") ) ==0 ) in srec_test_load_grammar_data_from_command()
1515 if ( LSTRCMP ( mode, L("one_time") ) == 0 ) in srec_test_set_forced_rec_mode()
1519 else if ( LSTRCMP ( mode, L("off") ) == 0 ) in srec_test_set_forced_rec_mode()
1523 else if ( LSTRCMP ( mode, L("on") ) == 0 ) in srec_test_set_forced_rec_mode()
1554 && ((LSTRCMP(command, "recognize_nist")==0) || (LSTRCMP(command, "recognize_pcm")==0)) ) { in srec_test_execute_command()
1560 if ( LSTRCMP ( command, L("recognize_live") ) == 0 ) in srec_test_execute_command()
1562 else if ( LSTRCMP ( command, L("context_load") ) == 0 ) in srec_test_execute_command()
1564 else if ( LSTRCMP ( command, L("context_use") ) == 0 ) in srec_test_execute_command()
[all …]
/external/srec/srec/Semproc/src/
DExpressionEvaluator.c70 if (!LSTRCMP(operands[0], UNDEFINED_SYMBOL) || !operands[0] || in EE_conditional()
71 !LSTRCMP(operands[0], FALSE_SYMBOL)) in EE_conditional()
DSymbolTable.c172 if (!LSTRCMP(key, self->SpecialSymbols[i].key)) in ST_getKeyValue()
184 if (!LSTRCMP(key, self->SpecialSymbols[i].key)) in ST_getKeyValue()
277 if (!LSTRCMP(self->SpecialSymbols[i].key, key)) in ST_putSpecialKeyValue()
DSemanticProcessorImpl.c572 if (!LSTRCMP(raw_scripts_buf.list[i].expression, L(";"))) in SR_SemanticProcessor_CheckParseByWordID()
891 if (!LSTRCMP(raw_scripts_buf.list[i].expression, L(";"))) in SR_SemanticProcessor_CheckParse()
DSemanticGraphImpl.c1035 if (script == NULL || *script == L('\0') || !LSTRCMP(script, L("NULL"))) in SR_SemanticGraph_AddWordToSlot()
1145 if (!LSTRCMP(impl->scripts->words[old_scriptID], script)) in SR_SemanticGraph_AddWordToSlot()
/external/srec/portable/include/
Dptypes.h242 #define LSTRCMP strcmp macro
384 #define LSTRCMP wcscmp macro
/external/srec/tools/test_g2g/
Dtest_g2g.c122 if(!LSTRCMP(argv[i], L("-base"))) in main()
127 else if(!LSTRCMP(argv[i],L("-out"))) in main()
131 else if(!LSTRCMP(argv[i],L("-swiarb"))) in main()
135 else if(!LSTRCMP(argv[i],L("-checkword"))) in main()
139 else if(!LSTRCMP(argv[i],L("-log"))) in main()
/external/srec/tools/make_g2g/
Dmake_g2g.c97 if (base==NULL || (LSTRCMP(outFilename, L(""))==0 )) in main()
/external/srec/portable/src/
DPANSIFileSystemImpl.c163 if (LSTRCMP(oldValue, value) != 0) in PANSIFileSystemAddPathImpl()
256 if (LSTRCMP(bestValue, L("/")) == 0 && isAbsolute) in PANSIFileSystemGetRealPathImpl()
DPFileSystem.c212 if (LSTRCMP(tokens[i], L("../")) == 0) in PFileSystemGetAbsolutePath()
220 else if (LSTRCMP(tokens[i], L("./")) == 0) in PFileSystemGetAbsolutePath()
Dphashtable.c104 tmp->args.compFunction = LSTRCMP; in PHashTableCreate()
Dpmemory.c200 LSTRCMP(gMemoryMap[idx].tag, key) == 0) in getIndex()
/external/srec/srec/Vocabulary/src/
DVocabulary.c235 if (!LSTRCMP(m[i], multi)) { in SR_Vocabulary_etiinf_conv_from_multichar()
/external/srec/srec/Grammar/src/
DSR_GrammarImpl.c216 if (!pronunciation || !(*pronunciation) || !LSTRCMP(pronunciation, L("NULL"))) in SR_Grammar_AddWordToSlot()
525 if (!LSTRCMP(key, "locale")) in SR_Grammar_GetSize_tParameter()
/external/srec/srec/Recognizer/src/
DRecognizer.c141 if ( LSTRCMP( L("CREC.Frontend.samplerate"), name ) == 0 ) in SR_RecognizerSetSize_tParameter()
DRecognizerImpl.c1435 if (LSTRCMP(temp, value) == 0) in SR_RecognizerSetParameterImpl()
1474 if ( LSTRCMP ( L("SREC.Recognizer.utterance_timeout"), key ) == 0 ) in SR_RecognizerSetSize_tParameterImpl()
1478 else if ( LSTRCMP ( L("CREC.Recognizer.terminal_timeout"), key ) == 0 ) in SR_RecognizerSetSize_tParameterImpl()
1482 else if ( LSTRCMP ( L("CREC.Recognizer.optional_terminal_timeout"), key ) == 0 ) in SR_RecognizerSetSize_tParameterImpl()
1486 else if ( LSTRCMP ( L("CREC.Recognizer.non_terminal_timeout"), key ) == 0 ) in SR_RecognizerSetSize_tParameterImpl()
1490 else if ( LSTRCMP ( L("CREC.Recognizer.eou_threshold"), key ) == 0 ) in SR_RecognizerSetSize_tParameterImpl()
2216 passert(LSTRCMP(label, L("")) != 0); in SR_RecognizerCreateResultImpl()
2382 if (LSTRCMP(lValue, lValue2) == 0) in SR_RecognizerCreateResultImpl()
/external/srec/srec/EventLog/src/
DEventLogImpl.c551 if (!LSTRCMP(event, "SWIrcst")) in SR_EventLog_Event()
567 if (!LSTRCMP(event, "SWIrcnd")) in SR_EventLog_Event()
/external/srec/srec/AcousticModels/src/
DAcousticModelsImpl.c489 if (LSTRCMP(temp, value) == 0) in SR_AcousticModels_SetParameter()
/external/srec/srec/crec/
Dsrec_context.c319 return LSTRCMP(key1,key2); in HashCmpWord()