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

1 2

  /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>");
  /libcore/luni/src/main/java/java/net/
Inet4Address.java 13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
35 public static final InetAddress ANY =
Inet6Address.java 13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
38 public static final InetAddress ANY =
173 return Arrays.equals(ipaddress, Inet6Address.ANY.ipaddress);
  /packages/apps/Email/emailcommon/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 12 (at your option) any later version.
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
55 ANY = 271,
74 #define ANY 271
  /external/v8/src/
win32-headers.h 17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
20 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
23 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
92 #undef ANY
lithium.h 17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
20 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
23 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
85 ANY,
105 // register for any other operand inside instruction.
152 return policy() == ANY;
184 LUnallocated* result = new LUnallocated(ANY);
  /packages/apps/Email/emailcommon/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/emailcommon/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...]
  /sdk/rule_api/src/com/android/ide/common/api/
ResizePolicy.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
33 private static final int ANY = HORIZONTAL | VERTICAL;
37 public static final ResizePolicy sAny = new ResizePolicy(ANY);
41 private static final ResizePolicy sScaled = new ResizePolicy(ANY | PRESERVE_RATIO);
57 return (mFlags & ANY) != 0;
106 * Returns a resize policy allowing resizing in any direction
108 * @return a resize policy allowing resizing in any direction
115 * Returns a resize policy not allowing any resizing
117 * @return a policy which does not allow any resizing
  /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...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
Archive.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
73 ANY("Any"),
114 if (this == ANY) {
125 ANY("Any"),
170 if (this == ANY) {
310 } else if (mOs == Os.ANY) {
311 os = "any OS";
317 if (mArch != null && mArch != Arch.ANY) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectWizardState.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
262 // For the project name, remove any dots
272 if (mode == Mode.ANY && useExisting) {
312 // Select the target matching the manifest's sdk or build properties, if any
386 * Note that even if in the {@link #ANY} mode, a test project can be
397 ANY;
  /frameworks/base/media/java/android/media/
Metadata.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
63 public static final int ANY = 0; // Never used for metadata returned, only for filtering.
211 public static final Set<Integer> MATCH_ALL = Collections.singleton(ANY);
525 if (val <= ANY || (LAST_SYSTEM < val && val < FIRST_CUSTOM)) {
  /external/icu4c/common/
uniset_props.cpp 82 static const char ANY[] = "ANY"; // [\u0000-\U0010FFFF]
410 * Characters preceded by '\\' are escaped, losing any special
    [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
118 #define ANY 0
168 { PF_LOCAL, 0, ANY, ANY, NULL, 0x01 },
173 { PF_INET6, SOCK_RAW, ANY, NULL, 0x05 },
177 { PF_INET, SOCK_RAW, ANY, NULL, 0x05 },
180 { PF_UNSPEC, SOCK_RAW, ANY, NULL, 0x05 }
    [all...]
  /external/ipsec-tools/src/racoon/
cfparse.h 12 (at your option) any later version.
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
181 ANY = 397,
355 #define ANY 397
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java 3 * Permission is hereby granted, free of charge, to any person obtaining a copy
13 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
77 private static final char[] ANY = new char[]{ 'A', 'N', 'Y' };
192 boolean any = false;
210 any = true;
226 any = true;
240 if (any) {
288 return any;
378 * Return after any text token when we're looking for a singl
    [all...]
  /external/collada/include/1.4/dom/
domTypes.h 243 FX_SURFACE_TYPE_ENUM_UNTYPED, /**< When a surface's type attribute is set to UNTYPED, its type is initially unknown and established later by the context in which it is used, such as by a texture sampler that references it. A surface of any other type may be changed into an UNTYPED surface at run-time, as if it were created by <newparam>, using <setparam>. If there is a type mismatch between a <setparam> operation and what the run-time decides the type should be, the result is profile- and platform-specific behavior. */
719 ANY = 1,
    [all...]

Completed in 689 milliseconds

1 2