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

1 2 3 4 5 6 7

  /external/clang/test/CodeGen/
builtin-recursive.cc 7 void testcase(void) { function
  /external/chromium_org/google_apis/
google_api_keys_unittest.cc 133 namespace testcase = official_build::google_apis;
135 EXPECT_TRUE(testcase::HasKeysConfigured());
137 std::string api_key = testcase::g_api_key_cache.Get().api_key();
138 std::string id_main = testcase::g_api_key_cache.Get().GetClientID(
139 testcase::CLIENT_MAIN);
140 std::string secret_main = testcase::g_api_key_cache.Get().GetClientSecret(
141 testcase::CLIENT_MAIN);
143 testcase::g_api_key_cache.Get().GetClientID(
144 testcase::CLIENT_CLOUD_PRINT);
146 testcase::g_api_key_cache.Get().GetClientSecret
    [all...]
  /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/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/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/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')
  /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...]
  /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/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/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/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
102 # Even for skipped tests, as the TestCase object stays around and
153 def GetFlagsForTestCase(self, testcase, context):
156 def GetSourceForTest(self, testcase):
162 def IsNegativeTest(self, testcase):
165 def HasFailed(self, testcase):
166 execution_failed = self.IsFailureOutput(testcase.output, testcase.path
    [all...]
  /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/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/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/v8/test/test262/
testcfg.py 36 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"
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
GoNegReqPbcTestCase.java 17 package com.android.cts.verifier.p2p.testcase;

Completed in 852 milliseconds

1 2 3 4 5 6 7