Searched defs:ANY (Results 1 - 25 of 80) sorted by relevance

1234

/external/mockito/src/main/java/org/mockito/internal/matchers/
H A DAny.java14 public static final Any ANY = new Any(); field in class:Any
/external/easymock/src/org/easymock/internal/matchers/
H A DAny.java12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
26 public static final Any ANY = new Any(); field in class:Any
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
H A DCollectionSize.java12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
35 * CollectionSize#ANY}.) These semantics are thus a little different
63 ANY( enum constant in enum:CollectionSize
/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/
H A DTweenCallback.java42 public static final int ANY = 0xFF; field in interface:TweenCallback
/external/apache-http/src/org/apache/http/auth/
H A DAuthScope.java19 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
80 public static final AuthScope ANY = new AuthScope(ANY_HOST, ANY_PORT, ANY_REALM, ANY_SCHEME); field in class:AuthScope
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DSortedSetRelation.java48 ANY = A_NOT_B | A_AND_B | B_NOT_A, // union, addAll field in class:SortedSetRelation
57 ADDALL = ANY, // union, addAll
70 * @param allow filter, using ANY, CONTAINS, etc.
75 if (allow < NONE || allow > ANY) {
140 * @param relation the relation filter, using ANY, CONTAINS, etc.
/external/ipsec-tools/src/libipsec/
H A Dpolicy_parse.h14 but WITHOUT ANY WARRANTY; without even the implied warranty of
55 ANY = 271, enumerator in enum:yytokentype
74 #define ANY 271 macro
/external/v8/src/base/
H A Dwin32-headers.h72 #undef ANY macro
/external/droiddriver/src/io/appium/droiddriver/finders/
H A DPredicates.java12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
33 private static final Predicate<Object> ANY = new Predicate<Object>() { field in class:Predicates
50 return (Predicate<T>) ANY;
78 if (first == null || first == ANY) {
81 if (second == null || second == ANY) {
H A DBy.java12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
35 private static final MatchFinder ANY = new MatchFinder(null); field in class:By
41 return ANY;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DSortedSetRelation.java46 ANY = A_NOT_B | A_AND_B | B_NOT_A, // union, addAll field in class:SortedSetRelation
55 ADDALL = ANY, // union, addAll
68 * @param allow filter, using ANY, CONTAINS, etc.
73 if (allow < NONE || allow > ANY) {
138 * @param relation the relation filter, using ANY, CONTAINS, etc.
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIFlagsSection.h23 enum class FpABIKind { ANY, XX, S32, S64, SOFT }; member in class:llvm::MipsABIFlagsSection::FpABIKind
55 Is32BitABI(false), FpABI(FpABIKind::ANY) {}
170 FpABI = FpABIKind::ANY;
/external/webrtc/webrtc/
H A Dcall.h31 ANY, member in class:webrtc::MediaType
/external/guice/core/src/com/google/inject/matcher/
H A DMatchers.java12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
41 return ANY;
44 private static final Matcher<Object> ANY = new Any(); field in class:Matchers
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DAnyTransliterator.java51 static final String ANY = "Any"; field in class:AnyTransliterator
241 if (source.equalsIgnoreCase(ANY)) continue;
269 id = TransliteratorIDParser.STVtoID(ANY, target, variant);
H A DTransliteratorIDParser.java61 private static final String ANY = "Any"; field in class:TransliteratorIDParser
79 * source of ANY is returned and 'sawSource' is set to false.
460 * ANY.
463 * isSourcePresent. If the source is not present, ANY will be
469 String source = ANY;
520 id.append(ANY);
577 * source of ANY.
681 // Empty source or target defaults to ANY
684 source = ANY;
688 target = ANY;
[all...]
H A DTransliteratorRegistry.java42 private static final String ANY = "Any"; field in class:TransliteratorRegistry
483 s = ANY;
/external/icu/icu4c/source/i18n/
H A Danytrans.cpp34 static const UChar ANY[] = {0x41,0x6E,0x79,0}; // "Any" variable
369 if (source.caseCompare(ANY, 3, 0 /*U_FOLD_CASE_DEFAULT*/) == 0) continue;
392 TransliteratorIDParser::STVtoID(UnicodeString(TRUE, ANY, 3), target, variant, id);
H A Dtridpars.cpp41 static const UChar ANY[] = {65,110,121,0}; // "Any" variable
542 * ANY.
545 * isSourcePresent. If the source is not present, ANY will be
555 source.setTo(ANY, 3);
604 id.setTo(ANY, 3);
687 * source of ANY.
796 // Empty source or target defaults to ANY
799 source.setTo(ANY, 3);
803 target.setTo(ANY, 3);
856 if (0!=specs.source.caseCompare(ANY,
[all...]
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DAnyTransliterator.java51 static final String ANY = "Any"; field in class:AnyTransliterator
241 if (source.equalsIgnoreCase(ANY)) continue;
269 id = TransliteratorIDParser.STVtoID(ANY, target, variant);
H A DTransliteratorIDParser.java60 private static final String ANY = "Any"; field in class:TransliteratorIDParser
78 * source of ANY is returned and 'sawSource' is set to false.
459 * ANY.
462 * isSourcePresent. If the source is not present, ANY will be
468 String source = ANY;
519 id.append(ANY);
576 * source of ANY.
680 // Empty source or target defaults to ANY
683 source = ANY;
687 target = ANY;
[all...]
/external/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter.h20 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
23 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
26 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
188 ANY, // Proto3 Any type enumerator in enum:google::protobuf::util::converter::ProtoStreamObjectWriter::Item::ItemType
203 bool IsAny() { return item_type_ == ANY; }
/external/guava/guava/src/com/google/common/base/
H A DCharMatcher.java12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
252 public static final CharMatcher ANY = field in class:CharMatcher
253 new FastMatcher("CharMatcher.ANY") {
405 return ANY;
462 return other.matches(match) ? ANY : this;
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
H A DCharMatcher.java12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
250 public static final CharMatcher ANY = field in class:CharMatcher
251 new FastMatcher("CharMatcher.ANY") {
403 return ANY;
454 return other.matches(match) ? ANY : this;
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DTimeZone.java225 ANY, enum constant in enum:TimeZone.SystemTimeZoneType
767 Set<String> ids = getAvailableIDs(SystemTimeZoneType.ANY, null, Integer.valueOf(rawOffset));
783 Set<String> ids = getAvailableIDs(SystemTimeZoneType.ANY, country, null);
796 Set<String> ids = getAvailableIDs(SystemTimeZoneType.ANY, null, null);

Completed in 722 milliseconds

1234