/external/regex-re2/re2/testing/ |
filtered_re2_test.cc | 1 // Copyright 2009 The RE2 Authors. All Rights Reserved. 6 #include "re2/filtered_re2.h" 7 #include "re2/re2.h" 11 namespace re2 { namespace 17 RE2::Options opts; 275 } // namespace re2
|
/prebuilts/go/darwin-x86/src/regexp/ |
exec_test.go | 22 // considered during RE2's exhaustive tests, which run all possible 25 // up to a given size. Rather than try to link with RE2, we read a 27 // The log file, re2-exhaustive.txt, is generated by running 'make log' 28 // in the open source RE2 distribution https://github.com/google/re2/. 59 // a capital letter are test names printed during RE2's test suite 62 // At time of writing, re2-exhaustive.txt is 59 MB but compresses to 385 kB, 63 // so we store re2-exhaustive.txt.bz2 in the repository and decompress it on the fly. 66 testRE2(t, "testdata/re2-search.txt") 156 // RE2's \B considers every byte position [all...] |
find_test.go | 101 // RE2 tests
|
regexp.go | 9 // More precisely, it is the syntax accepted by RE2 and described at [all...] |
/prebuilts/go/linux-x86/src/regexp/ |
exec_test.go | 22 // considered during RE2's exhaustive tests, which run all possible 25 // up to a given size. Rather than try to link with RE2, we read a 27 // The log file, re2-exhaustive.txt, is generated by running 'make log' 28 // in the open source RE2 distribution https://github.com/google/re2/. 59 // a capital letter are test names printed during RE2's test suite 62 // At time of writing, re2-exhaustive.txt is 59 MB but compresses to 385 kB, 63 // so we store re2-exhaustive.txt.bz2 in the repository and decompress it on the fly. 66 testRE2(t, "testdata/re2-search.txt") 156 // RE2's \B considers every byte position [all...] |
find_test.go | 101 // RE2 tests
|
regexp.go | 9 // More precisely, it is the syntax accepted by RE2 and described at [all...] |
/external/regex-re2/ |
Makefile | 1 # Copyright 2009 The RE2 Authors. All Rights Reserved. 47 re2/filtered_re2.h\ 48 re2/re2.h\ 49 re2/set.h\ 50 re2/stringpiece.h\ 51 re2/variadic_function.h\ 68 re2/filtered_re2.h\ 69 re2/prefilter.h\ 70 re2/prefilter_tree.h [all...] |
/prebuilts/go/darwin-x86/src/regexp/syntax/ |
doc.go | 5 // DO NOT EDIT. This file is generated by mksyntaxgo from the RE2 distribution.
|
parse_test.go | 188 // RE2 prefix_tests
|
/prebuilts/go/linux-x86/src/regexp/syntax/ |
doc.go | 5 // DO NOT EDIT. This file is generated by mksyntaxgo from the RE2 distribution.
|
parse_test.go | 188 // RE2 prefix_tests
|
/external/regex-re2/re2/ |
prefilter.cc | 1 // Copyright 2009 The RE2 Authors. All Rights Reserved. 6 #include "re2/prefilter.h" 7 #include "re2/re2.h" 8 #include "re2/unicode_casefold.h" 9 #include "re2/walker-inl.h" 11 namespace re2 { namespace 703 Prefilter* Prefilter::FromRE2(const RE2* re2) { 704 if (re2 == NULL [all...] |
/external/llvm/lib/Transforms/Utils/ |
SimplifyCFG.cpp | [all...] |