Searched refs:re2 (Results 1 - 25 of 302) sorted by path

1234567891011>>

/external/chromium_org/
H A DGypAndroid.darwin-arm.mk296 include $(LOCAL_PATH)/third_party/re2/re2.target.darwin-arm.mk
H A DGypAndroid.darwin-arm64.mk289 include $(LOCAL_PATH)/third_party/re2/re2.target.darwin-arm64.mk
H A DGypAndroid.darwin-mips.mk286 include $(LOCAL_PATH)/third_party/re2/re2.target.darwin-mips.mk
H A DGypAndroid.darwin-mips64.mk282 include $(LOCAL_PATH)/third_party/re2/re2.target.darwin-mips64.mk
H A DGypAndroid.darwin-x86.mk297 include $(LOCAL_PATH)/third_party/re2/re2.target.darwin-x86.mk
H A DGypAndroid.darwin-x86_64.mk297 include $(LOCAL_PATH)/third_party/re2/re2.target.darwin-x86_64.mk
H A DGypAndroid.linux-arm.mk296 include $(LOCAL_PATH)/third_party/re2/re2.target.linux-arm.mk
H A DGypAndroid.linux-arm64.mk289 include $(LOCAL_PATH)/third_party/re2/re2.target.linux-arm64.mk
H A DGypAndroid.linux-mips.mk286 include $(LOCAL_PATH)/third_party/re2/re2.target.linux-mips.mk
H A DGypAndroid.linux-mips64.mk282 include $(LOCAL_PATH)/third_party/re2/re2.target.linux-mips64.mk
H A DGypAndroid.linux-x86.mk297 include $(LOCAL_PATH)/third_party/re2/re2.target.linux-x86.mk
H A DGypAndroid.linux-x86_64.mk297 include $(LOCAL_PATH)/third_party/re2/re2.target.linux-x86_64.mk
/external/chromium_org/chrome/browser/ui/webui/extensions/
H A Dextension_loader_handler.cc31 #include "third_party/re2/re2/re2.h"
251 re2::RE2::FullMatch(error, regex, &line, &column);
/external/chromium_org/chrome/tools/profile_reset/
H A Djtl_parser.cc10 #include "third_party/re2/re2/re2.h"
58 explicit ParsingState(const re2::StringPiece& compacted_source)
68 re2::StringPiece remaining_compacted_source;
69 re2::StringPiece last_context;
93 re2::StringPiece verbose_text_piece(verbose_text);
136 re2::StringPiece arguments_piece(arguments);
/external/chromium_org/components/json_schema/
H A Djson_schema_validator.cc20 #include "third_party/re2/re2/re2.h"
608 ScopedVector<re2::RE2> pattern_properties_pattern;
614 re2::RE2* prop_pattern = new re2::RE2(it.key());
638 if (re2::RE2::PartialMatch(it.key(),
774 re2::RE2 compiled_regex(pattern);
781 } else if (!re2::RE2::PartialMatch(value, compiled_regex)) {
/external/chromium_org/components/policy/core/common/
H A Dschema.cc21 #include "third_party/re2/re2/re2.h"
182 re2::RE2* CompileRegex(const std::string& pattern) const;
250 mutable std::map<std::string, re2::RE2*> regex_cache_;
251 STLValueDeleter<std::map<std::string, re2::RE2*> > regex_cache_deleter_;
343 re2::RE2* Schema::InternalStorage::CompileRegex(
345 std::map<std::string, re2::RE2*>::iterator it = regex_cache_.find(pattern);
347 re2::RE2* compiled = new re2
[all...]
/external/chromium_org/components/url_matcher/
H A Dregex_set_matcher.cc11 #include "third_party/re2/re2/filtered_re2.h"
12 #include "third_party/re2/re2/re2.h"
76 filtered_re2_.reset(new re2::FilteredRE2());
H A Dregex_set_matcher.h18 namespace re2 { namespace
73 scoped_ptr<re2::FilteredRE2> filtered_re2_;
H A Durl_matcher_factory.cc16 #include "third_party/re2/re2/re2.h"
206 re2::RE2 regex(str_value);
/external/chromium_org/content/child/webcrypto/test/
H A Dtest_helpers.cc26 #include "third_party/re2/re2/re2.h"
176 re2::RE2::GlobalReplace(&file_contents, re2::RE2("\\s*//.*"), "");
/external/chromium_org/content/
H A Dcontent_browser.target.darwin-arm.mk702 $(LOCAL_PATH)/third_party/re2 \
892 $(LOCAL_PATH)/third_party/re2 \
H A Dcontent_browser.target.darwin-arm64.mk691 $(LOCAL_PATH)/third_party/re2 \
869 $(LOCAL_PATH)/third_party/re2 \
H A Dcontent_browser.target.darwin-mips.mk694 $(LOCAL_PATH)/third_party/re2 \
876 $(LOCAL_PATH)/third_party/re2 \
H A Dcontent_browser.target.darwin-mips64.mk694 $(LOCAL_PATH)/third_party/re2 \
876 $(LOCAL_PATH)/third_party/re2 \
H A Dcontent_browser.target.darwin-x86.mk696 $(LOCAL_PATH)/third_party/re2 \
879 $(LOCAL_PATH)/third_party/re2 \

Completed in 531 milliseconds

1234567891011>>