HomeSort by relevance Sort by last modified time
    Searched refs:outName (Results 1 - 24 of 24) 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...]
  /cts/tools/vm-tests-tf/src/util/build/
DexBuildStep.java 41 args.outName = outputFile.fileName.getAbsolutePath();
59 + args.outName);
  /build/tools/atree/
files.h 32 string outName;
files.cpp 116 const string& sourceName, const string& outName)
123 rec.outName = outName;
366 rec->outPath = path_append(base, rec->outName);
407 r.outName = path_append(rec.outName, entry);
  /external/skia/src/gpu/gl/
GrGLShaderBuilder.h 109 SkString* outName);
124 supported at this time. The actual uniform name will be mangled. If outName is not NULL then
131 const char** outName = NULL) {
132 return this->addUniformArray(visibility, type, name, GrGLShaderVar::kNonArray, outName);
138 const char** outName = NULL);
GrGLShaderBuilder.cpp 173 const char** outName) {
205 if (NULL != outName) {
206 *outName = uni.fVariable.c_str();
306 SkString* outName) {
310 outName->printf(" %s_%d", name, fCurrentStageIdx);
312 *outName = name;
314 fFSFunctions.append(*outName);
  /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...]
  /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...]
  /external/icu4c/tools/toolutil/
package.h 109 void extractItem(const char *filesPath, const char *outName, int32_t itemIndex, char outType);
package.cpp     [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/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);
  /external/svox/pico/lib/
picoapi.h 304 pico_Retstring outName);
picoapi.c 376 * @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);
  /dalvik/dexopt/
OptMain.cpp 351 const char* outName = argv[3];
367 outFd = open(outName, O_RDWR | O_EXCL | O_CREAT, 0666);
  /frameworks/base/media/java/android/mtp/
MtpDatabase.java     [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]
  /frameworks/base/include/androidfw/
ResourceTypes.h     [all...]
  /frameworks/base/tools/aapt/
XMLNode.cpp     [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 642 milliseconds