/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
UT_reduce_backward.java | 69 private <T extends Number> boolean result(String testName, T javaRslt, T rsRslt) { 72 testName + ": java " + javaRslt + ", rs " + rsRslt + ": " + 77 private boolean result(String testName, Float2 javaRslt, Float2 rsRslt) { 80 testName + 87 private boolean result(String testName, Int2 javaRslt, Int2 rsRslt) { 90 testName +
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfcomm/ |
elfcomm.exp | 125 proc dump_common1 { testname } { 135 fail $testname 142 proc stt_common_test { options testname } { 150 unresolved $testname 158 fail $testname 162 pass $testname
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
SensorPowerTestActivity.java | 44 public void raiseError(String testName, String message) throws Exception { 45 getTestLogger().logTestFail(testName, message);
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/ |
PowerTestHostLink.java | 55 void raiseError(String testName, String message) throws Exception; 251 final String testName = tokenizer.nextToken(); 252 final String message = request.substring(7 + testName.length()); 253 mHostToDeviceExecutor.raiseError(testName, message); 271 String testName = ""; 276 testName = tokenizer.nextToken(); 305 String fullMessage = testName + " " + message; 307 new SensorTestDetails(testName, resultCode, fullMessage));
|
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ |
DeviceAndProfileOwnerTest.java | 529 protected void executeDeviceTestMethod(String className, String testName) throws Exception { 530 assertTrue(runDeviceTestsAsUser(DEVICE_ADMIN_PKG, className, testName, mUserId)); 538 private void executeSuspendPackageTestMethod(String testName) throws Exception { 540 testName, mUserId)); 543 private void executeAccountTest(String testName) throws DeviceNotAvailableException { 545 testName, mUserId)); 552 private void executeAppRestrictionsManagingPackageTest(String testName) throws Exception { 554 ".ApplicationRestrictionsManagerTest", testName, mUserId));
|
/cts/tests/camera/src/android/hardware/cts/ |
Camera_SizeTest.java | 114 private static void addTestToSuite(TestSuite testSuite, String testName) { 116 test.setName(testName);
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/results/ |
gtest_progress_reporter.py | 18 print >> self._output_stream, "[ OK ]", testname 20 print >> self._output_stream, "[ OK ] %s" % testname
|
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/tests/ |
test_parser.py | 79 testName = os.path.basename(filename).replace(".dat", "") 80 if testName in ("template",):
|
/external/jcommander/src/test/java/com/beust/jcommander/args/ |
CommandLineArgs.java | 77 @Parameter(names = "-testname", description = "Default name of test, if not specified in suite" + 79 public String testName;
|
/external/junit/src/org/junit/internal/runners/ |
JUnit4ClassRunner.java | 112 protected String testName(Method method) { 117 return Description.createTestDescription(getTestClass().getJavaClass(), testName(method), testAnnotations(method));
|
/external/testng/ant/ |
build-ant.xml | 50 testname="Test Ant Test" 69 <available file="${test-output}/Suitename from xml/TestName.xml"
|
/external/testng/src/test/java/test/preserveorder/ |
PreserveOrderTest.java | 74 String testName = "test.preserveorder.AAA"; 75 XmlTest xt = createXmlTest(s, "Test", testName);
|
/external/v8/test/cctest/ |
testcfg.py | 83 testname = testcase.path.split(os.path.sep)[-1] 84 serialization_file = os.path.join(self.serdes_dir, "serdes_" + testname)
|
cctest.cc | 217 char* testname = strchr(arg_copy, '/'); local 218 if (testname) { 221 *testname = 0; 223 char* name = testname + 1;
|
/external/v8/test/intl/ |
testcfg.py | 51 testname = relpath.replace(os.path.sep, "/") 52 test = testcase.TestCase(self, testname)
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/ |
MediaTestUtil.java | 46 public MediaTestUtil(String memoryOutFileName, String testName, String processName) 51 mTestName = testName;
|
/system/extras/tests/workloads/ |
pwrtest.sh | 156 testName=$1 158 collectOutput=${testName}-power-raw.out 159 powerOutput=${testName}-power.out 161 echo TEST: $testName 178 echo power data for $testName copied to $collectOutput 194 testName=$1 201 echo copying test output to $testName... 203 mv test.out ${testName}.out
|
/cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/ |
XmlGenerator.java | 237 public static boolean isKnownFailure(ExpectationStore expectationStore, String testName) { 239 && expectationStore.get(testName).getResult() != Result.SUCCESS; 244 String architecture, String className, String testName) { 251 removeUnsupportedAbis(expectationStore.get(testName), supportedAbis);
|
/external/antlr/antlr-3.4/runtime/Python/ |
setup.py | 136 for testName, error in loadFailures: 139 "Failed to load test module %s\n" % testName 268 for testName, error in loadFailures: 271 "Failed to load test module %s\n" % testName
|
/external/autotest/client/common_lib/ |
test.py | 11 # outputdir eg. results/<job>/<testname.tag> 12 # resultsdir eg. results/<job>/<testname.tag>/results 13 # profdir eg. results/<job>/<testname.tag>/profiling 14 # debugdir eg. results/<job>/<testname.tag>/debug 17 # tmpdir eg. tmp/<tempname>_<testname.tag> 759 (testgroup, testname) = _installtest(job, url) 760 bindir = os.path.join(job.testdir, 'download', testgroup, testname) 762 modulename = '%s.%s' % (re.sub('/', '.', testgroup), testname) 763 classname = '%s.%s' % (modulename, testname) 764 path = testname [all...] |
/external/autotest/client/cros/image_comparison/diffviewer/ |
index.html | 52 <li><span class="tagname"> Test Name: </span>$testname</li>
|
slideshow.html | 83 <li><span class="tagname"> Test Name: </span>$testname</li>
|
/external/autotest/client/tests/monotonic_time/src/ |
time_test.c | 313 const char *testname; local 363 testname = argv[optind]; 365 if (strcmp(testname, test->name) == 0) 370 ERROR(0, "unknown test '%s'\n", testname);
|
/external/junit/src/org/junit/rules/ |
MethodRule.java | 21 * <li>{@link TestName}: remember the test name for use during the method</li>
|
/external/testng/src/test/java/org/testng/remote/strprotocol/ |
TestResultMessageTest.java | 13 "suiteName", "testName", "className", "methodName",
|