/external/chromium_org/third_party/icu/source/tools/genrb/ |
parse.h | 30 struct SRBRoot* parse(UCHARBUF *buf, const char* inputDir, const char* outputDir, UErrorCode *status);
|
genrb.h | 45 const char *inputDir,
|
genrb.c | 25 void processFile(const char *filename, const char* cp, const char *inputDir, const char *outputDir, const char *packageName, UErrorCode *status); 121 const char *inputDir = NULL; 234 inputDir = options[SOURCEDIR].value; 319 * TODO: Consolidate inputDir/filename handling from main() and processFile() 329 } else if (inputDir) { 330 uprv_strcpy(theCurrentFileName, inputDir); 416 if (inputDir) { 417 uprv_strcpy(theCurrentFileName, inputDir); 427 processFile(arg, encoding, inputDir, outputDir, gPackageName, &status); 451 processFile(const char *filename, const char *cp, const char *inputDir, const char *outputDir, const char *packageName, UErrorCode *status) [all...] |
parse.c | 85 const char *inputdir; member in struct:__anon13597 309 if (state->inputdir != NULL) 311 uprv_strcat(filename, state->inputdir); 313 if (state->inputdir[state->inputdirLength - 1] != U_FILE_SEP_CHAR) 450 if (state->inputdir != NULL) 452 uprv_strcat(filename, state->inputdir); 454 if (state->inputdir[state->inputdirLength - 1] != U_FILE_SEP_CHAR) 631 const char* inputDir; 695 if(genrbdata->inputDir == NULL) { 716 genrbdata->inputDir = inputDirBuf [all...] |
derb.c | 90 const char *inputDir = "."; 174 inputDir = options[7].value; /* we'll use users resources */ 238 if (!(fromICUData = !uprv_strcmp(inputDir, "-"))) { 255 uprv_strcpy(infile, inputDir); 267 bundle = ures_open(fromICUData ? 0 : inputDir, locale, &status);
|
/external/icu4c/tools/genrb/ |
parse.h | 30 struct SRBRoot* parse(UCHARBUF *buf, const char* inputDir, const char* outputDir,
|
genrb.h | 49 const char *inputDir,
|
genrb.c | 25 void processFile(const char *filename, const char* cp, const char *inputDir, const char *outputDir, 119 const char *inputDir = NULL; 245 inputDir = options[SOURCEDIR].value; 314 * TODO: Consolidate inputDir/filename handling from main() and processFile() 324 } else if (inputDir) { 325 uprv_strcpy(theCurrentFileName, inputDir); 411 if (inputDir) { 412 uprv_strcpy(theCurrentFileName, inputDir); 422 processFile(arg, encoding, inputDir, outputDir, NULL, 451 const char *filename, const char *cp, const char *inputDir, const char *outputDir, const char *packageName [all...] |
parse.cpp | 83 const char *inputdir; member in struct:__anon20970 306 if (state->inputdir != NULL) 308 uprv_strcat(filename, state->inputdir); 310 if (state->inputdir[state->inputdirLength - 1] != U_FILE_SEP_CHAR) 447 if (state->inputdir != NULL) 449 uprv_strcat(filename, state->inputdir); 451 if (state->inputdir[state->inputdirLength - 1] != U_FILE_SEP_CHAR) 628 const char* inputDir; 692 if(genrbdata->inputDir == NULL) { 713 genrbdata->inputDir = inputDirBuf [all...] |
derb.c | 90 const char *inputDir = "."; 174 inputDir = options[7].value; /* we'll use users resources */ 238 if (!(fromICUData = !uprv_strcmp(inputDir, "-"))) { 255 uprv_strcpy(infile, inputDir); 267 bundle = ures_open(fromICUData ? 0 : inputDir, locale, &status);
|
/external/srtp/ |
srtp.vcproj | 28 CommandLine="copy /Y "$(InputDir)config.hw" "$(InputDir)crypto\include\config.h" > NUL" 98 CommandLine="copy /Y "$(InputDir)config.hw" "$(InputDir)crypto\include\config.h" > NUL" 164 CommandLine="copy /Y "$(InputDir)config.hw" "$(InputDir)crypto\include\config.h" > NUL" 250 CommandLine="copy /Y "$(InputDir)config.hw" "$(InputDir)crypto\include\config.h" > NUL"
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
ucbuf.c | 638 ucbuf_resolveFileName(const char* inputDir, const char* fileName, char* target, int32_t* len, UErrorCode* status){ 646 if(inputDir == NULL || fileName == NULL || len==NULL || (target==NULL && *len>0)){ 652 dirlen = (int32_t)uprv_strlen(inputDir); 654 if(inputDir[dirlen-1] != U_FILE_SEP_CHAR) { 674 if( (fileName[0] != U_FILE_SEP_CHAR) && (inputDir[dirlen-1] !='.')){ 675 uprv_strcpy(target, inputDir); 687 uprv_strcpy(target, inputDir);
|
ucbuf.h | 193 ucbuf_resolveFileName(const char* inputDir, const char* fileName, char* target, int32_t* len, UErrorCode* status);
|
/external/icu4c/tools/toolutil/ |
ucbuf.c | 639 ucbuf_resolveFileName(const char* inputDir, const char* fileName, char* target, int32_t* len, UErrorCode* status){ 647 if(inputDir == NULL || fileName == NULL || len==NULL || (target==NULL && *len>0)){ 653 dirlen = (int32_t)uprv_strlen(inputDir); 655 if(inputDir[dirlen-1] != U_FILE_SEP_CHAR) { 675 if( (fileName[0] != U_FILE_SEP_CHAR) && (inputDir[dirlen-1] !='.')){ 676 uprv_strcpy(target, inputDir); 688 uprv_strcpy(target, inputDir);
|
ucbuf.h | 193 ucbuf_resolveFileName(const char* inputDir, const char* fileName, char* target, int32_t* len, UErrorCode* status);
|
/external/antlr/antlr-3.4/runtime/C/vsrulefiles/ |
antlr3lexer.rules | 96 DefaultValue="$(InputDir)" 123 DefaultValue="$(InputDir)"
|
antlr3lexerandparser.rules | 97 DefaultValue="$(InputDir)" 124 DefaultValue="$(InputDir)"
|
antlr3parser.rules | 96 DefaultValue="$(InputDir)" 123 DefaultValue="$(InputDir)"
|
antlr3treeparser.rules | 96 DefaultValue="$(InputDir)" 123 DefaultValue="$(InputDir)"
|
/build/tools/atree/ |
atree.cpp | 30 " -I INPUTDIR Specify one or more base directories in\n" 42 " in the final OUTPUTDIR. Atree will look for files in the INPUTDIR\n"
|
/external/chromium_org/tools/gyp/pylib/gyp/generator/ |
msvs.py | 49 'RULE_INPUT_DIRNAME': '$(InputDir)', 258 if [x for x in cmd if '$(InputDir)' in x]: 260 'set INPUTDIR=$(InputDir)\n' 261 'set INPUTDIR=%INPUTDIR:$(ProjectDir)=%\n' 262 'set INPUTDIR=%INPUTDIR:~0,-1%\n' 276 direct_cmd = [i.replace('$(InputDir)', 277 '`cygpath -m "${INPUTDIR}"`') for i in direct_cmd [all...] |
/external/chromium_org/tools/gyp/pylib/gyp/ |
MSVSSettings.py | 391 '$(InputDir)': '%(RootDir)%(Directory)', [all...] |