HomeSort by relevance Sort by last modified time
    Searched defs:outName (Results 1 - 10 of 10) 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);
856 free(outName);
  /frameworks/native/opengl/tools/glgen/src/
JniCodeEmitter.java 750 String outName = "android_" + jfunc.getName();
752 boolean isVBOPointerFunc = (outName.endsWith("Pointer") ||
753 outName.endsWith("PointerOES") ||
754 outName.endsWith("DrawElements") || outName.endsWith("VertexAttribPointer")) &&
757 outName += "Bounds";
762 out.print(outName);
780 outName += "__" + sig;
797 outName +
    [all...]
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java 198 if (args.outName == null) {
203 incrementalOutFile = new File(args.outName);
238 if (!createJar(args.outName, outArray)) {
241 } else if (outArray != null && args.outName != null) {
242 OutputStream out = openOutput(args.outName);
899 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...]
  /prebuilts/sdk/tools/lib/
dx.jar 
  /tools/motodev/src/plugins/preflighting.core/apktool/
apktool.jar 

Completed in 3083 milliseconds