Searched refs:outName (Results 1 - 25 of 26) sorted by relevance

12

/external/javassist/src/main/javassist/
H A DCtNewNestedClass.java52 String outName = ica.outerClass(i);
53 if (outName != null && outer)
55 CtClass parent = clazz.getClassPool().get(outName);
60 + outName);
H A DCtClassType.java745 String outName = ica.outerClass(i);
746 if (outName != null)
747 return classPool.get(outName);
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLNameAllocator.cpp48 * @param outName A pointer that receives the allocated name. outName will
56 virtual SparseNameRange* SK_WARN_UNUSED_RESULT internalAllocate(GrGLuint* outName) = 0;
136 virtual SparseNameRange* SK_WARN_UNUSED_RESULT internalAllocate(GrGLuint* outName) SK_OVERRIDE {
138 fLeft.reset(fLeft->internalAllocate(outName));
139 if (0 != *outName) {
148 *outName = fLeft->appendNames(1 + removedCount);
159 *outName = fLeft->appendNames(1);
283 virtual SparseNameRange* SK_WARN_UNUSED_RESULT internalAllocate(GrGLuint* outName) SK_OVERRIDE {
284 *outName
[all...]
/external/skia/src/gpu/gl/
H A DGrGLNameAllocator.cpp48 * @param outName A pointer that receives the allocated name. outName will
56 virtual SparseNameRange* SK_WARN_UNUSED_RESULT internalAllocate(GrGLuint* outName) = 0;
136 virtual SparseNameRange* SK_WARN_UNUSED_RESULT internalAllocate(GrGLuint* outName) SK_OVERRIDE {
138 fLeft.reset(fLeft->internalAllocate(outName));
139 if (0 != *outName) {
148 *outName = fLeft->appendNames(1 + removedCount);
159 *outName = fLeft->appendNames(1);
283 virtual SparseNameRange* SK_WARN_UNUSED_RESULT internalAllocate(GrGLuint* outName) SK_OVERRIDE {
284 *outName
[all...]
H A DGrGLShaderBuilder.h159 SkString* outName);
181 supported at this time. The actual uniform name will be mangled. If outName is not NULL then
187 const char** outName = NULL) {
188 return this->addUniformArray(visibility, type, name, GrGLShaderVar::kNonArray, outName);
194 const char** outName = NULL);
H A DGrGLShaderBuilder.cpp439 const char** outName) {
466 if (NULL != outName) {
467 *outName = uni.fVariable.c_str();
540 SkString* outName) {
542 this->nameVariable(outName, '\0', name);
543 fFSFunctions.appendf(" %s", outName->c_str());
435 addUniformArray(uint32_t visibility, GrSLType type, const char* name, int count, const char** outName) argument
535 fsEmitFunction(GrSLType returnType, const char* name, int argCnt, const GrGLShaderVar* args, const char* body, SkString* outName) argument
/external/bzip2/
H A Dbzip2.c206 Char outName[FILE_NAME_LEN]; variable
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)" );
1201 if ( srcMode == SM_F2F && fileExists ( outName ) ) {
[all...]
/external/chromium_org/third_party/skia/src/gpu/gl/builders/
H A DGrGLShaderBuilder.cpp77 SkString* outName) {
79 fProgramBuilder->nameVariable(outName, '\0', name);
80 fFunctions.appendf(" %s", outName->c_str());
72 emitFunction(GrSLType returnType, const char* name, int argCnt, const GrGLShaderVar* args, const char* body, SkString* outName) argument
H A DGrGLProgramBuilder.h115 supported at this time. The actual uniform name will be mangled. If outName is not NULL then
121 const char** outName = NULL) {
122 return this->addUniformArray(visibility, type, name, GrGLShaderVar::kNonArray, outName);
128 const char** outName = NULL);
H A DGrGLProgramBuilder.cpp118 const char** outName) {
139 if (outName) {
140 *outName = uni.fVariable.c_str();
114 addUniformArray(uint32_t visibility, GrSLType type, const char* name, int count, const char** outName) argument
H A DGrGLShaderBuilder.h107 SkString* outName);
/external/chromium_org/third_party/skia/experimental/PdfViewer/
H A Dchop_transparency_main.cpp65 static bool write_bitmap(const char outName[], const SkBitmap& bm) { argument
92 return SkImageEncoder::EncodeFile(outName, dst, SkImageEncoder::kPNG_Type, 100);
/external/skia/experimental/PdfViewer/
H A Dchop_transparency_main.cpp65 static bool write_bitmap(const char outName[], const SkBitmap& bm) { argument
92 return SkImageEncoder::EncodeFile(outName, dst, SkImageEncoder::kPNG_Type, 100);
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpackage.h123 void extractItem(const char *filesPath, const char *outName, int32_t itemIndex, char outType);
H A Dpackage.cpp1129 Package::extractItem(const char *filesPath, const char *outName, int32_t idx, char outType) { argument
1171 makeFullFilenameAndDirs(filesPath, outName, filename, (int32_t)sizeof(filename));
/external/icu/icu4c/source/tools/toolutil/
H A Dpackage.h123 void extractItem(const char *filesPath, const char *outName, int32_t itemIndex, char outType);
H A Dpackage.cpp1130 Package::extractItem(const char *filesPath, const char *outName, int32_t idx, char outType) { argument
1172 makeFullFilenameAndDirs(filesPath, outName, filename, (int32_t)sizeof(filename));
/external/svox/pico/lib/
H A Dpicoapi.h304 pico_Retstring outName);
H A Dpicoapi.c376 * @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);
382 pico_getResourceName( pico_System system, pico_Resource resource, pico_Retstring outName) argument
/external/chromium_org/third_party/icu/source/test/perf/howExpensiveIs/
H A DhowExpensiveIs.cpp34 const char *outName = NULL; variable
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/icu/icu4c/source/test/perf/howExpensiveIs/
H A DhowExpensiveIs.cpp38 const char *outName = NULL; variable
74 outName = optarg;
93 outName = argv[1];
99 if(listmode && outName != NULL ) {
101 outName=NULL;
104 if(outName != NULL) {
107 out=fopen(outName,"w");
109 fprintf(stderr,"Err: can't open %s for writing.\n", outName);
112 fprintf(stderr, "# writing results to %s\n", outName);
/external/deqp/modules/gles3/stress/
H A Des3sLongShaderTests.cpp245 const std::string outName = isLast ? getShaderOutputName() : getRandomVariableName();
255 addLine(outName + " = vec4(" + expr + ");");
257 addLine(outName + " = " + expr + ";");
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 2062 milliseconds

12