HomeSort by relevance Sort by last modified time
    Searched defs:testcase (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/chromium_org/v8/test/mjsunit/regress/
regress-1513.js 31 function testcase() { function
44 testcase();
  /external/clang/test/CodeGen/
builtin-recursive.cc 7 void testcase(void) { function
  /external/v8/test/mjsunit/regress/
regress-1513.js 31 function testcase() { function
44 testcase();
  /external/chromium_org/v8/tools/testrunner/objects/
workpacket.py 30 from . import testcase namespace
87 tests = [ testcase.TestCase.UnpackTask(t) for t in packed["tests"] ]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
GoNegReqPbcTestCase.java 17 package com.android.cts.verifier.p2p.testcase;
GoNegReqPinTestCase.java 17 package com.android.cts.verifier.p2p.testcase;
ReqTestCase.java 16 package com.android.cts.verifier.p2p.testcase;
23 public abstract class ReqTestCase extends TestCase {
ServReqDnsPtrTestCase.java 16 package com.android.cts.verifier.p2p.testcase;
ServReqDnsTxtTestCase.java 16 package com.android.cts.verifier.p2p.testcase;
ServReqUpnpAllTestCase.java 16 package com.android.cts.verifier.p2p.testcase;
ServReqUpnpRootDeviceTestCase.java 16 package com.android.cts.verifier.p2p.testcase;
GoNegReqTestSuite.java 17 package com.android.cts.verifier.p2p.testcase;
LocalServices.java 16 package com.android.cts.verifier.p2p.testcase;
P2pClientTestSuite.java 17 package com.android.cts.verifier.p2p.testcase;
ServReqAllTestCase01.java 17 package com.android.cts.verifier.p2p.testcase;
ServReqAllTestCase02.java 17 package com.android.cts.verifier.p2p.testcase;
ServReqAllTestCase03.java 17 package com.android.cts.verifier.p2p.testcase;
ServReqTestSuite.java 17 package com.android.cts.verifier.p2p.testcase;
Timeout.java 17 package com.android.cts.verifier.p2p.testcase;
ActionListenerTest.java 17 package com.android.cts.verifier.p2p.testcase;
  /external/chromium_org/v8/test/intl/
testcfg.py 31 from testrunner.objects import testcase namespace
50 test = testcase.TestCase(self, testname)
54 def GetFlagsForTestCase(self, testcase, context):
61 files.append(os.path.join(self.root, testcase.path + self.suffix()))
68 return testcase.flags + flags
  /external/chromium_org/v8/test/benchmarks/
testcfg.py 35 from testrunner.objects import testcase namespace
102 tests.append(testcase.TestCase(self, test))
105 def GetFlagsForTestCase(self, testcase, context):
108 if testcase.path.startswith("kraken"):
109 result.append(os.path.join(self.testroot, "%s-data.js" % testcase.path))
110 result.append(os.path.join(self.testroot, "%s.js" % testcase.path))
111 elif testcase.path.startswith("octane"):
113 result.append(os.path.join(self.testroot, "%s.js" % testcase.path))
115 elif testcase.path.startswith("sunspider")
    [all...]
  /external/chromium_org/v8/test/cctest/
testcfg.py 34 from testrunner.objects import testcase namespace
69 test = testcase.TestCase(self, raw_test, dependency=dependency)
74 def GetFlagsForTestCase(self, testcase, context):
75 testname = testcase.path.split(os.path.sep)[-1]
77 serialization_file += ''.join(testcase.flags).replace('-', '_')
78 return (testcase.flags + [testcase.path] + context.mode_flags +
  /external/chromium_org/v8/test/message/
testcfg.py 34 from testrunner.objects import testcase namespace
54 test = testcase.TestCase(self, testname)
58 def GetFlagsForTestCase(self, testcase, context):
59 source = self.GetSourceForTest(testcase)
65 result.append(os.path.join(self.root, testcase.path + ".js"))
66 return testcase.flags + result
68 def GetSourceForTest(self, testcase):
69 filename = os.path.join(self.root, testcase.path + self.suffix())
107 def StripOutputForTransmit(self, testcase)
    [all...]
  /external/chromium_org/v8/test/mjsunit/
testcfg.py 32 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())

Completed in 157 milliseconds

1 2 3 4