/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 …]
|
/libcore/ |
D | LICENSE | 8 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 …]
|
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 …]
|
D | known_oj_tags.txt | 12 # See the License for the specific language governing permissions and 16 # them specially, and putting them in here is equivalent to ignoring them
|
D | JavaLibrary.bp | 12 // See the License for the specific language governing permissions and 16 // Definitions for building the Android core library and associated tests. 21 // found in libcore/ and other parts that can be found in various external/ 47 // The Java files and their associated resources. 117 // Some source files in :core_oj_api_files and :openjdk_mmodule_extra_files are 119 // ojluni/annotated/mmodules and rather than in the original source. See the comments 265 // just java.*, javax.* code but also android.system.* and various internal 301 // Files used to simulate the /system, runtime APEX and tzdata 325 // added to the source that is compiled directly into the bootjar and the build 329 // This approach of having separate annotated source and a separate build [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/ojluni/ |
D | NOTICE | 2 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 …]
|
D | Android.bp | 12 // See the License for the specific language governing permissions and 16 // directory, detect that it is a GPL license and then copy all the files 17 // from this directory and its subdirectories in to the
|
/libcore/luni/src/test/java/libcore/java/util/function/ |
D | LongPredicateTest.java | 41 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()
|
D | DoublePredicateTest.java | 47 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()
|
D | PredicateTest.java | 47 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()
|
D | IntPredicateTest.java | 47 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()
|
D | BiPredicateTest.java | 47 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/annotations/ |
D | README | 16 will cause the annotations to be validated for correctness and completeness. 19 …2. for FILE in your/package/and/Class.java another/package/AnotherClass.java; do mkdir -p libcore/… 27 and intra-core APIs. See the documentation in libcore/openjdk_java_files.bp. 34 …3. FILES="your/package/and/Class.java another/package/AnotherClass.java"; for FILE in $FILES; do m… 36 5. Add @libcore.api.CorePlatformApi and @libcore.api.IntraCoreApi as desired 37 to the classes and members. 40 …modules/core_platform_api/core-platform-api-stubs/android_common/stubsDir/ and out/soong/.intermed…
|
/libcore/metrictests/memory/ |
D | README | 1 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/expectations/ |
D | virtualdeviceknownfailures.txt | 10 * VPC network can only send to IPv4 destinations and only receive traffic from 41 description: "Kernels between 4.4 and 4.9 interpret the backlog parameter differently than we 42 expect, causing this test to fail, and our emulators currently use those kernel 43 versions. See b/31960002 for a full discussion and references to the upstream
|
/libcore/luni/src/main/java/java/security/ |
D | security.properties | 13 # 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/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/ojluni/src/main/resources/ |
D | hijrah-config-umalqura.properties | 1 # 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/luni/src/test/filesystems/ |
D | Android.bp | 12 // See the License for the specific language governing permissions and 17 // Included as a resource by //libcore:core-tests and loaded into its own
|
/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/test/annotations/ |
D | Android.bp | 12 // See the License for the specific language governing permissions and 18 // Included as a resource by //libcore:core-tests and loaded into its own
|
/libcore/luni/src/test/parameter_metadata/ |
D | Android.bp | 12 // See the License for the specific language governing permissions and 20 // Included as a resource by //libcore:core-tests and loaded into its own
|