Home
last modified time | relevance | path

Searched refs:test (Results 1 – 25 of 9048) sorted by relevance

12345678910>>...362

/external/libcxx/test/strings/basic.string/string.ops/string_compare/
Dsize_size_pointer_size.pass.cpp31 test(const S& s, typename S::size_type pos, typename S::size_type n1, in test() function
48 test(S(""), 0, 0, "", 0, 0); in test0()
49 test(S(""), 0, 0, "abcde", 0, 0); in test0()
50 test(S(""), 0, 0, "abcde", 1, -1); in test0()
51 test(S(""), 0, 0, "abcde", 2, -2); in test0()
52 test(S(""), 0, 0, "abcde", 4, -4); in test0()
53 test(S(""), 0, 0, "abcde", 5, -5); in test0()
54 test(S(""), 0, 0, "abcdefghij", 0, 0); in test0()
55 test(S(""), 0, 0, "abcdefghij", 1, -1); in test0()
56 test(S(""), 0, 0, "abcdefghij", 5, -5); in test0()
[all …]
Dsize_size_pointer.pass.cpp31 test(const S& s, typename S::size_type pos1, typename S::size_type n1, in test() function
48 test(S(""), 0, 0, "", 0); in test0()
49 test(S(""), 0, 0, "abcde", -5); in test0()
50 test(S(""), 0, 0, "abcdefghij", -10); in test0()
51 test(S(""), 0, 0, "abcdefghijklmnopqrst", -20); in test0()
52 test(S(""), 0, 1, "", 0); in test0()
53 test(S(""), 0, 1, "abcde", -5); in test0()
54 test(S(""), 0, 1, "abcdefghij", -10); in test0()
55 test(S(""), 0, 1, "abcdefghijklmnopqrst", -20); in test0()
56 test(S(""), 1, 0, "", 0); in test0()
[all …]
Dsize_size_string_size_size.pass.cpp33 test(const S& s, typename S::size_type pos1, typename S::size_type n1, in test() function
68 test(S(""), 0, 0, S(""), 0, 0, 0); in test0()
69 test(S(""), 0, 0, S(""), 0, 1, 0); in test0()
70 test(S(""), 0, 0, S(""), 1, 0, 0); in test0()
71 test(S(""), 0, 0, S("abcde"), 0, 0, 0); in test0()
72 test(S(""), 0, 0, S("abcde"), 0, 1, -1); in test0()
73 test(S(""), 0, 0, S("abcde"), 0, 2, -2); in test0()
74 test(S(""), 0, 0, S("abcde"), 0, 4, -4); in test0()
75 test(S(""), 0, 0, S("abcde"), 0, 5, -5); in test0()
76 test(S(""), 0, 0, S("abcde"), 0, 6, -5); in test0()
[all …]
Dsize_size_string.pass.cpp31 test(const S& s, typename S::size_type pos1, typename S::size_type n1, in test() function
48 test(S(""), 0, 0, S(""), 0); in test0()
49 test(S(""), 0, 0, S("abcde"), -5); in test0()
50 test(S(""), 0, 0, S("abcdefghij"), -10); in test0()
51 test(S(""), 0, 0, S("abcdefghijklmnopqrst"), -20); in test0()
52 test(S(""), 0, 1, S(""), 0); in test0()
53 test(S(""), 0, 1, S("abcde"), -5); in test0()
54 test(S(""), 0, 1, S("abcdefghij"), -10); in test0()
55 test(S(""), 0, 1, S("abcdefghijklmnopqrst"), -20); in test0()
56 test(S(""), 1, 0, S(""), 0); in test0()
[all …]
/external/libcxx/test/strings/basic.string/string.ops/string_rfind/
Dpointer_size_size.pass.cpp21 test(const S& s, const typename S::value_type* str, typename S::size_type pos, in test() function
32 test(S(""), "", 0, 0, 0); in test0()
33 test(S(""), "abcde", 0, 0, 0); in test0()
34 test(S(""), "abcde", 0, 1, S::npos); in test0()
35 test(S(""), "abcde", 0, 2, S::npos); in test0()
36 test(S(""), "abcde", 0, 4, S::npos); in test0()
37 test(S(""), "abcde", 0, 5, S::npos); in test0()
38 test(S(""), "abcdeabcde", 0, 0, 0); in test0()
39 test(S(""), "abcdeabcde", 0, 1, S::npos); in test0()
40 test(S(""), "abcdeabcde", 0, 5, S::npos); in test0()
[all …]
/external/libcxx/test/strings/basic.string/string.ops/string_find.last.not.of/
Dpointer_size_size.pass.cpp21 test(const S& s, const typename S::value_type* str, typename S::size_type pos, in test() function
32 test(S(""), "", 0, 0, S::npos); in test0()
33 test(S(""), "irkhs", 0, 0, S::npos); in test0()
34 test(S(""), "kante", 0, 1, S::npos); in test0()
35 test(S(""), "oknlr", 0, 2, S::npos); in test0()
36 test(S(""), "pcdro", 0, 4, S::npos); in test0()
37 test(S(""), "bnrpe", 0, 5, S::npos); in test0()
38 test(S(""), "jtdaefblso", 0, 0, S::npos); in test0()
39 test(S(""), "oselktgbca", 0, 1, S::npos); in test0()
40 test(S(""), "eqgaplhckj", 0, 5, S::npos); in test0()
[all …]
/external/libcxx/test/strings/basic.string/string.modifiers/string_replace/
Dsize_size_pointer_size.pass.cpp26 test(S s, typename S::size_type pos, typename S::size_type n1, in test() function
52 test(S(""), 0, 0, "", 0, S("")); in test0()
53 test(S(""), 0, 0, "12345", 0, S("")); in test0()
54 test(S(""), 0, 0, "12345", 1, S("1")); in test0()
55 test(S(""), 0, 0, "12345", 2, S("12")); in test0()
56 test(S(""), 0, 0, "12345", 4, S("1234")); in test0()
57 test(S(""), 0, 0, "12345", 5, S("12345")); in test0()
58 test(S(""), 0, 0, "1234567890", 0, S("")); in test0()
59 test(S(""), 0, 0, "1234567890", 1, S("1")); in test0()
60 test(S(""), 0, 0, "1234567890", 5, S("12345")); in test0()
[all …]
Diter_iter_pointer_size.pass.cpp25 test(S s, typename S::size_type pos1, typename S::size_type n1, const typename S::value_type* str, in test() function
42 test(S(""), 0, 0, "", 0, S("")); in test0()
43 test(S(""), 0, 0, "12345", 0, S("")); in test0()
44 test(S(""), 0, 0, "12345", 1, S("1")); in test0()
45 test(S(""), 0, 0, "12345", 2, S("12")); in test0()
46 test(S(""), 0, 0, "12345", 4, S("1234")); in test0()
47 test(S(""), 0, 0, "12345", 5, S("12345")); in test0()
48 test(S(""), 0, 0, "1234567890", 0, S("")); in test0()
49 test(S(""), 0, 0, "1234567890", 1, S("1")); in test0()
50 test(S(""), 0, 0, "1234567890", 5, S("12345")); in test0()
[all …]
Dsize_size_string_size_size.pass.cpp26 test(S s, typename S::size_type pos1, typename S::size_type n1, in test() function
78 test(S(""), 0, 0, S(""), 0, 0, S("")); in test0()
79 test(S(""), 0, 0, S(""), 0, 1, S("")); in test0()
80 test(S(""), 0, 0, S(""), 1, 0, S("can't happen")); in test0()
81 test(S(""), 0, 0, S("12345"), 0, 0, S("")); in test0()
82 test(S(""), 0, 0, S("12345"), 0, 1, S("1")); in test0()
83 test(S(""), 0, 0, S("12345"), 0, 2, S("12")); in test0()
84 test(S(""), 0, 0, S("12345"), 0, 4, S("1234")); in test0()
85 test(S(""), 0, 0, S("12345"), 0, 5, S("12345")); in test0()
86 test(S(""), 0, 0, S("12345"), 0, 6, S("12345")); in test0()
[all …]
Dsize_size_pointer.pass.cpp26 test(S s, typename S::size_type pos, typename S::size_type n1, in test() function
51 test(S(""), 0, 0, "", S("")); in test0()
52 test(S(""), 0, 0, "12345", S("12345")); in test0()
53 test(S(""), 0, 0, "1234567890", S("1234567890")); in test0()
54 test(S(""), 0, 0, "12345678901234567890", S("12345678901234567890")); in test0()
55 test(S(""), 0, 1, "", S("")); in test0()
56 test(S(""), 0, 1, "12345", S("12345")); in test0()
57 test(S(""), 0, 1, "1234567890", S("1234567890")); in test0()
58 test(S(""), 0, 1, "12345678901234567890", S("12345678901234567890")); in test0()
59 test(S(""), 1, 0, "", S("can't happen")); in test0()
[all …]
Dsize_size_size_char.pass.cpp24 test(S s, typename S::size_type pos, typename S::size_type n1, in test() function
50 test(S(""), 0, 0, 0, '2', S("")); in test0()
51 test(S(""), 0, 0, 5, '2', S("22222")); in test0()
52 test(S(""), 0, 0, 10, '2', S("2222222222")); in test0()
53 test(S(""), 0, 0, 20, '2', S("22222222222222222222")); in test0()
54 test(S(""), 0, 1, 0, '2', S("")); in test0()
55 test(S(""), 0, 1, 5, '2', S("22222")); in test0()
56 test(S(""), 0, 1, 10, '2', S("2222222222")); in test0()
57 test(S(""), 0, 1, 20, '2', S("22222222222222222222")); in test0()
58 test(S(""), 1, 0, 0, '2', S("can't happen")); in test0()
[all …]
Diter_iter_size_char.pass.cpp25 test(S s, typename S::size_type pos1, typename S::size_type n1, typename S::size_type n2, in test() function
42 test(S(""), 0, 0, 0, '3', S("")); in test0()
43 test(S(""), 0, 0, 5, '3', S("33333")); in test0()
44 test(S(""), 0, 0, 10, '3', S("3333333333")); in test0()
45 test(S(""), 0, 0, 20, '3', S("33333333333333333333")); in test0()
46 test(S("abcde"), 0, 0, 0, '3', S("abcde")); in test0()
47 test(S("abcde"), 0, 0, 5, '3', S("33333abcde")); in test0()
48 test(S("abcde"), 0, 0, 10, '3', S("3333333333abcde")); in test0()
49 test(S("abcde"), 0, 0, 20, '3', S("33333333333333333333abcde")); in test0()
50 test(S("abcde"), 0, 1, 0, '3', S("bcde")); in test0()
[all …]
Diter_iter_pointer.pass.cpp25 test(S s, typename S::size_type pos1, typename S::size_type n1, const typename S::value_type* str, … in test() function
41 test(S(""), 0, 0, "", S("")); in test0()
42 test(S(""), 0, 0, "12345", S("12345")); in test0()
43 test(S(""), 0, 0, "1234567890", S("1234567890")); in test0()
44 test(S(""), 0, 0, "12345678901234567890", S("12345678901234567890")); in test0()
45 test(S("abcde"), 0, 0, "", S("abcde")); in test0()
46 test(S("abcde"), 0, 0, "12345", S("12345abcde")); in test0()
47 test(S("abcde"), 0, 0, "1234567890", S("1234567890abcde")); in test0()
48 test(S("abcde"), 0, 0, "12345678901234567890", S("12345678901234567890abcde")); in test0()
49 test(S("abcde"), 0, 1, "", S("bcde")); in test0()
[all …]
Dsize_size_string.pass.cpp24 test(S s, typename S::size_type pos1, typename S::size_type n1, S str, S expected) in test() function
48 test(S(""), 0, 0, S(""), S("")); in test0()
49 test(S(""), 0, 0, S("12345"), S("12345")); in test0()
50 test(S(""), 0, 0, S("1234567890"), S("1234567890")); in test0()
51 test(S(""), 0, 0, S("12345678901234567890"), S("12345678901234567890")); in test0()
52 test(S(""), 0, 1, S(""), S("")); in test0()
53 test(S(""), 0, 1, S("12345"), S("12345")); in test0()
54 test(S(""), 0, 1, S("1234567890"), S("1234567890")); in test0()
55 test(S(""), 0, 1, S("12345678901234567890"), S("12345678901234567890")); in test0()
56 test(S(""), 1, 0, S(""), S("can't happen")); in test0()
[all …]
/external/libcxx/test/strings/basic.string/string.modifiers/string_insert/
Dsize_pointer_size.pass.cpp23 test(S s, typename S::size_type pos, const typename S::value_type* str, in test() function
46 test(S(""), 0, "", 0, S("")); in main()
47 test(S(""), 0, "12345", 0, S("")); in main()
48 test(S(""), 0, "12345", 1, S("1")); in main()
49 test(S(""), 0, "12345", 2, S("12")); in main()
50 test(S(""), 0, "12345", 4, S("1234")); in main()
51 test(S(""), 0, "12345", 5, S("12345")); in main()
52 test(S(""), 0, "1234567890", 0, S("")); in main()
53 test(S(""), 0, "1234567890", 1, S("1")); in main()
54 test(S(""), 0, "1234567890", 5, S("12345")); in main()
[all …]
Dsize_string_size_size.pass.cpp25 test(S s, typename S::size_type pos1, S str, typename S::size_type pos2, in test() function
68 test(S(""), 0, S(""), 0, 0, S("")); in test0()
69 test(S(""), 0, S(""), 0, 1, S("")); in test0()
70 test(S(""), 0, S(""), 1, 0, S("can't happen")); in test0()
71 test(S(""), 0, S("12345"), 0, 0, S("")); in test0()
72 test(S(""), 0, S("12345"), 0, 1, S("1")); in test0()
73 test(S(""), 0, S("12345"), 0, 2, S("12")); in test0()
74 test(S(""), 0, S("12345"), 0, 4, S("1234")); in test0()
75 test(S(""), 0, S("12345"), 0, 5, S("12345")); in test0()
76 test(S(""), 0, S("12345"), 0, 6, S("12345")); in test0()
[all …]
Dsize_pointer.pass.cpp23 test(S s, typename S::size_type pos, const typename S::value_type* str, S expected) in test() function
45 test(S(""), 0, "", S("")); in main()
46 test(S(""), 0, "12345", S("12345")); in main()
47 test(S(""), 0, "1234567890", S("1234567890")); in main()
48 test(S(""), 0, "12345678901234567890", S("12345678901234567890")); in main()
49 test(S(""), 1, "", S("can't happen")); in main()
50 test(S(""), 1, "12345", S("can't happen")); in main()
51 test(S(""), 1, "1234567890", S("can't happen")); in main()
52 test(S(""), 1, "12345678901234567890", S("can't happen")); in main()
53 test(S("abcde"), 0, "", S("abcde")); in main()
[all …]
Dsize_size_char.pass.cpp23 test(S s, typename S::size_type pos, typename S::size_type n, in test() function
46 test(S(""), 0, 0, '1', S("")); in main()
47 test(S(""), 0, 5, '1', S("11111")); in main()
48 test(S(""), 0, 10, '1', S("1111111111")); in main()
49 test(S(""), 0, 20, '1', S("11111111111111111111")); in main()
50 test(S(""), 1, 0, '1', S("can't happen")); in main()
51 test(S(""), 1, 5, '1', S("can't happen")); in main()
52 test(S(""), 1, 10, '1', S("can't happen")); in main()
53 test(S(""), 1, 20, '1', S("can't happen")); in main()
54 test(S("abcde"), 0, 0, '1', S("abcde")); in main()
[all …]
/external/libcxx/test/strings/basic.string/string.ops/string_find.first.not.of/
Dpointer_size_size.pass.cpp21 test(const S& s, const typename S::value_type* str, typename S::size_type pos, in test() function
32 test(S(""), "", 0, 0, S::npos); in test0()
33 test(S(""), "irkhs", 0, 0, S::npos); in test0()
34 test(S(""), "kante", 0, 1, S::npos); in test0()
35 test(S(""), "oknlr", 0, 2, S::npos); in test0()
36 test(S(""), "pcdro", 0, 4, S::npos); in test0()
37 test(S(""), "bnrpe", 0, 5, S::npos); in test0()
38 test(S(""), "jtdaefblso", 0, 0, S::npos); in test0()
39 test(S(""), "oselktgbca", 0, 1, S::npos); in test0()
40 test(S(""), "eqgaplhckj", 0, 5, S::npos); in test0()
[all …]
/external/libcxx/test/strings/basic.string/string.ops/string_find.last.of/
Dpointer_size_size.pass.cpp21 test(const S& s, const typename S::value_type* str, typename S::size_type pos, in test() function
32 test(S(""), "", 0, 0, S::npos); in test0()
33 test(S(""), "irkhs", 0, 0, S::npos); in test0()
34 test(S(""), "kante", 0, 1, S::npos); in test0()
35 test(S(""), "oknlr", 0, 2, S::npos); in test0()
36 test(S(""), "pcdro", 0, 4, S::npos); in test0()
37 test(S(""), "bnrpe", 0, 5, S::npos); in test0()
38 test(S(""), "jtdaefblso", 0, 0, S::npos); in test0()
39 test(S(""), "oselktgbca", 0, 1, S::npos); in test0()
40 test(S(""), "eqgaplhckj", 0, 5, S::npos); in test0()
[all …]
/external/chromium_org/third_party/sqlite/src/
Dmanifest86 F ext/rtree/rtree1.test dbd4250ac0ad367a262eb9676f7e3080b0368206
87 F ext/rtree/rtree2.test acbb3a4ce0f4fbc2c304d2b4b784cfa161856bba
88 F ext/rtree/rtree3.test a494da55c30ee0bc9b01a91c80c81b387b22d2dc
89 F ext/rtree/rtree4.test 0061e6f464fd3dc6a79f82454c5a1c3dadbe42af
90 F ext/rtree/rtree5.test ce3d7ccae2cfd9d2e1052b462424964c9bdcda12
91 F ext/rtree/rtree6.test 0b380bd9af93f3bc496eef42502a336f58949c1b
92 F ext/rtree/rtree7.test bcb647b42920b3b5d025846689147778485cc318
93 F ext/rtree/rtree8.test 9772e16da71e17e02bdebf0a5188590f289ab37d
94 F ext/rtree/rtree9.test df9843d1a9195249c8d3b4ea6aedda2d5c73e9c2
95 F ext/rtree/rtreeA.test ace05e729a36e342d40cf94e9efc7b4723d9dcdf
[all …]
/external/libcxx/test/strings/basic.string/string.ops/string_find.first.of/
Dpointer_size_size.pass.cpp21 test(const S& s, const typename S::value_type* str, typename S::size_type pos, in test() function
32 test(S(""), "", 0, 0, S::npos); in test0()
33 test(S(""), "irkhs", 0, 0, S::npos); in test0()
34 test(S(""), "kante", 0, 1, S::npos); in test0()
35 test(S(""), "oknlr", 0, 2, S::npos); in test0()
36 test(S(""), "pcdro", 0, 4, S::npos); in test0()
37 test(S(""), "bnrpe", 0, 5, S::npos); in test0()
38 test(S(""), "jtdaefblso", 0, 0, S::npos); in test0()
39 test(S(""), "oselktgbca", 0, 1, S::npos); in test0()
40 test(S(""), "eqgaplhckj", 0, 5, S::npos); in test0()
[all …]
/external/libcxx/test/strings/basic.string/string.ops/string_find/
Dpointer_size_size.pass.cpp21 test(const S& s, const typename S::value_type* str, typename S::size_type pos, in test() function
32 test(S(""), "", 0, 0, 0); in test0()
33 test(S(""), "abcde", 0, 0, 0); in test0()
34 test(S(""), "abcde", 0, 1, S::npos); in test0()
35 test(S(""), "abcde", 0, 2, S::npos); in test0()
36 test(S(""), "abcde", 0, 4, S::npos); in test0()
37 test(S(""), "abcde", 0, 5, S::npos); in test0()
38 test(S(""), "abcdeabcde", 0, 0, 0); in test0()
39 test(S(""), "abcdeabcde", 0, 1, S::npos); in test0()
40 test(S(""), "abcdeabcde", 0, 5, S::npos); in test0()
[all …]
/external/libcxx/test/strings/basic.string/string.ops/string_substr/
Dsubstr.pass.cpp23 test(const S& s, typename S::size_type pos, typename S::size_type n) in test() function
44 test(S(""), 0, 0); in main()
45 test(S(""), 1, 0); in main()
46 test(S("pniot"), 0, 0); in main()
47 test(S("htaob"), 0, 1); in main()
48 test(S("fodgq"), 0, 2); in main()
49 test(S("hpqia"), 0, 4); in main()
50 test(S("qanej"), 0, 5); in main()
51 test(S("dfkap"), 1, 0); in main()
52 test(S("clbao"), 1, 1); in main()
[all …]
/external/libcxx/test/strings/basic.string/string.modifiers/string_erase/
Dsize_size.pass.cpp23 test(S s, typename S::size_type pos, typename S::size_type n, S expected) in test() function
43 test(S s, typename S::size_type pos, S expected) in test() function
63 test(S s, S expected) in test() function
74 test(S(""), 0, 0, S("")); in main()
75 test(S(""), 0, 1, S("")); in main()
76 test(S(""), 1, 0, S("can't happen")); in main()
77 test(S("abcde"), 0, 0, S("abcde")); in main()
78 test(S("abcde"), 0, 1, S("bcde")); in main()
79 test(S("abcde"), 0, 2, S("cde")); in main()
80 test(S("abcde"), 0, 4, S("e")); in main()
[all …]

12345678910>>...362