Searched refs:re2 (Results 151 - 175 of 302) sorted by relevance

1234567891011>>

/external/chromium_org/gpu/
H A Dgpu_config.target.darwin-x86_64.mk125 $(LOCAL_PATH)/third_party/re2 \
231 $(LOCAL_PATH)/third_party/re2 \
H A Dgpu_config.target.linux-arm.mk131 $(LOCAL_PATH)/third_party/re2 \
244 $(LOCAL_PATH)/third_party/re2 \
H A Dgpu_config.target.linux-arm64.mk120 $(LOCAL_PATH)/third_party/re2 \
221 $(LOCAL_PATH)/third_party/re2 \
H A Dgpu_config.target.linux-mips.mk123 $(LOCAL_PATH)/third_party/re2 \
228 $(LOCAL_PATH)/third_party/re2 \
H A Dgpu_config.target.linux-mips64.mk123 $(LOCAL_PATH)/third_party/re2 \
228 $(LOCAL_PATH)/third_party/re2 \
H A Dgpu_config.target.linux-x86.mk126 $(LOCAL_PATH)/third_party/re2 \
233 $(LOCAL_PATH)/third_party/re2 \
H A Dgpu_config.target.linux-x86_64.mk125 $(LOCAL_PATH)/third_party/re2 \
231 $(LOCAL_PATH)/third_party/re2 \
/external/chromium_org/third_party/re2/re2/
H A Dprefilter.cc6 #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
694 Prefilter* Prefilter::FromRE2(const RE2* re2) { argument
695 if (re2 == NULL)
698 Regexp* regexp = re2->Regexp();
706 } // namespace re2
[all...]
/external/chromium_org/third_party/re2/re2/testing/
H A Dexhaustive_tester.cc22 #include "re2/testing/exhaustive_tester.h"
23 #include "re2/testing/tester.h"
35 namespace re2 { namespace
188 } // namespace re2
H A Dpossible_match_test.cc7 #include "re2/prog.h"
8 #include "re2/re2.h"
9 #include "re2/regexp.h"
10 #include "re2/testing/regexp_generator.h"
11 #include "re2/testing/string_generator.h"
13 namespace re2 { namespace
240 } // namespace re2
H A Dset_test.cc10 #include "re2/re2.h"
11 #include "re2/set.h"
13 namespace re2 { namespace
113 } // namespace re2
/external/chromium_org/third_party/re2/util/
H A Dbenchmark.cc8 #include "re2/re2.h"
13 using namespace re2;
H A Dmutex.h13 namespace re2 { namespace
213 } // namespace re2
H A Drune.cc18 namespace re2 { namespace
258 } // namespace re2
H A Dsparse_array_test.cc10 namespace re2 { namespace
150 } // namespace re2
/external/chromium_org/v8/test/webkit/
H A Dregexp-zero-length-alternatives.js45 var re2 = new RegExp(/(?:a||z)*/);
46 shouldBe('emptyStr.match(re2)', '[""]');
47 shouldBe('s1.match(re2)', '[""]');
48 shouldBe('s2.match(re2)', '["aaaa"]');
49 shouldBe('s3.match(re2)', '["aa"]');
/external/clang/test/SemaCXX/
H A Dtypo-correction-pt2.cpp142 namespace re2 {} namespace in namespace:no_ns_before_dot
/external/regex-re2/re2/
H A Dprefilter.cc6 #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) { argument
704 if (re2 == NULL)
707 Regexp* regexp = re2->Regexp();
715 } // namespace re2
[all...]
/external/regex-re2/re2/testing/
H A Dexhaustive_tester.cc22 #include "re2/testing/exhaustive_tester.h"
23 #include "re2/testing/tester.h"
35 namespace re2 { namespace
188 } // namespace re2
H A Dpossible_match_test.cc7 #include "re2/prog.h"
8 #include "re2/re2.h"
9 #include "re2/regexp.h"
10 #include "re2/testing/regexp_generator.h"
11 #include "re2/testing/string_generator.h"
13 namespace re2 { namespace
240 } // namespace re2
H A Dset_test.cc10 #include "re2/re2.h"
11 #include "re2/set.h"
13 namespace re2 { namespace
113 } // namespace re2
/external/regex-re2/util/
H A Dbenchmark.cc8 #include "re2/re2.h"
13 using namespace re2;
H A Dmutex.h13 namespace re2 { namespace
209 } // namespace re2
H A Drune.cc18 namespace re2 { namespace
258 } // namespace re2
H A Dsparse_array_test.cc10 namespace re2 { namespace
150 } // namespace re2

Completed in 4645 milliseconds

1234567891011>>