HomeSort by relevance Sort by last modified time
    Searched full:testname (Results 126 - 150 of 710) sorted by null

1 2 3 4 56 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
aix.exp 23 set testname "align.s: Alignment of symbols part 1"
30 set testname "align.s (part 2)"
51 pass $testname
53 fail $testname
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
indirect.exp 45 proc check_link_message { cmd string testname } {
54 pass "$testname: $str"
56 fail "$testname: $str"
91 set testname "Indirect symbol 1a"
93 check_link_message "$cmd" [list $string1 $string] "$testname"
95 set testname "Indirect symbol 1b"
97 check_link_message "$cmd" [list $string1 $string] "$testname"
101 set testname "Indirect symbol 2"
103 check_link_message "$cmd" [list $string2 $string] "$testname"
comm-data.exp 45 set testname "Common symbol override test"
50 "$testname (auxiliary shared object build)" \
84 "$testname" \
98 "$testname 3a" \
108 "$testname 3b" \
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/
relax.exp 79 set testname [lindex $testentry 0]
106 unresolved $testname
121 pass $testname
125 verbose "$testname: file $binfile doesn't exist" 1
126 fail $testname
139 verbose "$testname: neither jsr nor bsr found" 1
141 fail $testname
147 fail $testname
150 pass $testname
relfail.exp 138 set testname "SH64 relfail $opcode $as_options $ld_options"
163 unresolved $testname
175 unresolved $testname
187 verbose "$testname: file $binfile exists when it shouldn't" 1
190 fail "$testname (file exists)"
194 verbose "$testname: file $binfile doesn't exist when it should" 1
195 fail "$testname (file missing)"
204 fail "$testname (incorrect reloc)"
212 pass $testname
  /external/icu/icu4c/source/test/perf/perldriver/
Output.pm 97 print HTML "<th rowspan=\"2\" class=\"testNameHeader\"><a href=\"#TestName\">Test Name</a></th>\n";
99 printLeg("<a name=\"Test Name\">TestName</a> - name of the test as set by the test writer\n", "<a name=\"Ops\">Ops</a> - number of ".$operationIs."s per iteration\n");
215 th.testName { text-align: left; border-left-width: 1; border-right-width: 1;
273 print HTML "<tr><th class=\"testName\">test name</th><th class=\"testName\">interesting arguments</th><th class=\"testName\">iterations</th><th class=\"testName\">operations</th><th class=\"testName\">mean time (ns)</th><th class=\"testName\">error (ns)</th><th class=\"testName\">events</th></tr>\n"
    [all...]
  /external/icu/icu4j/perf-tests/perldriver/
Output.pm 97 print HTML "<th rowspan=\"2\" class=\"testNameHeader\"><a href=\"#TestName\">Test Name</a></th>\n";
99 printLeg("<a name=\"Test Name\">TestName</a> - name of the test as set by the test writer\n", "<a name=\"Ops\">Ops</a> - number of ".$operationIs."s per iteration\n");
215 th.testName { text-align: left; border-left-width: 1; border-right-width: 1;
273 print HTML "<tr><th class=\"testName\">test name</th><th class=\"testName\">interesting arguments</th><th class=\"testName\">iterations</th><th class=\"testName\">operations</th><th class=\"testName\">mean time (ns)</th><th class=\"testName\">error (ns)</th><th class=\"testName\">events</th></tr>\n"
    [all...]
  /external/autotest/server/cros/dynamic_suite/
tools.py 192 def _testname_to_keyval_key(testname):
195 @param testname Test name that must be converted.
204 return testname.replace('/', '_')
211 def create_bug_keyvals(job_id, testname, bug_info):
214 @param testname Name of the test for which to record a bug.
221 testname = _testname_to_keyval_key(testname)
222 keyval_base = '%s_%s' % (job_id, testname) if job_id else testname
229 def get_test_failure_bug_info(keyvals, job_id, testname)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/v850/
basic.exp 23 set testname "arith.s: Arithmetic operations"
65 if [expr $x==20] then { pass $testname } else { fail $testname }
69 set testname "bit.s: bit operations"
94 if [expr $x==4] then { pass $testname } else { fail $testname }
98 set testname "branch.s: branch operations"
139 if [expr $x==20] then { pass $testname } else { fail $testname }
143 set testname "compare.s: compare operations
    [all...]
  /cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
TestCase.java 37 public void addTest(String testName, int timeout) {
38 mTests.add(new Test(testName, timeout));
  /external/autotest/client/site_tests/network_RackWiFiConnect/
network_RackWiFiConnect.py 38 @param test string - testname of NetworkServices namedtuple
44 if test == service_test.testname:
63 service_test.testname)
109 @param test string - testname of NetworkServices namedtuple
158 if service_test.testname == test:
159 self._connect_and_assert(service_test.testname,
166 service_test.testname)
168 self._connect_and_assert(service_test.testname,
  /external/icu/icu4c/source/tools/ctestfw/unicode/
testlog.h 34 testClass(callingTestClass), testName(callingTestName) {}
43 const char *const testName;
  /external/testng/src/test/java/test/configuration/
BeforeTestOrderingTest.java 27 static void addTest(String testName) {
28 m_testNames.add(testName);
  /external/vulkan-validation-layers/tests/
README-raster_tests 1 To run the raster tests and just look for VK errors simply run them with no arguments or use the --gtest_filter=XglRasterTest.<testname> to run just one test. Running with --gtest_list_tests will name all of the available tests.
5 Then, to run comparing resulting images to the golden images, run with --compare-images. This too will generate .ppm images for all of the tests and if the image differs from the golden image at all, the test will fail and a <testname>-diff.ppm image will be generated in the same directory as the test images. So the result image and the diff image will be in the current directory and the golden image will be in the golden directory.
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
BaseSensorTestActivity.java 189 String testName = getTestClassName();
194 testDetails = new SensorTestDetails(testName, SensorTestDetails.ResultCode.PASS);
196 testDetails = new SensorTestDetails(testName, "DeactivateSensorFeatures", e);
205 testDetails = executeActivityTests(testName);
213 testDetails = new SensorTestDetails(testName, "RestoreSensorFeatures", e);
451 private SensorTestDetails executeActivityTests(String testName) {
455 testDetails = new SensorTestDetails(testName, SensorTestDetails.ResultCode.PASS);
457 testDetails = new SensorTestDetails(testName, "ActivitySetUp", e);
469 testDetails = new SensorTestDetails(testName, "TestExecution", e);
478 testDetails = new SensorTestDetails(testName, "ActivityCleanUp", e)
    [all...]
  /external/icu/icu4c/source/test/intltest/
testidna.cpp 450 void TestIDNA::testAPI(const UChar* src, const UChar* expected, const char* testName,
479 errln("Did not get the expected result for "+UnicodeString(testName) +" null terminated source. Expected : "
485 errln( "%s null terminated source failed. Requires destCapacity > 300\n",testName);
491 UnicodeString(testName)+
509 //errln("Did not get the expected result for %s null terminated source with both options set.\n",testName);
510 errln("Did not get the expected result for "+UnicodeString(testName) +
519 errln( "%s null terminated source failed. Requires destCapacity > 300\n",testName);
525 UnicodeString(testName)+
544 errln("Did not get the expected result for %s with source length.\n",testName);
547 errln( "%s with source length failed. Requires destCapacity > 300\n",testName);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/xc16x/
xc16x.exp 21 set testname "add.s: xc16x add word tests"
47 if [expr $x == 7] then { pass $testname } else { fail $testname }
51 set testname "addb.s: xc16x add byte tests"
77 if [expr $x == 7] then { pass $testname } else { fail $testname }
81 set testname "addc.s: xc16x add with carry tests"
107 if [expr $x == 7] then { pass $testname } else { fail $testname }
111 set testname "addcb.s: xc16x add byte with carry tests
    [all...]
  /external/autotest/frontend/client/src/autotest/tko/
TestDetailView.java 182 private void addLogViewers(String testName) {
184 addLogFileViewer(testName + "/debug/" + testName + ".DEBUG", "Test debug log");
185 addLogFileViewer(testName + "/debug/" + testName + ".ERROR", "Test error log");
275 String testName = test.get("test_name").isString().stringValue();
278 showText(testName, "td_test");
301 testLogLink.setHref(Utils.getRetrieveLogsUrl(jobTag) + "/" + testName);
302 addLogViewers(testName);
304 displayObjectData("Test " + testName + " (job " + jobTag + ")")
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
mips-elf-flags.exp 65 set testname "MIPS compatible objects: $arglist"
69 unresolved $testname
71 fail $testname
75 unresolved $testname
90 fail $testname
92 pass $testname
104 set testname "MIPS incompatible objects: $arglist"
108 unresolved $testname
111 fail $testname
113 pass $testname
    [all...]
  /bootable/recovery/applypatch/
applypatch.sh 55 testname() { function
58 testname="$1"
63 echo FAIL: $testname
81 testname "removing test files"
109 testname "usage message"
112 testname "display license"
120 testname "check mode single"
123 testname "check mode multiple"
126 testname "check mode failure"
133 testname "check mode cache (corrupted) single
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-gc/
gc.exp 43 proc test_gc { testname filename linker ldflags} {
51 untested $testname
69 fail $testname
73 unresolved $testname
80 fail $testname
90 fail $testname
93 pass $testname
  /external/v8/test/mjsunit/es6/
typedarray-reduce.js 35 function makeRecorder(func, testName) {
39 testName + "(number of arguments: " + arguments.length + ")");
40 assertEquals("number", typeof(i), testName + "(index must be number)");
41 assertEquals(s[i], b, testName + "(current argument is at index)");
46 testName + "(prev result -> current input)");
60 testName,
76 testName + " (number of calls)");
79 testName + " (call " + (i + 1) + ")");
81 assertEquals(expectedResult, result, testName + " (result)");
  /build/kati/testcase/
gen_testcase_parse_benchmark.go 56 func testName(fname string) string {
68 name := testName(fname)
76 Name: testName(fname),
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DriverPropertyInfoTest.java 55 static String validName = "testname";
79 assertEquals(testName, aDriverPropertyInfo.name);
104 static java.lang.String testName = validName;
  /external/autotest/tko/parsers/
version_1.py 176 def __init__(self, indent, status, subdir, testname, reason,
182 self.status = self.subdir = self.testname = self.reason = None
187 testname, reason,
202 if self.testname != 'reboot':
244 def make_dummy_abort(indent, subdir, testname, timestamp, reason):
250 @param testname: The test name.
260 if not testname:
261 testname = '----'
269 return msg % (subdir, testname, timestamp_field, reason)
377 if (line.testname is None and line.subdir is Non
    [all...]

Completed in 6363 milliseconds

1 2 3 4 56 7 8 91011>>