HomeSort by relevance Sort by last modified time
    Searched defs:test (Results 276 - 300 of 9198) sorted by null

<<11121314151617181920>>

  /external/libcxx/test/std/utilities/ratio/ratio.ratio/
ratio.pass.cpp 10 // test ratio: The static data members num and den shall have the common
16 void test() function
24 test<1, 1, 1, 1>();
25 test<1, 10, 1, 10>();
26 test<10, 10, 1, 1>();
27 test<10, 1, 10, 1>();
28 test<12, 4, 3, 1>();
29 test<12, -4, -3, 1>();
30 test<-12, 4, -3, 1>();
31 test<-12, -4, 3, 1>()
    [all...]
  /external/libcxx/test/std/utilities/time/time.duration/time.duration.cons/
rep.pass.cpp 25 test(R r) function
37 test<std::chrono::duration<int> >(5);
38 test<std::chrono::duration<int, std::ratio<3, 2> > >(5);
39 test<std::chrono::duration<Rep, std::ratio<3, 2> > >(Rep(3));
40 test<std::chrono::duration<double, std::ratio<2, 3> > >(5.5);
  /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.helper/
tuple.include.array.pass.cpp 28 void test() function
46 test<std::array<int, 5>, 5, int, 0>();
47 test<std::array<int, 5>, 5, int, 1>();
48 test<std::array<const char *, 4>, 4, const char *, 3>();
49 test<std::array<volatile int, 4>, 4, volatile int, 3>();
50 test<std::array<char *, 3>, 3, char *, 1>();
51 test<std::array<char *, 3>, 3, char *, 2>();
tuple.include.utility.pass.cpp 26 void test() function
44 test<std::pair<int, int>, 2, int, 0>();
45 test<std::pair<int, int>, 2, int, 1>();
46 test<std::pair<const int, int>, 2, int, 1>();
47 test<std::pair<int, volatile int>, 2, volatile int, 1>();
48 test<std::pair<char *, int>, 2, char *, 0>();
49 test<std::pair<char *, int>, 2, int, 1>();
tuple_element.pass.cpp 29 void test() function
45 test<std::tuple<int>, 0, int>();
46 test<std::tuple<char, int>, 0, char>();
47 test<std::tuple<char, int>, 1, int>();
48 test<std::tuple<int*, char, int>, 0, int*>();
49 test<std::tuple<int*, char, int>, 1, char>();
50 test<std::tuple<int*, char, int>, 2, int>();
tuple_size.pass.cpp 24 void test() function
38 test<std::tuple<>, 0>();
39 test<std::tuple<int>, 1>();
40 test<std::tuple<char, int>, 2>();
41 test<std::tuple<char, char*, int>, 3>();
tuple_size_v.pass.cpp 21 void test() function
32 test<std::tuple<>, 0>();
34 test<std::tuple<int>, 1>();
35 test<std::array<int, 1>, 1>();
37 test<std::tuple<int, int>, 2>();
38 test<std::pair<int, int>, 2>();
39 test<std::array<int, 2>, 2>();
41 test<std::tuple<int, int, int>, 3>();
42 test<std::array<int, 3>, 3>();
  /external/libcxx/test/std/utilities/variant/variant.helpers/
variant_alternative.pass.cpp 32 template <class V, size_t I, class E> void test() { function
62 test<V, 0, int>();
63 test<V, 1, void *>();
64 test<V, 2, const void *>();
65 test<V, 3, long double>();
70 test<V, 0, int>();
71 test<V, 1, int &>();
72 test<V, 2, const int &>();
73 test<V, 3, int &&>();
74 test<V, 4, long double>()
    [all...]
variant_size.pass.cpp 26 template <class V, size_t E> void test() { function
41 test<std::variant<>, 0>();
42 test<std::variant<void *>, 1>();
43 test<std::variant<long, long, void *, double>, 4>();
  /external/llvm/test/MC/ARM/
target-expressions.s 16 .type test,%function
17 test: label
48 @ CHECK-LABEL: test:
thumb-movwt-reloc.s 14 .type test,%function
15 test: label
19 @ CHECK-LABEL: test:
  /external/ltp/lib/newlib_tests/
test01.c 20 * The test should abort when oldlib function is called from newlib.
32 static struct tst_test test = { variable in typeref:struct:tst_test
test03.c 30 static struct tst_test test = { variable in typeref:struct:tst_test
test10.c 2 * Copyright (c) 2016 Linux Test Project
17 * Test for watchdog timeout.
29 static struct tst_test test = { variable in typeref:struct:tst_test
test12.c 2 * Copyright (c) 2016 Linux Test Project
17 * Test for timeout override.
28 static struct tst_test test = { variable in typeref:struct:tst_test
test13.c 2 * Copyright (c) 2016 Linux Test Project
17 * Test for timeout & children.
32 static struct tst_test test = { variable in typeref:struct:tst_test
  /external/ltp/testcases/kernel/syscalls/add_key/
add_key01.c 21 * Basic test for the add_key() syscall.
34 TEST(add_key("keyring", "wjkey", NULL, 0, KEY_SPEC_THREAD_KEYRING));
41 static struct tst_test test = { variable in typeref:struct:tst_test
  /external/ltp/testcases/kernel/syscalls/keyctl/
keyctl08.c 40 static struct tst_test test = { variable in typeref:struct:tst_test
  /external/ltp/testcases/network/nfsv4/acl/
create_users.py 17 test=RandomGen() variable
18 test.createNGroup(options.ng)
19 test.getGroupList()
20 test.createNUser(options.nu)
  /external/python/cpython2/Lib/ctypes/test/
test_objects.py 45 <ctypes.test.test_objects.X object at 0x...>
59 import ctypes.test.test_objects
62 def test(self): member in class:TestCase
63 failures, tests = doctest.testmod(ctypes.test.test_objects)
67 doctest.testmod(ctypes.test.test_objects)
  /external/python/cpython2/PC/
testpy.py 3 # This is a test module for Python. It looks in the standard
26 test = os.path.join(dir, "test") variable
27 if os.path.isdir(test):
28 # Add the "test" directory to PYTHONPATH.
29 sys.path = sys.path + [test]
  /external/python/cpython3/Lib/ctypes/test/
test_objects.py 45 <ctypes.test.test_objects.X object at 0x...>
59 import ctypes.test.test_objects
62 def test(self): member in class:TestCase
63 failures, tests = doctest.testmod(ctypes.test.test_objects)
67 doctest.testmod(ctypes.test.test_objects)
  /external/python/cpython3/Lib/test/
test_openpty.py 0 # Test to see if openpty works. (But don't worry if it isn't available.)
10 def test(self): member in class:OpenptyTest
test_stringprep.py 1 # To fully test this module, we would need a copy of the stringprep tables.
2 # Since we don't have them, this test checks only a few code points.
9 def test(self): member in class:StringprepTests
  /external/python/cpython3/PC/
testpy.py 3 # This is a test module for Python. It looks in the standard
24 test = os.path.join(dir, "test") variable
25 if os.path.isdir(test):
26 # Add the "test" directory to PYTHONPATH.
27 sys.path = sys.path + [test]

Completed in 719 milliseconds

<<11121314151617181920>>