Lines Matching refs:name

87 	def __init__(self, name, buildConfig, generator, binaryName, testset, args = [], exclude = [], ignore = []):
88 self.name = name
101 def __init__(self, name, buildType, args):
102 BuildConfig.__init__(self, os.path.join(BASE_BUILD_DIR, name), buildType, args)
105 def __init__ (self, name, statusCode):
106 self.name = name
110 def __init__ (self, name, statusCodes):
111 self.name = name
115 def __init__ (self, name):
116 self.name = name
162 if not result.name in caseSet:
163 caseList.append(result.name)
164 caseSet.add(result.name)
173 resMap[result.name] = result
219 headerCol += '<td class="Header">%s</td>\n' % batchResult.name
224 col = '<td class="CasePath">%s</td>\n' % result.name
228 rows.append(TableRow(result.name, col))
243 def matchesAnyPattern (name, patterns):
245 if fnmatch.fnmatch(name, pattern):
257 if not matchesAnyPattern(result.name, ignoreCases):
279 logDir = os.path.join(BASE_LOGS_DIR, config.name)
283 compareLogPath = os.path.join(BASE_REFS_DIR, config.name + ".csv")
331 writeFile(COMPARE_REPORT_NAME, genCompareReport(batchResults, config.name, config.ignore))
342 print("MISMATCH: %s: expected %s, got %s" % (result.name, result.statusCodes[0], result.statusCodes[1]))
364 name = "wgl_x64_release_gles2",
368 args = ['--deqp-gl-config-name=rgba8888d24s8ms0'] + BASE_ARGS,
378 name = "wgl_x64_release_gles3",
382 args = ['--deqp-gl-config-name=rgba8888d24s8ms0'] + BASE_ARGS,
397 name = "wgl_x64_release_gles31",
401 args = ['--deqp-gl-config-name=rgba8888d24s8ms0'] + BASE_ARGS,
420 name = "wgl_x64_release_gl3",
424 args = ['--deqp-gl-config-name=rgba8888d24s8ms0'] + BASE_ARGS,
436 name = "arm_gles3_emu_x32_egl",
449 name = "opencl_x64_release",
482 if curCfg.name == cfgName:
495 print(" %s" % config.name)