Home
last modified time | relevance | path

Searched refs:imageName (Results 1 – 5 of 5) sorted by relevance

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
DEclipseTestResultsGeneratorNoMail.java80 String imageName = ""; in processDropRow() local
83 imageName = in processDropRow()
89 imageName = "<img src = \"OK.gif\" width=19 height=23>"; in processDropRow()
92 imageName = in processDropRow()
96 imageName = "<img src = \"OK.gif\" width=19 height=23>"; in processDropRow()
103 result = result + "<td><div align=left>" + imageName + "</div></td>\n"; in processDropRow()
DTestResultsGenerator.java687 String imageName = ""; in processPlatformDropRows() local
690 imageName = in processPlatformDropRows()
694 imageName = "<img src = \"OK.gif\" width=19 height=23>"; in processPlatformDropRows()
697 imageName = in processPlatformDropRows()
700 imageName = "<img src = \"OK.gif\" width=19 height=23>"; in processPlatformDropRows()
706 result = result + "<td><div align=left>" + imageName + "</div></td>\n"; in processPlatformDropRows()
729 String imageName = ""; in processDropRow() local
732 imageName = in processDropRow()
738 imageName = "<img src = \"OK.gif\" width=19 height=23>"; in processDropRow()
741 imageName = in processDropRow()
[all …]
/external/qemu/android/avd/
Dinfo.c893 const char* imageName = _imageFileNames[ AVD_IMAGE_KERNEL ]; in avdInfo_getKernelPath() local
895 char* kernelPath = _avdInfo_getContentOrSdkFilePath(i, imageName); in avdInfo_getKernelPath()
929 const char* imageName = _imageFileNames[ AVD_IMAGE_RAMDISK ]; in avdInfo_getRamdiskPath() local
930 return _avdInfo_getContentOrSdkFilePath(i, imageName); in avdInfo_getRamdiskPath()
935 const char* imageName = _imageFileNames[ AVD_IMAGE_CACHE ]; in avdInfo_getCachePath() local
936 return _avdInfo_getContentFilePath(i, imageName); in avdInfo_getCachePath()
941 const char* imageName = _imageFileNames[ AVD_IMAGE_CACHE ]; in avdInfo_getDefaultCachePath() local
942 return _getFullFilePath(i->contentPath, imageName); in avdInfo_getDefaultCachePath()
947 const char* imageName = _imageFileNames[ AVD_IMAGE_SDCARD ]; in avdInfo_getSdCardPath() local
965 return _avdInfo_getContentFilePath(i, imageName); in avdInfo_getSdCardPath()
[all …]
/external/webkit/Source/WebCore/platform/graphics/gtk/
DImageGtk.cpp140 GOwnPtr<gchar> imageName(g_strdup_printf("%s.png", name)); in loadPlatformResource() local
141 …WebKitDataDirectory(), "webkitgtk-"WEBKITGTK_API_VERSION_STRING, "images", imageName.get(), NULL)); in loadPlatformResource()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
DFingerPrintGraph.java102 String imageName; field in FingerPrintGraph
179 this.imageName = fileName; in FingerPrintGraph()
544 return this.imageName+"_linear";
546 return this.imageName+"_log";
548 return this.imageName;
666 stream.print(this.imageName);