| /third_party/skia/third_party/externals/egl-registry/api/ |
| H A D | Makefile | 37 tests: egltest.c $(EGLHEADERS) 49 # Remove intermediate targets from 'make tests'
|
| /third_party/rust/crates/unicode-width/src/ |
| H A D | lib.rs | 67 mod tests; modules
|
| /third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
| H A D | CollationAPITest.java | 46 * This tests the collation key related APIs. 191 * This tests the comparison convenience methods of a collator object. 198 logln("The compare tests begin : "); in TestCompare() 219 logln("The compare tests end."); in TestCompare() 252 * This tests the duplication of a collator object. 276 * This tests the CollationElementIterator related APIs. 396 * This tests the hashCode method of a collator object. 400 logln("hashCode tests begin."); in TestHashCode() 426 logln("hashCode tests end."); in TestHashCode() 442 * This tests th [all...] |
| H A D | AlphabeticIndexTest.java | 219 String[][] tests = {{"zh_Hant", "渡辺", "12劃"}, in TestA() 223 for (String[] test : tests) { in TestA() 351 Object[][] tests = { in TestInflow() 359 for (Object[] test : tests) { in TestInflow() 614 String [][] tests; in TestClientSupport() 617 tests = new String[][] {SimpleTests}; in TestClientSupport() 619 tests = new String[][] {SimpleTests, hackPinyin, simplifiedNames}; in TestClientSupport() 622 for (String [] shortTest : tests) { in TestClientSupport()
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
| H A D | AlphabeticIndexTest.java | 222 String[][] tests = {{"zh_Hant", "渡辺", "12劃"}, in TestA() 226 for (String[] test : tests) { in TestA() 354 Object[][] tests = { in TestInflow() 362 for (Object[] test : tests) { in TestInflow() 617 String [][] tests; in TestClientSupport() 620 tests = new String[][] {SimpleTests}; in TestClientSupport() 622 tests = new String[][] {SimpleTests, hackPinyin, simplifiedNames}; in TestClientSupport() 625 for (String [] shortTest : tests) { in TestClientSupport()
|
| H A D | CollationAPITest.java | 49 * This tests the collation key related APIs. 194 * This tests the comparison convenience methods of a collator object. 201 logln("The compare tests begin : "); in TestCompare() 222 logln("The compare tests end."); in TestCompare() 255 * This tests the duplication of a collator object. 279 * This tests the CollationElementIterator related APIs. 399 * This tests the hashCode method of a collator object. 403 logln("hashCode tests begin."); in TestHashCode() 429 logln("hashCode tests end."); in TestHashCode() 445 * This tests th [all...] |
| /third_party/python/Lib/test/ |
| H A D | test_codeccallbacks.py | 551 tests = [ 566 for s, r in tests: 580 tests = [ 586 for b, r in tests: 620 tests = [ 632 for s, r in tests: 725 tests = [ 742 for enc, s, b, n in tests:
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
| H A D | vktComputeWorkgroupMemoryExplicitLayoutTests.cpp | 24 * \brief VK_KHR_workgroup_memory_explicit_layout tests 1402 de::MovePtr<tcu::TestCaseGroup> tests(new tcu::TestCaseGroup(testCtx, "workgroup_memory_explicit_layout")); in createWorkgroupMemoryExplicitLayoutTests() 1407 tests->addChild(alias); in createWorkgroupMemoryExplicitLayoutTests() 1411 tests->addChild(zero); in createWorkgroupMemoryExplicitLayoutTests() 1415 tests->addChild(padding); in createWorkgroupMemoryExplicitLayoutTests() 1419 tests->addChild(size); in createWorkgroupMemoryExplicitLayoutTests() 1423 tests->addChild(copy_memory); in createWorkgroupMemoryExplicitLayoutTests() 1427 tests->addChild(zero_ext); in createWorkgroupMemoryExplicitLayoutTests() 1429 return tests.release(); in createWorkgroupMemoryExplicitLayoutTests()
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/ |
| H A D | vktComputeWorkgroupMemoryExplicitLayoutTests.cpp | 22 * \brief VK_KHR_workgroup_memory_explicit_layout tests 1396 de::MovePtr<tcu::TestCaseGroup> tests(new tcu::TestCaseGroup(testCtx, "workgroup_memory_explicit_layout", "VK_KHR_workgroup_memory_explicit_layout tests")); in createWorkgroupMemoryExplicitLayoutTests() 1400 tests->addChild(alias); in createWorkgroupMemoryExplicitLayoutTests() 1404 tests->addChild(zero); in createWorkgroupMemoryExplicitLayoutTests() 1408 tests->addChild(padding); in createWorkgroupMemoryExplicitLayoutTests() 1412 tests->addChild(size); in createWorkgroupMemoryExplicitLayoutTests() 1416 tests->addChild(copy_memory); in createWorkgroupMemoryExplicitLayoutTests() 1420 tests->addChild(zero_ext); in createWorkgroupMemoryExplicitLayoutTests() 1422 return tests in createWorkgroupMemoryExplicitLayoutTests() [all...] |
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | dtfmrgts.cpp | 576 UnicodeString tests [] = { in Test4073003() local 584 UDate d = fmt.parse(tests[i], status); in Test4073003() 586 UDate dd = fmt.parse(tests[i+1], status); in Test4073003() 1232 UnicodeString tests = in Test714() local 1242 if(s != tests) in Test714() 1244 errln((UnicodeString) "Fail: " + s + " != " + tests); in Test714() 1248 logln("OK: " + s + " == " + tests); in Test714() 1290 Test1684Data *tests[] = { in Test1684() local 1309 #define kTest1684Count UPRV_LENGTHOF(tests) in Test1684() 1321 delete tests[ in Test1684() [all...] |
| H A D | tufmtts.cpp | 42 * Performs basic tests 47 * Performs API tests 52 * Performs tests for Greek 53 * This tests that requests for short unit names correctly fall back 60 * Performs tests for Greek 61 * This tests that if the plural count listed in time unit format does not 127 double tests[] = {0, 0.5, 1, 1.5, 2, 2.5, 3, 3.5, 5, 10, 100, 101.35}; in testBasic() local 128 for (unsigned int i = 0; i < UPRV_LENGTHOF(tests); ++i) { in testBasic() 130 std::cout << "number: " << tests[i] << "\n"; in testBasic() local 132 TimeUnitAmount* source = new TimeUnitAmount(tests[ in testBasic() [all...] |
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
| H A D | ULocaleTest.java | 801 final String[][] tests = new String[][]{ in TestObsoleteNames() 829 for(int i=0;i<tests.length;i++){ in TestObsoleteNames() 830 String locale = tests[i][0]; in TestObsoleteNames() 836 if(buff.compareTo(tests[i][1])!=0){ in TestObsoleteNames() 838 buff+",\t expected "+tests[i][1]); in TestObsoleteNames() 844 if(buff1.compareTo(tests[i][1])!=0){ in TestObsoleteNames() 846 buff+",\t expected "+tests[i][1]); in TestObsoleteNames() 852 if(buff.compareTo(tests[i][2])!=0){ in TestObsoleteNames() 854 buff+",\t expected "+tests[i][2]); in TestObsoleteNames() 860 if(buff.compareTo(tests[ in TestObsoleteNames() [all...] |
| /third_party/curl/tests/ |
| H A D | runtests.pl | 28 # Experimental hooks are available to run tests remotely on machines that 44 # the contents of the tests/server/ directory must be from the host 47 # Note that even with these changes a number of tests will still fail (mainly 67 # Define srcdir to the location of the tests source directory. This is 139 my %disabled_keywords; # key words of tests to skip 140 my %ignored_keywords; # key words of tests to ignore results 141 my %enabled_keywords; # key words of tests to run 171 my %runnersrunning; # tests currently running by runner ID 178 my $keepoutfiles; # keep stdout and stderr files after tests 180 my $postmortem; # display detailed info about failed tests [all...] |
| /third_party/rust/crates/aho-corasick/src/ |
| H A D | tests.rs | 10 /// Aho-Corasick automaton. The tests are categorized and grouped appropriately 43 // but each collection should have some tests that no other collection has. 85 // Now define the individual tests that make up the collections above. 87 /// A collection of tests for the Aho-Corasick algorithm that should always be 148 /// A collection of *anchored* tests for the Aho-Corasick algorithm that should 167 /// These tests generally shouldn't pass for leftmost-{first,longest}, although 168 /// some do in order to write clearer tests. For example, standard000 will 312 /// Tests for non-overlapping leftmost-first match semantics. These tests 367 /// Tests for non-overlapping leftmost-longest match semantics. These tests 425 /// Generally these tests should [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
| H A D | es31cSampleShadingTests.cpp | 135 } tests[] = { in iterate() local 138 for (int i = 0; i < DE_LENGTH_OF_ARRAY(tests); ++i) in iterate() 140 m_pGLMinSampleShading(tests[i].input); in iterate() 143 if (result != tests[i].result) in iterate() 549 : TestCaseGroup(context, "render", "Sample Shading render tests"), m_glslVersion(glslVersion) in SampleShadingRenderTests() 582 : TestCaseGroup(context, "sample_shading", "Sample Shading tests"), m_glslVersion(glslVersion) in SampleShadingTests()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
| H A D | crypto_module_tests.c | 2 * crypto module tests 753 } tests[] = { in test_md5() local 798 for (i = 0; i < ARRAY_SIZE(tests); i++) { in test_md5() 801 addr[0] = (u8 *) tests[i].data; in test_md5() 802 len[0] = strlen(tests[i].data); in test_md5() 804 os_memcmp(hash, tests[i].hash, 16) != 0) { in test_md5() 811 addr[0] = (u8 *) tests[i].data; in test_md5() 812 len[0] = strlen(tests[i].data); in test_md5() 813 addr[1] = (u8 *) tests[i].data + 1; in test_md5() 814 len[1] = strlen(tests[ in test_md5() 1277 } tests[] = { global() variable [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
| H A D | crypto_module_tests.c | 2 * crypto module tests 902 } tests[] = { in test_md5() local 947 for (i = 0; i < ARRAY_SIZE(tests); i++) { in test_md5() 950 addr[0] = (u8 *) tests[i].data; in test_md5() 951 len[0] = strlen(tests[i].data); in test_md5() 953 os_memcmp(hash, tests[i].hash, 16) != 0) { in test_md5() 960 addr[0] = (u8 *) tests[i].data; in test_md5() 961 len[0] = strlen(tests[i].data); in test_md5() 962 addr[1] = (u8 *) tests[i].data + 1; in test_md5() 963 len[1] = strlen(tests[ in test_md5() 1426 } tests[] = { global() variable [all...] |
| /base/request/request/services/src/ |
| H A D | lib.rs | 68 mod tests { modules
|
| /foundation/systemabilitymgr/samgr/test/autotest/testcases/level0/ |
| H A D | case09_once004.py | 29 self.tests = [
|
| H A D | case10_delay_time002.py | 29 self.tests = [
|
| H A D | case19_switch002.py | 29 self.tests = [
|
| H A D | case18_switch001.py | 30 self.tests = [
|
| H A D | case21_add001.py | 30 self.tests = [
|
| H A D | case20_timer003.py | 29 self.tests = [
|
| H A D | case11_delay_time003.py | 29 self.tests = [
|