Searched refs:test (Results 401 - 425 of 6019) sorted by relevance

<<11121314151617181920>>

/external/clang/test/CodeGen/
H A D2003-11-13-TypeSafety.c3 int *test(int *X, int Y) { function
H A D2006-01-13-Includes.c6 void test() { function
10 // CHECK: test{{[\\/]}}CodeGen
H A Dexact-div-expr.c4 long long test(int *A, int *B) { function
H A Dsparcv9-dwarf.c4 int test() { function
10 // CHECK-LABEL: define signext i32 @test()
/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/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/junit/src/junit/framework/
H A DTestListener.java4 * A Listener for test progress
10 public void addError(Test test, Throwable t); argument
14 public void addFailure(Test test, AssertionFailedError t); argument
16 * A test ended.
18 public void endTest(Test test); argument
20 * A test started.
22 public void startTest(Test test); argument
/external/libcxx/test/containers/sequences/deque/deque.cons/
H A Dsize_value_alloc.pass.cpp21 test(unsigned n, const T& x, const Allocator& a) function
37 test(0, 5, a);
38 test(1, 10, a);
39 test(10, 11, a);
40 test(1023, -11, a);
41 test(1024, 25, a);
42 test(1025, 0, a);
43 test(2047, 110, a);
44 test(2048, -500, a);
45 test(204
[all...]
/external/libcxx/test/depr/depr.auto.ptr/auto.ptr/
H A Delement_type.pass.cpp25 test() function
32 test<int>();
33 test<double>();
34 test<void>();
/external/libcxx/test/numerics/complex.number/complex/
H A Dtypes.pass.cpp25 test() function
33 test<float>();
34 test<double>();
35 test<long double>();
/external/libcxx/test/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/re/re.regex/re.regex.construct/
H A Dptr_flg.pass.cpp21 test(const CharT* p, std::regex_constants::syntax_option_type f, unsigned mc) function
30 test("\\(a\\)", std::regex_constants::basic, 1);
31 test("\\(a[bc]\\)", std::regex_constants::basic, 1);
32 test("\\(a\\([bc]\\)\\)", std::regex_constants::basic, 2);
33 test("(a([bc]))", std::regex_constants::basic, 0);
35 test("\\(a\\)", std::regex_constants::extended, 0);
36 test("\\(a[bc]\\)", std::regex_constants::extended, 0);
37 test("\\(a\\([bc]\\)\\)", std::regex_constants::extended, 0);
38 test("(a([bc]))", std::regex_constants::extended, 2);
40 test("\\(
[all...]
H A Dptr_size_flg.pass.cpp21 test(const CharT* p, std::size_t len, std::regex_constants::syntax_option_type f, function
31 test("\\(a\\)", 5, std::regex_constants::basic, 1);
32 test("\\(a[bc]\\)", 9, std::regex_constants::basic, 1);
33 test("\\(a\\([bc]\\)\\)", 13, std::regex_constants::basic, 2);
34 test("(a([bc]))", 9, std::regex_constants::basic, 0);
36 test("\\(a\\)", 5, std::regex_constants::extended, 0);
37 test("\\(a[bc]\\)", 9, std::regex_constants::extended, 0);
38 test("\\(a\\([bc]\\)\\)", 13, std::regex_constants::extended, 0);
39 test("(a([bc]))", 9, std::regex_constants::extended, 2);
41 test("\\(
[all...]
/external/libcxx/test/strings/basic.string/string.modifiers/string_erase/
H A Diter.pass.cpp21 test(S s, typename S::difference_type pos, S expected) function
34 test(S("abcde"), 0, S("bcde"));
35 test(S("abcde"), 1, S("acde"));
36 test(S("abcde"), 2, S("abde"));
37 test(S("abcde"), 4, S("abcd"));
38 test(S("abcdefghij"), 0, S("bcdefghij"));
39 test(S("abcdefghij"), 1, S("acdefghij"));
40 test(S("abcdefghij"), 5, S("abcdeghij"));
41 test(S("abcdefghij"), 9, S("abcdefghi"));
42 test(
[all...]
/external/mesa3d/src/glsl/tests/
H A Doptimization-test7 for test in `find . -iname '*.opt_test'`; do
8 echo -n "Testing $test..."
9 (cd `dirname "$test"`; ./`basename "$test"`) > "$test.out" 2>&1
11 if $PYTHON2 $PYTHON_FLAGS ./compare_ir "$test.expected" "$test.out" >/dev/null 2>&1; then
16 $PYTHON2 $PYTHON_FLAGS ./compare_ir "$test.expected" "$test.out"
/external/chromium_org/tools/gyp/test/win/
H A Dgyptest-cl-enable-enhanced-instruction-set.py17 test = TestGyp.TestGyp() variable
20 test.run_gyp('enable-enhanced-instruction-set.gyp', chdir=CHDIR)
22 test.build('enable-enhanced-instruction-set.gyp', test.ALL, chdir=CHDIR)
24 test.run_built_executable('sse_extensions', chdir=CHDIR,
26 test.run_built_executable('sse2_extensions', chdir=CHDIR,
30 if os.path.exists(test.built_file_path('avx_extensions')):
31 test.run_built_executable('no_extensions', chdir=CHDIR,
35 if os.path.exists(test.built_file_path('no_extensions')):
36 test
[all...]
H A Dgyptest-link-delay-load-dlls.py16 test = TestGyp.TestGyp(formats=['msvs', 'ninja']) variable
19 test.run_gyp('delay-load-dlls.gyp', chdir=CHDIR)
20 test.build('delay-load-dlls.gyp', test.ALL, chdir=CHDIR)
25 output = test.run_dumpbin(
26 '/all', test.built_file_path('test_dld_none.exe', chdir=CHDIR))
28 test.fail_test()
30 output = test.run_dumpbin(
31 '/all', test.built_file_path('test_dld_shell32.exe', chdir=CHDIR))
33 test
[all...]
H A Dgyptest-link-fixed-base.py16 test = TestGyp.TestGyp(formats=['msvs', 'ninja']) variable
19 test.run_gyp('fixed-base.gyp', chdir=CHDIR)
20 test.build('fixed-base.gyp', test.ALL, chdir=CHDIR)
23 full_path = test.built_file_path(exe, chdir=CHDIR)
24 return test.run_dumpbin('/headers', full_path)
28 test.fail_test()
30 test.fail_test()
34 test.fail_test()
38 test
[all...]
H A Dgyptest-link-incremental.py16 test = TestGyp.TestGyp(formats=['msvs', 'ninja']) variable
19 test.run_gyp('incremental.gyp', chdir=CHDIR)
20 test.build('incremental.gyp', test.ALL, chdir=CHDIR)
23 full_path = test.built_file_path(exe, chdir=CHDIR)
24 output = test.run_dumpbin('/disasm', full_path)
29 test.fail_test()
31 test.fail_test()
33 test.fail_test()
35 test
[all...]
H A Dgyptest-link-restat-importlib.py19 test = TestGyp.TestGyp(formats=['msvs', 'ninja']) variable
23 print 'Skipping test on x86, http://crbug.com/365833'
24 test.pass_test()
27 test.run_gyp('importlib.gyp', chdir=CHDIR)
28 test.build('importlib.gyp', test.ALL, chdir=CHDIR)
32 test.sleep()
36 test.touch('importlib/has-exports.cc')
37 test.build('importlib.gyp', 'test_importlib', chdir=CHDIR)
43 test
[all...]

Completed in 1005 milliseconds

<<11121314151617181920>>