Searched refs:test (Results 451 - 475 of 6019) sorted by relevance

<<11121314151617181920>>

/external/libcxx/test/algorithms/alg.sorting/alg.merge/
H A Dmerge.pass.cpp26 test() function
73 test<input_iterator<const int*>, input_iterator<const int*>, output_iterator<int*> >();
74 test<input_iterator<const int*>, input_iterator<const int*>, forward_iterator<int*> >();
75 test<input_iterator<const int*>, input_iterator<const int*>, bidirectional_iterator<int*> >();
76 test<input_iterator<const int*>, input_iterator<const int*>, random_access_iterator<int*> >();
77 test<input_iterator<const int*>, input_iterator<const int*>, int*>();
79 test<input_iterator<const int*>, forward_iterator<const int*>, output_iterator<int*> >();
80 test<input_iterator<const int*>, forward_iterator<const int*>, forward_iterator<int*> >();
81 test<input_iterator<const int*>, forward_iterator<const int*>, bidirectional_iterator<int*> >();
82 test<input_iterato
[all...]
H A Dmerge_comp.pass.cpp29 test() function
78 test<input_iterator<const int*>, input_iterator<const int*>, output_iterator<int*> >();
79 test<input_iterator<const int*>, input_iterator<const int*>, forward_iterator<int*> >();
80 test<input_iterator<const int*>, input_iterator<const int*>, bidirectional_iterator<int*> >();
81 test<input_iterator<const int*>, input_iterator<const int*>, random_access_iterator<int*> >();
82 test<input_iterator<const int*>, input_iterator<const int*>, int*>();
84 test<input_iterator<const int*>, forward_iterator<const int*>, output_iterator<int*> >();
85 test<input_iterator<const int*>, forward_iterator<const int*>, forward_iterator<int*> >();
86 test<input_iterator<const int*>, forward_iterator<const int*>, bidirectional_iterator<int*> >();
87 test<input_iterato
[all...]
/external/libcxx/test/algorithms/alg.sorting/alg.set.operations/set.difference/
H A Dset_difference_comp.pass.cpp30 test() function
53 test<input_iterator<const int*>, input_iterator<const int*>, output_iterator<int*> >();
54 test<input_iterator<const int*>, input_iterator<const int*>, forward_iterator<int*> >();
55 test<input_iterator<const int*>, input_iterator<const int*>, bidirectional_iterator<int*> >();
56 test<input_iterator<const int*>, input_iterator<const int*>, random_access_iterator<int*> >();
57 test<input_iterator<const int*>, input_iterator<const int*>, int*>();
59 test<input_iterator<const int*>, forward_iterator<const int*>, output_iterator<int*> >();
60 test<input_iterator<const int*>, forward_iterator<const int*>, forward_iterator<int*> >();
61 test<input_iterator<const int*>, forward_iterator<const int*>, bidirectional_iterator<int*> >();
62 test<input_iterato
[all...]
/external/chromium_org/tools/gyp/test/assembly/
H A Dgyptest-override.py15 test = TestGyp.TestGyp(formats=['msvs', 'ninja']) variable
17 test.run_gyp('override.gyp', chdir=CHDIR)
18 test.build('override.gyp', test.ALL, chdir=CHDIR)
23 test.run_built_executable('program', chdir=CHDIR, stdout=expect)
24 test.pass_test()
/external/chromium_org/tools/gyp/test/defines/
H A Dgyptest-defines.py13 test = TestGyp.TestGyp() variable
15 test.run_gyp('defines.gyp')
25 if test.format == 'cmake':
35 test.build('defines.gyp', stderr=expect_stderr)
37 test.run_built_executable('defines', stdout=expect)
39 test.pass_test()
/external/chromium_org/tools/gyp/test/dependencies/
H A Dgyptest-sharedlib-linksettings.py17 test = TestGyp.TestGyp() variable
18 test.run_gyp('test.gyp', chdir=CHDIR)
19 test.build('test.gyp', test.ALL, chdir=CHDIR)
20 test.run_built_executable('program', stdout="1\n2\n", chdir=CHDIR)
21 test.pass_test()
/external/chromium_org/tools/gyp/test/module/
H A Dgyptest-default.py16 test = TestGyp.TestGyp(formats=['!android']) variable
18 test.run_gyp('module.gyp', chdir='src')
20 test.build('module.gyp', test.ALL, chdir='src')
27 test.run_built_executable('program', chdir='src', stdout=expect)
29 test.pass_test()
/external/chromium_org/tools/gyp/test/msvs/config_attrs/
H A Dgyptest-config_attrs.py16 test = TestGyp.TestGyp(workdir='workarea_all',formats=['msvs']) variable
23 expected_exe_file = os.path.join(test.workdir, vc_version, 'hello.exe')
25 test.run_gyp('hello.gyp')
27 test.build('hello.gyp')
29 test.must_exist(expected_exe_file)
31 test.pass_test()
/external/chromium_org/tools/gyp/test/rules/
H A Dgyptest-input-root.py13 test = TestGyp.TestGyp() variable
15 test.run_gyp('input-root.gyp', chdir='src')
17 test.relocate('src', 'relocate/src')
19 test.build('input-root.gyp', target='test', chdir='relocate/src')
25 test.run_built_executable('test', chdir='relocate/src', stdout=expect)
26 test.pass_test()
/external/chromium_org/tools/gyp/test/win/
H A Dgyptest-cl-rtti.py16 test = TestGyp.TestGyp(formats=['msvs', 'ninja']) variable
19 test.run_gyp('rtti.gyp', chdir=CHDIR)
22 test.build('rtti.gyp', 'test_rtti_off', chdir=CHDIR, status=1)
25 test.build('rtti.gyp', 'test_rtti_on', chdir=CHDIR)
28 test.build('rtti.gyp', 'test_rtti_unset', chdir=CHDIR)
30 test.pass_test()
H A Dgyptest-cl-warning-as-error.py16 test = TestGyp.TestGyp(formats=['msvs', 'ninja']) variable
19 test.run_gyp('warning-as-error.gyp', chdir=CHDIR)
25 test.build('warning-as-error.gyp', 'test_warn_as_error_false', chdir=CHDIR)
26 test.build('warning-as-error.gyp', 'test_warn_as_error_unset', chdir=CHDIR)
27 test.build('warning-as-error.gyp', 'test_warn_as_error_true', chdir=CHDIR,
30 test.pass_test()
H A Dgyptest-link-unsupported-manifest.py17 test = TestGyp.TestGyp(formats=['ninja']) variable
20 test.run_gyp('unsupported-manifest.gyp', chdir=CHDIR)
23 test.build('unsupported-manifest.gyp',
25 test.must_not_exist(test.built_file_path('test_unsupported.exe', chdir=CHDIR))
27 test.pass_test()
H A Dgyptest-link-warnings-as-errors.py16 test = TestGyp.TestGyp(formats=['msvs', 'ninja']) variable
19 test.run_gyp('warn-as-error.gyp', chdir=CHDIR)
21 test.build('warn-as-error.gyp', 'test_on', chdir=CHDIR, status=1)
22 test.build('warn-as-error.gyp', 'test_off', chdir=CHDIR)
23 test.build('warn-as-error.gyp', 'test_default', chdir=CHDIR)
24 test.pass_test()
H A Dgyptest-link-defrelink.py16 test = TestGyp.TestGyp(formats=['msvs', 'ninja']) variable
20 def_contents = test.read('linker-flags/deffile.def')
23 test.run_gyp('deffile.gyp', chdir=CHDIR)
24 test.build('deffile.gyp', target, chdir=CHDIR)
25 test.up_to_date('deffile.gyp', target, chdir=CHDIR)
28 full_path = test.built_file_path(binary, chdir=CHDIR)
29 output = test.run_dumpbin('/exports', full_path)
34 test.fail_test()
36 test.fail_test()
42 test
[all...]
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-2110.js32 function test() { function
37 test();
38 test();
39 test();
40 %OptimizeFunctionOnNextCall(test);
41 test();
H A Dregress-crbug-134609.js43 function test() { function
52 assertEquals("good", test());
53 assertEquals("good", test());
54 %OptimizeFunctionOnNextCall(test);
55 assertEquals("good", test());
57 // At this point, foo should have been inlined into test. Let's deopt...
59 assertEquals("good", test());
/external/chromium_org/v8/test/webkit/
H A Dexception-with-handler-inside-eval-with-dynamic-scope.js24 description('This test makes sure stack unwinding works correctly when it occurs inside an eval contained in a dynamic scope.');
27 var test = "outer scope";
28 with({test:"inner scope"}) {
29 eval("try { throw ''; } catch (e) { result = test; shouldBe('result', '\"inner scope\"'); }");
31 eval("try { with({test:'innermost scope'}) throw ''; } catch (e) { result = test; shouldBe('result', '\"inner scope\"'); }");
33 eval("with ({test:'innermost scope'}) try { throw ''; } catch (e) { result = test; shouldBe('result', '\"innermost scope\"'); }");
35 with ({test:'innermost scope'}) eval("try { throw ''; } catch (e) { result = test; shouldB
[all...]
/external/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const/
H A Diter.pass.cpp23 test(It i) function
32 test(input_iterator<char*>(s));
33 test(forward_iterator<char*>(s));
34 test(bidirectional_iterator<char*>(s));
35 test(random_access_iterator<char*>(s));
36 test(s);
/external/chromium_org/tools/gyp/test/defines-escaping/
H A Dgyptest-defines-escaping.py15 test = TestGyp.TestGyp() variable
21 r"""test_args='"Simple test of %s with a literal"'""")
22 test.run_gyp('defines-escaping.gyp')
26 test.build('defines-escaping.gyp')
29 Simple test of %s with a literal
31 test.run_built_executable('defines_escaping', stdout=expect)
38 test.run_gyp('defines-escaping.gyp')
42 test.sleep()
43 test.touch('defines-escaping.c')
44 test
[all...]
/external/chromium_org/tools/gyp/test/actions/
H A Dgyptest-generated-header.py14 test = TestGyp.TestGyp() variable
16 if test.format == 'android':
17 # This test currently fails on android. Investigate why, fix the issues
18 # responsible, and reenable this test on android. See bug:
20 test.skip_test(message='Test fails on android. Fix and reenable.\n')
24 test.run_gyp('test.gyp', chdir=CHDIR)
25 test.build('test.gyp', 'program', chdir=CHDIR)
26 test
[all...]
/external/chromium_org/tools/gyp/test/builddir/
H A Dgyptest-all.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/mac/
H A Dgyptest-framework.py27 test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode']) variable
29 test.run_gyp('framework.gyp', chdir='framework')
31 test.build('framework.gyp', 'test_framework', chdir='framework')
34 test.built_file_must_exist(
39 info_plist = test.built_file_path(
42 test.must_exist(info_plist)
43 test.must_contain(info_plist, 'com.yourcompany.Test_Framework')
46 test.built_file_must_exist(
52 test.built_file_must_exist('Test Framework.framework/Versions/Current',
54 test
[all...]
/external/chromium_org/tools/gyp/test/rules-dirname/
H A Dgyptest-dirname.py15 test = TestGyp.TestGyp(formats=['make', 'ninja', 'android', 'xcode', 'msvs']) variable
17 test.run_gyp('actions.gyp', chdir='src')
19 test.relocate('src', 'relocate/src')
21 test.build('actions.gyp', chdir='relocate/src')
28 if test.format == 'xcode':
32 test.run_built_executable('gencc_int_output', chdir=chdir, stdout=expect)
33 if test.format == 'msvs':
34 test.run_built_executable('gencc_int_output_external', chdir=chdir,
37 test.must_match('relocate/src/subdir/foo/bar/baz.dirname',
39 test
[all...]
/external/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/
H A Datomic_fetch_and.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_and_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...]

Completed in 289 milliseconds

<<11121314151617181920>>