Home
last modified time | relevance | path

Searched refs:and (Results 1 – 25 of 62) sorted by relevance

123

/libcore/benchmarks/libs/
Dcaliper.jar.txt10 "License" shall mean the terms and conditions for use, reproduction,
11 and distribution as defined by Sections 1 through 9 of this document.
16 "Legal Entity" shall mean the union of the acting entity and all
29 source, and configuration files.
34 and conversions to other media types.
42 form, that is based on (or derived from) the Work and for which the
47 the Work and Derivative Works thereof.
50 the original version of the Work and any modifications or additions
58 and issue tracking systems that are managed by, or on behalf of, the
59 Licensor for the purpose of discussing and improving the Work, but
[all …]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
DBigIntegerAndTest.java42 BigInteger result = aNumber.and(bNumber); in testZeroPos()
62 BigInteger result = aNumber.and(bNumber); in testZeroNeg()
82 BigInteger result = aNumber.and(bNumber); in testPosZero()
102 BigInteger result = aNumber.and(bNumber); in testNegPos()
122 BigInteger result = aNumber.and(bNumber); in testZeroZero()
137 BigInteger result = aNumber.and(bNumber); in testZeroOne()
148 BigInteger result = aNumber.and(bNumber); in testOneOne()
164 BigInteger result = aNumber.and(bNumber); in testPosPosSameLength()
184 BigInteger result = aNumber.and(bNumber); in testPosPosFirstLonger()
204 BigInteger result = aNumber.and(bNumber); in testPosPosFirstShorter()
[all …]
/libcore/
DLICENSE8 Everyone is permitted to copy and distribute verbatim copies of this license
14 and change it. By contrast, the GNU General Public License is intended to
15 guarantee your freedom to share and change free software--to make sure the
17 most of the Free Software Foundation's software and to any other program whose
24 distribute copies of free software (and charge for this service if you wish),
26 the software or use pieces of it in new free programs; and that you know you
39 We protect your rights with two steps: (1) copyright the software, and (2)
41 and/or modify the software.
43 Also, for each author's protection and ours, we want to make certain that
45 software is modified by someone else and passed on, we want its recipients to
[all …]
DNOTICE26 Intel Corporation and are licensed to the Apache Software
27 Foundation under the "Software Grant and Corporate Contribution
35 Copyright (c) 1995-2014 International Business Machines Corporation and others
40 a copy of this software and associated documentation files (the
43 distribute, and/or sell copies of the Software, and to permit persons
45 copyright notice(s) and this permission notice appear in all copies of
46 the Software and that both the above copyright notice(s) and this
64 All trademarks and registered trademarks mentioned herein are the
75 a copy of this software and associated documentation files (the
78 distribute, sublicense, and/or sell copies of the Software, and to
[all …]
Dknown_oj_tags.txt12 # See the License for the specific language governing permissions and
16 # them specially, and putting them in here is equivalent to ignoring them
DJavaLibrary.bp12 // See the License for the specific language governing permissions and
16 // Definitions for building the Java library and associated tests.
41 // The Java files and their associated resources.
166 // A guaranteed unstripped version of core-oj and core-libart.
167 // The build system may or may not strip the core-oj and core-libart jars,
/libcore/luni/
Dunicode-license.txt4 http://www.unicode.org/Public/, http://www.unicode.org/reports/, and
7 http://www.unicode.org/Public/, http://www.unicode.org/reports/, and
23 of the Unicode data files and any associated documentation (the "Data Files") or
24 Unicode software and any associated documentation (the "Software") to deal in
26 rights to use, copy, modify, merge, publish, distribute, and/or sell copies of
27 the Data Files or Software, and to permit persons to whom the Data Files or
29 and this permission notice appear with all copies of the Data Files or Software,
30 (b) both the above copyright notice(s) and this permission notice appear in
31 associated documentation, and (c) there is clear notice in each modified Data
Dbouncycastle-license.txt5 a copy of this software and associated documentation files (the
8 distribute, sublicense, and/or sell copies of the Software, and to
12 The above copyright notice and this permission notice shall be
/libcore/luni/src/test/java/libcore/java/util/function/
DLongPredicateTest.java41 assertTrue(alwaysTrue.and(alwaysTrue2).test(1L)); in testAnd()
46 assertFalse(alwaysTrue.and(alwaysFalse).test(1L)); in testAnd()
51 assertFalse(alwaysFalse.and(alwaysFalse2).test(1L)); in testAnd()
56 assertFalse(alwaysFalse.and(alwaysTrue).test(1L)); in testAnd()
63 alwaysTrue.and(null); in testAnd_null()
DIntPredicateTest.java47 assertTrue(alwaysTrue.and(alwaysTrue2).test(arg)); in testAnd()
52 assertFalse(alwaysTrue.and(alwaysFalse).test(arg)); in testAnd()
57 assertFalse(alwaysFalse.and(alwaysFalse2).test(arg)); in testAnd()
62 assertFalse(alwaysFalse.and(alwaysTrue).test(arg)); in testAnd()
69 alwaysTrue.and(null); in testAnd_null()
DPredicateTest.java47 assertTrue(alwaysTrue.and(alwaysTrue2).test(arg)); in testAnd()
52 assertFalse(alwaysTrue.and(alwaysFalse).test(arg)); in testAnd()
57 assertFalse(alwaysFalse.and(alwaysFalse2).test(arg)); in testAnd()
62 assertFalse(alwaysFalse.and(alwaysTrue).test(arg)); in testAnd()
70 alwaysTrue.and(null); in testAnd_null()
DDoublePredicateTest.java47 assertTrue(alwaysTrue.and(alwaysTrue2).test(arg)); in testAnd()
52 assertFalse(alwaysTrue.and(alwaysFalse).test(arg)); in testAnd()
57 assertFalse(alwaysFalse.and(alwaysFalse2).test(arg)); in testAnd()
62 assertFalse(alwaysFalse.and(alwaysTrue).test(arg)); in testAnd()
69 alwaysTrue.and(null); in testAnd_null()
DBiPredicateTest.java47 assertTrue(alwaysTrue.and(alwaysTrue2).test(arg1, arg2)); in testAnd()
52 assertFalse(alwaysTrue.and(alwaysFalse).test(arg1, arg2)); in testAnd()
57 assertFalse(alwaysFalse.and(alwaysFalse2).test(arg1, arg2)); in testAnd()
62 assertFalse(alwaysFalse.and(alwaysTrue).test(arg1, arg2)); in testAnd()
69 alwaysTrue.and(null); in testAnd_null()
/libcore/ojluni/
DNOTICE2 Copyright (C) 2003, International Business Machines Corporation and *
9 Window>Preferences>Java>Code Generation>Code and Comments
16 The original version of this source code and documentation is copyrighted *
17 and owned by IBM, These materials are provided under terms of a License *
18 Agreement between IBM and Sun. This technology is protected by multiple *
19 US and International patents. This notice and attribution to IBM may not *
26 (C) Copyright IBM Corp. and others, 1996-2009 - All Rights Reserved *
28 The original version of this source code and documentation is copyrighted *
29 and owned by IBM, These materials are provided under terms of a License *
30 Agreement between IBM and Sun. This technology is protected by multiple *
[all …]
/libcore/dom/src/test/java/
DREADME2 Level 1 Core tests and Level 2 Core tests from
6 all additions under org.w3c.dom.* and org.w3c.dom.events.*
/libcore/metrictests/memory/
DREADME1 This directory contains android activities and host-side tests relating to libcore memory metrics.
20 This installs and runs the LibcoreHeapDumpActivity on the device, pulls the heaps back to the host,
21 analyses them, and derives metrics. You can see the metrics in the tradefed output.
26 This instrumentation dumps a heap, performs some configurable action (see the code for details), and
42 # That normally shows before.hprof and after.hprof files. If it shows an error file, adb shell cat
68 details), and then measures the PSS again. You can run it manually as follows:
83 # That normally shows before.pss.txt and after.pss.txt files. If it shows an error file, adb shell
/libcore/luni/src/main/java/java/security/
Dsecurity.properties13 # See the License for the specific language governing permissions and
23 # Android's version of the CertPathValidator and CertPathBuilder
36 # The default SSLSocketFactory and SSLServerSocketFactory provider implementations.
53 # Default KeyManagerFactory and TrustManagerFactory algorithms.
63 # Disable weak algorithms in CertPathVerifier and CertPathBuilder.
/libcore/ojluni/src/main/resources/
Dhijrah-config-umalqura.properties1 # Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
4 # This code is free software; you can redistribute it and/or modify it
48 # order and no gap is allowed.
49 # * Each line is in the form indicated above. <yyyy> is a Hijrah year and
/libcore/support/src/test/java/tests/resources/x509/
Ddefault.cnf6 # Redistribution and use in source and binary forms, with or without
11 # notice, this list of conditions and the following disclaimer.
14 # notice, this list of conditions and the following disclaimer in
15 # the documentation and/or other materials provided with the
23 # 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
72 # We can add new OIDs in here for use by 'ca' and 'req'.
100 # (and highly broken) format.
/libcore/tools/docs/crypto/
DREADME34 and any newly-removed algorithms will have their supported API levels updated.
39 Finally, format_supported_algorithm_table.py reads the data file and outputs
40 a collection of HTML tables suitable for copying-and-pasting into the docs
/libcore/luni/src/test/java/tests/security/
Dspecial-test-cases.txt2 CertPath.CertPathRep.class, but this class is protected and thus not visible
/libcore/ojluni/src/main/java/java/util/function/
DDoublePredicate.java68 default DoublePredicate and(DoublePredicate other) { in and() method
DLongPredicate.java68 default LongPredicate and(LongPredicate other) { in and() method
DIntPredicate.java68 default IntPredicate and(IntPredicate other) { in and() method
/libcore/luni/src/test/resources/META-INF/services/
Dlibcore.java.util.ServiceLoaderTestInterface7 libcore.java.util.ServiceLoaderTest$Impl2 # and duplicates are allowed too

123