/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/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...] |
/dalvik/dx/src/com/android/dx/command/dexer/ |
Main.java | 253 if (args.outName == null) { 258 incrementalOutFile = new File(args.outName); 296 if (!createJar(args.outName)) { 299 } else if (outArray != null && args.outName != null) { 300 OutputStream out = openOutput(args.outName); 340 if (!createJar(args.outName)) { 343 } else if (args.outName != null) { 344 File outDir = new File(args.outName); [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/chromium_org/third_party/icu/source/tools/toolutil/ |
package.h | 109 void extractItem(const char *filesPath, const char *outName, int32_t itemIndex, char outType);
|
package.cpp | [all...] |
/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGLShaderBuilder.h | 104 SkString* outName); 126 supported at this time. The actual uniform name will be mangled. If outName is not NULL then 133 const char** outName = NULL) { 134 return this->addUniformArray(visibility, type, name, GrGLShaderVar::kNonArray, outName); 140 const char** outName = NULL);
|
GrGLShaderBuilder.cpp | 349 const char** outName) { 376 if (NULL != outName) { 377 *outName = uni.fVariable.c_str(); 455 SkString* outName) { 457 this->nameVariable(outName, '\0', name); 458 fFSFunctions.appendf(" %s", outName->c_str()); [all...] |
/external/skia/src/gpu/gl/ |
GrGLShaderBuilder.h | 104 SkString* outName); 126 supported at this time. The actual uniform name will be mangled. If outName is not NULL then 133 const char** outName = NULL) { 134 return this->addUniformArray(visibility, type, name, GrGLShaderVar::kNonArray, outName); 140 const char** outName = NULL);
|
GrGLShaderBuilder.cpp | 349 const char** outName) { 376 if (NULL != outName) { 377 *outName = uni.fVariable.c_str(); 455 SkString* outName) { 457 this->nameVariable(outName, '\0', name); 458 fFSFunctions.appendf(" %s", outName->c_str()); [all...] |
/external/icu4c/tools/toolutil/ |
package.h | 123 void extractItem(const char *filesPath, const char *outName, int32_t itemIndex, char outType);
|
package.cpp | [all...] |
/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);
|
/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);
|
/dalvik/dexopt/ |
OptMain.cpp | 351 const char* outName = argv[3]; 367 outFd = open(outName, O_RDWR | O_EXCL | O_CREAT, 0666);
|
/frameworks/base/libs/androidfw/ |
ResourceTypes.cpp | [all...] |
/frameworks/base/media/java/android/mtp/ |
MtpDatabase.java | [all...] |
/frameworks/base/include/androidfw/ |
ResourceTypes.h | [all...] |
/frameworks/base/tools/aapt/ |
XMLNode.cpp | [all...] |
/prebuilts/devtools/tools/lib/ |
ant-tasks.jar | |