Home
last modified time | relevance | path

Searched refs:regexes (Results 1 – 25 of 39) sorted by relevance

12

/external/guice/extensions/servlet/src/com/google/inject/servlet/
DServletModule.java274 protected final FilterKeyBindingBuilder filterRegex(String regex, String... regexes) { in filterRegex() argument
276 .filterRegex(ImmutableList.<String>builder().add(regex).add(regexes).build()); in filterRegex()
283 protected final FilterKeyBindingBuilder filterRegex(Iterable<String> regexes) { in filterRegex() argument
284 return getFiltersModuleBuilder().filterRegex(ImmutableList.copyOf(regexes)); in filterRegex()
308 protected final ServletKeyBindingBuilder serveRegex(String regex, String... regexes) { in serveRegex() argument
310 .serveRegex(ImmutableList.<String>builder().add(regex).add(regexes).build()); in serveRegex()
317 protected final ServletKeyBindingBuilder serveRegex(Iterable<String> regexes) { in serveRegex() argument
318 return getServletModuleBuilder().serveRegex(ImmutableList.copyOf(regexes)); in serveRegex()
DFiltersModuleBuilder.java45 public ServletModule.FilterKeyBindingBuilder filterRegex(List<String> regexes) { in filterRegex() argument
46 return new FilterKeyBindingBuilderImpl(parsePatterns(UriPatternType.REGEX, regexes)); in filterRegex()
DServletsModuleBuilder.java49 public ServletModule.ServletKeyBindingBuilder serveRegex(List<String> regexes) { in serveRegex() argument
50 return new ServletKeyBindingBuilderImpl(parsePatterns(UriPatternType.REGEX, regexes)); in serveRegex()
/external/libtextclassifier/annotator/
Dzlib-utils_test.cc38 model.datetime_model->patterns.back()->regexes.emplace_back( in TEST()
40 model.datetime_model->patterns.back()->regexes.back()->pattern = in TEST()
52 EXPECT_TRUE(model.datetime_model->patterns[0]->regexes[0]->pattern.empty()); in TEST()
77 ->regexes() in TEST()
93 EXPECT_EQ(model.datetime_model->patterns[0]->regexes[0]->pattern, in TEST()
Dzlib-utils.cc51 for (int j = 0; j < pattern->regexes.size(); j++) { in CompressModel()
52 DatetimeModelPattern_::RegexT* regex = pattern->regexes[j].get(); in CompressModel()
107 for (int j = 0; j < pattern->regexes.size(); j++) { in DecompressModel()
108 DatetimeModelPattern_::RegexT* regex = pattern->regexes[j].get(); in DecompressModel()
/external/tensorflow/tensorflow/core/profiler/g3doc/
Doptions.md103 …he type regexes specified. tfprof allow user to define extra operation types for graph nodes throu…
105 …e_regexes`: Show node starting from the node that matches the regexes, recursively. regexes are co…
107 …e_regexes`: Hide node starting from the node that matches the regexes, recursively, regexes are co…
109 `-show_name_regexes`: Show node that match the regexes. regexes are comma-seprated.
111 `-hide_name_regexes`: Hide node that match the regexes. regexes are comma-seprated.
/external/autotest/client/cros/
Dcryptohome.py414 def is_vault_mounted(user, regexes=None, allow_fail=False): argument
426 if regexes is None:
427 regexes = {
441 for fs_regex in regexes.keys():
443 device_regex = regexes[fs_regex]
480 regexes={
494 regexes={
568 if not is_vault_mounted(user, regexes={
/external/libcxx/utils/
Dsym_match.py33 if not args.regexes and args.blacklist is None:
39 search_list = args.regexes
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_op.cc196 const std::vector<string>& regexes) { in SearchRoot() argument
197 if (regexes.empty() || (regexes.size() == 1 && regexes[0] == ".*")) { in SearchRoot()
202 for (const string& regex : regexes) { in SearchRoot()
Dtfprof_scope.cc121 std::vector<ScopeNode*> roots, const std::vector<string>& regexes) { in SearchRoot() argument
128 for (const string& regex : regexes) { in SearchRoot()
139 std::vector<ScopeNode*> nroots = SearchRoot(root->show_children, regexes); in SearchRoot()
Dtfprof_graph.cc118 const std::vector<GraphNode*>& roots, const std::vector<string>& regexes, in SearchRoot() argument
131 for (const string& regex : regexes) { in SearchRoot()
142 SearchRoot(root->show_children, regexes, visited); in SearchRoot()
Dtfprof_op.h56 const std::vector<string>& regexes);
Dtfprof_scope.h57 const std::vector<string>& regexes);
Dtfprof_graph.h65 const std::vector<string>& regexes,
Dtfprof_code.h72 const std::vector<string>& regexes);
Dtfprof_show_multi.cc103 const std::vector<string>& regexes) const { in ShouldTrim()
104 for (const string& regex : regexes) { in ShouldTrim()
Dtfprof_show_multi.h68 const std::vector<string>& regexes) const;
Dtfprof_show.cc112 const std::vector<string>& regexes) const { in ShouldTrim()
113 for (const string& regex : regexes) { in ShouldTrim()
Dtfprof_show.h66 const std::vector<string>& regexes) const;
Dtfprof_code.cc536 const std::vector<string>& regexes) { in SearchRoot() argument
543 for (const string& regex : regexes) { in SearchRoot()
554 std::vector<CodeNode*> nroots = SearchRoot(root->show_children, regexes); in SearchRoot()
/external/libtextclassifier/annotator/datetime/
Dparser_test.cc462 patterns->back()->regexes.emplace_back(new DatetimeModelPattern_::RegexT); in AddPattern()
463 patterns->back()->regexes.back()->pattern = regex; in AddPattern()
464 patterns->back()->regexes.back()->groups.push_back( in AddPattern()
Dparser.cc52 if (pattern->regexes()) { in DatetimeParser()
53 for (const DatetimeModelPattern_::Regex* regex : *pattern->regexes()) { in DatetimeParser()
/external/python/cpython3/Tools/demo/
DREADME11 redemo.py Regular Expressions: GUI script to test regexes.
/external/cldr/tools/java/org/unicode/cldr/icu/
Dldml2icu_readme.txt12 regexes in special text files (ldml2icu.txt for locale data and
34 All regexes in a file are assumed to be mutually exclusive and unique, so order
71 Variables are substituted into all the regexes in a file and should be declared
/external/cldr/tools/java/org/unicode/cldr/tool/
DdataModifiers.txt6 # XPaths can be either regexes or literal XPaths, but using literal XPaths will

12