/external/clang/test/CodeGen/ |
builtin-recursive.cc | 7 void testcase(void) { function
|
/external/chromium_org/third_party/icu/source/test/perf/unisetperf/ |
unisetperf.cpp | 135 Command(const UnicodeSetPerformanceTest &testcase) : testcase(testcase) {} 145 return testcase.countInputCodePoints+testcase.spanCount-1; 149 return testcase.spanCount; 152 const UnicodeSetPerformanceTest &testcase; member in class:Command 157 Contains(const UnicodeSetPerformanceTest &testcase) : Command(testcase) { 163 if(testcase.set.contains(c)) [all...] |
/external/icu4c/test/perf/unisetperf/ |
unisetperf.cpp | 135 Command(const UnicodeSetPerformanceTest &testcase) : testcase(testcase) {} 145 return testcase.countInputCodePoints+testcase.spanCount-1; 149 return testcase.spanCount; 152 const UnicodeSetPerformanceTest &testcase; member in class:Command 157 Contains(const UnicodeSetPerformanceTest &testcase) : Command(testcase) { 163 if(testcase.set.contains(c)) [all...] |
/external/chromium_org/google_apis/ |
google_api_keys_unittest.cc | 137 namespace testcase = official_build::google_apis; 139 EXPECT_TRUE(testcase::HasKeysConfigured()); 141 std::string api_key = testcase::g_api_key_cache.Get().api_key(); 142 std::string id_main = testcase::g_api_key_cache.Get().GetClientID( 143 testcase::CLIENT_MAIN); 144 std::string secret_main = testcase::g_api_key_cache.Get().GetClientSecret( 145 testcase::CLIENT_MAIN); 147 testcase::g_api_key_cache.Get().GetClientID( 148 testcase::CLIENT_CLOUD_PRINT); 150 testcase::g_api_key_cache.Get().GetClientSecret [all...] |
/external/chromium_org/third_party/icu/source/test/perf/utrie2perf/ |
utrie2perf.cpp | 97 Command(const UTrie2PerfTest &testcase) : testcase(testcase) {} 106 return testcase.countInputCodePoints; 111 const UTrie2PerfTest &testcase; member in class:Command 117 CheckFCD(const UTrie2PerfTest &testcase) : Command(testcase) {} 119 static UPerfFunction* get(const UTrie2PerfTest &testcase) { 120 return new CheckFCD(testcase); 124 qcResult=unorm_quickCheck(testcase.getBuffer(), testcase.getBufferLen() [all...] |
/external/icu4c/test/perf/utrie2perf/ |
utrie2perf.cpp | 97 Command(const UTrie2PerfTest &testcase) : testcase(testcase) {} 106 return testcase.countInputCodePoints; 111 const UTrie2PerfTest &testcase; member in class:Command 117 CheckFCD(const UTrie2PerfTest &testcase) : Command(testcase) {} 119 static UPerfFunction* get(const UTrie2PerfTest &testcase) { 120 return new CheckFCD(testcase); 124 qcResult=unorm_quickCheck(testcase.getBuffer(), testcase.getBufferLen() [all...] |
/external/chromium_org/v8/test/benchmarks/ |
testcfg.py | 35 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") [all...] |
/external/protobuf/gtest/test/ |
gtest_xml_output_unittest.py | 59 <testcase name="Succeeds" status="run" time="*" classname="SuccessfulTest"/> 62 <testcase name="Fails" status="run" time="*" classname="FailedTest"> 66 </testcase> 69 <testcase name="Succeeds" status="run" time="*" classname="MixedResultTest"/> 70 <testcase name="Fails" status="run" time="*" classname="MixedResultTest"> 77 </testcase> 78 <testcase name="DISABLED_test" status="notrun" time="*" classname="MixedResultTest"/> 81 <testcase name="OutputsCData" status="run" time="*" classname="XmlQuotingTest"> 85 </testcase> 88 <testcase name="InvalidCharactersInMessage" status="run" time="*" classname="InvalidCharactersTest" [all...] |
/external/chromium/testing/gtest/test/ |
gtest_xml_output_unittest.py | 59 <testcase name="Succeeds" status="run" time="*" classname="SuccessfulTest"/> 62 <testcase name="Fails" status="run" time="*" classname="FailedTest"> 66 </testcase> 69 <testcase name="Succeeds" status="run" time="*" classname="MixedResultTest"/> 70 <testcase name="Fails" status="run" time="*" classname="MixedResultTest"> 77 </testcase> 78 <testcase name="DISABLED_test" status="notrun" time="*" classname="MixedResultTest"/> 81 <testcase name="OutputsCData" status="run" time="*" classname="XmlQuotingTest"> 85 </testcase> 88 <testcase name="InvalidCharactersInMessage" status="run" time="*" classname="InvalidCharactersTest" [all...] |
/external/gtest/test/ |
gtest_xml_output_unittest.py | 59 <testcase name="Succeeds" status="run" time="*" classname="SuccessfulTest"/> 62 <testcase name="Fails" status="run" time="*" classname="FailedTest"> 66 </testcase> 69 <testcase name="Succeeds" status="run" time="*" classname="MixedResultTest"/> 70 <testcase name="Fails" status="run" time="*" classname="MixedResultTest"> 77 </testcase> 78 <testcase name="DISABLED_test" status="notrun" time="*" classname="MixedResultTest"/> 81 <testcase name="OutputsCData" status="run" time="*" classname="XmlQuotingTest"> 85 </testcase> 88 <testcase name="InvalidCharactersInMessage" status="run" time="*" classname="InvalidCharactersTest" [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/ |
unittestresults.py | 43 for testcase in dom.getElementsByTagName('testcase'): 44 if testcase.getElementsByTagName('failure').length != 0: 45 testname = testcase.getAttribute('name') 46 classname = testcase.getAttribute('classname')
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/ |
GoNegRequesterTestActivity.java | 20 import com.android.cts.verifier.p2p.testcase.GoNegReqTestSuite; 21 import com.android.cts.verifier.p2p.testcase.ReqTestCase;
|
P2pClientTestActivity.java | 20 import com.android.cts.verifier.p2p.testcase.P2pClientTestSuite; 21 import com.android.cts.verifier.p2p.testcase.ReqTestCase;
|
RequesterTestListActivity.java | 30 import com.android.cts.verifier.p2p.testcase.ReqTestCase; 31 import com.android.cts.verifier.p2p.testcase.TestCase; 80 for (ReqTestCase testcase: getTestSuite(this)) { 81 addTestCase(adapter, testcase); 97 * @param testcase 99 private void addTestCase(ArrayTestListAdapter adapter, TestCase testcase) { 101 intent.putExtra(TestCase.EXTRA_TEST_NAME, 102 testcase.getTestId()) [all...] |
ServiceRequesterTestActivity.java | 20 import com.android.cts.verifier.p2p.testcase.ReqTestCase; 21 import com.android.cts.verifier.p2p.testcase.ServReqTestSuite;
|
/external/chromium_org/v8/tools/testrunner/local/ |
testsuite.py | 53 self.tests = None # list of TestCase objects 68 def CommonTestName(self, testcase): 70 return testcase.path.replace("\\", "/") 72 return testcase.path 77 def VariantFlags(self, testcase, default_flags): 78 if testcase.outcomes and statusfile.OnlyStandardVariant(testcase.outcomes): 117 # Even for skipped tests, as the TestCase object stays around and 174 def GetFlagsForTestCase(self, testcase, context): 177 def GetSourceForTest(self, testcase) [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/intl/ |
testcfg.py | 31 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/chromium_org/testing/gtest/test/ |
gtest_xml_output_unittest.py | 62 <testcase name="Succeeds" status="run" time="*" classname="SuccessfulTest"/> 65 <testcase name="Fails" status="run" time="*" classname="FailedTest"> 69 </testcase> 72 <testcase name="Succeeds" status="run" time="*" classname="MixedResultTest"/> 73 <testcase name="Fails" status="run" time="*" classname="MixedResultTest"> 80 </testcase> 81 <testcase name="DISABLED_test" status="notrun" time="*" classname="MixedResultTest"/> 84 <testcase name="OutputsCData" status="run" time="*" classname="XmlQuotingTest"> 88 </testcase> 91 <testcase name="InvalidCharactersInMessage" status="run" time="*" classname="InvalidCharactersTest" [all...] |
/ndk/sources/third_party/googletest/googletest/test/ |
gtest_xml_output_unittest.py | 62 <testcase name="Succeeds" status="run" time="*" classname="SuccessfulTest"/> 65 <testcase name="Fails" status="run" time="*" classname="FailedTest"> 69 </testcase> 72 <testcase name="Succeeds" status="run" time="*" classname="MixedResultTest"/> 73 <testcase name="Fails" status="run" time="*" classname="MixedResultTest"> 80 </testcase> 81 <testcase name="DISABLED_test" status="notrun" time="*" classname="MixedResultTest"/> 84 <testcase name="OutputsCData" status="run" time="*" classname="XmlQuotingTest"> 88 </testcase> 91 <testcase name="InvalidCharactersInMessage" status="run" time="*" classname="InvalidCharactersTest" [all...] |
/external/chromium_org/v8/test/preparser/ |
testcfg.py | 34 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) [all...] |
/external/chromium_org/third_party/icu/source/test/perf/utfperf/ |
utfperf.cpp | 122 Command(const UtfPerformanceTest &testcase) 123 : testcase(testcase), 124 input(testcase.getBuffer()), inputLength(testcase.getBufferLen()), 126 cnv=ucnv_open(testcase.charset, &errorCode); 128 fprintf(stderr, "error opening converter for \"%s\" - %s\n", testcase.charset, u_errorName(errorCode)); 143 const UtfPerformanceTest &testcase; member in class:Command 153 Roundtrip(const UtfPerformanceTest &testcase) : Command(testcase) {} [all...] |
/external/icu4c/test/perf/utfperf/ |
utfperf.cpp | 122 Command(const UtfPerformanceTest &testcase) 123 : testcase(testcase), 124 input(testcase.getBuffer()), inputLength(testcase.getBufferLen()), 126 cnv=ucnv_open(testcase.charset, &errorCode); 128 fprintf(stderr, "error opening converter for \"%s\" - %s\n", testcase.charset, u_errorName(errorCode)); 143 const UtfPerformanceTest &testcase; member in class:Command 153 Roundtrip(const UtfPerformanceTest &testcase) : Command(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())
|
/external/chromium_org/v8/test/test262/ |
testcfg.py | 36 from testrunner.objects import testcase namespace 54 def CommonTestName(self, testcase): 55 return testcase.path.split(os.path.sep)[-1] 70 case = testcase.TestCase(self, testname) 74 def GetFlagsForTestCase(self, testcase, context): 75 return (testcase.flags + context.mode_flags + self.harness + 76 [os.path.join(self.testroot, testcase.path + ".js")]) 78 def GetSourceForTest(self, testcase): 79 filename = os.path.join(self.testroot, testcase.path + ".js" [all...] |