/libcore/benchmarks/libs/ |
D | caliper.jar.txt | 10 "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/ |
D | BigIntegerAndTest.java | 42 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 …]
|
D | BigIntegerOrTest.java | 414 BigInteger r1 = x.and((BigInteger.ZERO.not()).shiftLeft(32)); in testRegression() 415 BigInteger r3 = x.and((BigInteger.ZERO.not().shiftLeft(32) ).not()); in testRegression()
|
/libcore/ |
D | NOTICE | 26 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 …]
|
/libcore/luni/ |
D | unicode-license.txt | 4 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
|
D | bouncycastle-license.txt | 5 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/dom/src/test/java/ |
D | README | 2 Level 1 Core tests and Level 2 Core tests from 6 all additions under org.w3c.dom.* and org.w3c.dom.events.*
|
/libcore/luni/src/test/java/tests/security/ |
D | special-test-cases.txt | 2 CertPath.CertPathRep.class, but this class is protected and thus not visible
|
/libcore/support/src/test/java/tests/resources/x509/ |
D | default.cnf | 6 # 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/luni/src/main/java/java/security/ |
D | security.properties | 13 # See the License for the specific language governing permissions and 35 # The default SSLSocketFactory and SSLServerSocketFactory provider implementations. 52 # Default KeyManagerFactory and TrustManagerFactory algorithms.
|
/libcore/luni/src/main/files/cacerts/ |
D | 40dc992e.0 | 31 …Issuer: C=GR, O=Hellenic Academic and Research Institutions Cert. Authority, CN=Hellenic Academic … 35 …Subject: C=GR, O=Hellenic Academic and Research Institutions Cert. Authority, CN=Hellenic Academic…
|
D | 5cf9d536.0 | 77 …s acceptance of the then applicable standard terms and conditions of use, certification practices,…
|
D | add67345.0 | 79 …gy kerheto az ellenorzes@netlock.net e-mail cimen. IMPORTANT! The issuance and the use of this cer…
|
/libcore/luni/src/main/files/ |
D | README.cacerts | 6 and the "n" is a unique integer identifier starting at 0 to deal
|
/libcore/luni/src/test/resources/META-INF/services/ |
D | libcore.java.util.ServiceLoaderTestInterface | 7 libcore.java.util.ServiceLoaderTest$Impl2 # and duplicates are allowed too
|
/libcore/luni/src/test/etc/loading-test2-jar/ |
D | README.txt | 1 This directory contains the source code for the loading-test2 jar and
|
/libcore/luni/src/test/etc/loading-test-jar/ |
D | README.txt | 1 This directory contains the source code for the loading-test jar and
|
/libcore/harmony-tests/src/test/resources/resources/ |
D | test.rtf | 14 * See the License for the specific language governing permissions and
|
D | test.doc | 14 * See the License for the specific language governing permissions and
|
/libcore/luni/src/main/java/java/util/logging/ |
D | logging.properties | 13 # See the License for the specific language governing permissions and 48 # logging configuration. The list should be white space separated, and the
|
/libcore/luni/src/test/java/libcore/java/util/ |
D | BitSetTest.java | 204 result.and(small()); in test_differentSizes() 207 result.and(big()); in test_differentSizes()
|
/libcore/luni/src/test/java/libcore/java/math/ |
D | BigIntegerTest.java | 27 BigInteger andedBigs = firstBig.and(secondBig); in test_hashCode()
|
/libcore/luni/src/main/java/java/math/ |
D | BigInteger.java | 686 public BigInteger and(BigInteger value) { in and() method in BigInteger 689 return Logical.and(this, value); in and()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | BitSetTest.java | 1028 eightbs.and(bs); in test_andLjava_util_BitSet() 1032 eightbs.and(bs); in test_andLjava_util_BitSet() 1034 bs.and(eightbs); in test_andLjava_util_BitSet() 1041 bs.and(null); in test_andLjava_util_BitSet()
|
/libcore/expectations/ |
D | brokentests.txt | 93 …description: "The ResourceBundle code under test is probably not used much on Android and needs a …
|