/external/srec/portable/src/ |
D | PFileSystem.c | 232 LSTRCAT(path, tokens[i]); in PFileSystemGetAbsolutePath() 315 LSTRCAT(relativePath, L("/")); in PFileSystemGetFS() 317 LSTRCAT(relativePath, path + LSTRLEN(bestKey)); in PFileSystemGetFS() 420 LSTRCAT(absolutePath, L("/")); in PFileSystemChdir() 432 LSTRCAT(absolutePath, L("/")); in PFileSystemChdir() 486 LSTRCAT(clone, L("../")); in PFileSystemGetParentDirectory()
|
D | PANSIFileSystemImpl.c | 131 LSTRCAT(key, L("/")); in PANSIFileSystemAddPathImpl() 155 LSTRCAT(value, L("/")); in PANSIFileSystemAddPathImpl() 198 LSTRCAT(path, L("/")); in PANSIFileSystemRemovePathImpl()
|
D | PANSIFileImpl.c | 67 LSTRCAT(impl->Interface.filename, filename); in PANSIFileCreateImpl()
|
/external/srec/tools/dictTest/ |
D | dictTest.c | 195 LSTRCAT ( parfilename, env_lang ); in main() 196 LSTRCAT ( parfilename, L("/baseline.par") ); in main() 230 LSTRCAT ( parfilename, env_lang ); in main() 231 LSTRCAT ( parfilename, L("/baseline.par") ); in main()
|
/external/srec/srec/EventLog/src/ |
D | EventLogImpl.c | 253 LSTRCAT(impl->logFilename, L("/")); in SR_EventLogCreate() 254 LSTRCAT(impl->logFilename, timeStr); in SR_EventLogCreate() 268 LSTRCAT(impl->logFilename, L("/SWIevent-")); in SR_EventLogCreate() 269 LSTRCAT(impl->logFilename, timeStr); in SR_EventLogCreate() 270 LSTRCAT(impl->logFilename, L(".log")); in SR_EventLogCreate() 488 LSTRCAT(header, bar); in logIt() 489 LSTRCAT(header, header2); in logIt()
|
/external/srec/portable/include/ |
D | ptypes.h | 227 #define LSTRCAT strcat macro 381 #define LSTRCAT wcscat macro
|
/external/srec/srec/Vocabulary/src/ |
D | Vocabulary.c | 220 LSTRCAT(multi, m[(int)*single]); in SR_Vocabulary_etiinf_conv_multichar() 221 if (*(single+1)) LSTRCAT(multi, " "); in SR_Vocabulary_etiinf_conv_multichar()
|
/external/srec/tools/make_g2g/ |
D | make_g2g.c | 110 LSTRCAT(outFilename,L(".g2g")); in main()
|
/external/srec/shared/src/ |
D | LStringImpl.c | 68 LSTRCAT(impl->value, value); in LString_Append()
|
D | SessionTypeImpl.c | 657 LSTRCAT(key, *argv + 1); in ESR_SessionTypeImportCommandLineImpl()
|
/external/srec/srec/Semproc/src/ |
D | SemanticProcessorImpl.c | 684 LSTRCAT(meaning, L("meaning")); in SR_SemanticProcessor_CheckParseByWordID() 727 LSTRCAT(meaning, L(" ")); in SR_SemanticProcessor_CheckParseByWordID() 1000 LSTRCAT(meaning, L("meaning")); in SR_SemanticProcessor_CheckParse() 1033 LSTRCAT(meaning, L(" ")); in SR_SemanticProcessor_CheckParse() 1034 LSTRCAT(meaning, dst); in SR_SemanticProcessor_CheckParse()
|
D | ExpressionEvaluator.c | 54 LSTRCAT(resultBuf, operands[i]); in EE_concat()
|
D | SemanticGraphImpl.c | 302 LSTRCAT(filename, ".script"); in SR_SemanticGraph_LoadFromTextFiles() 385 LSTRCAT(filename, ".P.txt"); in SR_SemanticGraph_LoadFromTextFiles() 1012 LSTRCAT(union_script, ptra); in make_union_of_scripts()
|
/external/srec/srec/Nametag/src/ |
D | NametagsImpl.c | 102 LSTRCAT(devicePath, filename); in SR_NametagsLoadImpl() 222 LSTRCAT(devicePath, filename); in SR_NametagsSaveImpl()
|
/external/srec/srec/Recognizer/src/ |
D | RecognizerResultImpl.c | 206 LSTRCAT(value, lValue); in SR_RecognizerResult_GetValue()
|
D | RecognizerImpl.c | 2212 LSTRCAT(label, wordk); in SR_RecognizerCreateResultImpl() 2213 LSTRCAT(label, L(" ")); in SR_RecognizerCreateResultImpl()
|
/external/srec/srec/test/SRecTest/src/ |
D | SRecTest.c | 2078 LSTRCAT(file_path,L("/")); in srec_test_open_nist_file()
|