HomeSort by relevance Sort by last modified time
    Searched defs:outName (Results 1 - 9 of 9) sorted by null

  /external/javassist/src/main/javassist/
CtNewNestedClass.java 52 String outName = ica.outerClass(i);
53 if (outName != null && outer)
55 CtClass parent = clazz.getClassPool().get(outName);
60 + outName);
CtClassType.java 745 String outName = ica.outerClass(i);
746 if (outName != null)
747 return classPool.get(outName);
    [all...]
  /build/tools/atree/
files.h 32 string outName;
  /dalvik/dexopt/
OptMain.cpp 351 const char* outName = argv[3];
367 outFd = open(outName, O_RDWR | O_EXCL | O_CREAT, 0666);
  /external/expat/xmlwf/
xmlwf.c 756 XML_Char *outName = 0;
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);
854 free(outName);
  /frameworks/base/opengl/tools/glgen/src/
JniCodeEmitter.java 673 String outName = "android_" + jfunc.getName();
675 boolean isVBOPointerFunc = (outName.endsWith("Pointer") ||
676 outName.endsWith("PointerOES") ||
677 outName.endsWith("DrawElements") || outName.endsWith("VertexAttribPointer")) &&
680 outName += "Bounds";
685 out.print(outName);
702 outName += "__" + sig;
718 outName +
    [all...]
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java 195 if (args.outName == null) {
200 incrementalOutFile = new File(args.outName);
235 if (!createJar(args.outName, outArray)) {
238 } else if (outArray != null && args.outName != null) {
239 OutputStream out = openOutput(args.outName);
895 public String outName = null;
    [all...]
  /external/bzip2/
bzip2.c 206 Char outName[FILE_NAME_LEN];
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)" );
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 613 milliseconds