/external/skia/tests/ |
GrMeshTest.cpp | 79 static void run_test(GrContext* context, const char* testName, skiatest::Reporter*, 393 static void run_test(GrContext* context, const char* testName, skiatest::Reporter* reporter, 399 ERRORF(reporter, "[%s] expectation and rtc not compatible (?).", testName); 403 ERRORF(reporter, "unexpected row bytes in gold image.", testName); 418 testName, x, y, actual, expected);
|
/external/skqp/tests/ |
GrMeshTest.cpp | 79 static void run_test(GrContext* context, const char* testName, skiatest::Reporter*, 396 static void run_test(GrContext* context, const char* testName, skiatest::Reporter* reporter, 402 ERRORF(reporter, "[%s] expectation and rtc not compatible (?).", testName); 406 ERRORF(reporter, "unexpected row bytes in gold image.", testName); 421 testName, x, y, actual, expected);
|
/cts/tests/tests/assist/src/android/assist/cts/ |
AssistTestBase.java | 176 protected void startTest(String testName) throws Exception { 177 Log.i(TAG, "Starting test activity for TestCaseType = " + testName); 179 intent.putExtra(Utils.TESTCASE_TYPE, testName); 180 intent.setAction("android.intent.action.START_TEST_" + testName); 210 protected void startTestActivity(String testName) { 212 mTestName = testName; 213 intent.setAction("android.intent.action.TEST_START_ACTIVITY_" + testName); 214 intent.putExtra(Utils.TESTCASE_TYPE, testName); 252 protected AutoResetLatch startSession(String testName, Bundle extras) { 254 Log.i(TAG, "passed in class test name is: " + testName); [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
AudioTrackTest.java | 62 private void log(String testName, String message) { 63 Log.v(TAG, "[" + testName + "] " + message); 66 private void loge(String testName, String message) { 67 Log.e(TAG, "[" + testName + "] " + message); 649 private void testSetVolumeCommon(String testName, float vol, boolean isStereo) throws Exception { 668 assertTrue(testName, track.setStereoVolume(vol, vol) == AudioTrack.SUCCESS); 670 assertTrue(testName, track.setVolume(vol) == AudioTrack.SUCCESS); [all...] |
AudioTrackSurroundTest.java | 77 private static void log(String testName, String message) { 78 Log.i(TAG, "[" + testName + "] " + message); 81 private static void logw(String testName, String message) { 82 Log.w(TAG, "[" + testName + "] " + message); 85 private static void loge(String testName, String message) { 86 Log.e(TAG, "[" + testName + "] " + message);
|
/external/testng/src/main/java/org/testng/reporters/ |
EmailableReporter.java | 92 String testName = testContext.getName(); 94 resultSummary(suite, testContext.getFailedConfigurations(), testName, 96 resultSummary(suite, testContext.getFailedTests(), testName, "failed", 98 resultSummary(suite, testContext.getSkippedConfigurations(), testName, 100 resultSummary(suite, testContext.getSkippedTests(), testName, 102 resultSummary(suite, testContext.getPassedTests(), testName, "passed", 132 private void resultSummary(ISuite suite, IResultMap tests, String testname, String style, 146 titleRow(testname + " — " + style + details, 5, id);
|
TestHTMLReporter.java | 96 String testName = tr.getTestName(); 97 if (testName != null) { 98 sb.append(" (").append(testName).append(")");
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
DialogTestListActivity.java | 226 TestResult.addResultData(resultIntent, result, test.testName, /* testDetails */ null, 232 protected void setTestResult(String testName, int result) { 235 TestResult.addResultData(resultIntent, result, testName, /* testDetails */ null,
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
vktRenderPassDepthStencilResolveTests.cpp | [all...] |
/external/deqp/modules/egl/ |
teglGetProcAddressTests.cpp | 368 std::string testName (extName); 371 testName[ndx] = de::toLower(extName[ndx]); 373 extensionsGroup->addChild(new GetProcAddressExtensionCase(m_eglTestCtx, testName.c_str(), ("Test " + extName).c_str(), extName));
|
/external/icu/icu4c/source/test/perf/howExpensiveIs/ |
howExpensiveIs.cpp | 27 fprintf(stderr, "Usage: %s [ -f outfile.xml ] [ -t 'TestName' ]\n", prog); 45 const char *testName = NULL; 51 if(testName==NULL) return 1; 52 int len = strlen(testName); 53 if(testName[len-1]=='*') { 54 return strncmp(testName,aName,len-1); 56 return strcmp(testName,aName); 85 testName = optarg; 126 if(listmode && testName!=NULL) { 200 if(testName!=NULL && testMatch(tn)) return; // skipped [all...] |
/external/skia/src/pathops/ |
SkPathOpsDebug.h | 424 const char* testName); 426 const char* testName); 427 void DumpSimplify(const SkPath& path, const char* testName); 428 void DumpSimplify(FILE* file, const SkPath& path, const char* testName);
|
SkPathOpsOp.cpp | 242 SkDEBUGPARAMS(bool skipAssert) SkDEBUGPARAMS(const char* testName)) { 245 const char* testName = "release"; 248 SkPathOpsDebug::DumpOp(one, two, op, testName); 295 SkDEBUGPARAMS(skipAssert) SkDEBUGPARAMS(testName));
|
SkPathOpsTypes.cpp | 234 SkDEBUGPARAMS(const char* testName)) 241 SkDEBUGPARAMS(fDebugTestName(testName))
|
/external/skqp/src/pathops/ |
SkPathOpsDebug.h | 424 const char* testName); 426 const char* testName); 427 void DumpSimplify(const SkPath& path, const char* testName); 428 void DumpSimplify(FILE* file, const SkPath& path, const char* testName);
|
SkPathOpsOp.cpp | 242 SkDEBUGPARAMS(bool skipAssert) SkDEBUGPARAMS(const char* testName)) { 245 const char* testName = "release"; 248 SkPathOpsDebug::DumpOp(one, two, op, testName); 295 SkDEBUGPARAMS(skipAssert) SkDEBUGPARAMS(testName));
|
SkPathOpsTypes.cpp | 234 SkDEBUGPARAMS(const char* testName)) 241 SkDEBUGPARAMS(fDebugTestName(testName))
|
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ |
BaseDeviceAdminServiceTest.java | 70 protected void executeDeviceTestMethod(String className, String testName) throws Exception { 71 runDeviceTestsAsUser(OWNER_PKG, className, testName, getUserId());
|
/external/autotest/frontend/client/src/autotest/afe/ |
TestSelector.java | 180 String testName = test.get("name").isString().stringValue().toLowerCase(); 182 testName.contains(getTestNameFilterText())) {
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
vktSpvAsmSpirvVersionTests.cpp | 383 const std::string testName = spirvVersionName + "_" + operationNames[static_cast<deUint32>(operation)]; 390 group->addChild(new SpvAsmSpirvVersionsCase(testCtx, testName.c_str(), "", testParameters));
|
/external/deqp/modules/gles31/functional/ |
es31fFunctionalTests.cpp | 133 const char* testName; 146 addChild(new ShaderLibraryTest(m_context, m_files[ndx].fileName, m_files[ndx].testName, m_files[ndx].description));
|
/external/junit/src/main/java/junit/runner/ |
BaseTestRunner.java | 83 public abstract void testStarted(String testName); 85 public abstract void testEnded(String testName);
|
/external/mesa3d/src/mapi/glapi/ |
glapi_getproc.c | 64 const char *testName = gl_string_table + static_functions[i].Name_offset; 65 if (strcmp(testName, n) == 0)
|
/external/parameter-framework/upstream/test/test-fixed-point-parameter/ |
Main.py | 116 for testName, testFunc in self._chainingTests: 120 print("%s ERROR for %s" % (testName, self._paramPath))
|
/external/pdfium/testing/tools/ |
gold.py | 211 def AddTestResult(self, testName, md5Hash, outputImagePath): 225 "name": testName,
|