HomeSort by relevance Sort by last modified time
    Searched defs:ANY (Results 1 - 22 of 22) sorted by null

  /external/easymock/src/org/easymock/internal/matchers/
Any.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22 public class Any implements IArgumentMatcher, Serializable {
26 public static final Any ANY = new Any();
28 private Any() {
37 buffer.append("<any>");
  /dalvik/libcore/luni/src/main/java/java/net/
Inet4Address.java 13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
30 * represented without any byte rearrangement.
36 final static InetAddress ANY = new Inet4Address(new byte[] { 0, 0, 0, 0 });
64 * Returns whether the represented address is the local wildcard ANY address
67 * @return {@code true} if this instance represents the wildcard ANY
Inet6Address.java 13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
36 static final InetAddress ANY = new Inet6Address(new byte[]
  /packages/apps/Email/src/org/apache/james/mime4j/field/datetime/parser/
DateTimeParserConstants.java 13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
28 int ANY = 48;
83 "<ANY>",
  /external/ipsec-tools/src/libipsec/
policy_parse.h 11 any later version.
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
55 ANY = 271,
74 #define ANY 271
  /packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
AddressListParserConstants.java 13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
31 int ANY = 33;
73 "<ANY>",
  /packages/apps/Email/src/org/apache/james/mime4j/field/contenttype/parser/
ContentTypeParserConstants.java 13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
28 int ANY = 23;
59 "<ANY>",
  /external/apache-http/src/org/apache/http/auth/
AuthScope.java 19 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
50 * The <tt>null</tt> value represents any host. In the future versions of
56 * The <tt>-1</tt> value represents any port.
61 * The <tt>null</tt> value represents any realm.
66 * The <tt>null</tt> value represents any authentication scheme.
71 * Default scope matching any host, port, realm and authentication scheme.
75 public static final AuthScope ANY = new AuthScope(ANY_HOST, ANY_PORT, ANY_REALM, ANY_SCHEME);
95 * any host.
98 * any port.
101 * any realm.
    [all...]
  /external/guava/src/com/google/common/base/
CharMatcher.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
28 * Determines a true or false value for any Java {@code char} value, just as
29 * {@link Predicate} does for any {@link Object}. Also offers basic text
34 * character" is used to mean "any character {@code c} for which {@code
190 * category is any of SPACE_SEPARATOR, LINE_SEPARATOR,
229 /** Matches any character. */
230 public static final CharMatcher ANY = new CharMatcher() {
353 return ANY;
396 * Returns a {@code char} matcher that matches any character except the one
411 return other.matches(match) ? ANY : this
    [all...]
  /external/tcpdump/missing/
getnameinfo.c 18 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
66 #define ANY 0
getaddrinfo.c 18 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
94 #define ANY 0
154 { PF_LOCAL, 0, ANY, ANY, NULL, 0x01 },
159 { PF_INET6, SOCK_RAW, ANY, NULL, 0x05 },
163 { PF_INET, SOCK_RAW, ANY, NULL, 0x05 },
249 ((x) == (y) || ((w) && ((x) == ANY || (y) == ANY))
    [all...]
  /external/icu4c/i18n/
anytrans.cpp 30 static const UChar ANY[] = {65,110,121,0}; // "Any"
96 * Returns TRUE if there are any more runs. TRUE is always
331 * register those that are scripts T as Any-T/V.
343 // Ignore the "Any" source
344 if (source.caseCompare(ANY, 0 /*U_FOLD_CASE_DEFAULT*/) == 0) continue;
367 TransliteratorIDParser::STVtoID(ANY, target, variant, id);
tridpars.cpp 37 static const UChar ANY[] = {65,110,121,0}; // "Any"
38 static const UChar ANY_NULL[] = {65,110,121,45,78,117,108,108,0}; // "Any-Null"
365 // Parse leading global filter, if any
415 // Parse trailing global filter, if any, and only if we saw
537 * ANY.
538 * @param id the id string, in any of several forms
540 * isSourcePresent. If the source is not present, ANY will be
550 source = ANY;
590 * full ID. If the source is empty, then "Any" will be used for th
    [all...]
transreg.cpp 48 static const UChar ANY[] = { 65, 110, 121, 0 }; // Any
474 // invalidates any RBTs that the user has instantiated.
571 entry->stringArg = UNICODE_STRING_SIMPLE("Any-NULL");
829 // which is incremented with any modification, and validate this iterator
871 s = ANY;
    [all...]
  /external/icu4c/common/
uniset_props.cpp 80 static const char ANY[] = "ANY"; // [\u0000-\U0010FFFF]
338 * Characters preceded by '\\' are escaped, losing any special
    [all...]
  /frameworks/base/media/java/android/media/
Metadata.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
62 public static final int ANY = 0; // Never used for metadata returned, only for filtering.
111 public static final Set<Integer> MATCH_ALL = Collections.singleton(ANY);
400 if (val <= ANY || (LAST_SYSTEM < val && val < FIRST_CUSTOM)) {
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
Archive.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
82 ANY("Any"),
123 if (this == ANY) {
134 ANY("Any"),
179 if (this == ANY) {
318 } else if (mOs == Os.ANY) {
319 os = "any OS";
325 if (mArch != null && mArch != Arch.ANY) {
    [all...]
  /bionic/libc/netbsd/net/
getaddrinfo.c 21 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
24 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
27 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
104 #define ANY 0
154 { PF_LOCAL, 0, ANY, ANY, NULL, 0x01 },
159 { PF_INET6, SOCK_RAW, ANY, NULL, 0x05 },
163 { PF_INET, SOCK_RAW, ANY, NULL, 0x05 },
166 { PF_UNSPEC, SOCK_RAW, ANY, NULL, 0x05 }
    [all...]
  /external/ipsec-tools/src/racoon/
cfparse.h 11 any later version.
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
173 ANY = 389,
338 #define ANY 389
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 422 milliseconds