Searched defs:with (Results 1 - 25 of 75) sorted by relevance

123

/external/hamcrest/hamcrest-core/src/test/java/org/hamcrest/core/
H A DIsInstanceOfTest.java55 Integer anInteger = (Integer)with(instanceOf(Integer.class));
61 Integer anInteger = with(any(Integer.class));
65 private static <T> T with(@SuppressWarnings("unused") Matcher<T> matcher) { method in class:IsInstanceOfTest
/external/iptables/include/linux/netfilter_ipv4/
H A Dipt_REJECT.h17 enum ipt_reject_with with; /* reject type */ member in struct:ipt_reject_info
/external/iptables/include/linux/netfilter_ipv6/
H A Dip6t_REJECT.h19 __u32 with; /* reject type */ member in struct:ip6t_reject_info
/external/kernel-headers/original/uapi/linux/netfilter_ipv4/
H A Dipt_REJECT.h18 enum ipt_reject_with with; /* reject type */ member in struct:ipt_reject_info
/external/kernel-headers/original/uapi/linux/netfilter_ipv6/
H A Dip6t_REJECT.h20 __u32 with; /* reject type */ member in struct:ip6t_reject_info
/external/v8/src/
H A Druntime-profiler.cc62 // "kMaxSizeOpt" with which we would need to normalize. This constant is
118 int with = 0, gen = 0, type_vector_ic_count = 0; variable
121 vector->ComputeCounts(&with, &gen, &type_vector_ic_count, is_interpreted);
123 *ic_with_type_info_count += with;
146 PrintF(", ICs with typeinfo: %d/%d (%d%%)", typeinfo, total,
H A Dfeedback-vector-inl.h169 int with = 0; local
191 with++;
194 if (code_is_interpreted) with++;
211 with++;
229 with++;
247 *with_type_info = with;
/external/guice/extensions/servlet/src/com/google/inject/servlet/
H A DServletsModuleBuilder.java5 * you may not use this file except in compliance with the License.
31 * Builds the guice module that binds configured servlets, with their
65 public void with(Class<? extends HttpServlet> servletKey) { method in class:ServletsModuleBuilder.ServletKeyBindingBuilderImpl
66 with(Key.get(servletKey));
69 public void with(Key<? extends HttpServlet> servletKey) { method in class:ServletsModuleBuilder.ServletKeyBindingBuilderImpl
70 with(servletKey, new HashMap<String, String>());
73 public void with(HttpServlet servlet) { method in class:ServletsModuleBuilder.ServletKeyBindingBuilderImpl
74 with(servlet, new HashMap<String, String>());
77 public void with(Class<? extends HttpServlet> servletKey, method in class:ServletsModuleBuilder.ServletKeyBindingBuilderImpl
79 with(Ke
82 public void with(Key<? extends HttpServlet> servletKey, method in class:ServletsModuleBuilder.ServletKeyBindingBuilderImpl
87 private void with(Key<? extends HttpServlet> servletKey, Map<String, String> initParams, method in class:ServletsModuleBuilder.ServletKeyBindingBuilderImpl
101 public void with(HttpServlet servlet, method in class:ServletsModuleBuilder.ServletKeyBindingBuilderImpl
[all...]
H A DServletModule.java5 * you may not use this file except in compliance with the License.
66 * and filters with guice-servlet. Think of this as an in-code replacement for web.xml.
75 * <b>serve("*.html").with(MyServlet.class)</b>
85 * <b>serve("/my/*").with(MyServlet.class)</b>
108 * serve("*.html").with(MyServlet.class);
109 * serve("/my/*").with(MyServlet.class);
110 * serve("*.jpg").with(new MyServlet());
120 * serve("*.html").with(MyServlet.class);
125 * serve("/my/*").with(MyServlet.class);
132 * serve(<b>"*.html", "/my/*"</b>).with(MyServle
316 void with(Class<? extends HttpServlet> servletKey); method in interface:ServletModule.ServletKeyBindingBuilder
317 void with(Key<? extends HttpServlet> servletKey); method in interface:ServletModule.ServletKeyBindingBuilder
319 void with(HttpServlet servlet); method in interface:ServletModule.ServletKeyBindingBuilder
320 void with(Class<? extends HttpServlet> servletKey, Map<String, String> initParams); method in interface:ServletModule.ServletKeyBindingBuilder
321 void with(Key<? extends HttpServlet> servletKey, Map<String, String> initParams); method in interface:ServletModule.ServletKeyBindingBuilder
323 void with(HttpServlet servlet, Map<String, String> initParams); method in interface:ServletModule.ServletKeyBindingBuilder
[all...]
/external/guice/core/src/com/google/inject/util/
H A DModules.java5 * you may not use this file except in compliance with the License.
51 * Static utility methods for creating and working with instances of {@link Module}.
70 * This can be used to replace the bindings of a production module with test bindings:
73 * = Modules.override(new ProductionModule()).with(new TestModule());
90 * This can be used to replace the bindings of a production module with test bindings:
93 * = Modules.override(getProductionModules()).with(getTestModules());
141 Module with(Module... overrides); method in interface:Modules.OverriddenModuleBuilder
146 Module with(Iterable<? extends Module> overrides); method in interface:Modules.OverriddenModuleBuilder
156 public Module with(Module... overrides) { method in class:Modules.RealOverriddenModuleBuilder
157 return with(Array
160 public Module with(Iterable<? extends Module> overrides) { method in class:Modules.RealOverriddenModuleBuilder
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/number/
H A DNumberFormatter.java21 * NumberFormatter.with()
36 * private static final UnlocalizedNumberFormatter template = NumberFormatter.with()
50 * UnlocalizedNumberFormatter formatter = UnlocalizedNumberFormatter.with().notation(Notation.scientific());
131 * option is currently undefined for use with measure units.
143 * monetary symbols and formats as with SHORT, but omit the currency symbol. For measure units, the behavior is
273 public static UnlocalizedNumberFormatter with() { method in class:NumberFormatter
311 return NumberFormatter.with().macros(macros);
/external/icu/icu4j/
H A DAndroid.mk5 # you may not use this file except in compliance with the License.
36 define all-subdir-with-subdir
42 $(call all-subdir-with-subdir,main/classes/*/src,com/ibm/icu))
46 $(call all-subdir-with-subdir,main/tests/*/src,com/ibm/icu/dev))
103 # Run the tests using the ICU4J test framework with the following command:
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
H A DNumberFormatter.java20 * NumberFormatter.with()
35 * private static final UnlocalizedNumberFormatter template = NumberFormatter.with()
49 * UnlocalizedNumberFormatter formatter = UnlocalizedNumberFormatter.with().notation(Notation.scientific());
134 * option is currently undefined for use with measure units.
147 * monetary symbols and formats as with SHORT, but omit the currency symbol. For measure units, the behavior is
288 public static UnlocalizedNumberFormatter with() { method in class:NumberFormatter
328 return NumberFormatter.with().macros(macros);
/external/iptables/extensions/
H A Dlibip6t_REJECT.c16 enum ip6t_reject_with with; member in struct:reject_names
22 enum ip6t_reject_with with; member in struct:reject_names_xlate
68 "--reject-with type drop input packet and send back\n"
75 {.name = "reject-with", .id = O_REJECT_WITH, .type = XTTYPE_STRING},
84 reject->with = IP6T_ICMP6_PORT_UNREACH;
99 reject->with = reject_table[i].with;
114 if (reject_table[i].with == reject->with)
116 printf(" reject-with
[all...]
H A Dlibipt_REJECT.c23 enum ipt_reject_with with; member in struct:reject_names
29 enum ipt_reject_with with; member in struct:reject_names_xlate
77 "--reject-with type drop input packet and send back\n"
86 {.name = "reject-with", .id = O_REJECT_WITH, .type = XTTYPE_STRING},
95 reject->with = IPT_ICMP_PORT_UNREACHABLE;
110 reject->with = reject_table[i].with;
116 fprintf(stderr, "--reject-with echo-reply no longer"
130 if (reject_table[i].with == reject->with)
[all...]
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/utils/
H A DStringEscapeUtils.java3 * contributor license agreements. See the NOTICE file distributed with
6 * (the "License"); you may not use this file except in compliance with
38 * <p>Deals correctly with quotes and control-chars (tab, backslash, cr, ff, etc.) </p>
53 * @return String with escaped values, {@code null} if null string input
126 * and the only IOExceptions thrown must be from interacting with the Writer so that
159 * tightly coupled with the abstract method of this class.
191 // contract with translators is that they have to understand codepoints
200 * Helper method to create a merger of this translator with another set of
203 * @param translators CharSequenceTranslator array of translators to merge with this one
204 * @return CharSequenceTranslator merging this translator with th
206 public final CharSequenceTranslator with(final CharSequenceTranslator... translators) { method in class:StringEscapeUtils.CharSequenceTranslator
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtoken.rb10 Redistribution and use in source and binary forms, with or without
18 documentation and/or other materials provided with the distribution.
48 like comment and white space huddled together with neighboring tokens,
75 # the integer value associated with the token's type
87 # the index of the token with respect to other the other tokens produced during lexing
221 Object with accessor methods implementation.
262 # allows you to make a copy of a token with a different class
377 dynamically defined modules that map integer values to constants with token-type
387 token's type falls within a range, which is not possible with symbols.
392 inspected with name
419 module with the following actions: module in class:ANTLR3
[all...]
/external/icu/icu4c/source/i18n/
H A Dnumber_fluent.cpp127 UnlocalizedNumberFormatter NumberFormatter::with() { function in class:NumberFormatter
133 return with().locale(locale);
/external/python/cpython2/Lib/
H A Dsmtpd.py50 # delivery. One known problem with this class is that it doesn't handle
54 # MailmanProxy - An experimental hack to work with GNU Mailman
58 # gets forwarded to a real backend smtpd, as with PureProxy. Again, errors
273 self.push('354 End data with <CR><LF>.<CR><LF>')
304 # API for "doing something useful with the message"
331 # Do something with the gathered message
357 # TBD: what to do with refused addresses?
376 # error code, use it. Otherwise,fake it with a non-triggering
425 # TBD: what to do with refused addresses?
542 'Cannot import module "pwd"; try running with namespace
[all...]
/external/curl/src/
H A Dtool_urlglob.c66 static int multiply(unsigned long *amount, long with) argument
68 unsigned long sum = *amount * with;
69 if(!with) {
73 if(sum/with != *amount)
83 /* processes a set expression with the point behind the opening '{'
169 *patternp = pattern; /* return with the new position */
177 /* processes a range expression with the point behind the opening '['
180 - num range with leading zeros: e.g. "001-999]"
436 * We can deal with any-size, just make a buffer with th
[all...]
/external/glide/library/src/main/java/com/bumptech/glide/
H A DGlide.java74 * A singleton to present a simple static interface for building requests with {@link BitmapRequestBuilder} and
102 * Returns a directory with a default name in the private cache directory of the application to use to store
114 * Returns a directory with the given name in the private cache directory of the application to use to store
176 throw new IllegalArgumentException("Glide is already setup, check with isSetup() first");
331 * This method should be used with caution, overly aggressive pre-filling is substantially worse than not
357 * Clears some memory with the exact amount depending on the given level.
429 * preferred because it directly links the model with the ModelLoader being used to load it. Any factory replaced
560 * Begin a load with Glide by passing in a context.
566 * the load should be started with {@link #with(androi
585 public static RequestManager with(Context context) { method in class:Glide
597 public static RequestManager with(Activity activity) { method in class:Glide
609 public static RequestManager with(FragmentActivity activity) { method in class:Glide
622 public static RequestManager with(android.app.Fragment fragment) { method in class:Glide
634 public static RequestManager with(Fragment fragment) { method in class:Glide
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DTrieMap.java59 static public <K extends CharSequence, V> Builder<V> with(Style style, Map<K, V> keyValuePairs) { method in class:TrieMap.Builder
60 return with(style, Option.SMALL, keyValuePairs);
63 static public <K extends CharSequence, V> Builder<V> with(Style style, Option option, Map<K, V> keyValuePairs) { method in class:TrieMap.Builder
70 static public <K extends CharSequence, V> Builder<V> with(Style style, K key, V value) { method in class:TrieMap.Builder
71 return with(style, Option.SMALL, key, value);
74 static public <K extends CharSequence, V> Builder<V> with(Style style, Option option, K key, V value) { method in class:TrieMap.Builder
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DTrieMap.java58 static public <K extends CharSequence, V> Builder<V> with(Style style, Map<K, V> keyValuePairs) { method in class:TrieMap.Builder
59 return with(style, Option.SMALL, keyValuePairs);
62 static public <K extends CharSequence, V> Builder<V> with(Style style, Option option, Map<K, V> keyValuePairs) { method in class:TrieMap.Builder
69 static public <K extends CharSequence, V> Builder<V> with(Style style, K key, V value) { method in class:TrieMap.Builder
70 return with(style, Option.SMALL, key, value);
73 static public <K extends CharSequence, V> Builder<V> with(Style style, Option option, K key, V value) { method in class:TrieMap.Builder
/external/python/cpython3/Lib/importlib/
H A D_bootstrap.py87 with self.lock:
104 with self.lock:
162 Should only be called with the import lock taken."""
184 Should only be called with the import lock taken."""
199 of importlib frames that end with a call to this function
322 data associated with the module, including source, use the spec's
591 with _ModuleLockManager(name):
626 # Since module.__path__ may not line up with
649 with _installed_safely(module):
674 with _ModuleLockManage
918 raise ImportError('attempted relative import with no known parent ' namespace
[all...]
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dp5.cpp394 template<class ... Args2> struct with { struct in struct:WorkingPaperExample::zip
399 typedef zip<short, int>::with<unsigned short, unsigned>::type T1; // T1 is Tuple<Pair<short, unsigned short>, Pair<int, unsigned>>
402 typedef zip<short>::with<unsigned short, unsigned>::type T2; // expected-note{{in instantiation of template class}}

Completed in 7635 milliseconds

123