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

12 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/xtensa/
all.exp 23 set testname "j_too_far.s: error line number reporting"
34 if [all_ones $x1] then { pass $testname } else { fail $testname }
38 set testname "entry_misalign.s: Force entry misalignment"
49 if [all_ones $x1] then { pass $testname } else { fail $testname }
53 set testname "entry_misalign2.s: Force entry misalignment(2)"
64 if [all_ones $x1] then { pass $testname } else { fail $testname }
69 set testname "loop_misalign.s: Force loop misalignment
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-xtensa/
lcall.exp 26 set testname "LCALL"
61 unresolved $testname
65 unresolved $testname
74 fail $testname
80 fail $testname
90 fail $testname
94 pass $testname
97 set testname "LCALL2"
109 pass $testname
111 fail $testname
    [all...]
diff_overflow.exp 26 set testname "DIFF_OVERFLOW"
29 unresolved $testname
33 unresolved $testname
41 fail $testname
45 pass $testname
  /external/autotest/server/site_tests/platform_GCC/
platform_GCC.py 25 result, testname = line.split(': ', 1)
26 testname = testname.strip()
27 if testname in results:
28 counts[testname] += 1
29 unique_testname = '%s (%d)' % (testname, counts[testname])
31 counts[testname] = 1
32 unique_testname = testname
47 for testname in new_results.keys()
    [all...]
  /external/autotest/client/site_tests/kernel_LTP/
ltp-diff.py 10 # - The testname, sequence number, and output of each run
52 testname = s.group(1)
54 runs[i][testname] = status
55 testnames[testname] = 1
80 for testname in all_testnames:
85 if not runs[i].has_key(testname):
86 runs[i][testname] = "null"
87 if not runs[i-1].has_key(testname):
88 runs[i-1][testname] = "null"
90 if runs[i][testname] != runs[i-1][testname]
    [all...]
  /external/autotest/client/tests/ltp/
ltp-diff.py 10 # - The testname, sequence number, and output of each run
49 testname = s.group(1)
51 runs[i][testname] = status
52 testnames[testname] = 1
75 for testname in all_testnames:
80 if not runs[i].has_key(testname):
81 runs[i][testname] = "null"
82 if not runs[i-1].has_key(testname):
83 runs[i-1][testname] = "null"
85 if runs[i][testname] != runs[i-1][testname]
    [all...]
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/
InstrumentationTestSuiteBuilderTest.java 81 errors.add(testName(test));
85 failures.add(testName(test));
92 testsSeen.add(testName(test));
95 public boolean saw(String testName) {
96 return testsSeen.contains(testName);
99 public boolean failed(String testName) {
100 return failures.contains(testName);
103 public boolean errored(String testName) {
104 return errors.contains(testName);
107 public boolean passed(String testName) {
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
ar.exp 38 set testname "ar long file names"
53 unsupported $testname
65 unsupported $testname
91 unsupported $testname
99 fail $testname
109 fail $testname
122 fail $testname
130 fail "$testname ($bfdtest)"
147 fail $testname
152 fail $testname
    [all...]
  /external/v8/test/mjsunit/es6/
regexp-flags.js 52 function testName(name) {
61 testName("global");
62 testName("ignoreCase");
63 testName("multiline");
64 testName("source");
65 testName("sticky");
66 testName("unicode");
  /external/smali/baksmali/src/test/java/org/jf/baksmali/
RoundtripTest.java 47 * By default, the input and output files should be resources at [testDir]/[testName]Input.smali
48 * and [testDir]/[testName]Output.smali respectively
62 protected String getInputFilename(@Nonnull String testName) {
63 return String.format("%s%s%sInput.smali", testDir, File.separatorChar, testName);
67 protected String getOutputFilename(@Nonnull String testName) {
68 return String.format("%s%s%sOutput.smali", testDir, File.separatorChar, testName);
71 protected void runTest(@Nonnull String testName) {
72 runTest(testName, new baksmaliOptions());
75 protected void runTest(@Nonnull String testName, @Nonnull baksmaliOptions options) {
78 String inputFilename = getInputFilename(testName);
    [all...]
  /external/testng/src/test/java/test/reports/
ReportTest.java 26 String testName = "TmpTest";
27 XmlSuite suite = TestHelper.createSuite(test.simple.SimpleTest.class, suiteName, testName);
31 File f = getHtmlReportFile(outputDir, suiteName, testName);
47 String testName = "Test1";
48 xmlTest.setName(testName);
59 File f = getHtmlReportFile(outputDirectory, suiteName, testName);
72 String testName = "TmpTest";
74 XmlSuite xmlSuiteA = TestHelper.createSuite(test.reports.A.class, suiteNameA, testName);
77 XmlSuite xmlSuiteB = TestHelper.createSuite(test.reports.B.class, suiteNameB, testName);
83 File f1 = getHtmlReportFile(outputDirectory, suiteNameA, testName);
    [all...]
  /external/icu/icu4c/source/test/intltest/
testidna.h 72 void testToASCII(const char* testName, TestFunc func);
73 void testToUnicode(const char* testName, TestFunc func);
74 void testIDNToUnicode(const char* testName, TestFunc func);
75 void testIDNToASCII(const char* testName, TestFunc func);
76 void testCompare(const char* testName, CompareFunc func);
81 void testAPI(const UChar *src, const UChar *expected, const char *testName,
87 const char* testName, CompareFunc func,
93 void testChaining(const UChar* src,int32_t numIterations,const char* testName,
96 void testRootLabelSeparator(const char* testName, CompareFunc func,
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
sizeof.exp 23 set testname "SIZEOF"
26 unresolved $testname
31 fail $testname
36 unresolved $testname
48 fail $testname
55 fail $testname
62 fail $testname
69 fail $testname
73 pass $testname
script.exp 22 set testname "script"
25 unresolved $testname
31 global testname
35 unresolved $testname
45 fail $testname
90 pass $testname
92 fail $testname
108 fail $testname
113 set testname "MRI script"
116 fail $testname
    [all...]
  /frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
BlasTestList.java 30 public enum TestName {
42 private TestName(String s, float base) {
46 private TestName(String s) {
57 static TestBase newTest(TestName testName) {
58 switch(testName) {
  /external/autotest/server/site_tests/stress_ClientTestReboot/
stress_ClientTestReboot.py 16 def run_once(self, client_ip, testname, loops):
21 autotest_client.run_test(testname)
  /external/vboot_reference/tests/
test_common.h 14 int TEST_EQ(int result, int expected_result, const char* testname);
18 int TEST_NEQ(int result, int not_expected_result, const char* testname);
24 const char* testname);
30 const char* testname);
35 const char* testname);
39 int TEST_TRUE(int result, const char* testname);
43 int TEST_FALSE(int result, const char* testname);
47 int TEST_SUCC(int result, const char* testname);
  /external/webrtc/webrtc/tools/rtcbot/
main.js 74 function runTest(testname) {
75 if (testname in testSuites) {
76 console.log("Running test: " + testname);
78 testSuites[testname](test);
80 console.log("Unknown test: " + testname);
87 + ' <testname>');
89 for (var testname in testSuites)
90 console.log(' ' + testname);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/iq2000/
load-hazards.exp 24 # testname -- a string describing the test.
29 proc iq2000_warning_test { file testname {warnpattern ""} } {
36 if {$comp_output == ""} { pass $testname } else { fail $testname }
41 pass $testname
43 fail $testname
77 set testname "assembler emits no warnings when there are no load hazards"
78 iq2000_warning_test nohazard.s $testname
yield.exp 23 # testname -- a string describing the test.
28 proc iq2000_error_test { file testname {pattern ""} } {
35 if {$comp_output == ""} { pass $testname } else { fail $testname }
40 pass $testname
42 fail $testname
53 set testname "assembler emits no warnings for non-yield instruction in delay slot"
54 iq2000_error_test noyield.s $testname
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-pe/
pe-compile.exp 48 proc run_basefile_test { testname } {
56 --base-file=tmpdir/$testname.base \
57 --export-all-symbols" tmpdir/$testname.dll \
63 if { $verbose > 2 } then { verbose "output is [file_contents tmpdir/$testname.base]" 3 }
65 catch "exec wc -c tmpdir/$testname.base" err
67 if ![string match "0 tmpdir/$testname.base" [string trim $err]] then {
70 fail $testname
74 pass "$testname"
89 proc run_ver_script_test { testname } {
96 -Wl,--version-script,$srcdir/$subdir/$testname.ver
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-undefined/
weak-undef.exp 21 set testname "weak undefined symbols"
38 unsupported $testname
44 unsupported $testname
57 unresolved $testname
68 fail $testname
71 unresolved $testname
80 pass $testname
82 fail $testname
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/h8300/
t13_otr.exp 22 set testname "t13_otr.s -- h8sx misc tests"
48 pass "$testname: b\[cc\] 0x12+.+2"
50 fail "$testname: b\[cc\] 0x12+.+2 ($x)"
53 default { fail "$testname: b\[cc\] 0x12+.+2 ($x)" }
76 pass "$testname: b\[cc\] 0x1234+.+4"
78 fail "$testname: b\[cc\] 0x1234+.+4 ($x)"
81 default { fail "$testname: b\[cc\] 0x1234+.+4 ($x)" }
90 pass "$testname: bra/s"
92 fail "$testname: bra/s ($x)"
95 default { fail "$testname: bra/s ($x)"
    [all...]
t12_bit.exp 22 set testname "t12_bit.s -- h8sx bit tests"
39 pass "$testname: bset #0x7, ..."
41 fail "$testname: bset #0x7, ... ($x)"
44 default { fail "$testname: bset #0x7, ... ($x)" }
58 pass "$testname: bset r3h, ..."
60 fail "$testname: bset r3h, ... ($x)"
63 default { fail "$testname: bset r3h, ... ($x)" }
76 pass "$testname: bset/eq #0x7, ..."
78 fail "$testname: bset/eq #0x7, ... ($x)"
81 default { fail "$testname: bset/eq #0x7, ... ($x)"
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestListAdapter.java 86 final String testName;
100 public static TestListItem newTest(Context context, int titleResId, String testName,
103 return newTest(context.getString(titleResId), testName, intent, requiredFeatures,
107 public static TestListItem newTest(Context context, int titleResId, String testName,
109 return newTest(context.getString(titleResId), testName, intent, requiredFeatures,
113 public static TestListItem newTest(Context context, int titleResId, String testName,
115 return newTest(context.getString(titleResId), testName, intent, requiredFeatures, null,
119 public static TestListItem newTest(String title, String testName, Intent intent,
121 return new TestListItem(title, testName, intent, requiredFeatures, excludedFeatures,
125 public static TestListItem newTest(String title, String testName, Intent intent
    [all...]

Completed in 9150 milliseconds

12 3 4 5 6 7 8 91011>>