/ndk/sources/cxx-stl/llvm-libc++/test/re/re.regex/re.regex.assign/ |
assign_ptr_size_flag.pass.cpp | 10 // <regex> 16 #include <regex> 21 std::regex r2; 22 r2.assign("(a([bc]))", 9, std::regex::extended); 23 assert(r2.flags() == std::regex::extended);
|
copy.pass.cpp | 10 // <regex> 16 #include <regex> 21 std::regex r1("(a([bc]))"); 22 std::regex r2; 24 assert(r2.flags() == std::regex::ECMAScript);
|
assign.il.pass.cpp | 10 // <regex> 18 #include <regex> 24 std::regex r2; 26 assert(r2.flags() == std::regex::ECMAScript); 29 r2.assign({'(', 'a', '(', '[', 'b', 'c', ']', ')', ')'}, std::regex::extended); 30 assert(r2.flags() == std::regex::extended);
|
assign_ptr_flag.pass.cpp | 10 // <regex> 16 #include <regex> 21 std::regex r2; 23 assert(r2.flags() == std::regex::ECMAScript); 26 r2.assign("(a([bc]))", std::regex::extended); 27 assert(r2.flags() == std::regex::extended);
|
il.pass.cpp | 10 // <regex> 16 #include <regex> 22 std::regex r2; 24 assert(r2.flags() == std::regex::ECMAScript);
|
ptr.pass.cpp | 10 // <regex> 16 #include <regex> 21 std::regex r2; 23 assert(r2.flags() == std::regex::ECMAScript);
|
string.pass.cpp | 10 // <regex> 17 #include <regex> 22 std::regex r2; 24 assert(r2.flags() == std::regex::ECMAScript);
|
assign.pass.cpp | 10 // <regex> 16 #include <regex> 21 std::regex r1("(a([bc]))"); 22 std::regex r2; 24 assert(r2.flags() == std::regex::ECMAScript);
|
/ndk/sources/cxx-stl/llvm-libc++/test/re/re.regex/re.regex.construct/ |
copy.pass.cpp | 10 // <regex> 16 #include <regex> 21 std::regex r1("(a([bc]))"); 22 std::regex r2 = r1; 23 assert(r2.flags() == std::regex::ECMAScript);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
re_comp.h | 22 /* This is only a wrapper around the <regex.h> file. XPG4.2 mentions 24 #include <regex.h>
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
re_comp.h | 22 /* This is only a wrapper around the <regex.h> file. XPG4.2 mentions 24 #include <regex.h>
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
re_comp.h | 22 /* This is only a wrapper around the <regex.h> file. XPG4.2 mentions 24 #include <regex.h>
|
/external/chromium/testing/gtest/include/gtest/ |
gtest-death-test.h | 91 // On POSIX-compliant systems (*nix), we use the <regex.h> library, 92 // which uses the POSIX extended regex syntax. 94 // On other platforms (e.g. Windows), we only support a simple regex 98 // or POSIX extended regex syntax. For example, we don't support 103 // subset of both PCRE and POSIX extended regex, so it's easy to 130 // If you accidentally use PCRE or POSIX extended regex features 136 // as a compiled regex library, but should perform well enough for a 156 // that matches regex. 157 # define ASSERT_EXIT(statement, predicate, regex) \ 158 GTEST_DEATH_TEST_(statement, predicate, regex, GTEST_FATAL_FAILURE_ [all...] |
/external/gtest/include/gtest/ |
gtest-death-test.h | 91 // On POSIX-compliant systems (*nix), we use the <regex.h> library, 92 // which uses the POSIX extended regex syntax. 94 // On other platforms (e.g. Windows), we only support a simple regex 98 // or POSIX extended regex syntax. For example, we don't support 103 // subset of both PCRE and POSIX extended regex, so it's easy to 130 // If you accidentally use PCRE or POSIX extended regex features 136 // as a compiled regex library, but should perform well enough for a 156 // that matches regex. 157 # define ASSERT_EXIT(statement, predicate, regex) \ 158 GTEST_DEATH_TEST_(statement, predicate, regex, GTEST_FATAL_FAILURE_ [all...] |
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/ |
gtest-death-test.h | 91 // On POSIX-compliant systems (*nix), we use the <regex.h> library, 92 // which uses the POSIX extended regex syntax. 94 // On other platforms (e.g. Windows), we only support a simple regex 98 // or POSIX extended regex syntax. For example, we don't support 103 // subset of both PCRE and POSIX extended regex, so it's easy to 130 // If you accidentally use PCRE or POSIX extended regex features 136 // as a compiled regex library, but should perform well enough for a 156 // that matches regex. 157 # define ASSERT_EXIT(statement, predicate, regex) \ 158 GTEST_DEATH_TEST_(statement, predicate, regex, GTEST_FATAL_FAILURE_ [all...] |
/external/llvm/utils/unittest/googletest/include/gtest/ |
gtest-death-test.h | 91 // On POSIX-compliant systems (*nix), we use the <regex.h> library, 92 // which uses the POSIX extended regex syntax. 94 // On other platforms (e.g. Windows), we only support a simple regex 98 // or POSIX extended regex syntax. For example, we don't support 103 // subset of both PCRE and POSIX extended regex, so it's easy to 130 // If you accidentally use PCRE or POSIX extended regex features 136 // as a compiled regex library, but should perform well enough for a 156 // that matches regex. 157 # define ASSERT_EXIT(statement, predicate, regex) \ 158 GTEST_DEATH_TEST_(statement, predicate, regex, GTEST_FATAL_FAILURE_ [all...] |
/external/open-vcdiff/gtest/include/gtest/ |
gtest-death-test.h | 91 // On POSIX-compliant systems (*nix), we use the <regex.h> library, 92 // which uses the POSIX extended regex syntax. 94 // On other platforms (e.g. Windows), we only support a simple regex 98 // or POSIX extended regex syntax. For example, we don't support 103 // subset of both PCRE and POSIX extended regex, so it's easy to 130 // If you accidentally use PCRE or POSIX extended regex features 136 // as a compiled regex library, but should perform well enough for a 156 // that matches regex. 157 #define ASSERT_EXIT(statement, predicate, regex) \ 158 GTEST_DEATH_TEST_(statement, predicate, regex, GTEST_FATAL_FAILURE_ [all...] |
/external/protobuf/gtest/include/gtest/ |
gtest-death-test.h | 91 // On POSIX-compliant systems (*nix), we use the <regex.h> library, 92 // which uses the POSIX extended regex syntax. 94 // On other platforms (e.g. Windows), we only support a simple regex 98 // or POSIX extended regex syntax. For example, we don't support 103 // subset of both PCRE and POSIX extended regex, so it's easy to 130 // If you accidentally use PCRE or POSIX extended regex features 136 // as a compiled regex library, but should perform well enough for a 156 // that matches regex. 157 #define ASSERT_EXIT(statement, predicate, regex) \ 158 GTEST_DEATH_TEST_(statement, predicate, regex, GTEST_FATAL_FAILURE_ [all...] |
/ndk/sources/cxx-stl/llvm-libc++/test/re/re.regex/re.regex.nonmemb/re.regex.nmswap/ |
swap.pass.cpp | 10 // <regex> 17 #include <regex> 22 std::regex r1("(a([bc]))"); 23 std::regex r2; 25 assert(r1.flags() == std::regex::ECMAScript); 27 assert(r2.flags() == std::regex::ECMAScript);
|
/ndk/sources/cxx-stl/llvm-libc++/test/re/re.regex/re.regex.swap/ |
swap.pass.cpp | 10 // <regex> 16 #include <regex> 21 std::regex r1("(a([bc]))"); 22 std::regex r2; 24 assert(r1.flags() == std::regex::ECMAScript); 26 assert(r2.flags() == std::regex::ECMAScript);
|
/external/easymock/src/org/easymock/internal/matchers/ |
Matches.java | 26 private final String regex;
field in class:Matches 28 public Matches(String regex) {
29 this.regex = regex;
33 return (actual instanceof String) && ((String) actual).matches(regex);
37 buffer.append("matches(\"" + regex.replaceAll("\\\\", "\\\\\\\\")
|
Find.java | 19 import java.util.regex.Pattern;
27 private final String regex;
field in class:Find 29 public Find(String regex) {
30 this.regex = regex;
35 && Pattern.compile(regex).matcher((String) actual).find();
39 buffer.append("find(\"" + regex.replaceAll("\\\\", "\\\\\\\\") + "\")");
|
/external/chromium/chrome/common/extensions/docs/examples/api/pageAction/pageaction_by_content/ |
contentscript.js | 6 var regex = /sandwich/; variable 9 if (regex.test(document.body.innerText)) {
|
/ndk/sources/cxx-stl/llvm-libc++/test/re/re.syn/ |
regex.pass.cpp | 10 // <regex> 12 // typedef basic_regex<char> regex; 14 #include <regex> 19 static_assert((std::is_same<std::basic_regex<char>, std::regex>::value), "");
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
bug-regex8.c | 30 #include <regex.h> 36 struct re_pattern_buffer regex; local 40 memset (®ex, '\0', sizeof (regex)); 42 s = re_compile_pattern ("xy$", 3, ®ex); 49 match[0] = re_match_2(®ex,"xyz",3,NULL,0,0,NULL,2); 51 free (regex.buffer); 52 memset (®ex, '\0', sizeof (regex)); 54 s = re_compile_pattern ("xy\\>", 4, ®ex); [all...] |