/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.replace/ |
test5.pass.cpp | 10 // <regex> 20 #include <regex> 26 std::regex phone_numbers("\\d{3}-\\d{4}"); 33 std::regex phone_numbers("\\d{3}-\\d{4}"); 41 std::regex phone_numbers("\\d{3}-\\d{4}"); 49 std::regex phone_numbers("\\d{3}-\\d{4}"); 57 std::regex phone_numbers("\\d{3}-\\d{4}"); 65 std::regex phone_numbers("\\d{3}-\\d{4}");
|
test6.pass.cpp | 10 // <regex> 20 #include <regex> 26 std::regex phone_numbers("\\d{3}-\\d{4}"); 33 std::regex phone_numbers("\\d{3}-\\d{4}"); 41 std::regex phone_numbers("\\d{3}-\\d{4}"); 49 std::regex phone_numbers("\\d{3}-\\d{4}"); 57 std::regex phone_numbers("\\d{3}-\\d{4}"); 65 std::regex phone_numbers("\\d{3}-\\d{4}");
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
regex_error.h | 1 // class template regex -*- C++ -*- 27 * @brief Error and exception objects for the std regex library. 30 * Do not attempt to use it directly. @headername{regex} 36 * @addtogroup regex 144 * @param __ecode the regex error code. 152 * @brief Gets the regex error code. 154 * @returns the regex error code. 161 //@} // group regex
|
/external/chromium/sdch/open-vcdiff/src/gtest/ |
gtest-death-test.h | 101 // that matches regex. 102 #define ASSERT_EXIT(statement, predicate, regex) \ 103 GTEST_DEATH_TEST(statement, predicate, regex, GTEST_FATAL_FAILURE) 107 #define EXPECT_EXIT(statement, predicate, regex) \ 108 GTEST_DEATH_TEST(statement, predicate, regex, GTEST_NONFATAL_FAILURE) 112 // signal, and emitting error output that matches regex. 113 #define ASSERT_DEATH(statement, regex) \ 114 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex) 118 #define EXPECT_DEATH(statement, regex) \ 119 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex) [all...] |
/external/chromium_org/components/autofill/core/browser/ |
autofill_regexes.cc | 15 #include "third_party/icu/source/i18n/unicode/regex.h" 19 // A singleton class that serves as a cache of compiled regex patterns. 24 // Returns the compiled regex matcher corresponding to |pattern|. 32 // Maps patterns to their corresponding regex matchers.
|
/external/llvm/lib/Transforms/Utils/ |
SpecialCaseList.cpp | 28 #include "llvm/Support/Regex.h" 37 /// "literal" (i.e. no regex metacharacters) are stored in Strings, while all 38 /// others are represented as a single pipe-separated regex in RegEx. The 40 /// literal strings than Regex. 43 Regex *RegEx; 45 Entry() : RegEx(0) {} 48 return Strings.count(Query) || (RegEx && RegEx->match(Query)) [all...] |
/external/llvm/utils/llvm-build/llvmbuild/ |
configutil.py | 15 The substitutions list should be given as a list of tuples (regex string, 16 replacement), where the regex and replacement will be used as in 're.sub' to 35 regex = re.compile(regex_string) 36 data = regex.sub(replacement, data)
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.search/ |
lookahead.pass.cpp | 10 // <regex> 21 #include <regex> 26 assert(!std::regex_search("ab", std::regex("(?=^)b"))); 27 assert(!std::regex_search("ab", std::regex("a(?=^)b")));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.construct/ |
bad_escape.pass.cpp | 10 // <regex> 17 #include <regex> 24 std::regex char_class_escape("[\\a]"); 32 std::regex escape("\\a");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.state/ |
ready.pass.cpp | 10 // <regex> 16 #include <regex> 25 std::regex_search(s, m, std::regex("cd((e)fg)hi")); 35 std::regex_search(s, m, std::regex("z"));
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
regex | 0 // <regex> -*- C++ -*- 25 /** @file include/regex 53 # include <tr1_impl/regex> 59 # include <tr1_impl/regex>
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/ |
regex | 1 // class template regex -*- C++ -*- 26 * @file tr1/regex 51 # include <tr1_impl/regex> 57 # include <tr1_impl/regex>
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ |
regex | 0 // <regex> -*- C++ -*- 25 /** @file include/regex 53 # include <tr1_impl/regex> 59 # include <tr1_impl/regex>
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
regex | 1 // class template regex -*- C++ -*- 26 * @file tr1/regex 51 # include <tr1_impl/regex> 57 # include <tr1_impl/regex>
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ |
regex | 0 // <regex> -*- C++ -*- 25 /** @file include/regex 53 # include <tr1_impl/regex> 59 # include <tr1_impl/regex>
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
regex | 1 // class template regex -*- C++ -*- 26 * @file tr1/regex 51 # include <tr1_impl/regex> 57 # include <tr1_impl/regex>
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ |
regex | 0 // <regex> -*- C++ -*- 25 /** @file include/regex 53 # include <tr1_impl/regex> 59 # include <tr1_impl/regex>
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
regex | 1 // class template regex -*- C++ -*- 26 * @file tr1/regex 51 # include <tr1_impl/regex> 57 # include <tr1_impl/regex>
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ |
regex | 0 // <regex> -*- C++ -*- 25 /** @file include/regex 53 # include <tr1_impl/regex> 59 # include <tr1_impl/regex>
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1/ |
regex | 1 // class template regex -*- C++ -*- 26 * @file tr1/regex 51 # include <tr1_impl/regex> 57 # include <tr1_impl/regex>
|
/bionic/tests/ |
regex_test.cpp | 20 #include <regex.h> 22 TEST(regex, smoke) { 23 // A quick test of all the regex functions.
|
/external/oprofile/libregex/ |
demangle_symbol.cpp | 59 static regular_expression_replace regex; local 61 setup_regex(regex, OP_DATADIR "/stl.pat"); 66 regex.execute(result);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.acc/ |
prefix.pass.cpp | 10 // <regex> 16 #include <regex> 24 assert(std::regex_search(s, m, std::regex("cd((e)fg)hi")));
|
suffix.pass.cpp | 10 // <regex> 16 #include <regex> 24 assert(std::regex_search(s, m, std::regex("cd((e)fg)hi")));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.size/ |
empty.pass.cpp | 10 // <regex> 17 #include <regex> 28 assert(std::regex_search(s, m, std::regex("cd((e)fg)hi")));
|