Searched refs:outName (Results 1 – 8 of 8) sorted by relevance
/external/javassist/src/main/javassist/ |
D | CtNewNestedClass.java | 52 String outName = ica.outerClass(i); in updateInnerEntry() local 53 if (outName != null && outer) in updateInnerEntry() 55 CtClass parent = clazz.getClassPool().get(outName); in updateInnerEntry() 60 + outName); in updateInnerEntry()
|
D | CtClassType.java | 745 String outName = ica.outerClass(i); in getDeclaringClass() local 746 if (outName != null) in getDeclaringClass() 747 return classPool.get(outName); in getDeclaringClass()
|
/external/bzip2/ |
D | bzip2.c | 206 Char outName[FILE_NAME_LEN]; variable 680 inName, outName in showFileNames() 706 progName, outName ); in cleanUpAndFail() 709 retVal = remove ( outName ); in cleanUpAndFail() 724 progName, outName ); in cleanUpAndFail() 1148 copyFileName ( outName, (Char*)"(stdout)" ); in compress() 1152 copyFileName ( outName, name ); in compress() 1153 strcat ( outName, ".bz2" ); in compress() 1157 copyFileName ( outName, (Char*)"(stdout)" ); in compress() 1201 if ( srcMode == SM_F2F && fileExists ( outName ) ) { in compress() [all …]
|
/external/expat/xmlwf/ |
D | xmlwf.c | 756 XML_Char *outName = 0; in tmain() local 793 outName = (XML_Char *)malloc((tcslen(outputDir) + tcslen(file) + 2) in tmain() 795 tcscpy(outName, outputDir); in tmain() 796 tcscat(outName, delim); in tmain() 797 tcscat(outName, file); in tmain() 798 fp = tfopen(outName, T("wb")); in tmain() 800 tperror(outName); in tmain() 853 tremove(outName); in tmain() 854 free(outName); in tmain()
|
/external/icu4c/tools/toolutil/ |
D | package.h | 109 void extractItem(const char *filesPath, const char *outName, int32_t itemIndex, char outType);
|
D | package.cpp | 1074 Package::extractItem(const char *filesPath, const char *outName, int32_t idx, char outType) { in extractItem() argument 1116 makeFullFilenameAndDirs(filesPath, outName, filename, (int32_t)sizeof(filename)); in extractItem()
|
/external/svox/pico/lib/ |
D | picoapi.c | 385 pico_Retstring outName) { in pico_getResourceName() argument 389 } else if (NULL == outName) { in pico_getResourceName() 392 …return picorsrc_rsrcGetName((picorsrc_Resource)resource, (picoos_char *) outName, PICO_RETSTRINGSI… in pico_getResourceName()
|
D | picoapi.h | 304 pico_Retstring outName);
|