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

1234567891011>>

/external/chromium_org/tools/gyp/test/make_global_settings/ar/
H A Dgyptest-make_global_settings_ar.py15 def resolve_path(test, path):
18 elif test.format == 'make':
20 elif test.format == 'ninja':
23 test.fail_test()
26 def verify_ar_target(test, ar=None, rel_path=False):
28 ar_expected = resolve_path(test, ar)
33 if test.format == 'make':
37 test.must_not_contain('Makefile', 'AR ?= ')
39 elif test.format == 'ninja':
44 if test
72 test = TestGyp.TestGyp(formats=test_format) variable
[all...]
/external/libcxx/test/strings/basic.string/string.ops/string_find/
H A Dpointer_size_size.pass.cpp21 test(const S& s, const typename S::value_type* str, typename S::size_type pos, function
32 test(S(""), "", 0, 0, 0);
33 test(S(""), "abcde", 0, 0, 0);
34 test(S(""), "abcde", 0, 1, S::npos);
35 test(S(""), "abcde", 0, 2, S::npos);
36 test(S(""), "abcde", 0, 4, S::npos);
37 test(S(""), "abcde", 0, 5, S::npos);
38 test(S(""), "abcdeabcde", 0, 0, 0);
39 test(S(""), "abcdeabcde", 0, 1, S::npos);
40 test(
[all...]
/external/libcxx/test/strings/basic.string/string.ops/string_find.first.not.of/
H A Dpointer_size_size.pass.cpp21 test(const S& s, const typename S::value_type* str, typename S::size_type pos, function
32 test(S(""), "", 0, 0, S::npos);
33 test(S(""), "irkhs", 0, 0, S::npos);
34 test(S(""), "kante", 0, 1, S::npos);
35 test(S(""), "oknlr", 0, 2, S::npos);
36 test(S(""), "pcdro", 0, 4, S::npos);
37 test(S(""), "bnrpe", 0, 5, S::npos);
38 test(S(""), "jtdaefblso", 0, 0, S::npos);
39 test(S(""), "oselktgbca", 0, 1, S::npos);
40 test(
[all...]
/external/libcxx/test/strings/basic.string/string.ops/string_find.first.of/
H A Dpointer_size_size.pass.cpp21 test(const S& s, const typename S::value_type* str, typename S::size_type pos, function
32 test(S(""), "", 0, 0, S::npos);
33 test(S(""), "irkhs", 0, 0, S::npos);
34 test(S(""), "kante", 0, 1, S::npos);
35 test(S(""), "oknlr", 0, 2, S::npos);
36 test(S(""), "pcdro", 0, 4, S::npos);
37 test(S(""), "bnrpe", 0, 5, S::npos);
38 test(S(""), "jtdaefblso", 0, 0, S::npos);
39 test(S(""), "oselktgbca", 0, 1, S::npos);
40 test(
[all...]
/external/libcxx/test/strings/basic.string/string.ops/string_find.last.of/
H A Dpointer_size_size.pass.cpp21 test(const S& s, const typename S::value_type* str, typename S::size_type pos, function
32 test(S(""), "", 0, 0, S::npos);
33 test(S(""), "irkhs", 0, 0, S::npos);
34 test(S(""), "kante", 0, 1, S::npos);
35 test(S(""), "oknlr", 0, 2, S::npos);
36 test(S(""), "pcdro", 0, 4, S::npos);
37 test(S(""), "bnrpe", 0, 5, S::npos);
38 test(S(""), "jtdaefblso", 0, 0, S::npos);
39 test(S(""), "oselktgbca", 0, 1, S::npos);
40 test(
[all...]
/external/chromium_org/tools/gyp/test/actions/
H A Dgyptest-errors.py14 test = TestGyp.TestGyp(workdir='workarea_errors') variable
17 test.run_gyp('action_missing_name.gyp', chdir='src', status=1, stderr=None)
21 test.must_contain_all_lines(test.stderr(), expect)
24 test.pass_test()
/external/chromium_org/tools/gyp/test/android/
H A Dgyptest-noalias.py13 test = TestGyp.TestGyp(formats=['android']) variable
15 test.run_gyp('hello.gyp', '-G', 'write_alias_targets=0')
17 test.build('hello.gyp', 'hello', status=2, stderr=None)
19 test.build('hello.gyp', 'gyp_all_modules', status=2, stderr=None)
21 test.pass_test()
/external/chromium_org/tools/gyp/test/defines/
H A Dgyptest-defines-env.py14 test = TestGyp.TestGyp() variable
19 test.run_gyp('defines-env.gyp')
23 test.build('defines-env.gyp')
28 test.run_built_executable('defines', stdout=expect)
35 test.run_gyp('defines-env.gyp', '-Dvalue=25')
39 test.sleep()
40 test.touch('defines.c')
41 test.build('defines-env.gyp')
46 test.run_built_executable('defines', stdout=expect)
53 test
[all...]
/external/chromium_org/tools/gyp/test/generator-output/
H A Dgyptest-depth.py16 # This is a regression test for the make generator only.
17 test = TestGyp.TestGyp(formats=['make']) variable
19 test.writable(test.workpath('src'), False)
21 toplevel_dir = os.path.basename(test.workpath())
23 test.run_gyp(os.path.join(toplevel_dir, 'src', 'prog1.gyp'),
29 test.writable(test.workpath('src/build'), True)
30 test.writable(test
[all...]
H A Dgyptest-top-all.py16 test = TestGyp.TestGyp(formats=['!android']) variable
18 test.writable(test.workpath('src'), False)
20 test.run_gyp('prog1.gyp',
22 '--generator-output=' + test.workpath('gypfiles'),
25 test.writable(test.workpath('src/build'), True)
26 test.writable(test.workpath('src/subdir2/build'), True)
27 test
[all...]
/external/chromium_org/tools/gyp/test/ios/
H A Dgyptest-deployment-target.py16 test = TestGyp.TestGyp(formats=['make', 'ninja', 'xcode']) variable
18 test.run_gyp('deployment-target.gyp', chdir='deployment-target')
20 test.build('deployment-target.gyp', test.ALL, chdir='deployment-target')
22 test.pass_test()
H A Dgyptest-xcode-ninja.py17 test = TestGyp.TestGyp(formats=['xcode']) variable
20 test.formats = ['ninja', 'xcode-ninja']
21 test.run_gyp('test.gyp', chdir='app-bundle')
24 test.build('test.ninja.gyp', chdir='app-bundle')
25 test.pass_test()
/external/chromium_org/tools/gyp/test/mac/
H A Dgyptest-clang-cxx-language-standard.py16 test = TestGyp.TestGyp(formats=['make', 'ninja', 'xcode']) variable
18 test.run_gyp('clang-cxx-language-standard.gyp',
21 test.build('clang-cxx-language-standard.gyp', test.ALL,
24 test.pass_test()
H A Dgyptest-copy-dylib.py16 test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode']) variable
18 test.run_gyp('test.gyp', chdir='copy-dylib')
20 test.build('test.gyp', 'test_app', chdir='copy-dylib')
22 test.built_file_must_exist(
25 test.pass_test()
H A Dgyptest-deployment-target.py16 test = TestGyp.TestGyp(formats=['make', 'ninja', 'xcode']) variable
18 test.run_gyp('deployment-target.gyp', chdir='deployment-target')
20 test.build('deployment-target.gyp', test.ALL, chdir='deployment-target')
22 test.pass_test()
H A Dgyptest-libraries.py16 test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode']) variable
18 test.run_gyp('subdir/test.gyp', chdir='libraries')
20 test.build('subdir/test.gyp', test.ALL, chdir='libraries')
22 test.pass_test()
H A Dgyptest-prefixheader.py16 test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode']) variable
17 test.run_gyp('test.gyp', chdir='prefixheader')
18 test.build('test.gyp', test.ALL, chdir='prefixheader')
19 test.pass_test()
H A Dgyptest-type-envvars.py16 test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode']) variable
18 test.run_gyp('test.gyp', chdir='type_envvars')
20 test.build('test.gyp', test.ALL, chdir='type_envvars')
22 # The actual test is done by postbuild scripts during |test.build()|.
24 test.pass_test()
H A Dgyptest-unicode-settings.py17 test = TestGyp.TestGyp(formats=['xcode']) variable
18 test.run_gyp('test.gyp', chdir='unicode-settings')
19 test.build('test.gyp', test.ALL, chdir='unicode-settings')
20 test.pass_test()
/external/chromium_org/tools/gyp/test/msvs/shared_output/
H A Dgyptest-shared_output.py17 # NOTE: This test really is vcbuild/msbuild specific (not applicable to windows
20 test = TestGyp.TestGyp(workdir='workarea_shared_output', formats=['msvs']) variable
22 test.run_gyp('hello.gyp')
23 test.set_configuration('Baz')
25 test.build('there/there.gyp', test.ALL)
26 test.must_exist(os.path.join(test.workdir, 'foo', 'there.exe'))
27 test.must_exist(os.path.join(test
[all...]
/external/chromium_org/tools/gyp/test/no-output/
H A Dgyptest-no-output.py14 # target either. Disabling this test for now.
15 test = TestGyp.TestGyp(formats=['!ninja']) variable
17 test.run_gyp('nooutput.gyp', chdir='src')
18 test.relocate('src', 'relocate/src')
19 test.build('nooutput.gyp', chdir='relocate/src')
21 test.pass_test()
/external/chromium_org/tools/gyp/test/rules/
H A Dgyptest-special-variables.py14 test = TestGyp.TestGyp() variable
16 test.run_gyp('special-variables.gyp', chdir='src')
17 test.build('special-variables.gyp', test.ALL, chdir='src')
18 test.pass_test()
/external/chromium_org/tools/gyp/test/win/
H A Dgyptest-link-mapfile.py16 test = TestGyp.TestGyp(formats=['msvs', 'ninja']) variable
19 test.run_gyp('mapfile.gyp', chdir=CHDIR)
20 test.build('mapfile.gyp', test.ALL, chdir=CHDIR)
22 map_file = test.built_file_path('test_mapfile_unset.map', chdir=CHDIR)
23 test.must_not_exist(map_file)
25 map_file = test.built_file_path('test_mapfile_generate.map', chdir=CHDIR)
26 test.must_exist(map_file)
27 test.must_contain(map_file, '?AnExportedFunction@@YAXXZ')
28 test
[all...]
/external/chromium_org/v8/test/mjsunit/
H A Darray-shift2.js11 function test(array) { function
15 assertEquals(["element 1",2], test(["0",,2]));
16 assertEquals(["element 1",{}], test([{},,{}]));
17 %OptimizeFunctionOnNextCall(test);
18 assertEquals(["element 1",0], test([{},,0]));
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dregress-3218915.js30 // Regression test for failure to deoptimize properly when the most recent
42 function test(x) { return observe(this, ((0, side_effect()), x + 1)); } function
44 // Run test enough times to get it optimized.
45 for (var i = 0; i < 5; ++i) test(0);
46 %OptimizeFunctionOnNextCall(test);
47 test(0);
49 // Force test to deopt. If it behaves normally, it should return the global
52 assertFalse(test("a") === "wrong");

Completed in 1736 milliseconds

1234567891011>>