HomeSort by relevance Sort by last modified time
    Searched refs:tests (Results 26 - 50 of 3001) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/apache-harmony/support/src/test/java/tests/resources/ServiceLoader/
ServiceFinalClass.java 18 package tests.resources.ServiceLoader;
ServiceForAllCommentTest.java 18 package tests.resources.ServiceLoader;
ServiceForEmptyTest.java 18 package tests.resources.ServiceLoader;
ServiceForIllegalNameTest.java 18 package tests.resources.ServiceLoader;
ServiceForWrongNameTest.java 18 package tests.resources.ServiceLoader;
ServiceIn2File.java 18 package tests.resources.ServiceLoader;
ServiceIn2FileWithEmptyConfig.java 18 package tests.resources.ServiceLoader;
ServiceMoreThanOne.java 18 package tests.resources.ServiceLoader;
ServiceWithDuplicateSons.java 18 package tests.resources.ServiceLoader;
  /external/apache-harmony/support/src/test/java/tests/support/
Support_Proxy_ParentException.java 18 package tests.support;
Support_Proxy_SubException.java 18 package tests.support;
  /libcore/luni/src/test/java/tests/api/java/util/support/
B.java 1 package tests.api.java.util.support;
  /libcore/support/src/test/java/tests/security/
TestHelper.java 17 package tests.security;
  /libcore/support/src/test/java/tests/support/
Support_Proxy_ParentException.java 18 package tests.support;
Support_Proxy_SubException.java 18 package tests.support;
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/testauth/
TestauthConstants.java 17 package com.android.contacts.tests.testauth;
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
runptests.c 30 /* Data structure to describe the tests. */
38 } tests[] = variable in typeref:struct:test
50 for (cnt = 0; cnt < sizeof (tests) / sizeof (tests[0]); ++cnt)
51 if (tests[cnt].str == NULL)
53 printf ("\n%s\n%.*s\n", tests[cnt].reg,
54 (int) strlen (tests[cnt].reg),
57 else if (tests[cnt].reg == NULL)
58 printf ("!!! %s\n", tests[cnt].str);
65 printf ("regexp: \"%s\", string: \"%s\" -> ", tests[cnt].reg
    [all...]
bug-regex27.c 26 struct tests struct
32 } tests[] = { variable in typeref:struct:tests
46 for (i = 0; i < sizeof (tests) / sizeof (tests[i]); ++i)
49 if (regcomp (&r, tests[i].regex, tests[i].cflags))
55 int rv = regexec (&r, tests[i].string, 0, NULL, 0);
56 if (rv != tests[i].retval)
59 i, rv, tests[i].retval);
  /external/chromium/net/http/
http_byte_range_unittest.cc 14 } tests[] = { local
26 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(tests); ++i) {
28 range.set_first_byte_position(tests[i].first_byte_position);
29 range.set_last_byte_position(tests[i].last_byte_position);
30 range.set_suffix_length(tests[i].suffix_length);
31 EXPECT_EQ(tests[i].valid, range.IsValid());
44 } tests[] = { local
58 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(tests); ++i) {
60 range.set_first_byte_position(tests[i].first_byte_position);
61 range.set_last_byte_position(tests[i].last_byte_position)
    [all...]
  /external/chromium/testing/gtest/test/
gtest-unittest-api_test.cc 33 // This file contains tests verifying correctness of data provided via
83 // Returns the array of pointers to all tests in a particular test case
87 TestInfo const** const tests = local
91 tests[i] = test_case->GetTestInfo(i);
93 std::sort(tests, tests + test_case->total_test_count(),
95 return tests;
111 // We can only test the accessors that do not change value while tests run.
112 // Since tests can be run in any order, the values the accessors that track
158 const TestInfo** tests = UnitTestHelper::GetSortedTests(test_case) local
280 const TestInfo** tests = UnitTestHelper::GetSortedTests(test_case); local
    [all...]
  /external/protobuf/gtest/test/
gtest-unittest-api_test.cc 33 // This file contains tests verifying correctness of data provided via
83 // Returns the array of pointers to all tests in a particular test case
87 TestInfo const** const tests = local
91 tests[i] = test_case->GetTestInfo(i);
93 std::sort(tests, tests + test_case->total_test_count(),
95 return tests;
117 // We can only test the accessors that do not change value while tests run.
118 // Since tests can be run in any order, the values the accessors that track
157 const TestInfo** tests = UnitTestHelper::GetSortedTests(test_case) local
281 const TestInfo** tests = UnitTestHelper::GetSortedTests(test_case); local
    [all...]
  /external/apache-harmony/beans/src/test/support/java/org/apache/harmony/beans/tests/support/mock/
MockPropertyChangeListener2.java 18 package org.apache.harmony.beans.tests.support.mock;
28 org.apache.harmony.beans.tests.support.mock.MockPropertyChangeEvent e);
  /external/apache-harmony/support/src/test/resources/tests/resources/subfolder/tests/norootresources/
hyts_resource_en_US.java 18 package tests.resources.subfolder.tests.norootresources;
hyts_resource_en_US_VAR.java 18 package tests.resources.subfolder.tests.norootresources;
hyts_resource_fr.java 18 package tests.resources.subfolder.tests.norootresources;

Completed in 1483 milliseconds

12 3 4 5 6 7 8 91011>>