Searched refs:outName (Results 1 - 8 of 8) sorted by relevance

/external/javassist/src/main/javassist/
H A DCtNewNestedClass.java52 String outName = ica.outerClass(i);
53 if (outName != null && outer)
55 CtClass parent = clazz.getClassPool().get(outName);
60 + outName);
H A DCtClassType.java745 String outName = ica.outerClass(i);
746 if (outName != null)
747 return classPool.get(outName);
/external/bzip2/
H A Dbzip2.c206 Char outName[FILE_NAME_LEN]; variable
680 inName, outName
706 progName, outName );
709 retVal = remove ( outName );
724 progName, outName );
1148 copyFileName ( outName, (Char*)"(stdout)" );
1152 copyFileName ( outName, name );
1153 strcat ( outName, ".bz2" );
1157 copyFileName ( outName, (Char*)"(stdout)" );
1201 if ( srcMode == SM_F2F && fileExists ( outName ) ) {
[all...]
/external/icu4c/tools/toolutil/
H A Dpackage.h109 void extractItem(const char *filesPath, const char *outName, int32_t itemIndex, char outType);
H A Dpackage.cpp1074 Package::extractItem(const char *filesPath, const char *outName, int32_t idx, char outType) { argument
1116 makeFullFilenameAndDirs(filesPath, outName, filename, (int32_t)sizeof(filename));
/external/expat/xmlwf/
H A Dxmlwf.c756 XML_Char *outName = 0; local
793 outName = (XML_Char *)malloc((tcslen(outputDir) + tcslen(file) + 2)
795 tcscpy(outName, outputDir);
796 tcscat(outName, delim);
797 tcscat(outName, file);
798 fp = tfopen(outName, T("wb"));
800 tperror(outName);
853 tremove(outName);
856 free(outName);
/external/svox/pico/lib/
H A Dpicoapi.h304 pico_Retstring outName);
H A Dpicoapi.c376 * @param outName : pointer to the area to receuive the resource name
385 pico_Retstring outName) {
389 } else if (NULL == outName) {
392 return picorsrc_rsrcGetName((picorsrc_Resource)resource, (picoos_char *) outName, PICO_RETSTRINGSIZE);
382 pico_getResourceName( pico_System system, pico_Resource resource, pico_Retstring outName) argument

Completed in 159 milliseconds