/external/srec/tools/dictTest/ |
dictTest.c | 195 LSTRCAT ( parfilename, env_lang ); 196 LSTRCAT ( parfilename, L("/baseline.par") ); 230 LSTRCAT ( parfilename, env_lang ); 231 LSTRCAT ( parfilename, L("/baseline.par") );
|
/external/srec/tools/make_g2g/ |
make_g2g.c | 110 LSTRCAT(outFilename,L(".g2g"));
|
/external/srec/portable/src/ |
PFileSystem.c | 232 LSTRCAT(path, tokens[i]); 315 LSTRCAT(relativePath, L("/")); 317 LSTRCAT(relativePath, path + LSTRLEN(bestKey)); 420 LSTRCAT(absolutePath, L("/")); 432 LSTRCAT(absolutePath, L("/")); 486 LSTRCAT(clone, L("../"));
|
PANSIFileSystemImpl.c | 131 LSTRCAT(key, L("/")); 155 LSTRCAT(value, L("/")); 198 LSTRCAT(path, L("/"));
|
PANSIFileImpl.c | 67 LSTRCAT(impl->Interface.filename, filename);
|
/external/srec/portable/include/ |
ptypes.h | 227 #define LSTRCAT strcat 381 #define LSTRCAT wcscat
|
/external/srec/shared/src/ |
LStringImpl.c | 68 LSTRCAT(impl->value, value);
|
SessionTypeImpl.c | 657 LSTRCAT(key, *argv + 1); [all...] |
/external/srec/srec/Semproc/src/ |
ExpressionEvaluator.c | 54 LSTRCAT(resultBuf, operands[i]);
|
SemanticGraphImpl.c | 302 LSTRCAT(filename, ".script"); 385 LSTRCAT(filename, ".P.txt"); 1012 LSTRCAT(union_script, ptra); [all...] |
/external/srec/srec/EventLog/src/ |
EventLogImpl.c | 253 LSTRCAT(impl->logFilename, L("/")); 254 LSTRCAT(impl->logFilename, timeStr); 268 LSTRCAT(impl->logFilename, L("/SWIevent-")); 269 LSTRCAT(impl->logFilename, timeStr); 270 LSTRCAT(impl->logFilename, L(".log")); 488 LSTRCAT(header, bar); 489 LSTRCAT(header, header2);
|
/external/srec/srec/Vocabulary/src/ |
Vocabulary.c | 220 LSTRCAT(multi, m[(int)*single]); 221 if (*(single+1)) LSTRCAT(multi, " ");
|
/external/srec/srec/Nametag/src/ |
NametagsImpl.c | 102 LSTRCAT(devicePath, filename); 222 LSTRCAT(devicePath, filename);
|
/external/srec/srec/Recognizer/src/ |
RecognizerResultImpl.c | 206 LSTRCAT(value, lValue);
|
RecognizerImpl.c | [all...] |
/external/srec/srec/test/SRecTest/src/ |
SRecTest.c | [all...] |