Searched refs:test (Results 226 - 250 of 10938) sorted by relevance

1234567891011>>

/external/clang/test/CodeGenCXX/
H A Dapple-kext-guard-variable.cpp6 void test() { function
H A Ddebug-info-globalinit.cpp8 int test() { function
13 static int i = test();
14 __attribute__((nodebug)) static int j = test();
15 static int k = test();
H A Dsizeof-unwind-exception.cpp8 void test() { function
/external/clang/test/Modules/
H A Dmerge-target-features.cpp67 int test(int x) { function
/external/clang/test/PCH/
H A Dchain-ext_vector.c9 int test(float4 f4) { function
H A Dext_vector.c8 int test(float4 f4) { function
/external/clang/test/Sema/
H A Dformat-strings-fixit-ssize_t.c6 /* This is a test of the various code modification hints that are
13 void test() { function
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/
H A DComponentSupertypeDependsOnGeneratedCodeInterface.java16 package test; package
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/membersinject/
H A DChildOfPrimitiveIntArray.java16 package test.membersinject;
H A DChildOfStringArray.java16 package test.membersinject;
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/subcomponent/repeat/
H A DOnlyUsedInChild.java1 package test.subcomponent.repeat;
H A DOnlyUsedInParent.java1 package test.subcomponent.repeat;
/external/junit/src/main/java/junit/framework/
H A DTestListener.java4 * A Listener for test progress
10 public void addError(Test test, Throwable e); argument
15 public void addFailure(Test test, AssertionFailedError e); argument
18 * A test ended.
20 public void endTest(Test test); argument
23 * A test started.
25 public void startTest(Test test); argument
/external/libcxx/test/std/containers/sequences/deque/deque.cons/
H A Dsize_value_alloc.pass.cpp22 test(unsigned n, const T& x, const Allocator& a) function
38 test(0, 5, a);
39 test(1, 10, a);
40 test(10, 11, a);
41 test(1023, -11, a);
42 test(1024, 25, a);
43 test(1025, 0, a);
44 test(2047, 110, a);
45 test(2048, -500, a);
46 test(204
[all...]
/external/libcxx/test/std/numerics/complex.number/complex/
H A Dtypes.pass.cpp25 test() function
33 test<float>();
34 test<double>();
35 test<long double>();
/external/libcxx/test/std/numerics/complex.number/complex.value.ops/
H A Dimag.pass.cpp21 test() function
29 test<float>();
30 test<double>();
31 test<long double>();
H A Dreal.pass.cpp21 test() function
29 test<float>();
30 test<double>();
31 test<long double>();
/external/libcxx/test/std/re/re.regex/re.regex.construct/
H A Dptr_flg.pass.cpp22 test(const CharT* p, std::regex_constants::syntax_option_type f, unsigned mc) function
31 test("\\(a\\)", std::regex_constants::basic, 1);
32 test("\\(a[bc]\\)", std::regex_constants::basic, 1);
33 test("\\(a\\([bc]\\)\\)", std::regex_constants::basic, 2);
34 test("(a([bc]))", std::regex_constants::basic, 0);
36 test("\\(a\\)", std::regex_constants::extended, 0);
37 test("\\(a[bc]\\)", std::regex_constants::extended, 0);
38 test("\\(a\\([bc]\\)\\)", std::regex_constants::extended, 0);
39 test("(a([bc]))", std::regex_constants::extended, 2);
41 test("\\(
[all...]
H A Dptr_size_flg.pass.cpp22 test(const CharT* p, std::size_t len, std::regex_constants::syntax_option_type f, function
32 test("\\(a\\)", 5, std::regex_constants::basic, 1);
33 test("\\(a[bc]\\)", 9, std::regex_constants::basic, 1);
34 test("\\(a\\([bc]\\)\\)", 13, std::regex_constants::basic, 2);
35 test("(a([bc]))", 9, std::regex_constants::basic, 0);
37 test("\\(a\\)", 5, std::regex_constants::extended, 0);
38 test("\\(a[bc]\\)", 9, std::regex_constants::extended, 0);
39 test("\\(a\\([bc]\\)\\)", 13, std::regex_constants::extended, 0);
40 test("(a([bc]))", 9, std::regex_constants::extended, 2);
42 test("\\(
[all...]
/external/libcxx/test/std/strings/basic.string/string.modifiers/string_erase/
H A Diter.pass.cpp22 test(S s, typename S::difference_type pos, S expected) function
36 test(S("abcde"), 0, S("bcde"));
37 test(S("abcde"), 1, S("acde"));
38 test(S("abcde"), 2, S("abde"));
39 test(S("abcde"), 4, S("abcd"));
40 test(S("abcdefghij"), 0, S("bcdefghij"));
41 test(S("abcdefghij"), 1, S("acdefghij"));
42 test(S("abcdefghij"), 5, S("abcdeghij"));
43 test(S("abcdefghij"), 9, S("abcdefghi"));
44 test(
[all...]
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/test/
H A DIntegrationTest.java16 package org.mockftpserver.test;
19 * Marker interface for integration test
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/test/
H A DIntegrationTest.java16 package org.mockftpserver.test;
19 * Marker interface for integration test
/external/mockftpserver/tags/1.0/src/test/java/org/mockftpserver/test/
H A DIntegrationTest.java16 package org.mockftpserver.test;
19 * Marker interface for integration test
/external/mockftpserver/tags/1.1/src/test/java/org/mockftpserver/test/
H A DIntegrationTest.java16 package org.mockftpserver.test;
19 * Marker interface for integration test
/external/mockftpserver/tags/1.2/src/test/java/org/mockftpserver/test/
H A DIntegrationTest.java16 package org.mockftpserver.test;
19 * Marker interface for integration test

Completed in 2980 milliseconds

1234567891011>>