HomeSort by relevance Sort by last modified time
    Searched refs:regexes (Results 1 - 25 of 25) sorted by null

  /external/guice/extensions/servlet/src/com/google/inject/servlet/
ServletModule.java 274 protected final FilterKeyBindingBuilder filterRegex(String regex, String... regexes) {
276 .filterRegex(ImmutableList.<String>builder().add(regex).add(regexes).build());
280 * @param regexes Any Java-style regular expressions.
283 protected final FilterKeyBindingBuilder filterRegex(Iterable<String> regexes) {
284 return getFiltersModuleBuilder().filterRegex(ImmutableList.copyOf(regexes));
308 protected final ServletKeyBindingBuilder serveRegex(String regex, String... regexes) {
310 .serveRegex(ImmutableList.<String>builder().add(regex).add(regexes).build());
314 * @param regexes Any Java-style regular expressions.
317 protected final ServletKeyBindingBuilder serveRegex(Iterable<String> regexes) {
318 return getServletModuleBuilder().serveRegex(ImmutableList.copyOf(regexes));
    [all...]
FiltersModuleBuilder.java 45 public ServletModule.FilterKeyBindingBuilder filterRegex(List<String> regexes) {
46 return new FilterKeyBindingBuilderImpl(parsePatterns(UriPatternType.REGEX, regexes));
ServletsModuleBuilder.java 49 public ServletModule.ServletKeyBindingBuilder serveRegex(List<String> regexes) {
50 return new ServletKeyBindingBuilderImpl(parsePatterns(UriPatternType.REGEX, regexes));
  /external/libcxx/utils/
sym_match.py 12 sym_match - Match all symbols in a list against a list of regexes.
29 'regexes', metavar='regexes', default=[], nargs='*',
33 if not args.regexes and args.blacklist is None:
39 search_list = args.regexes
  /external/libtextclassifier/annotator/
zlib-utils_test.cc 38 model.datetime_model->patterns.back()->regexes.emplace_back(
40 model.datetime_model->patterns.back()->regexes.back()->pattern =
52 EXPECT_TRUE(model.datetime_model->patterns[0]->regexes[0]->pattern.empty());
77 ->regexes()
93 EXPECT_EQ(model.datetime_model->patterns[0]->regexes[0]->pattern,
zlib-utils.cc 51 for (int j = 0; j < pattern->regexes.size(); j++) {
52 DatetimeModelPattern_::RegexT* regex = pattern->regexes[j].get();
107 for (int j = 0; j < pattern->regexes.size(); j++) {
108 DatetimeModelPattern_::RegexT* regex = pattern->regexes[j].get();
  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_graph.h 65 const std::vector<string>& regexes,
tfprof_op.h 56 const std::vector<string>& regexes);
tfprof_scope.h 57 const std::vector<string>& regexes);
tfprof_code.h 72 const std::vector<string>& regexes);
tfprof_scope.cc 121 std::vector<ScopeNode*> roots, const std::vector<string>& regexes) {
128 for (const string& regex : regexes) {
139 std::vector<ScopeNode*> nroots = SearchRoot(root->show_children, regexes);
tfprof_op.cc 196 const std::vector<string>& regexes) {
197 if (regexes.empty() || (regexes.size() == 1 && regexes[0] == ".*")) {
202 for (const string& regex : regexes) {
tfprof_graph.cc 118 const std::vector<GraphNode*>& roots, const std::vector<string>& regexes,
131 for (const string& regex : regexes) {
142 SearchRoot(root->show_children, regexes, visited);
tfprof_show_multi.h 68 const std::vector<string>& regexes) const;
tfprof_show.h 66 const std::vector<string>& regexes) const;
tfprof_show_multi.cc 103 const std::vector<string>& regexes) const {
104 for (const string& regex : regexes) {
tfprof_show.cc 112 const std::vector<string>& regexes) const {
113 for (const string& regex : regexes) {
tfprof_code.cc 536 const std::vector<string>& regexes) {
543 for (const string& regex : regexes) {
554 std::vector<CodeNode*> nroots = SearchRoot(root->show_children, regexes);
  /external/libtextclassifier/annotator/datetime/
parser_test.cc 462 patterns->back()->regexes.emplace_back(new DatetimeModelPattern_::RegexT);
463 patterns->back()->regexes.back()->pattern = regex;
464 patterns->back()->regexes.back()->groups.push_back(
parser.cc 52 if (pattern->regexes()) {
53 for (const DatetimeModelPattern_::Regex* regex : *pattern->regexes()) {
  /external/python/cpython2/Misc/Vim/
vim_syntax.py 58 """Generator to yield various combinations of strings regexes"""
  /external/autotest/client/cros/
cryptohome.py 414 def is_vault_mounted(user, regexes=None, allow_fail=False):
419 regexes: dictionary of regexes to matches against the mount information.
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=
    [all...]
  /external/toybox/toys/posix/
ps.c 204 void *regexes, *snapshot;
    [all...]
  /external/toybox/generated/
globals.h 1215 void *regexes, *snapshot; member in struct:ps_data::__anon46466::__anon46469
  /external/testng/ant/3rdparty/
cobertura.jar 

Completed in 288 milliseconds