Searched refs:test (Results 126 - 150 of 6019) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A Dopaque-pointer.c2 struct test;
4 typedef void (*my_func) (struct test *);
7 struct test { struct
11 char f(struct test *t) {
/external/clang/test/CodeGenCXX/
H A Dmicrosoft-interface.cpp4 int test() { function
10 virtual int test() override {
11 return I::test();
17 return s.test();
/external/clang/test/Index/
H A Dpreamble-reparse-warn-macro.c3 // RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source-reparse 2 local %s -I %t 2>&1 > %t.out.txt | FileCheck %s
11 void test();
/external/clang/test/Sema/
H A Dmemset-invalid.c4 char test() { function
/external/clang/test/SemaCXX/
H A Ddo-while-scope.cpp4 void test() { function
/external/libcxx/test/utilities/function.objects/unord.hash/
H A Dintegral.pass.cpp28 test() function
43 test<bool>();
44 test<char>();
45 test<signed char>();
46 test<unsigned char>();
47 test<char16_t>();
48 test<char32_t>();
49 test<wchar_t>();
50 test<short>();
51 test<unsigne
[all...]
/external/libcxx/test/utilities/time/time.traits/time.traits.is_fp/
H A Dtreat_as_floating_point.pass.cpp19 test() function
29 test<int>();
30 test<unsigned>();
31 test<char>();
32 test<bool>();
33 test<float>();
34 test<double>();
35 test<long double>();
36 test<A>();
/external/chromium_org/tools/gyp/test/product/
H A Dgyptest-product.py15 test = TestGyp.TestGyp(formats=['!android']) variable
17 test.run_gyp('product.gyp')
18 test.build('product.gyp')
21 test.built_file_must_exist('alt1' + test._exe, test.EXECUTABLE, bare=True)
22 test.built_file_must_exist('hello2.stuff', test.EXECUTABLE, bare=True)
23 test.built_file_must_exist('yoalt3.stuff', test
[all...]
/external/chromium_org/tools/gyp/test/prune_targets/
H A Dgyptest-prune-targets.py13 test = TestGyp.TestGyp() variable
22 }[test.format]
25 test.run_gyp('test1.gyp')
26 test.build('test2.gyp', 'lib1')
27 test.build('test2.gyp', 'lib2')
28 test.build('test2.gyp', 'lib3')
29 test.build('test2.gyp', 'lib_indirect')
30 test.build('test1.gyp', 'program1')
31 test.build('test1.gyp', 'program2')
32 test
[all...]
/external/chromium_org/tools/gyp/test/actions/
H A Dgyptest-default.py13 test = TestGyp.TestGyp(workdir='workarea_default') variable
15 test.run_gyp('actions.gyp', chdir='src')
17 test.relocate('src', 'relocate/src')
24 if test.format in ['ninja', 'android']:
25 test.build('actions.gyp', test.ALL, chdir='relocate/src')
29 test.build('actions.gyp', chdir='relocate/src')
30 test.must_match('relocate/src/subdir1/actions-out/action-counter.txt', '1')
31 test.must_match('relocate/src/subdir1/actions-out/action-counter_2.txt', '1')
32 test
[all...]
/external/chromium_org/tools/gyp/test/rules/
H A Dgyptest-all.py13 test = TestGyp.TestGyp() variable
15 test.run_gyp('no_action_with_rules_fails.gyp', chdir='src/noaction', status=1,
18 test.run_gyp('actions.gyp', chdir='src')
20 test.relocate('src', 'relocate/src')
22 test.build('actions.gyp', test.ALL, chdir='relocate/src')
30 if test.format == 'xcode':
34 test.run_built_executable('program', chdir=chdir, stdout=expect)
41 if test.format == 'xcode':
45 test
[all...]
/external/chromium_org/tools/gyp/test/rules-rebuild/
H A Dgyptest-all.py14 test = TestGyp.TestGyp(workdir='workarea_all') variable
16 test.run_gyp('same_target.gyp', chdir='src')
18 test.relocate('src', 'relocate/src')
21 test.build('same_target.gyp', test.ALL, chdir='relocate/src')
29 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
31 test.up_to_date('same_target.gyp', 'program', chdir='relocate/src')
34 test.sleep()
35 contents = test.read(['relocate', 'src', 'prog1.in'])
37 test
[all...]
/external/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
H A Dis_iec559.pass.cpp10 // test numeric_limits
18 test() function
20 static_assert(std::numeric_limits<T>::is_iec559 == expected, "is_iec559 test 1");
21 static_assert(std::numeric_limits<const T>::is_iec559 == expected, "is_iec559 test 2");
22 static_assert(std::numeric_limits<volatile T>::is_iec559 == expected, "is_iec559 test 3");
23 static_assert(std::numeric_limits<const volatile T>::is_iec559 == expected, "is_iec559 test 4");
28 test<bool, false>();
29 test<char, false>();
30 test<signed char, false>();
31 test<unsigne
[all...]
/external/chromium_org/tools/gyp/test/hard_dependency/
H A Dgyptest-exported-hard-dependency.py15 test = TestGyp.TestGyp() variable
17 if test.format == 'dump_dependency_json':
18 test.skip_test('Skipping test; dependency JSON does not adjust ' \
21 test.run_gyp('hard_dependency.gyp', chdir='src')
24 test.relocate('src', chdir)
26 test.build('hard_dependency.gyp', 'c', chdir=chdir)
32 test.built_file_must_exist('a', type=test.STATIC_LIB, chdir=chdir)
33 test
[all...]
H A Dgyptest-no-exported-hard-dependency.py15 test = TestGyp.TestGyp() variable
17 if test.format == 'dump_dependency_json':
18 test.skip_test('Skipping test; dependency JSON does not adjust ' \
21 test.run_gyp('hard_dependency.gyp', chdir='src')
24 test.relocate('src', chdir)
26 test.build('hard_dependency.gyp', 'd', chdir=chdir)
31 test.built_file_must_not_exist('a', type=test.STATIC_LIB, chdir=chdir)
32 test
[all...]
/external/chromium_org/tools/gyp/test/target/
H A Dgyptest-target.py17 test = TestGyp.TestGyp() variable
19 test.run_gyp('target.gyp')
20 test.build('target.gyp')
23 test.built_file_must_exist('hello1.stuff', test.EXECUTABLE, bare=True)
24 test.built_file_must_exist('hello2.exe', test.EXECUTABLE, bare=True)
25 test.built_file_must_not_exist('hello2.stuff', test.EXECUTABLE, bare=True)
28 if test
[all...]
/external/chromium_org/tools/gyp/test/defines/
H A Dgyptest-defines-env-regyp.py17 test = TestGyp.TestGyp(formats=['make']) variable
21 test.run_gyp('defines.gyp')
29 test.build('defines.gyp')
37 test.run_built_executable('defines', stdout=expect)
41 test.sleep()
42 test.write('defines.gyp', test.read('defines-env.gyp'))
44 test.build('defines.gyp', test.ALL)
49 test
[all...]
/external/chromium_org/tools/gyp/test/mac/
H A Dgyptest-debuginfo.py16 test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode']) variable
18 test.run_gyp('test.gyp', chdir='debuginfo')
20 test.build('test.gyp', test.ALL, chdir='debuginfo')
22 test.built_file_must_exist('libnonbundle_shared_library.dylib.dSYM',
24 test.built_file_must_exist('nonbundle_loadable_module.so.dSYM',
26 test.built_file_must_exist('nonbundle_executable.dSYM',
29 test
[all...]
/external/chromium_org/tools/gyp/test/sibling/
H A Dgyptest-relocate.py12 test = TestGyp.TestGyp() variable
14 test.run_gyp('build/all.gyp', chdir='src')
16 test.relocate('src', 'relocate/src')
18 test.build('build/all.gyp', test.ALL, chdir='relocate/src')
26 if test.format in ('make', 'ninja', 'cmake'):
29 if test.format == 'xcode':
31 test.run_built_executable('program1',
35 if test.format == 'xcode':
37 test
[all...]
/external/libcxx/test/strings/basic.string/string.ops/string_compare/
H A Dsize_size_string_size_size.pass.cpp33 test(const S& s, typename S::size_type pos1, typename S::size_type n1, function
68 test(S(""), 0, 0, S(""), 0, 0, 0);
69 test(S(""), 0, 0, S(""), 0, 1, 0);
70 test(S(""), 0, 0, S(""), 1, 0, 0);
71 test(S(""), 0, 0, S("abcde"), 0, 0, 0);
72 test(S(""), 0, 0, S("abcde"), 0, 1, -1);
73 test(S(""), 0, 0, S("abcde"), 0, 2, -2);
74 test(S(""), 0, 0, S("abcde"), 0, 4, -4);
75 test(S(""), 0, 0, S("abcde"), 0, 5, -5);
76 test(
[all...]
/external/libcxx/test/strings/basic.string/string.modifiers/string_op_plus_equal/
H A Dpointer.pass.cpp21 test(S s, const typename S::value_type* str, S expected) function
32 test(S(), "", S());
33 test(S(), "12345", S("12345"));
34 test(S(), "1234567890", S("1234567890"));
35 test(S(), "12345678901234567890", S("12345678901234567890"));
37 test(S("12345"), "", S("12345"));
38 test(S("12345"), "12345", S("1234512345"));
39 test(S("12345"), "1234567890", S("123451234567890"));
40 test(S("12345"), "12345678901234567890", S("1234512345678901234567890"));
42 test(
[all...]
/external/libcxx/test/strings/basic.string/string.nonmembers/string_op!=/
H A Dpointer_string.pass.cpp22 test(const typename S::value_type* lhs, const S& rhs, bool x) function
31 test("", S(""), false);
32 test("", S("abcde"), true);
33 test("", S("abcdefghij"), true);
34 test("", S("abcdefghijklmnopqrst"), true);
35 test("abcde", S(""), true);
36 test("abcde", S("abcde"), false);
37 test("abcde", S("abcdefghij"), true);
38 test("abcde", S("abcdefghijklmnopqrst"), true);
39 test("abcdefghi
[all...]
H A Dstring_pointer.pass.cpp22 test(const S& lhs, const typename S::value_type* rhs, bool x) function
31 test(S(""), "", false);
32 test(S(""), "abcde", true);
33 test(S(""), "abcdefghij", true);
34 test(S(""), "abcdefghijklmnopqrst", true);
35 test(S("abcde"), "", true);
36 test(S("abcde"), "abcde", false);
37 test(S("abcde"), "abcdefghij", true);
38 test(S("abcde"), "abcdefghijklmnopqrst", true);
39 test(
[all...]
H A Dstring_string.pass.cpp23 test(const S& lhs, const S& rhs, bool x) function
32 test(S(""), S(""), false);
33 test(S(""), S("abcde"), true);
34 test(S(""), S("abcdefghij"), true);
35 test(S(""), S("abcdefghijklmnopqrst"), true);
36 test(S("abcde"), S(""), true);
37 test(S("abcde"), S("abcde"), false);
38 test(S("abcde"), S("abcdefghij"), true);
39 test(S("abcde"), S("abcdefghijklmnopqrst"), true);
40 test(
[all...]
/external/libcxx/test/strings/basic.string/string.nonmembers/string_operator==/
H A Dpointer_string.pass.cpp22 test(const typename S::value_type* lhs, const S& rhs, bool x) function
31 test("", S(""), true);
32 test("", S("abcde"), false);
33 test("", S("abcdefghij"), false);
34 test("", S("abcdefghijklmnopqrst"), false);
35 test("abcde", S(""), false);
36 test("abcde", S("abcde"), true);
37 test("abcde", S("abcdefghij"), false);
38 test("abcde", S("abcdefghijklmnopqrst"), false);
39 test("abcdefghi
[all...]

Completed in 496 milliseconds

1234567891011>>