/libcore/ |
D | LICENSE | 8 Everyone is permitted to copy and distribute verbatim copies of this license 13 The licenses for most software are designed to take away your freedom to share 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 16 software is free for all its users. This General Public License applies to 17 most of the Free Software Foundation's software and to any other program whose 18 authors commit to using it. (Some other Free Software Foundation software is 19 covered by the GNU Library General Public License instead.) You can apply it to 22 When we speak of free software, we are referring to freedom, not price. Our 23 General Public Licenses are designed to make sure that you have the freedom to [all …]
|
D | NOTICE | 2 == NOTICE file corresponding to the section 4 d of == 14 == NOTICE file corresponding to the section 4 d of == 26 Intel Corporation and are licensed to the Apache Software 39 Permission is hereby granted, free of charge, to any person obtaining 41 "Software"), to deal in the Software without restriction, including 42 without limitation the rights to use, copy, modify, merge, publish, 43 distribute, and/or sell copies of the Software, and to permit persons 44 to whom the Software is furnished to do so, provided that the above 60 shall not be used in advertising or otherwise to promote the sale, use 74 Permission is hereby granted, free of charge, to any person obtaining [all …]
|
D | NativeCode.bp | 9 // Unless required by applicable law or agreed to in writing, software 19 // Defaults that apply to all of the modules 74 // -DANDROID_LINK_SHARED_ICU4C to enable access to the full ICU4C. 141 // -DANDROID_LINK_SHARED_ICU4C to enable access to the full ICU4C. 204 // Add -fno-builtin so that the compiler doesn't attempt to inline
|
D | known_oj_tags.txt | 9 # Unless required by applicable law or agreed to in writing, software 15 # List of tags that are "known" to us from the OpenJdk code. We don't treat 16 # them specially, and putting them in here is equivalent to ignoring them
|
D | JavaLibrary.bp | 9 // Unless required by applicable law or agreed to in writing, software 60 // filegroup for just the parts that contribute to the API. 76 // filegroup for just the parts that contribute to the API. 86 // for the public SDK APIs. Used from frameworks/base/ to indicate the source 102 // annotated by applying annotations to the .annotated.java stubs files in 148 // A target used to bootstrap compilation for the core library. 176 // core-libart as well as the lambda stubs needed to compile Java lambda code. 178 // etc. This system_modules definition is used to bootstrap compilation for 182 // If you want to compile against the entire core library implementation, for 183 // example to build core library tests, see "core-system-modules" instead. [all …]
|
/libcore/luni/ |
D | bouncycastle-license.txt | 4 Permission is hereby granted, free of charge, to any person obtaining 6 "Software"), to deal in the Software without restriction, including 7 without limitation the rights to use, copy, modify, merge, publish, 8 distribute, sublicense, and/or sell copies of the Software, and to 9 permit persons to whom the Software is furnished to do so, subject to
|
D | unicode-license.txt | 22 Permission is hereby granted, free of charge, to any person obtaining a copy 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 28 Software are furnished to do so, provided that (a) the above copyright notice(s) 46 be used in advertising or otherwise to promote the sale, use or other dealings
|
/libcore/benchmarks/libs/ |
D | caliper.jar.txt | 19 "control" means (i) the power, direct or indirect, to cause the 28 including but not limited to software source code, documentation 33 not limited to compiled object code, generated documentation, 34 and conversions to other media types. 38 copyright notice that is included in or attached to the work 46 separable from, or merely link (or bind by name) to the interfaces of, 51 to that Work or Derivative Works thereof, that is intentionally 52 submitted to Licensor for inclusion in the Work by the copyright owner 53 or by an individual or Legal Entity authorized to submit on behalf of 56 to the Licensor or its representatives, including but not limited to [all …]
|
/libcore/ojluni/annotations/ |
D | README | 3 mechanism is used instead of adding the annotations to the main source 4 files, to avoid carrying patches against the upstream sources. 10 - Contains annotations to be included in the public SDK, for example 14 - Contains annotations to be included in the public SDK specifically 15 relating to nullability. Adding an annotated stub file to this subdirectory 16 will cause the annotations to be validated for correctness and completeness. 20 3. Add nullability annotations to the new files. 30 openjdk_internal_files filegroup to openjdk_mmodule_extra_files. *DO NOT* 35 …4. Add @libcore.api.Hide to each top-level class in the new files. This will prevent it from being… 37 to the classes and members.
|
/libcore/ojluni/src/main/java/java/util/stream/ |
D | Node.java | 122 default Node<T> truncate(long from, long to, IntFunction<T[]> generator) { in truncate() argument 123 if (from == 0 && to == count()) in truncate() 126 long size = to - from; in truncate() 254 T_NODE truncate(long from, long to, IntFunction<T[]> generator); in truncate() argument 357 default Node.OfInt truncate(long from, long to, IntFunction<Integer[]> generator) { in truncate() argument 358 if (from == 0 && to == count()) in truncate() 360 long size = to - from; in truncate() 430 default Node.OfLong truncate(long from, long to, IntFunction<Long[]> generator) { in truncate() argument 431 if (from == 0 && to == count()) in truncate() 433 long size = to - from; in truncate() [all …]
|
/libcore/ojluni/src/test/java/nio/file/attribute/ |
D | FileTimeTest.java | 107 to(MILLISECONDS.convert(1, DAYS) - 1, MILLISECONDS); in main() 108 to(MILLISECONDS.convert(1, DAYS) + 0, MILLISECONDS); in main() 109 to(MILLISECONDS.convert(1, DAYS) + 1, MILLISECONDS); in main() 110 to(1, MILLISECONDS); in main() 111 to(0, MILLISECONDS); in main() 112 to(1, MILLISECONDS); in main() 113 to(MILLISECONDS.convert(-1, DAYS) - 1, MILLISECONDS); in main() 114 to(MILLISECONDS.convert(-1, DAYS) + 0, MILLISECONDS); in main() 115 to(MILLISECONDS.convert(-1, DAYS) + 1, MILLISECONDS); in main() 117 for (int i=0; i<100; i++) { to(rand.nextLong(), unit); } in main() [all …]
|
/libcore/harmony-tests/src/test/resources/resources/ |
D | test.rtf | 2 * Licensed to the Apache Software Foundation (ASF) under one or more 5 * The ASF licenses this file to You under the Apache License, Version 2.0 11 * Unless required by applicable law or agreed to in writing, software 18 /* A bogus RTF file used to see if we can detect
|
D | test.doc | 2 * Licensed to the Apache Software Foundation (ASF) under one or more 5 * The ASF licenses this file to You under the Apache License, Version 2.0 11 * Unless required by applicable law or agreed to in writing, software 18 /* A bogus doc file used to see if we can detect
|
/libcore/luni/src/main/java/java/util/logging/ |
D | logging.properties | 1 # Licensed to the Apache Software Foundation (ASF) under one or more 4 # The ASF licenses this file to You under the Apache License, Version 2.0 10 # Unless required by applicable law or agreed to in writing, software 22 # passed to "java" command, or as property definition passed to JNI_CreateJavaVM. 23 # You can refer to JavaDoc of java.util.logging package for more information 39 # For example, use the line below to add SocketHandler. Note that the handler 47 # during logging package initialization, which may contain some code to set the
|
/libcore/ojluni/src/main/java/java/lang/invoke/ |
D | Transformers.java | 707 private static void throwWrongMethodTypeException(MethodType from, MethodType to) { in throwWrongMethodTypeException() argument 708 throw new WrongMethodTypeException("Cannot convert " + from + " to " + to); in throwWrongMethodTypeException() 1806 Class<?> to = type().rtype(); in explicitCastReturnValue() local 1807 if (to != void.class) { in explicitCastReturnValue() 1812 if (to.isPrimitive()) { in explicitCastReturnValue() 1813 unboxNull(writer, to); in explicitCastReturnValue() 1815 writer.putNextReference(null, to); in explicitCastReturnValue() 1832 final Class<?> to) { in explicitCastFromBoolean() argument 1834 if (to == byte.class) { in explicitCastFromBoolean() 1836 } else if (to == char.class) { in explicitCastFromBoolean() [all …]
|
/libcore/tools/docs/crypto/ |
D | README | 8 Each algorithm has up to three properties: 10 name - The name of the algorithm. These are currently normalized to 20 is equivalent to supported_api_levels.endswith('+'), but is included for 33 the data file. Any newly-added algorithms will be added to the file's data, 41 to stdout. Add --javadoc to produce output appropriate for inclusion in
|
/libcore/ojluni/src/main/java/java/time/zone/ |
D | IcuZoneRulesProvider.java | 136 TimeZoneRule to = transition.getTo(); in generateZoneRules() local 138 if (from.getRawOffset() != to.getRawOffset()) { in generateZoneRules() 142 millisToOffset(to.getRawOffset()))); in generateZoneRules() 146 int toTotalOffset = to.getRawOffset() + to.getDSTSavings(); in generateZoneRules() 156 if (to instanceof AnnualTimeZoneRule) { in generateZoneRules() 160 last1 = (AnnualTimeZoneRule) to; in generateZoneRules() 165 last2 = (AnnualTimeZoneRule) to; in generateZoneRules()
|
/libcore/ojluni/ |
D | NOTICE | 8 To change the template for this generated file go to 19 US and International patents. This notice and attribution to IBM may not * 20 to removed. * 31 US and International patents. This notice and attribution to IBM may not * 32 to removed. * 43 US and International patents. This notice and attribution to IBM may not * 44 to removed. * 106 US and International patents. This notice and attribution to IBM may not * 107 to removed. * 123 patents. This notice and attribution to IBM may not be removed. [all …]
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | SocketAdaptor.java | 113 long to = timeout; in connect() local 119 int result = sc.poll(Net.POLLCONN, to); in connect() 122 to -= System.currentTimeMillis() - st; in connect() 123 if (to <= 0) { in connect() 216 long to = timeout; in read() local 221 int result = sc.poll(Net.POLLIN, to); in read() 226 to -= System.currentTimeMillis() - st; in read() 227 if (to <= 0) in read()
|
D | ServerSocketAdaptor.java | 111 long to = timeout; in accept() local 116 int result = ssc.poll(Net.POLLIN, to); in accept() 119 to -= System.currentTimeMillis() - st; in accept() 120 if (to <= 0) in accept()
|
/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, 43 # it to see what happened. If it doesn't show anything, adb logcat to see what happened. 55 # Visit the localhost URL shown; ctrl-C to exit 84 # cat it to see what happened. If it doesn't show anything, adb logcat to see what happened.
|
/libcore/support/src/test/java/tests/resources/x509/ |
D | default.cnf | 23 # 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to 65 # X.509v3 extensions to use: 97 x509_extensions = usr_cert # The extentions to add to the cert 107 # Extensions to add to a CRL. Note: Netscape communicator chokes on V2 CRLs 108 # so this is commented out by default to leave a V1 CRL. 111 default_days = 365 # how long to certify for 113 default_md = sha1 # which md to use. 141 x509_extensions = v3_ca # The extentions to add to the self signed cert 143 req_extensions = v3_req # The extensions to add to a certificate request
|
/libcore/expectations/ |
D | virtualdeviceknownfailures.txt | 2 * List of test cases known to fail on a virtual device. 28 expect, causing this test to fail, and our emulators currently use those kernel 29 versions. See b/31960002 for a full discussion and references to the upstream
|
/libcore/ojluni/src/main/java/sun/reflect/misc/ |
D | ReflectUtil.java | 191 public static boolean needsPackageAccessCheck(ClassLoader from, ClassLoader to) { in needsPackageAccessCheck() argument 192 if (from == null || from == to) in needsPackageAccessCheck() 195 if (to == null) in needsPackageAccessCheck() 198 return !isAncestor(from, to); in needsPackageAccessCheck()
|
/libcore/tools/upstream/src/main/java/libcore/ |
D | CopyUpstreamFiles.java | 65 private void copyFile(Path from, Path to) throws IOException { in copyFile() argument 69 Path toDir = to.getParent(); in copyFile() 76 Files.copy(from, to); in copyFile()
|