HomeSort by relevance Sort by last modified time
    Searched refs:testcase (Results 126 - 150 of 344) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/ltp/testcases/kernel/syscalls/futex/
futex_wait01.c 36 struct testcase { struct
46 static struct testcase testcases[] = {
55 static void verify_futex_wait(struct testcase *tc)
  /test/vts/runners/target/gtest/
gtest_main.cpp 149 class TestCase {
151 TestCase() {} // For std::vector<TestCase>.
152 explicit TestCase(const char* name) : name_(name) {}
243 std::vector<TestCase>& testcase_list) {
281 testcase_list.push_back(TestCase(start));
296 const std::vector<TestCase>& testcase_list, size_t iteration,
305 for (const auto& testcase : testcase_list) {
306 test_count += testcase.TestCount();
316 static void OnTestEndPrint(const TestCase& testcase, size_t test_id)
491 auto& testcase = testcase_list[i]; local
517 auto& testcase = testcase_list[i]; local
726 TestCase& testcase = testcase_list[child_proc.testcase_id]; local
904 TestCase& testcase = testcase_list[testcase_id]; local
    [all...]
  /test/vts/testcases/template/cts_test/
cts_test.py 57 for testcase in self.CTS_TESTS:
58 logging.info('Creating test case %s.', testcase["name"])
59 self.testcases.append(testcase)
  /test/vts-testcase/kernel/ltp/
test_cases_parser.py 31 """Load a ltp vts testcase definition file and parse it into a generator.
75 """Read the definition file and yields a TestCase generator.
115 testcase = test_case.TestCase(
118 test_display_name = "{}_{}bit".format(str(testcase), n_bit)
125 "filtered" % testcase.fullname)
126 testcase.is_filtered = True
127 testcase.note = "filtered"
131 if ((self._ltp_tests_filter.IsInExcludeFilter(str(testcase)) or
135 "disabled" % testcase.fullname
    [all...]
  /bionic/tests/
gtest_main.cpp 181 class TestCase {
183 TestCase() {} // For std::vector<TestCase>.
184 explicit TestCase(const char* name) : name_(name) {}
275 static bool EnumerateTests(int argc, char** argv, std::vector<TestCase>& testcase_list) {
318 testcase_list.push_back(TestCase(line.c_str()));
335 static void OnTestIterationStartPrint(const std::vector<TestCase>& testcase_list, size_t iteration,
344 for (const auto& testcase : testcase_list) {
345 test_count += testcase.TestCount();
358 static void OnTestEndPrint(const TestCase& testcase, size_t test_id)
555 auto& testcase = testcase_list[i]; local
577 auto& testcase = testcase_list[i]; local
771 TestCase& testcase = testcase_list[child_proc.testcase_id]; local
937 TestCase& testcase = testcase_list[testcase_id]; local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
NumberFormatRegressionTest.java 330 void checkNBSPPatternRtNum(String testcase, NumberFormat nf, double myNumber) {
338 errln("FAIL: " + testcase +" - failed to parse. " + e.toString());
342 errln("FAIL: "+testcase+": formatted "+myNumber+", parsed into "+aNumber+"\n");
344 logln("PASS: "+testcase+": formatted "+myNumber+", parsed into "+aNumber+"\n");
348 void checkNBSPPatternRT(String testcase, NumberFormat nf) {
349 checkNBSPPatternRtNum(testcase, nf, 12345.);
350 checkNBSPPatternRtNum(testcase, nf, -12345.);
356 String testcase; local
359 testcase="ar_AE UNUM_CURRENCY";
361 checkNBSPPatternRT(testcase, nf)
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
NumberFormatRegressionTest.java 327 void checkNBSPPatternRtNum(String testcase, NumberFormat nf, double myNumber) {
335 errln("FAIL: " + testcase +" - failed to parse. " + e.toString());
339 errln("FAIL: "+testcase+": formatted "+myNumber+", parsed into "+aNumber+"\n");
341 logln("PASS: "+testcase+": formatted "+myNumber+", parsed into "+aNumber+"\n");
345 void checkNBSPPatternRT(String testcase, NumberFormat nf) {
346 checkNBSPPatternRtNum(testcase, nf, 12345.);
347 checkNBSPPatternRtNum(testcase, nf, -12345.);
353 String testcase; local
356 testcase="ar_AE UNUM_CURRENCY";
358 checkNBSPPatternRT(testcase, nf)
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/
DataPathOobOpenResponderTestActivity.java 23 import com.android.cts.verifier.wifiaware.testcase.DataPathOutOfBandTestCase;
DataPathOobPassphraseResponderTestActivity.java 23 import com.android.cts.verifier.wifiaware.testcase.DataPathOutOfBandTestCase;
DataPathOpenSolicitedPublishTestActivity.java 23 import com.android.cts.verifier.wifiaware.testcase.DataPathInBandTestCase;
DataPathOpenUnsolicitedPublishTestActivity.java 23 import com.android.cts.verifier.wifiaware.testcase.DataPathInBandTestCase;
DataPathPassphraseSolicitedPublishTestActivity.java 23 import com.android.cts.verifier.wifiaware.testcase.DataPathInBandTestCase;
DataPathPassphraseUnsolicitedPublishTestActivity.java 23 import com.android.cts.verifier.wifiaware.testcase.DataPathInBandTestCase;
DiscoveryRangingPublishTestActivity.java 23 import com.android.cts.verifier.wifiaware.testcase.DiscoveryWithRangingTestCase;
  /frameworks/base/core/tests/coretests/src/android/util/
LocalLogTest.java 21 import junit.framework.TestCase;
30 public class LocalLogTest extends TestCase {
39 testcase(new LocalLog(10), lines, want); method
49 testcase(new LocalLog(0), lines, want); method
69 testcase(new LocalLog(3), lines, want); method
72 void testcase(LocalLog logger, String[] input, String[] want) { method in class:LocalLogTest
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
QCameraHAL3Test.h 57 bool processThreadCreate(void *obj, int testcase);
QCameraHAL3Test.cpp 141 hal3_camera_lib_test *my_hal3test_obj, int camid, int testcase)
144 LOGE("TestCase : %d Camera:%d Handle is NULL", testcase, camid);
149 void *obj, int testcase)
165 thread.testcase = testcase;
180 int testcase; local
186 testcase = thread->testcase;
197 obj->captureRequestRepeat(hal3_test_handle, 0, testcase);
    [all...]
  /frameworks/base/tests/net/java/android/net/ip/
IpClientTest.java 283 for (IsProvisionedTestCase testcase : testcases) {
284 if (IpClient.isProvisioned(testcase.lp, testcase.config) != testcase.isProvisioned) {
285 fail(testcase.errorMessage());
317 IsProvisionedTestCase testcase = new IsProvisionedTestCase(); local
318 testcase.isProvisioned = isProvisioned;
319 testcase.lp = new LinkProperties();
320 testcase.lp.setLinkAddresses(lpAddrs);
322 testcase.lp.addRoute(route)
408 InitialConfigurationTestCase testcase = new InitialConfigurationTestCase(); local
    [all...]
  /external/libexif/test/nls/
test-nls.c 15 typedef struct _testcase testcase; typedef in typeref:struct:_testcase
18 static testcase testcases[] = {
  /external/tensorflow/tensorflow/contrib/lite/tools/
gen_op_registration_test.cc 70 std::vector<std::pair<string, string>> testcase = { local
77 for (const auto& test : testcase) {
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
AstroTest.java 366 double testcase[][] = {{2012, 5, 20 , 16 , 48, 59}, local
380 for(int i=0; i<testcase.length; i++){
382 String testString = "CASE["+i+"]: Year "+(int)testcase[i][0]+" Month "+(int)testcase[i][1]+" Day "+
383 (int)testcase[i][2]+" Hour "+(int)testcase[i][3]+" Minutes "+(int)testcase[i][4]+
384 " Seconds "+(int)testcase[i][5];
385 gc.set((int)testcase[i][0],(int)testcase[i][1]-1,(int)testcase[i][2],(int)testcase[i][3],(int)testcase[i][4], (int)testcase[i][5])
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
AstroTest.java 363 double testcase[][] = {{2012, 5, 20 , 16 , 48, 59}, local
377 for(int i=0; i<testcase.length; i++){
379 String testString = "CASE["+i+"]: Year "+(int)testcase[i][0]+" Month "+(int)testcase[i][1]+" Day "+
380 (int)testcase[i][2]+" Hour "+(int)testcase[i][3]+" Minutes "+(int)testcase[i][4]+
381 " Seconds "+(int)testcase[i][5];
382 gc.set((int)testcase[i][0],(int)testcase[i][1]-1,(int)testcase[i][2],(int)testcase[i][3],(int)testcase[i][4], (int)testcase[i][5])
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/result/
TestRunResultTest.java 174 *| testcase | Foo#foo | Bar#bar | Baz#baz |
256 TestDescription testcase = new TestDescription("Foo", "foo"); local
263 result1.testStarted(testcase);
264 result1.testEnded(testcase, new HashMap<String, Metric>());
268 result2.testStarted(testcase);
269 result2.testFailed(testcase, "Second run failed.");
270 result2.testEnded(testcase, new HashMap<String, Metric>());
274 result3.testStarted(testcase);
275 result3.testEnded(testcase, new HashMap<String, Metric>());
279 result4.testStarted(testcase);
    [all...]
  /external/icu/icu4c/source/test/iotest/
stream.cpp 309 char testcase[10]; local
310 testString(UStr, u_austrcpy(testcase, testCase1), expectedResultA, IOSTREAM_EOF|IOSTREAM_FAIL);
311 testString(UStr, u_austrcpy(testcase, testCase2), expectedResultB, IOSTREAM_EOF);
313 testString(UStr, u_austrcpy(testcase, testCase3), expectedResultC, IOSTREAM_EOF|IOSTREAM_FAIL);
314 testString(UStr, u_austrcpy(testcase, testCase4), expectedResultD, IOSTREAM_EOF);
315 testString(UStr, u_austrcpy(testcase, testCase5), expectedResultD, IOSTREAM_GOOD);
316 testString(UStr, u_austrcpy(testcase, testCase6), expectedResultD, IOSTREAM_GOOD);
  /test/vts-testcase/security/poc/host/
SecurityPoCKernelTest.py 73 def CreateHostInput(self, testcase):
77 testcase: string, format testsuite/testname, specifies which
86 testcase_path = os.path.join(*testcase.split("/"))
126 def RunTestcase(self, testcase):
127 """Runs the given testcase and asserts the result.
130 testcase: string, format testsuite/testname, specifies which
133 host_input = self.CreateHostInput(testcase)
135 "%s not configured to run against this target model." % testcase)
137 items = testcase.split("/", 1)
147 path_utils.JoinTargetPath(config.POC_TEST_DIR, testcase),
    [all...]

Completed in 380 milliseconds

1 2 3 4 56 7 8 91011>>