Searched refs:test (Results 426 - 450 of 6019) sorted by relevance

<<11121314151617181920>>

/external/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.place/
H A Dplaceholders.pass.cpp18 test(const T& t) function
26 test(std::placeholders::_1);
27 test(std::placeholders::_2);
28 test(std::placeholders::_3);
29 test(std::placeholders::_4);
30 test(std::placeholders::_5);
31 test(std::placeholders::_6);
32 test(std::placeholders::_7);
33 test(std::placeholders::_8);
34 test(st
[all...]
/external/libcxx/test/re/re.traits/
H A Dlookup_collatename.pass.cpp25 test(const char_type* A, const std::basic_string<char_type>& expected) function
34 test("NUL", std::string("\x00", 1));
35 test("alert", std::string("\x07"));
36 test("backspace", std::string("\x08"));
37 test("tab", std::string("\x09"));
38 test("carriage-return", std::string("\x0D"));
39 test("newline", std::string("\x0A"));
40 test("vertical-tab", std::string("\x0B"));
41 test("form-feed", std::string("\x0C"));
42 test("spac
[all...]
/external/chromium_org/tools/gyp/test/msvs/filters/
H A Dgyptest-filters-2008.py19 test = TestGyp.TestGyp(formats=['msvs']) variable
21 test.run_gyp('filters.gyp', '-G', 'standalone', '-G', 'msvs_version=2008')
23 test.must_contain('no_source_files.vcproj', '<Files/>')
25 test.must_contain('one_source_file.vcproj', strip_ws('''\
31 test.must_contain('two_source_files.vcproj', strip_ws('''\
38 test.must_contain('three_files_in_two_folders.vcproj', strip_ws('''\
50 test.must_contain('nested_folders.vcproj', strip_ws('''\
68 test.pass_test()
/external/chromium_org/tools/gyp/test/same-gyp-name/
H A Dgyptest-default.py13 test = TestGyp.TestGyp() variable
15 test.run_gyp('all.gyp', chdir='src')
17 test.relocate('src', 'relocate/src')
19 test.build('all.gyp', chdir='relocate/src')
29 if test.format == 'xcode':
35 test.run_built_executable('program1', chdir=chdir1, stdout=expect1)
36 test.run_built_executable('program2', chdir=chdir2, stdout=expect2)
38 test.pass_test()
/external/chromium_org/tools/gyp/test/win/
H A Dgyptest-cl-exception-handling.py16 test = TestGyp.TestGyp(formats=['msvs', 'ninja']) variable
19 test.run_gyp('exception-handling.gyp', chdir=CHDIR)
22 test.build('exception-handling.gyp', 'test_eh_off', chdir=CHDIR,
26 test.build('exception-handling.gyp', 'test_eh_s', chdir=CHDIR)
27 test.build('exception-handling.gyp', 'test_eh_a', chdir=CHDIR)
30 test.run_built_executable('test_eh_a', chdir=CHDIR, status=1)
31 test.run_built_executable('test_eh_s', chdir=CHDIR, status=2)
33 test.pass_test()
H A Dgyptest-cl-pdbname.py16 test = TestGyp.TestGyp(formats=['ninja']) variable
19 test.run_gyp('pdbname.gyp', chdir=CHDIR)
20 test.build('pdbname.gyp', test.ALL, chdir=CHDIR)
24 test.built_file_must_exist('obj/test_pdbname.cc.pdb', chdir=CHDIR)
27 test.built_file_must_exist('test_pdbname.exe', chdir=CHDIR)
28 test.built_file_must_exist('test_pdbname.exe.pdb', chdir=CHDIR)
30 test.pass_test()
H A Dgyptest-link-debug-info.py16 test = TestGyp.TestGyp(formats=['msvs', 'ninja']) variable
19 test.run_gyp('debug-info.gyp', chdir=CHDIR)
20 test.build('debug-info.gyp', test.ALL, chdir=CHDIR)
22 suffix = '.exe.pdb' if test.format == 'ninja' else '.pdb'
23 test.built_file_must_not_exist('test_debug_off%s' % suffix, chdir=CHDIR)
24 test.built_file_must_exist('test_debug_on%s' % suffix, chdir=CHDIR)
26 test.pass_test()
H A Dgyptest-link-library-directories.py16 test = TestGyp.TestGyp(formats=['msvs', 'ninja']) variable
21 test.run_gyp('subdir/library.gyp', chdir=CHDIR)
22 test.build('subdir/library.gyp', test.ALL, chdir=CHDIR)
26 test.run_gyp('library-directories.gyp', chdir=CHDIR)
29 test.build('library-directories.gyp', 'test_libdirs_none', chdir=CHDIR,
33 test.build('library-directories.gyp', 'test_libdirs_with', chdir=CHDIR)
35 test.pass_test()
H A Dgyptest-link-pdb.py19 test = TestGyp.TestGyp(formats=['msvs', 'ninja']) variable
21 test.run_gyp('program-database.gyp', chdir=CHDIR)
22 test.build('program-database.gyp', test.ALL, chdir=CHDIR)
25 full_path = test.built_file_path(pdb, chdir=CHDIR)
31 test.fail_test()
33 test.fail_test()
35 test.pass_test()
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-1919169.js29 function test() { function
39 test();
/external/chromium_org/v8/test/webkit/
H A Dsort-non-numbers.js26 var test = [ "2", "1", "3" ]; variable
27 test.sort(function (v1, v2) {
31 shouldBe("String(test)", "'1,2,3'");
/external/clang/test/CodeGenCXX/
H A Dswitch-case-folding-1.cpp4 int test(int val){ function
21 return test(4);
/external/libcxx/test/strings/basic.string/string.ops/string_find/
H A Dpointer_size.pass.cpp21 test(const S& s, const typename S::value_type* str, typename S::size_type pos, function
34 test(const S& s, const typename S::value_type* str, typename S::size_type x) function
47 test(S(""), "", 0, 0);
48 test(S(""), "abcde", 0, S::npos);
49 test(S(""), "abcdeabcde", 0, S::npos);
50 test(S(""), "abcdeabcdeabcdeabcde", 0, S::npos);
51 test(S(""), "", 1, S::npos);
52 test(S(""), "abcde", 1, S::npos);
53 test(S(""), "abcdeabcde", 1, S::npos);
54 test(
[all...]
H A Dstring_size.pass.cpp21 test(const S& s, const S& str, typename S::size_type pos, typename S::size_type x) function
30 test(const S& s, const S& str, typename S::size_type x) function
40 test(S(""), S(""), 0, 0);
41 test(S(""), S("abcde"), 0, S::npos);
42 test(S(""), S("abcdeabcde"), 0, S::npos);
43 test(S(""), S("abcdeabcdeabcdeabcde"), 0, S::npos);
44 test(S(""), S(""), 1, S::npos);
45 test(S(""), S("abcde"), 1, S::npos);
46 test(S(""), S("abcdeabcde"), 1, S::npos);
47 test(
[all...]
/external/libcxx/test/strings/basic.string/string.ops/string_find.first.not.of/
H A Dpointer_size.pass.cpp21 test(const S& s, const typename S::value_type* str, typename S::size_type pos, function
31 test(const S& s, const typename S::value_type* str, typename S::size_type x) function
41 test(S(""), "", 0, S::npos);
42 test(S(""), "laenf", 0, S::npos);
43 test(S(""), "pqlnkmbdjo", 0, S::npos);
44 test(S(""), "qkamfogpnljdcshbreti", 0, S::npos);
45 test(S(""), "", 1, S::npos);
46 test(S(""), "bjaht", 1, S::npos);
47 test(S(""), "hjlcmgpket", 1, S::npos);
48 test(
[all...]
H A Dstring_size.pass.cpp21 test(const S& s, const S& str, typename S::size_type pos, typename S::size_type x) function
30 test(const S& s, const S& str, typename S::size_type x) function
40 test(S(""), S(""), 0, S::npos);
41 test(S(""), S("laenf"), 0, S::npos);
42 test(S(""), S("pqlnkmbdjo"), 0, S::npos);
43 test(S(""), S("qkamfogpnljdcshbreti"), 0, S::npos);
44 test(S(""), S(""), 1, S::npos);
45 test(S(""), S("bjaht"), 1, S::npos);
46 test(S(""), S("hjlcmgpket"), 1, S::npos);
47 test(
[all...]
/external/libcxx/test/strings/basic.string/string.ops/string_find.first.of/
H A Dpointer_size.pass.cpp21 test(const S& s, const typename S::value_type* str, typename S::size_type pos, function
31 test(const S& s, const typename S::value_type* str, typename S::size_type x) function
41 test(S(""), "", 0, S::npos);
42 test(S(""), "laenf", 0, S::npos);
43 test(S(""), "pqlnkmbdjo", 0, S::npos);
44 test(S(""), "qkamfogpnljdcshbreti", 0, S::npos);
45 test(S(""), "", 1, S::npos);
46 test(S(""), "bjaht", 1, S::npos);
47 test(S(""), "hjlcmgpket", 1, S::npos);
48 test(
[all...]
H A Dstring_size.pass.cpp21 test(const S& s, const S& str, typename S::size_type pos, typename S::size_type x) function
30 test(const S& s, const S& str, typename S::size_type x) function
40 test(S(""), S(""), 0, S::npos);
41 test(S(""), S("laenf"), 0, S::npos);
42 test(S(""), S("pqlnkmbdjo"), 0, S::npos);
43 test(S(""), S("qkamfogpnljdcshbreti"), 0, S::npos);
44 test(S(""), S(""), 1, S::npos);
45 test(S(""), S("bjaht"), 1, S::npos);
46 test(S(""), S("hjlcmgpket"), 1, S::npos);
47 test(
[all...]
/external/libcxx/test/strings/basic.string/string.ops/string_find.last.not.of/
H A Dpointer_size.pass.cpp21 test(const S& s, const typename S::value_type* str, typename S::size_type pos, function
31 test(const S& s, const typename S::value_type* str, typename S::size_type x) function
41 test(S(""), "", 0, S::npos);
42 test(S(""), "laenf", 0, S::npos);
43 test(S(""), "pqlnkmbdjo", 0, S::npos);
44 test(S(""), "qkamfogpnljdcshbreti", 0, S::npos);
45 test(S(""), "", 1, S::npos);
46 test(S(""), "bjaht", 1, S::npos);
47 test(S(""), "hjlcmgpket", 1, S::npos);
48 test(
[all...]
H A Dstring_size.pass.cpp21 test(const S& s, const S& str, typename S::size_type pos, typename S::size_type x) function
30 test(const S& s, const S& str, typename S::size_type x) function
40 test(S(""), S(""), 0, S::npos);
41 test(S(""), S("laenf"), 0, S::npos);
42 test(S(""), S("pqlnkmbdjo"), 0, S::npos);
43 test(S(""), S("qkamfogpnljdcshbreti"), 0, S::npos);
44 test(S(""), S(""), 1, S::npos);
45 test(S(""), S("bjaht"), 1, S::npos);
46 test(S(""), S("hjlcmgpket"), 1, S::npos);
47 test(
[all...]
/external/libcxx/test/strings/basic.string/string.ops/string_find.last.of/
H A Dpointer_size.pass.cpp21 test(const S& s, const typename S::value_type* str, typename S::size_type pos, function
31 test(const S& s, const typename S::value_type* str, typename S::size_type x) function
41 test(S(""), "", 0, S::npos);
42 test(S(""), "laenf", 0, S::npos);
43 test(S(""), "pqlnkmbdjo", 0, S::npos);
44 test(S(""), "qkamfogpnljdcshbreti", 0, S::npos);
45 test(S(""), "", 1, S::npos);
46 test(S(""), "bjaht", 1, S::npos);
47 test(S(""), "hjlcmgpket", 1, S::npos);
48 test(
[all...]
H A Dstring_size.pass.cpp21 test(const S& s, const S& str, typename S::size_type pos, typename S::size_type x) function
30 test(const S& s, const S& str, typename S::size_type x) function
40 test(S(""), S(""), 0, S::npos);
41 test(S(""), S("laenf"), 0, S::npos);
42 test(S(""), S("pqlnkmbdjo"), 0, S::npos);
43 test(S(""), S("qkamfogpnljdcshbreti"), 0, S::npos);
44 test(S(""), S(""), 1, S::npos);
45 test(S(""), S("bjaht"), 1, S::npos);
46 test(S(""), S("hjlcmgpket"), 1, S::npos);
47 test(
[all...]
/external/libcxx/test/strings/basic.string/string.ops/string_rfind/
H A Dpointer_size.pass.cpp21 test(const S& s, const typename S::value_type* str, typename S::size_type pos, function
34 test(const S& s, const typename S::value_type* str, typename S::size_type x) function
48 test(S(""), "", 0, 0);
49 test(S(""), "abcde", 0, S::npos);
50 test(S(""), "abcdeabcde", 0, S::npos);
51 test(S(""), "abcdeabcdeabcdeabcde", 0, S::npos);
52 test(S(""), "", 1, 0);
53 test(S(""), "abcde", 1, S::npos);
54 test(S(""), "abcdeabcde", 1, S::npos);
55 test(
[all...]
H A Dstring_size.pass.cpp21 test(const S& s, const S& str, typename S::size_type pos, typename S::size_type x) function
30 test(const S& s, const S& str, typename S::size_type x) function
40 test(S(""), S(""), 0, 0);
41 test(S(""), S("abcde"), 0, S::npos);
42 test(S(""), S("abcdeabcde"), 0, S::npos);
43 test(S(""), S("abcdeabcdeabcdeabcde"), 0, S::npos);
44 test(S(""), S(""), 1, 0);
45 test(S(""), S("abcde"), 1, S::npos);
46 test(S(""), S("abcdeabcde"), 1, S::npos);
47 test(
[all...]
/external/valgrind/main/helgrind/tests/
H A Dpth_spinlock.stderr.exp1 Start of test.

Completed in 332 milliseconds

<<11121314151617181920>>