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

  /external/guice/extensions/servlet/test/com/google/inject/servlet/
ExtensionSpiTest.java 19 import static com.google.inject.servlet.UriPatternType.REGEX;
94 new Params("/class[0-9]", Key.get(DummyFilterImpl.class), ImmutableMap.of(), REGEX),
95 new Params("/class[0-9]/2", Key.get(DummyFilterImpl.class), ImmutableMap.of(), REGEX),
96 new Params("/key[0-9]", Key.get(DummyFilterImpl.class, Names.named("foo")), ImmutableMap.of(), REGEX),
97 new Params("/key[0-9]/2", Key.get(DummyFilterImpl.class, Names.named("foo")), ImmutableMap.of(), REGEX),
98 new Params("/instance[0-9]", dummyFilter3, ImmutableMap.of(), REGEX),
99 new Params("/instance[0-9]/2", dummyFilter3, ImmutableMap.of(), REGEX),
100 new Params("/class[0-9]/keyvalues", Key.get(DummyFilterImpl.class), ImmutableMap.of("key", "value"), REGEX),
101 new Params("/class[0-9]/keyvalues/2", Key.get(DummyFilterImpl.class), ImmutableMap.of("key", "value"), REGEX),
102 new Params("/key[0-9]/keyvalues", Key.get(DummyFilterImpl.class, Names.named("foo")), ImmutableMap.of("key", "value"), REGEX),
    [all...]
UriPatternTypeTest.java 51 UriPatternMatcher pattern = UriPatternType.get(UriPatternType.REGEX, "/.*/foo");
ServletDefinitionPathsTest.java 299 UriPatternType.get(UriPatternType.REGEX, mapping), new HashMap<String, String>(), null);
  /external/guice/extensions/servlet/src/com/google/inject/servlet/
UriPatternType.java 18 import java.util.regex.Matcher;
19 import java.util.regex.Pattern;
27 SERVLET, REGEX;
33 case REGEX:
132 // Try to capture the everything before the regex begins to match
145 return UriPatternType.REGEX;
FiltersModuleBuilder.java 48 return new FilterKeyBindingBuilderImpl(regexes, UriPatternType.REGEX);
ServletsModuleBuilder.java 52 return new ServletKeyBindingBuilderImpl(regexes, UriPatternType.REGEX);
  /external/libedit/src/
sys.h 130 #define REGEX /* Use POSIX.2 regular expression functions */
search.c 49 #if defined(REGEX)
50 #include <regex.h>
116 #if defined (REGEX)
130 #if defined(REGEX)
  /libcore/benchmarks/src/benchmarks/regression/
SchemePrefixBenchmark.java 21 import java.util.regex.Matcher;
22 import java.util.regex.Pattern;
56 REGEX() {
  /external/libjpeg-turbo/
CMakeLists.txt 148 string(REGEX REPLACE "/MD" "/MT" ${var} "${${var}}")
712 string(REGEX REPLACE "_" "/" scalearg ${scale})
    [all...]
  /external/google-breakpad/autotools/
ltmain.sh     [all...]
  /external/google-tv-pairing-protocol/cpp/
libtool 618 # PREFIX and SUFFIX must not contain globbing or regex special
    [all...]
ltmain.sh     [all...]
  /external/libmtp/
ltmain.sh     [all...]
  /external/libnetfilter_conntrack/
ltmain.sh     [all...]
  /external/libnfnetlink/
ltmain.sh     [all...]
  /external/libogg/
ltmain.sh     [all...]
  /external/libusb-compat/
ltmain.sh     [all...]
  /external/libvorbis/
ltmain.sh     [all...]
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
logback-core-0.9.8-SNAPSHOT.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.10.0.v20150423-0755.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.2.2/
jackson-databind-2.2.2.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.6.6/
jackson-databind-2.6.6.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 601 milliseconds