Home
last modified time | relevance | path

Searched refs:ANY (Results 1 – 25 of 38) sorted by relevance

12

/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
DMatchOpTest.java79 private enum Kind { ANY, ALL, NONE } enumConstant
88 put(Kind.ANY, p -> s -> s.anyMatch(p));
107 assertPredicates(countTo(0), Kind.ANY, INTEGER_PREDICATES, false, false, false, false); in testStreamMatches()
111 assertPredicates(countTo(1), Kind.ANY, INTEGER_PREDICATES, true, false, false, true); in testStreamMatches()
115 assertPredicates(countTo(5), Kind.ANY, INTEGER_PREDICATES, true, false, true, true); in testStreamMatches()
178 put(Kind.ANY, p -> s -> s.anyMatch(p));
192 …assertIntPredicates(() -> IntStream.range(0, 0), Kind.ANY, INT_PREDICATES, false, false, false, fa… in testIntStreamMatches()
196 …assertIntPredicates(() -> IntStream.range(1, 2), Kind.ANY, INT_PREDICATES, true, false, false, tru… in testIntStreamMatches()
200 …assertIntPredicates(() -> IntStream.range(1, 6), Kind.ANY, INT_PREDICATES, true, false, true, true… in testIntStreamMatches()
263 put(Kind.ANY, p -> s -> s.anyMatch(p));
[all …]
/libcore/
DNOTICE49 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
53 HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY
54 SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER
85 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
88 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
103 WITHOUT ANY WARRANTY; without even the implied warranty of
Dknown_oj_tags.txt11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/libcore/luni/
Dunicode-license.txt35 THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
39 NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
40 DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
Dbouncycastle-license.txt15 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
18 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
/libcore/luni/src/test/resources/systemid/
Drecipt.dtd2 <!ELEMENT description ANY>
/libcore/luni/src/test/resources/
Drecipt.dtd2 <!ELEMENT description ANY>
/libcore/ojluni/
DNOTICE533 PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
540 ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE
541 PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
545 FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER
571 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
652 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
678 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
704 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
730 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
756 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
[all …]
/libcore/harmony-tests/src/test/resources/resources/
Dtest.rtf13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Dtest.doc13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/libcore/support/src/test/java/tests/resources/x509/
Ddefault.cnf37 # THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
41 # ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
45 # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
47 # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
/libcore/ojluni/src/main/java/java/net/
DInet4Address.java99 public static final InetAddress ANY = new Inet4Address(null, new byte[] { 0, 0, 0, 0 }); field in Inet4Address
/libcore/luni/src/test/java/libcore/io/
DOsTest.java362 assertEquals(Inet6Address.ANY, localSocketAddress.getAddress()); in test_socketFamilies()
367 assertEquals(Inet6Address.ANY, localSocketAddress.getAddress()); in test_socketFamilies()
372 assertEquals(Inet4Address.ANY, localSocketAddress.getAddress()); in test_socketFamilies()
439 Libcore.os.bind(mUdpSock, Inet4Address.ANY, 0); in test_Ipv4Fallback()
/libcore/ojluni/src/main/resources/sun/util/logging/resources/
Dlogging_it.properties12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
Dlogging_fr.properties12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
Dlogging_ja.properties12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
Dlogging.properties12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
Dlogging_es.properties12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
Dlogging_zh_TW.properties12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
Dlogging_zh_CN.properties12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
Dlogging_ko.properties12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
Dlogging_de.properties12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
Dlogging_sv.properties12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
Dlogging_pt_BR.properties12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
/libcore/luni/src/main/java/java/security/
Dsecurity.properties12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

12