/libcore/dom/src/test/resources/ |
staff2.svg | 4 <svg xmlns="http://www.w3.org/2000/svg"><rect x="0" y="0" width="100" height="100"/><script type="text/ecmascript">&svgtest;&svgunit;</script>
|
/external/libcxx/test/std/re/re.const/re.synopt/ |
syntax_option_type.pass.cpp | 22 // ECMAScript = unspecified, 41 assert(std::regex_constants::ECMAScript == 0); 51 assert((std::regex_constants::icase & std::regex_constants::ECMAScript) == 0); 60 assert((std::regex_constants::nosubs & std::regex_constants::ECMAScript) == 0); 68 assert((std::regex_constants::optimize & std::regex_constants::ECMAScript) == 0); 75 assert((std::regex_constants::collate & std::regex_constants::ECMAScript) == 0); 82 assert((std::regex_constants::ECMAScript & std::regex_constants::basic) == 0); 83 assert((std::regex_constants::ECMAScript & std::regex_constants::extended) == 0); 84 assert((std::regex_constants::ECMAScript & std::regex_constants::awk) == 0); 85 assert((std::regex_constants::ECMAScript & std::regex_constants::grep) == 0) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.const/re.synopt/ |
syntax_option_type.pass.cpp | 22 // ECMAScript = unspecified, 41 assert(std::regex_constants::ECMAScript == 0); 51 assert((std::regex_constants::icase & std::regex_constants::ECMAScript) == 0); 60 assert((std::regex_constants::nosubs & std::regex_constants::ECMAScript) == 0); 68 assert((std::regex_constants::optimize & std::regex_constants::ECMAScript) == 0); 75 assert((std::regex_constants::collate & std::regex_constants::ECMAScript) == 0); 82 assert((std::regex_constants::ECMAScript & std::regex_constants::basic) == 0); 83 assert((std::regex_constants::ECMAScript & std::regex_constants::extended) == 0); 84 assert((std::regex_constants::ECMAScript & std::regex_constants::awk) == 0); 85 assert((std::regex_constants::ECMAScript & std::regex_constants::grep) == 0) [all...] |
/external/libcxx/test/std/re/re.regex/re.regex.const/ |
constants.pass.cpp | 21 // static constexpr regex_constants::syntax_option_type ECMAScript = regex_constants::ECMAScript; 43 static_assert((BR::ECMAScript == std::regex_constants::ECMAScript), ""); 53 where(BR::ECMAScript);
|
/external/libcxx/test/std/re/re.regex/re.regex.construct/ |
il_flg.pass.cpp | 15 // flag_type f = regex_constants::ECMAScript); 50 test({'\\', '(', 'a', '\\', ')'}, std::regex_constants::ECMAScript, 0); 51 test({'\\', '(', 'a', '[', 'b', 'c', ']', '\\', ')'}, std::regex_constants::ECMAScript, 0); 52 test({'\\', '(', 'a', '\\', '(', '[', 'b', 'c', ']', '\\', ')', '\\', ')'}, std::regex_constants::ECMAScript, 0); 53 test({'(', 'a', '(', '[', 'b', 'c', ']', ')', ')'}, std::regex_constants::ECMAScript, 2);
|
ptr_flg.pass.cpp | 14 // basic_regex(const charT* p, flag_type f = regex_constants::ECMAScript); 40 test("\\(a\\)", std::regex_constants::ECMAScript, 0); 41 test("\\(a[bc]\\)", std::regex_constants::ECMAScript, 0); 42 test("\\(a\\([bc]\\)\\)", std::regex_constants::ECMAScript, 0); 43 test("(a([bc]))", std::regex_constants::ECMAScript, 2);
|
string_flg.pass.cpp | 16 // flag_type f = regex_constants::ECMAScript); 42 test(std::string("\\(a\\)"), std::regex_constants::ECMAScript, 0); 43 test(std::string("\\(a[bc]\\)"), std::regex_constants::ECMAScript, 0); 44 test(std::string("\\(a\\([bc]\\)\\)"), std::regex_constants::ECMAScript, 0); 45 test(std::string("(a([bc]))"), std::regex_constants::ECMAScript, 2);
|
ptr_size_flg.pass.cpp | 41 test("\\(a\\)", 5, std::regex_constants::ECMAScript, 0); 42 test("\\(a[bc]\\)", 9, std::regex_constants::ECMAScript, 0); 43 test("\\(a\\([bc]\\)\\)", 13, std::regex_constants::ECMAScript, 0); 44 test("(a([bc]))", 9, std::regex_constants::ECMAScript, 2);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.const/ |
constants.pass.cpp | 21 // static constexpr regex_constants::syntax_option_type ECMAScript = regex_constants::ECMAScript; 43 static_assert((BR::ECMAScript == std::regex_constants::ECMAScript), ""); 53 where(BR::ECMAScript);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.construct/ |
il_flg.pass.cpp | 15 // flag_type f = regex_constants::ECMAScript); 50 test({'\\', '(', 'a', '\\', ')'}, std::regex_constants::ECMAScript, 0); 51 test({'\\', '(', 'a', '[', 'b', 'c', ']', '\\', ')'}, std::regex_constants::ECMAScript, 0); 52 test({'\\', '(', 'a', '\\', '(', '[', 'b', 'c', ']', '\\', ')', '\\', ')'}, std::regex_constants::ECMAScript, 0); 53 test({'(', 'a', '(', '[', 'b', 'c', ']', ')', ')'}, std::regex_constants::ECMAScript, 2);
|
ptr_flg.pass.cpp | 14 // basic_regex(const charT* p, flag_type f = regex_constants::ECMAScript); 40 test("\\(a\\)", std::regex_constants::ECMAScript, 0); 41 test("\\(a[bc]\\)", std::regex_constants::ECMAScript, 0); 42 test("\\(a\\([bc]\\)\\)", std::regex_constants::ECMAScript, 0); 43 test("(a([bc]))", std::regex_constants::ECMAScript, 2);
|
string_flg.pass.cpp | 16 // flag_type f = regex_constants::ECMAScript); 42 test(std::string("\\(a\\)"), std::regex_constants::ECMAScript, 0); 43 test(std::string("\\(a[bc]\\)"), std::regex_constants::ECMAScript, 0); 44 test(std::string("\\(a\\([bc]\\)\\)"), std::regex_constants::ECMAScript, 0); 45 test(std::string("(a([bc]))"), std::regex_constants::ECMAScript, 2);
|
ptr_size_flg.pass.cpp | 41 test("\\(a\\)", 5, std::regex_constants::ECMAScript, 0); 42 test("\\(a[bc]\\)", 9, std::regex_constants::ECMAScript, 0); 43 test("\\(a\\([bc]\\)\\)", 13, std::regex_constants::ECMAScript, 0); 44 test("(a([bc]))", 9, std::regex_constants::ECMAScript, 2);
|
/external/libcxx/test/std/re/re.regex/re.regex.assign/ |
assign_iter_iter_flag.pass.cpp | 17 // flag_type f = regex_constants::ECMAScript); 32 assert(r2.flags() == std::regex::ECMAScript); 40 assert(r2.flags() == std::regex::ECMAScript);
|
assign.il.pass.cpp | 16 // flag_type f = regex_constants::ECMAScript); 26 assert(r2.flags() == std::regex::ECMAScript);
|
assign.pass.cpp | 24 assert(r2.flags() == std::regex::ECMAScript); 32 assert(r2.flags() == std::regex::ECMAScript);
|
assign_ptr_flag.pass.cpp | 14 // basic_regex& assign(const charT* ptr, flag_type f = regex_constants::ECMAScript); 23 assert(r2.flags() == std::regex::ECMAScript);
|
assign_string_flag.pass.cpp | 16 // flag_type f = regex_constants::ECMAScript); 25 assert(r2.flags() == std::regex::ECMAScript);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.assign/ |
assign_iter_iter_flag.pass.cpp | 17 // flag_type f = regex_constants::ECMAScript); 32 assert(r2.flags() == std::regex::ECMAScript); 40 assert(r2.flags() == std::regex::ECMAScript);
|
assign.il.pass.cpp | 16 // flag_type f = regex_constants::ECMAScript); 26 assert(r2.flags() == std::regex::ECMAScript);
|
assign_ptr_flag.pass.cpp | 14 // basic_regex& assign(const charT* ptr, flag_type f = regex_constants::ECMAScript); 23 assert(r2.flags() == std::regex::ECMAScript);
|
assign_string_flag.pass.cpp | 16 // flag_type f = regex_constants::ECMAScript); 25 assert(r2.flags() == std::regex::ECMAScript);
|
/external/libcxx/test/std/re/re.regex/re.regex.nonmemb/re.regex.nmswap/ |
swap.pass.cpp | 25 assert(r1.flags() == std::regex::ECMAScript); 27 assert(r2.flags() == std::regex::ECMAScript);
|
/external/libcxx/test/std/re/re.regex/re.regex.swap/ |
swap.pass.cpp | 24 assert(r1.flags() == std::regex::ECMAScript); 26 assert(r2.flags() == std::regex::ECMAScript);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.nonmemb/re.regex.nmswap/ |
swap.pass.cpp | 25 assert(r1.flags() == std::regex::ECMAScript); 27 assert(r2.flags() == std::regex::ECMAScript);
|