Home
last modified time | relevance | path

Searched defs:RE2 (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/regex-re2/re2/testing/
H A Dre2_test.cc28 TEST(RE2, HexTests) { in TEST() argument
52 TEST(RE2, OctalTests) { in TEST() argument
75 TEST(RE2, DecimalTests) { in TEST() argument
98 TEST(RE2, Replace) { in TEST() argument
213 TEST(RE2, Extract) { in TEST() argument
226 TEST(RE2, Consume) { in TEST() argument
240 TEST(RE2, ConsumeN) { in TEST() argument
264 TEST(RE2, FindAndConsume) { in TEST() argument
287 TEST(RE2, FindAndConsumeN) { in TEST() argument
311 TEST(RE2, MatchNumberPeculiarity) { in TEST() argument
[all …]
/aosp_15_r20/external/cronet/third_party/re2/src/re2/testing/
H A Dre2_test.cc30 TEST(RE2, HexTests) { in TEST() argument
54 TEST(RE2, OctalTests) { in TEST() argument
77 TEST(RE2, DecimalTests) { in TEST() argument
100 TEST(RE2, Replace) { in TEST() argument
215 TEST(RE2, Extract) { in TEST() argument
228 TEST(RE2, MaxSubmatchTooLarge) { in TEST() argument
237 TEST(RE2, Consume) { in TEST() argument
251 TEST(RE2, ConsumeN) { in TEST() argument
275 TEST(RE2, FindAndConsume) { in TEST() argument
298 TEST(RE2, FindAndConsumeN) { in TEST() argument
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dre2_test.cc29 TEST(RE2, HexTests) { in TEST() argument
53 TEST(RE2, OctalTests) { in TEST() argument
76 TEST(RE2, DecimalTests) { in TEST() argument
99 TEST(RE2, Replace) { in TEST() argument
214 TEST(RE2, Extract) { in TEST() argument
227 TEST(RE2, MaxSubmatchTooLarge) { in TEST() argument
236 TEST(RE2, Consume) { in TEST() argument
250 TEST(RE2, ConsumeN) { in TEST() argument
274 TEST(RE2, FindAndConsume) { in TEST() argument
297 TEST(RE2, FindAndConsumeN) { in TEST() argument
[all …]
/aosp_15_r20/external/pigweed/third_party/re2/
H A Ddocs.rst4 RE2 title
16 Submodule
25 GN
36 Updating
52 Version
/aosp_15_r20/external/regex-re2/re2/
H A Dre2.cc107 RE2::RE2(const char* pattern) { in RE2() function in re2::RE2
111 RE2::RE2(const string& pattern) { in RE2() function in re2::RE2
115 RE2::RE2(const StringPiece& pattern) { in RE2() function in re2::RE2
119 RE2::RE2(const StringPiece& pattern, const Options& options) { in RE2() function in re2::RE2
H A Dprefilter.h21 class RE2; variable
/aosp_15_r20/external/cronet/third_party/re2/src/re2/
H A Dre2.cc140 RE2::RE2(const char* pattern) { in RE2() function in re2::RE2
144 RE2::RE2(const std::string& pattern) { in RE2() function in re2::RE2
148 RE2::RE2(absl::string_view pattern) { in RE2() function in re2::RE2
152 RE2::RE2(absl::string_view pattern, const Options& options) { in RE2() function in re2::RE2
H A Dprefilter.h20 class RE2; variable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/
Dre2.cc113 RE2::RE2(const char* pattern) { in RE2() function in re2::RE2
117 RE2::RE2(const std::string& pattern) { in RE2() function in re2::RE2
121 RE2::RE2(const StringPiece& pattern) { in RE2() function in re2::RE2
125 RE2::RE2(const StringPiece& pattern, const Options& options) { in RE2() function in re2::RE2
Dprefilter.h21 class RE2; variable
/aosp_15_r20/external/regex-re2/
H A DCMakeLists.txt12 project(RE2 CXX) project
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/
DCMakeLists.txt8 project(RE2 CXX) project
/aosp_15_r20/external/cronet/third_party/re2/src/
H A DCMakeLists.txt8 project(RE2 CXX) project
/aosp_15_r20/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOARM.h244 MachO::any_relocation_info RE2 = in processHALFSECTDIFFRelocation() local
H A DRuntimeDyldMachOI386.h162 MachO::any_relocation_info RE2 = in processSECTDIFFRelocation() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h163 MachO::any_relocation_info RE2 = in processSECTDIFFRelocation() local
H A DRuntimeDyldMachOARM.h375 MachO::any_relocation_info RE2 = in processHALFSECTDIFFRelocation() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h164 MachO::any_relocation_info RE2 = in processSECTDIFFRelocation() local
H A DRuntimeDyldMachOARM.h376 MachO::any_relocation_info RE2 = in processHALFSECTDIFFRelocation() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp2495 RelocationEntry RE2(GOTSectionID, GOT2, ELF::R_X86_64_64, IFuncOffset, {}); in createIFuncStub() local
/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1367 RE2 = BB2->getInstList().rend(); in SinkThenElseCodeToEnd() local