Searched defs:testcase (Results 1 - 25 of 37) sorted by last modified time

12

/external/valgrind/memcheck/tests/
H A Dvcpu_fbench.c330 static double testcase[4][4] = { variable
745 s[i + 1][j + 1] = testcase[i][j];
/external/valgrind/none/tests/
H A Dtls.c46 struct testcase { struct
53 struct testcase *test = (struct testcase *)p;
74 static const struct testcase tests[] = {
/external/valgrind/perf/
H A Dfbench.c326 static double testcase[4][4] = { variable
741 s[i + 1][j + 1] = testcase[i][j];
/external/v8/test/cctest/
H A Dtestcfg.py34 from testrunner.objects import testcase namespace
73 test = testcase.TestCase(self, raw_test, dependency=dependency)
78 def GetFlagsForTestCase(self, testcase, context):
79 testname = testcase.path.split(os.path.sep)[-1]
81 serialization_file += ''.join(testcase.flags).replace('-', '_')
82 return (testcase.flags + [testcase.path] + context.mode_flags +
/external/v8/test/fuzz-natives/
H A Dtestcfg.py10 from testrunner.objects import testcase namespace
38 test = testcase.TestCase(self, name, flags)
46 def GetFlagsForTestCase(self, testcase, context):
47 name = testcase.path
49 return testcase.flags + [basefile] + context.mode_flags
/external/v8/test/intl/
H A Dtestcfg.py31 from testrunner.objects import testcase namespace
50 test = testcase.TestCase(self, testname)
54 def GetFlagsForTestCase(self, testcase, context):
60 files.append(os.path.join(self.root, testcase.path + self.suffix()))
67 return testcase.flags + flags
/external/v8/test/message/
H A Dtestcfg.py34 from testrunner.objects import testcase namespace
55 test = testcase.TestCase(self, testname)
59 def GetFlagsForTestCase(self, testcase, context):
60 source = self.GetSourceForTest(testcase)
67 result.append(os.path.join(self.root, testcase.path + ".js"))
68 return testcase.flags + result
70 def GetSourceForTest(self, testcase):
71 filename = os.path.join(self.root, testcase.path + self.suffix())
109 def StripOutputForTransmit(self, testcase):
/external/v8/test/mjsunit/regress/
H A Dregress-1513.js31 function testcase() { function
44 testcase();
/external/v8/test/mjsunit/
H A Dtestcfg.py32 from testrunner.objects import testcase namespace
54 test = testcase.TestCase(self, testname)
58 def GetFlagsForTestCase(self, testcase, context):
59 source = self.GetSourceForTest(testcase)
76 testfilename = os.path.join(self.root, testcase.path + self.suffix())
88 return testcase.flags + flags
90 def GetSourceForTest(self, testcase):
91 filename = os.path.join(self.root, testcase.path + self.suffix())
/external/v8/test/mozilla/
H A Dtestcfg.py35 from testrunner.objects import testcase namespace
86 case = testcase.TestCase(self, testname)
90 def GetFlagsForTestCase(self, testcase, context):
95 testfilename = testcase.path + ".js"
104 return testcase.flags + result
106 def GetSourceForTest(self, testcase):
107 filename = os.path.join(self.testroot, testcase.path + ".js")
111 def IsNegativeTest(self, testcase):
112 return testcase.path.endswith("-n")
/external/v8/test/preparser/
H A Dtestcfg.py34 from testrunner.objects import testcase namespace
68 test = testcase.TestCase(self, testname, flags=flags)
93 test = testcase.TestCase(self, f, flags=flags)
103 def GetFlagsForTestCase(self, testcase, context):
104 first = testcase.flags[0]
106 testcase.flags[0] = os.path.join(self.root, first)
107 return testcase.flags
109 def GetSourceForTest(self, testcase):
110 if testcase.flags[0] == "-e":
111 return testcase
[all...]
/external/v8/test/promises-aplus/
H A Dtestcfg.py37 from testrunner.objects import testcase namespace
71 def CommonTestName(self, testcase):
72 return testcase.path.split(os.path.sep)[-1]
75 return [testcase.TestCase(self, fname[:-len('.js')]) for fname in
79 def GetFlagsForTestCase(self, testcase, context):
80 return (testcase.flags + context.mode_flags + ['--harmony'] +
82 [os.path.join(self.test_files_root, testcase.path + '.js')] +
85 def GetSourceForTest(self, testcase):
87 'lib', 'tests', testcase.path + '.js')
91 def IsNegativeTest(self, testcase)
[all...]
/external/v8/test/test262/
H A Dtestcfg.py37 from testrunner.objects import testcase namespace
55 def CommonTestName(self, testcase):
56 return testcase.path.split(os.path.sep)[-1]
71 case = testcase.TestCase(self, testname)
75 def GetFlagsForTestCase(self, testcase, context):
76 return (testcase.flags + context.mode_flags + self.harness +
77 [os.path.join(self.testroot, testcase.path + ".js")])
79 def GetSourceForTest(self, testcase):
80 filename = os.path.join(self.testroot, testcase.path + ".js")
84 def IsNegativeTest(self, testcase)
[all...]
/external/v8/test/test262-es6/
H A Dtestcfg.py38 from testrunner.objects import testcase namespace
60 def CommonTestName(self, testcase):
61 return testcase.path.split(os.path.sep)[-1]
76 case = testcase.TestCase(self, testname)
80 def GetFlagsForTestCase(self, testcase, context):
81 return (testcase.flags + context.mode_flags + self.harness +
82 self.GetIncludesForTest(testcase) + ["--harmony"] +
83 [os.path.join(self.testroot, testcase.path + ".js")])
101 def GetTestRecord(self, testcase):
102 if not hasattr(testcase, "test_recor
[all...]
/external/v8/test/webkit/
H A Dtestcfg.py33 from testrunner.objects import testcase namespace
59 test = testcase.TestCase(self, testname)
63 def GetFlagsForTestCase(self, testcase, context):
64 source = self.GetSourceForTest(testcase)
81 testfilename = os.path.join(self.root, testcase.path + self.suffix())
94 return testcase.flags + flags
96 def GetSourceForTest(self, testcase):
97 filename = os.path.join(self.root, testcase.path + self.suffix())
/external/v8/tools/testrunner/local/
H A Dtestsuite.py35 from ..objects import testcase namespace
72 def CommonTestName(self, testcase):
74 return testcase.path.replace("\\", "/")
76 return testcase.path
81 def VariantFlags(self, testcase, default_flags):
82 if testcase.outcomes and statusfile.OnlyStandardVariant(testcase.outcomes):
178 def GetFlagsForTestCase(self, testcase, context):
181 def GetSourceForTest(self, testcase):
187 def IsNegativeTest(self, testcase)
[all...]
/external/v8/tools/testrunner/objects/
H A Dworkpacket.py30 from . import testcase namespace
87 tests = [ testcase.TestCase.UnpackTask(t) for t in packed["tests"] ]
/external/v8/test/benchmarks/
H A Dtestcfg.py35 from testrunner.objects import testcase namespace
104 tests.append(testcase.TestCase(self, test))
107 def GetFlagsForTestCase(self, testcase, context):
110 if testcase.path.startswith("kraken"):
111 result.append(os.path.join(self.testroot, "%s-data.js" % testcase.path))
112 result.append(os.path.join(self.testroot, "%s.js" % testcase.path))
113 elif testcase.path.startswith("octane"):
115 result.append(os.path.join(self.testroot, "%s.js" % testcase.path))
116 if testcase.path.startswith("octane/gbemu"):
118 elif testcase
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8441 ** The testcase() macro is used to aid in coverage testing. When
8443 ** testcase() must be evaluated both true and false in order to
8444 ** get full branch coverage. The testcase() macro is inserted
8446 ** condition/decision coverage is inadequate. For example, testcase()
8448 ** bitmask tests, testcase() can be used to make sure each bit
8450 ** where multiple cases go to the same block of code, testcase()
8456 # define testcase(X) if( X ){ sqlite3Coverage(__LINE__); } macro
8458 # define testcase(X) macro
8464 ** within testcase() and assert() macros.
8540 ** to fit in 32-bits. This macro is used inside of various testcase()
132792 # define testcase macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8441 ** The testcase() macro is used to aid in coverage testing. When
8443 ** testcase() must be evaluated both true and false in order to
8444 ** get full branch coverage. The testcase() macro is inserted
8446 ** condition/decision coverage is inadequate. For example, testcase()
8448 ** bitmask tests, testcase() can be used to make sure each bit
8450 ** where multiple cases go to the same block of code, testcase()
8456 # define testcase(X) if( X ){ sqlite3Coverage(__LINE__); } macro
8458 # define testcase(X) macro
8464 ** within testcase() and assert() macros.
8540 ** to fit in 32-bits. This macro is used inside of various testcase()
132810 # define testcase macro
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_printf.c90 const struct printf_test_case *testcase)
89 test_printf(unsigned verbose, FILE *fp, const struct printf_test_case *testcase) argument
/external/libunwind/tests/
H A Dtest-coredump-unwind.c275 int testcase = 0; local
307 if (*argv && !strcmp(*argv, "-testcase"))
309 testcase = 1;
337 if (!testcase)
343 if (testcase && test_cur < TEST_FRAMES)
367 if (testcase &&
379 if (testcase &&
/external/libexif/test/nls/
H A Dtest-nls.c15 typedef struct _testcase testcase; typedef in typeref:struct:_testcase
18 static testcase testcases[] = {
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
H A DTestConversion.java40 int caseNr; // testcase index
97 DataMap testcase = (DataMap) iter.next();
100 TestToUnicode(testcase, testToUnicode);
104 TestFromUnicode(testcase, testFromUnicode);
107 TestGetUnicodeSet(testcase);
123 private void TestFromUnicode(DataMap testcase, int caseNr) { argument
130 cc.charset = ((ICUResourceBundle) testcase.getObject("charset")).getString();
131 cc.unicode = ((ICUResourceBundle) testcase.getObject("unicode")).getString();
132 cc.bytes = ((ICUResourceBundle) testcase.getObject("bytes")).getBinary();
133 cc.offsets = ((ICUResourceBundle) testcase
463 TestToUnicode(DataMap testcase, int caseNr) argument
917 TestGetUnicodeSet(DataMap testcase) argument
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatRegressionTest.java317 void checkNBSPPatternRtNum(String testcase, NumberFormat nf, double myNumber) { argument
325 errln("FAIL: " + testcase +" - failed to parse. " + e.toString());
329 errln("FAIL: "+testcase+": formatted "+myNumber+", parsed into "+aNumber+"\n");
331 logln("PASS: "+testcase+": formatted "+myNumber+", parsed into "+aNumber+"\n");
335 void checkNBSPPatternRT(String testcase, NumberFormat nf) { argument
336 checkNBSPPatternRtNum(testcase, nf, 12345.);
337 checkNBSPPatternRtNum(testcase, nf, -12345.);
342 String testcase;
345 testcase="ar_AE UNUM_CURRENCY";
347 checkNBSPPatternRT(testcase, n
[all...]

Completed in 908 milliseconds

12