Searched refs:test (Results 476 - 500 of 6019) sorted by relevance

<<11121314151617181920>>

/external/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/
H A Datomic_fetch_or.pass.cpp26 test() function
46 test<char>();
47 test<signed char>();
48 test<unsigned char>();
49 test<short>();
50 test<unsigned short>();
51 test<int>();
52 test<unsigned int>();
53 test<long>();
54 test<unsigne
[all...]
H A Datomic_fetch_or_explicit.pass.cpp26 test() function
48 test<char>();
49 test<signed char>();
50 test<unsigned char>();
51 test<short>();
52 test<unsigned short>();
53 test<int>();
54 test<unsigned int>();
55 test<long>();
56 test<unsigne
[all...]
H A Datomic_fetch_xor.pass.cpp26 test() function
46 test<char>();
47 test<signed char>();
48 test<unsigned char>();
49 test<short>();
50 test<unsigned short>();
51 test<int>();
52 test<unsigned int>();
53 test<long>();
54 test<unsigne
[all...]
H A Datomic_fetch_xor_explicit.pass.cpp26 test() function
48 test<char>();
49 test<signed char>();
50 test<unsigned char>();
51 test<short>();
52 test<unsigned short>();
53 test<int>();
54 test<unsigned int>();
55 test<long>();
56 test<unsigne
[all...]
/external/libcxx/test/numerics/numeric.ops/accumulate/
H A Daccumulate.pass.cpp25 test(Iter first, Iter last, T init, T x) function
32 test() function
36 test(Iter(ia), Iter(ia), 0, 0);
37 test(Iter(ia), Iter(ia), 10, 10);
38 test(Iter(ia), Iter(ia+1), 0, 1);
39 test(Iter(ia), Iter(ia+1), 10, 11);
40 test(Iter(ia), Iter(ia+2), 0, 3);
41 test(Iter(ia), Iter(ia+2), 10, 13);
42 test(Iter(ia), Iter(ia+sa), 0, 21);
43 test(Ite
[all...]
/external/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.isbind/
H A Dis_placeholder.pass.cpp18 test(const T&) function
27 test<1>(std::placeholders::_1);
28 test<2>(std::placeholders::_2);
29 test<3>(std::placeholders::_3);
30 test<4>(std::placeholders::_4);
31 test<5>(std::placeholders::_5);
32 test<6>(std::placeholders::_6);
33 test<7>(std::placeholders::_7);
34 test<8>(std::placeholders::_8);
35 test<
[all...]
/external/valgrind/main/none/tests/arm/
H A Dintdiv.c27 void test ( UInt x, UInt y ) function
37 test( 500, 50 );
38 test( 500, -50 );
39 test( -500, 50 );
40 test( -500, -50 );
42 test( 100, 7 ); // 14.285
43 test( -100, 7 );
44 test( 100, -7 );
45 test( -100, -7 );
47 test(
[all...]
/external/libcxx/test/strings/basic.string/string.modifiers/string_insert/
H A Dsize_string_size_size.pass.cpp25 test(S s, typename S::size_type pos1, S str, typename S::size_type pos2, function
68 test(S(""), 0, S(""), 0, 0, S(""));
69 test(S(""), 0, S(""), 0, 1, S(""));
70 test(S(""), 0, S(""), 1, 0, S("can't happen"));
71 test(S(""), 0, S("12345"), 0, 0, S(""));
72 test(S(""), 0, S("12345"), 0, 1, S("1"));
73 test(S(""), 0, S("12345"), 0, 2, S("12"));
74 test(S(""), 0, S("12345"), 0, 4, S("1234"));
75 test(S(""), 0, S("12345"), 0, 5, S("12345"));
76 test(
[all...]
H A Dsize_string.pass.cpp23 test(S s, typename S::size_type pos, S str, S expected) function
45 test(S(""), 0, S(""), S(""));
46 test(S(""), 0, S("12345"), S("12345"));
47 test(S(""), 0, S("1234567890"), S("1234567890"));
48 test(S(""), 0, S("12345678901234567890"), S("12345678901234567890"));
49 test(S(""), 1, S(""), S("can't happen"));
50 test(S(""), 1, S("12345"), S("can't happen"));
51 test(S(""), 1, S("1234567890"), S("can't happen"));
52 test(S(""), 1, S("12345678901234567890"), S("can't happen"));
53 test(
[all...]
/external/chromium_org/tools/gyp/test/mac/
H A Dgyptest-action-envvars.py16 test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode']) variable
19 test.run_gyp('action/action.gyp', chdir=CHDIR)
20 test.build('action/action.gyp', 'action', chdir=CHDIR, SYMROOT='../build')
22 result_file = test.built_file_path('result', chdir=CHDIR)
23 test.must_exist(result_file)
24 test.must_contain(result_file, 'Test output')
26 other_result_file = test.built_file_path('other_result', chdir=CHDIR)
27 test.must_exist(other_result_file)
28 test.must_contain(other_result_file, 'Other output')
30 test
[all...]
H A Dgyptest-copies.py18 test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode']) variable
20 test.run_gyp('framework.gyp', chdir='framework')
22 test.build('framework.gyp', 'copy_target', chdir='framework')
25 test.built_file_must_exist(
28 test.built_file_must_exist(
31 test.built_file_must_exist(
37 dep_bundle = test.built_file_path('Dependency Bundle.framework',
43 test.build('framework.gyp', 'copy_target', chdir='framework')
47 test.built_file_must_exist('action_file', chdir='framework')
49 test
[all...]
H A Dgyptest-xcode-gcc-clang.py18 test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode']) variable
21 test.run_gyp('test-clang.gyp', chdir=CHDIR)
23 test.build('test-clang.gyp', 'aliasing_yes', chdir=CHDIR)
24 test.run_built_executable('aliasing_yes', chdir=CHDIR, stdout="1\n")
25 test.build('test-clang.gyp', 'aliasing_no', chdir=CHDIR)
26 test.run_built_executable('aliasing_no', chdir=CHDIR, stdout="0\n")
31 #test
[all...]
H A Dgyptest-objc-gc.py18 test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode'], variable
26 test.run_gyp('test.gyp', chdir=CHDIR)
32 }[test.format]
34 test.build('test.gyp', 'gc_exe_fails', chdir=CHDIR, status=build_error_code)
35 test.build(
36 'test.gyp', 'gc_off_exe_req_lib', chdir=CHDIR, status=build_error_code)
38 test.build('test
[all...]
/external/chromium_org/tools/gyp/test/win/
H A Dgyptest-command-quote.py20 test = TestGyp.TestGyp(formats=['msvs', 'ninja']) variable
22 test.run_gyp('command-quote.gyp', chdir=CHDIR)
24 test.build('command-quote.gyp', 'test_batch', chdir=CHDIR)
25 test.build('command-quote.gyp', 'test_call_separate', chdir=CHDIR)
26 test.build('command-quote.gyp', 'test_with_double_quotes', chdir=CHDIR)
27 test.build('command-quote.gyp', 'test_with_single_quotes', chdir=CHDIR)
31 test.build('command-quote.gyp', 'test_with_spaces', chdir=CHDIR, status=1)
34 test.run_gyp('in-subdir.gyp', chdir=CHDIR)
35 test.build('in-subdir.gyp', 'test_batch_depth', chdir=CHDIR)
37 test
[all...]
H A Dgyptest-link-aslr.py16 test = TestGyp.TestGyp(formats=['msvs', 'ninja']) variable
19 test.run_gyp('aslr.gyp', chdir=CHDIR)
20 test.build('aslr.gyp', test.ALL, chdir=CHDIR)
23 full_path = test.built_file_path(exe, chdir=CHDIR)
24 output = test.run_dumpbin('/headers', full_path)
29 test.fail_test()
31 test.fail_test()
33 test.fail_test()
35 test
[all...]
H A Dgyptest-link-ordering.py16 test = TestGyp.TestGyp(formats=['msvs', 'ninja']) variable
19 test.run_gyp('link-ordering.gyp', chdir=CHDIR)
20 test.build('link-ordering.gyp', test.ALL, chdir=CHDIR)
23 full_path = test.built_file_path(exe, chdir=CHDIR)
26 x for x in test.run_dumpbin('/disasm', full_path).splitlines()
52 test.fail_test()
73 test.fail_test()
99 test.fail_test()
101 test
[all...]
H A Dgyptest-link-profile.py18 test = TestGyp.TestGyp(formats=['msvs', 'ninja']) variable
20 test.run_gyp('profile.gyp', chdir=CHDIR)
21 test.build('profile.gyp', test.ALL, chdir=CHDIR)
24 full_path = test.built_file_path(exe, chdir=CHDIR)
25 return test.run_dumpbin(full_path)
29 test.fail_test()
32 test.fail_test()
35 test.fail_test()
37 test
[all...]
H A Dgyptest-link-safeseh.py16 test = TestGyp.TestGyp(formats=['ninja']) variable
19 test.run_gyp('safeseh.gyp', chdir=CHDIR)
20 test.build('safeseh.gyp', test.ALL, chdir=CHDIR)
23 full_path = test.built_file_path(exe, chdir=CHDIR)
24 output = test.run_dumpbin('/LOADCONFIG', full_path)
34 test.fail_test()
36 test.fail_test()
38 test.fail_test()
40 test
[all...]
/external/libcxx/test/numerics/complex.number/complex.member.ops/
H A Dassignment_complex.pass.cpp20 test() function
37 test<float, float>();
38 test<float, double>();
39 test<float, long double>();
41 test<double, float>();
42 test<double, double>();
43 test<double, long double>();
45 test<long double, float>();
46 test<long double, double>();
47 test<lon
[all...]
/external/chromium_org/tools/gyp/test/compiler-override/
H A Dgyptest-compiler-env-toolchain.py29 def CheckCompiler(test, gypfile, check_for, run_gyp):
31 test.run_gyp(gypfile)
32 test.build(gypfile)
34 test.must_contain_all_lines(test.stdout(), check_for)
37 test = TestGyp.TestGyp(formats=['ninja']) variable
38 # Must set the test format to something with a flavor (the part after the '-')
39 # in order to test the desired behavior. Since we want to run a non-host
45 # constructor above, because then this test wouldn't be recognized as a ninja
46 # format test
[all...]
/external/chromium_org/native_client_sdk/src/examples/api/core/
H A Dtest.js18 function delayTest(test, delayMs) {
19 test.log('Setting delay to ' + delayMs + 'ms');
22 test.log('Clicking start.');
26 test.log('Waiting 1 second for test to finish.');
29 test.log('Not finished, waiting another second.');
34 test.log('NaCl time: ' + getNaClTimeMs().toFixed(2) + 'ms');
35 test.log('Roundtrip time: ' + getRoundTimeMs().toFixed(2) + 'ms');
36 test.log('Total time: ' + getTotalTimeMs().toFixed(2) + 'ms');
37 test
[all...]
/external/chromium_org/tools/gyp/test/builddir/
H A Dgyptest-default.py21 # the "--depth" location, which is one level above 'src', but then this test
24 # directory, or if the test is wrong for assuming everything generated is under
27 test = TestGyp.TestGyp(formats=['!make', '!ninja', '!android', '!cmake']) variable
29 test.run_gyp('prog1.gyp', '--depth=..', chdir='src')
30 if test.format == 'msvs':
31 if test.uses_msbuild:
32 test.must_contain('src/prog1.vcxproj',
35 test.must_contain('src/prog1.vcproj',
38 test.relocate('src', 'relocate/src')
40 test
[all...]
/external/chromium_org/tools/gyp/test/standalone-static-library/
H A Dgyptest-standalone-static-library.py18 # generator leaves both decisions to the Android build system, so this test
20 test = TestGyp.TestGyp(formats=['!android']) variable
23 test.run_gyp('invalid.gyp', status=1, stderr=None)
27 test.must_contain_all_lines(test.stderr(), err)
30 test.run_gyp('mylib.gyp')
31 test.build('mylib.gyp', target='prog')
35 standalone_static_library_dir = test.EXECUTABLE
37 test.built_file_path('mylib', type=standalone_static_library_dir))[0]
38 lib_name = test
[all...]
/external/chromium_org/v8/test/test262/
H A Dharness-adapt.js49 function registerTest(test) {
50 if (!(test.precondition && !test.precondition())) {
53 var res = test.test.call($this);
58 var retVal = /^s/i.test(test.id)
63 var precondition = (test.precondition !== undefined)
64 ? test.precondition.toString()
68 test
[all...]
/external/libcxx/test/algorithms/alg.sorting/alg.min.max/
H A Dmax_element.pass.cpp24 test(Iter first, Iter last) function
38 test(unsigned N) function
44 test(Iter(a), Iter(a+N));
50 test() function
52 test<Iter>(0);
53 test<Iter>(1);
54 test<Iter>(2);
55 test<Iter>(3);
56 test<Iter>(10);
57 test<Ite
[all...]

Completed in 352 milliseconds

<<11121314151617181920>>