Home
last modified time | relevance | path

Searched defs:with (Results 1 – 25 of 43) sorted by relevance

12

/external/guice/extensions/servlet/src/com/google/inject/servlet/
DServletsModuleBuilder.java65 public void with(Class<? extends HttpServlet> servletKey) { in with() method in ServletsModuleBuilder.ServletKeyBindingBuilderImpl
69 public void with(Key<? extends HttpServlet> servletKey) { in with() method in ServletsModuleBuilder.ServletKeyBindingBuilderImpl
73 public void with(HttpServlet servlet) { in with() method in ServletsModuleBuilder.ServletKeyBindingBuilderImpl
77 public void with(Class<? extends HttpServlet> servletKey, in with() method in ServletsModuleBuilder.ServletKeyBindingBuilderImpl
82 public void with(Key<? extends HttpServlet> servletKey, in with() method in ServletsModuleBuilder.ServletKeyBindingBuilderImpl
87 private void with(Key<? extends HttpServlet> servletKey, Map<String, String> initParams, in with() method in ServletsModuleBuilder.ServletKeyBindingBuilderImpl
101 public void with(HttpServlet servlet, in with() method in ServletsModuleBuilder.ServletKeyBindingBuilderImpl
DServletModule.java316 void with(Class<? extends HttpServlet> servletKey); in with() method
317 void with(Key<? extends HttpServlet> servletKey); in with() method
319 void with(HttpServlet servlet); in with() method
320 void with(Class<? extends HttpServlet> servletKey, Map<String, String> initParams); in with() method
321 void with(Key<? extends HttpServlet> servletKey, Map<String, String> initParams); in with() method
323 void with(HttpServlet servlet, Map<String, String> initParams); in with() method
/external/mesa3d/docs/OLD/
DMESA_program_debug.spec49 user to register a callback function with the GL. The callback will function
173 registers a user-defined callback function with the GL. <target> function
/external/guice/core/src/com/google/inject/util/
DModules.java141 Module with(Module... overrides); in with() method
146 Module with(Iterable<? extends Module> overrides); in with() method
156 public Module with(Module... overrides) { in with() method in Modules.RealOverriddenModuleBuilder
160 public Module with(Iterable<? extends Module> overrides) { in with() method in Modules.RealOverriddenModuleBuilder
/external/glide/library/src/main/java/com/bumptech/glide/
DGlide.java585 public static RequestManager with(Context context) { in with() method in Glide
597 public static RequestManager with(Activity activity) { in with() method in Glide
609 public static RequestManager with(FragmentActivity activity) { in with() method in Glide
622 public static RequestManager with(android.app.Fragment fragment) { in with() method in Glide
634 public static RequestManager with(Fragment fragment) { in with() method in Glide
/external/iptables/include/linux/netfilter_ipv6/
Dip6t_REJECT.h17 __u32 with; /* reject type */ member
/external/iptables/include/linux/netfilter_ipv4/
Dipt_REJECT.h17 enum ipt_reject_with with; /* reject type */ member
/external/kernel-headers/original/uapi/linux/netfilter_ipv4/
Dipt_REJECT.h17 enum ipt_reject_with with; /* reject type */ member
/external/kernel-headers/original/uapi/linux/netfilter_ipv6/
Dip6t_REJECT.h19 __u32 with; /* reject type */ member
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DTrieMap.java56 … static public <K extends CharSequence, V> Builder<V> with(Style style, Map<K, V> keyValuePairs) { in with() method in TrieMap.Builder
60 …static public <K extends CharSequence, V> Builder<V> with(Style style, Option option, Map<K, V> ke… in with() method in TrieMap.Builder
67 static public <K extends CharSequence, V> Builder<V> with(Style style, K key, V value) { in with() method in TrieMap.Builder
71 …static public <K extends CharSequence, V> Builder<V> with(Style style, Option option, K key, V val… in with() method in TrieMap.Builder
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DTrieMap.java57 … static public <K extends CharSequence, V> Builder<V> with(Style style, Map<K, V> keyValuePairs) { in with() method in TrieMap.Builder
61 …static public <K extends CharSequence, V> Builder<V> with(Style style, Option option, Map<K, V> ke… in with() method in TrieMap.Builder
68 static public <K extends CharSequence, V> Builder<V> with(Style style, K key, V value) { in with() method in TrieMap.Builder
72 …static public <K extends CharSequence, V> Builder<V> with(Style style, Option option, K key, V val… in with() method in TrieMap.Builder
/external/iptables/extensions/
Dlibip6t_REJECT.c16 enum ip6t_reject_with with; member
Dlibipt_REJECT.c23 enum ipt_reject_with with; member
/external/v8/src/
Dtype-feedback-vector-inl.h122 int with = 0; in ComputeCounts() local
Druntime-profiler.cc78 int with = 0, gen = 0; in GetICCounts() local
/external/libgdx/gdx/src/com/badlogic/gdx/utils/
DDelayedRemovalArray.java171 static public <T> DelayedRemovalArray<T> with (T... array) { in with() method in DelayedRemovalArray
DSnapshotArray.java184 static public <T> SnapshotArray<T> with (T... array) { in with() method in SnapshotArray
DBooleanArray.java326 static public BooleanArray with (boolean... array) { in with() method in BooleanArray
DByteArray.java371 static public ByteArray with (byte... array) { in with() method in ByteArray
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dp5.cpp394 template<class ... Args2> struct with { struct
395 …pack expansion contains parameter packs 'Args1' and 'Args2' that have different lengths (1 vs. 2)}}
/external/v8/src/arm/
Dmacro-assembler-arm.h978 void JumpIfRoot(Register with, Heap::RootListIndex index, Label* if_equal) { in JumpIfRoot()
984 void JumpIfNotRoot(Register with, Heap::RootListIndex index, in JumpIfNotRoot()
/external/lldb/source/Target/
DCPPLanguageRuntime.cpp95 std::string& with) in replace()
/external/curl/src/
Dtool_urlglob.c66 static int multiply(unsigned long *amount, long with) in multiply()
/external/jetty/src/java/org/eclipse/jetty/util/
DStringUtil.java188 public static String replace(String s, String sub, String with) in replace()
/external/v8/src/ppc/
Dmacro-assembler-ppc.h879 void JumpIfRoot(Register with, Heap::RootListIndex index, Label* if_equal) { in JumpIfRoot()
885 void JumpIfNotRoot(Register with, Heap::RootListIndex index, in JumpIfNotRoot()

12