HomeSort by relevance Sort by last modified time
    Searched defs:outName (Results 1 - 12 of 12) 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);
  /external/icu4c/test/perf/howExpensiveIs/
howExpensiveIs.cpp 34 const char *outName = NULL;
70 outName = optarg;
89 outName = argv[1];
95 if(listmode && outName != NULL ) {
97 outName=NULL;
100 if(outName != NULL) {
103 out=fopen(outName,"w");
105 fprintf(stderr,"Err: can't open %s for writing.\n", outName);
108 fprintf(stderr, "# writing results to %s\n", outName);
  /frameworks/native/opengl/tools/glgen/src/
JniCodeEmitter.java 750 String outName = "android_" + jfunc.getName();
753 (outName.endsWith("Pointer") || outName.endsWith("PointerOES") ||
754 outName.endsWith("glDrawElements") ||
755 outName.endsWith("glDrawRangeElements") ||
756 outName.endsWith("glTexImage2D") ||
757 outName.endsWith("glTexSubImage2D") ||
758 outName.endsWith("glCompressedTexImage2D") ||
759 outName.endsWith("glCompressedTexSubImage2D") ||
760 outName.endsWith("glTexImage3D") |
    [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/devtools/tools/lib/
ant-tasks.jar 
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 433 milliseconds