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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/none/tests/amd64/
nibz_bennee_mmap.stdout.exp 1 made it through alive!
  /external/curl/docs/cmdline-opts/
unix-socket.d 3 Help: Connect through this Unix domain socket
7 Connect through this Unix domain socket, instead of using the network.
proxytunnel.d 3 Help: Operate through a HTTP proxy tunnel (using CONNECT)
7 to attempt to tunnel through the proxy instead of merely using it to do
10 number curl wants to tunnel through to.
  /external/clang/test/SemaCXX/
switch-implicit-fallthrough-blocks.cpp 13 expected-warning{{unannotated fall-through between switch labels}} \
14 expected-note{{insert 'break;' to avoid fall-through}}
  /external/guice/extensions/servlet/src/com/google/inject/servlet/
FiltersModuleBuilder.java 61 public void through(Class<? extends Filter> filterKey) { method in class:FiltersModuleBuilder.FilterKeyBindingBuilderImpl
62 through(Key.get(filterKey));
65 public void through(Key<? extends Filter> filterKey) { method in class:FiltersModuleBuilder.FilterKeyBindingBuilderImpl
66 through(filterKey, new HashMap<String, String>()); method
69 public void through(Filter filter) { method in class:FiltersModuleBuilder.FilterKeyBindingBuilderImpl
70 through(filter, new HashMap<String, String>()); method
73 public void through(Class<? extends Filter> filterKey, method in class:FiltersModuleBuilder.FilterKeyBindingBuilderImpl
77 through(Key.get(filterKey), initParams);
80 public void through(Key<? extends Filter> filterKey, method in class:FiltersModuleBuilder.FilterKeyBindingBuilderImpl
82 through(filterKey, initParams, null) method
85 private void through(Key<? extends Filter> filterKey, method in class:FiltersModuleBuilder.FilterKeyBindingBuilderImpl
95 public void through(Filter filter, method in class:FiltersModuleBuilder.FilterKeyBindingBuilderImpl
99 through(filterKey, initParams, filter); method
    [all...]
ServletModule.java 103 * filter("/*").through(MyFilter.class);
104 * filter("*.css").through(MyCssFilter.class);
105 * filter("*.jpg").through(new MyJpgFilter());
116 * "{@code /my/file.js}" (after it runs through the matching filters) will first
179 * filter("/*").through(<b>Key.get(Filter.class, Fave.class)</b>);
209 * filter("/*").through(RpcFilter.class);
214 * filter("/*").through(WebServiceFilter.class);
300 void through(Class<? extends Filter> filterKey); method in interface:ServletModule.FilterKeyBindingBuilder
301 void through(Key<? extends Filter> filterKey); method in interface:ServletModule.FilterKeyBindingBuilder
303 void through(Filter filter) method in interface:ServletModule.FilterKeyBindingBuilder
304 void through(Class<? extends Filter> filterKey, Map<String, String> initParams); method in interface:ServletModule.FilterKeyBindingBuilder
305 void through(Key<? extends Filter> filterKey, Map<String, String> initParams); method in interface:ServletModule.FilterKeyBindingBuilder
307 void through(Filter filter, Map<String, String> initParams); method in interface:ServletModule.FilterKeyBindingBuilder
    [all...]
  /external/guice/extensions/servlet/test/com/google/inject/servlet/
EdslTest.java 61 filter("/*").through(DummyFilterImpl.class);
62 filter("*.html").through(DummyFilterImpl.class);
63 filter("/*").through(Key.get(DummyFilterImpl.class));
64 filter("/*").through(new DummyFilterImpl());
66 filter("*.html").through(DummyFilterImpl.class,
69 filterRegex("/person/[0-9]*").through(DummyFilterImpl.class);
70 filterRegex("/person/[0-9]*").through(DummyFilterImpl.class,
73 filterRegex("/person/[0-9]*").through(Key.get(DummyFilterImpl.class));
74 filterRegex("/person/[0-9]*").through(Key.get(DummyFilterImpl.class),
77 filterRegex("/person/[0-9]*").through(new DummyFilterImpl())
    [all...]
InjectedFilterPipelineTest.java 46 filter("/*").through(TestFilter.class);
47 filter("*.html").through(TestFilter.class);
48 filter("/*").through(Key.get(TestFilter.class));
49 filter("*.jsp").through(Key.get(TestFilter.class));
52 filter("/index/*").through(Key.get(NeverFilter.class));
53 filter("/public/login/*").through(Key.get(NeverFilter.class));
63 filter("*.html").through(NeverFilter.class);
64 filter("/non-jsp/*").through(Key.get(NeverFilter.class));
67 filter("/index/*").through(Key.get(TestFilter.class));
68 filter("/public/login/*").through(Key.get(TestFilter.class))
    [all...]
FilterPipelineTest.java 44 filter("/*").through(TestFilter.class);
45 filter("*.html").through(TestFilter.class);
46 filter("/*").through(Key.get(TestFilter.class));
47 filter("*.jsp").through(Key.get(TestFilter.class));
50 filter("/index/*").through(Key.get(NeverFilter.class));
51 filter("/public/login/*").through(Key.get(NeverFilter.class));
VarargsFilterDispatchIntegrationTest.java 53 filter("/*", "*.html", "/*").through(Key.get(TestFilter.class));
56 filter("/index/*").through(Key.get(TestFilter.class));
57 filter("*.jsp").through(Key.get(TestFilter.class));
92 filter("/public/*", "*.html", "*.xml").through(Key.get(TestFilter.class));
95 filter("/index/*").through(Key.get(TestFilter.class));
96 filter("*.jsp").through(Key.get(TestFilter.class));
133 filterRegex("/[A-Za-z]*", "/index").through(TestFilter.class);
136 filterRegex("\\w").through(Key.get(TestFilter.class));
FilterDispatchIntegrationTest.java 79 filter("/*").through(TestFilter.class);
80 filter("*.html").through(TestFilter.class);
81 filter("/*").through(Key.get(TestFilter.class));
84 filter("/index/*").through(Key.get(TestFilter.class));
85 filter("*.jsp").through(Key.get(TestFilter.class));
138 filter("/public/*").through(TestFilter.class);
139 filter("*.html").through(TestFilter.class);
140 filter("*.xml").through(Key.get(TestFilter.class));
143 filter("/index/*").through(Key.get(TestFilter.class));
144 filter("*.jsp").through(Key.get(TestFilter.class))
    [all...]
MultiModuleDispatchIntegrationTest.java 52 filter("/*").through(TestFilter.class);
55 filter("*.jsp").through(Key.get(TestFilter.class));
62 filter("*.html").through(TestFilter.class);
63 filter("/*").through(Key.get(TestFilter.class));
66 filter("/index/*").through(Key.get(TestFilter.class));
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
loc8m.d 5 # Setting file start through the special symbol, in-source, mmo version.
loc10.d 4 # Setting file start through the special symbol.
loc10m.d 5 # Setting file start through the special symbol, mmo version.
loc8.d 4 # Setting file start through the special symbol, in-source.
loc9.d 4 # Setting file start through the LOC pseudo, see PR 6607.
loc9m.d 5 # Setting file start through the LOC pseudo, see PR 6607, mmo version.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
err-bpo2.s 4 # through (without -linker-allocated-gregs).
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
thumb2-bl-undefweak.s 1 @ Test that calls to undefined weak functions resolve to call through
thumb2-bl-undefweak1.s 1 @ Test that calls to undefined weak functions resolve to call through
  /prebuilts/go/darwin-x86/src/crypto/aes/
modes.go 12 // implementation of GCM through the AEAD interface.
19 // implementation of CBC encryption through the cipher.BlockMode interface.
26 // implementation of CBC decryption through the cipher.BlockMode interface.
33 // implementation of CTR through the cipher.Stream interface.
  /prebuilts/go/linux-x86/src/crypto/aes/
modes.go 12 // implementation of GCM through the AEAD interface.
19 // implementation of CBC encryption through the cipher.BlockMode interface.
26 // implementation of CBC decryption through the cipher.BlockMode interface.
33 // implementation of CTR through the cipher.Stream interface.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/elf/
file.s 28 # xtensa (through --rename-section file.s=file.c)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/d10v/
address-001.s 37 ;; Indirect through stackpointer
48 ;; Indirect through stackpointer with postincrement
56 ;; Indirect through stackpointer with postdecrement
62 ;; Indirect through stackpointer with predecrement

Completed in 301 milliseconds

1 2 3 4 5 6 7 8 91011>>