/libcore/ojluni/src/main/java/java/util/ |
D | DualPivotQuicksort.java | 108 int[] work, int workBase, int workLen) { in sort() argument 166 if (work == null || workLen < blen || workBase + blen > work.length) { in sort() 167 work = new int[blen]; in sort() 171 System.arraycopy(a, left, work, workBase, blen); in sort() 174 a = work; in sort() 177 b = work; in sort() 556 long[] work, int workBase, int workLen) { in sort() argument 614 if (work == null || workLen < blen || workBase + blen > work.length) { in sort() 615 work = new long[blen]; in sort() 619 System.arraycopy(a, left, work, workBase, blen); in sort() [all …]
|
D | ComparableTimSort.java | 120 private ComparableTimSort(Object[] a, Object[] work, int workBase, int workLen) { in ComparableTimSort() argument 127 if (work == null || workLen < tlen || workBase + tlen > work.length) { in ComparableTimSort() 133 tmp = work; in ComparableTimSort() 179 static void sort(Object[] a, int lo, int hi, Object[] work, int workBase, int workLen) { in sort() argument 198 ComparableTimSort ts = new ComparableTimSort(a, work, workBase, workLen); in sort()
|
D | TimSort.java | 146 private TimSort(T[] a, Comparator<? super T> c, T[] work, int workBase, int workLen) { in TimSort() argument 154 if (work == null || workLen < tlen || workBase + tlen > work.length) { in TimSort() 163 tmp = work; in TimSort() 211 T[] work, int workBase, int workLen) { in sort() argument 230 TimSort<T> ts = new TimSort<>(a, c, work, workBase, workLen); in sort()
|
D | Calendar.java | 3201 Calendar work = (Calendar)this.clone(); in getActualMinimum() local 3202 work.setLenient(true); in getActualMinimum() 3210 work.set(field, fieldValue); in getActualMinimum() 3211 if (work.get(field) != fieldValue) { in getActualMinimum() 3255 Calendar work = (Calendar)this.clone(); in getActualMaximum() local 3256 work.setLenient(true); in getActualMaximum() 3261 work.set(DAY_OF_WEEK, firstDayOfWeek); in getActualMaximum() 3270 work.set(field, fieldValue); in getActualMaximum() 3271 if (work.get(field) != fieldValue) { in getActualMaximum()
|
/libcore/ |
D | LICENSE | 60 0. This License applies to any program or other work which contains a notice 63 or work, and a "work based on the Program" means either the Program or any 64 derivative work under copyright law: that is to say, a work containing the 73 constitute a work based on the Program (independent of having been made by 87 forming a work based on the Program, and copy and distribute such modifications 88 or work under the terms of Section 1 above, provided that you also meet all of 94 b) You must cause any work that you distribute or publish, that in whole or 106 not normally print such an announcement, your work based on the Program is 109 These requirements apply to the modified work as a whole. If identifiable 110 sections of that work are not derived from the Program, and can be reasonably [all …]
|
/libcore/ojluni/ |
D | NOTICE | 346 0. This License applies to any program or other work which contains a notice 349 or work, and a "work based on the Program" means either the Program or any 350 derivative work under copyright law: that is to say, a work containing the 359 constitute a work based on the Program (independent of having been made by 373 forming a work based on the Program, and copy and distribute such modifications 374 or work under the terms of Section 1 above, provided that you also meet all of 380 b) You must cause any work that you distribute or publish, that in whole or 392 not normally print such an announcement, your work based on the Program is 395 These requirements apply to the modified work as a whole. If identifiable 396 sections of that work are not derived from the Program, and can be reasonably [all …]
|
/libcore/benchmarks/libs/ |
D | caliper.jar.txt | 36 "Work" shall mean the work of authorship, whether in Source or 38 copyright notice that is included in or attached to the work 41 "Derivative Works" shall mean any work, whether in Source or Object 44 represent, as a whole, an original work of authorship. For the purposes 49 "Contribution" shall mean any work of authorship, including 162 work stoppage, computer failure or malfunction, or any and all 179 APPENDIX: How to apply the Apache License to your work. 181 To apply the Apache License to your work, attach the following
|
/libcore/harmony-tests/src/test/resources/resources/ |
D | test.doc | 4 * this work for additional information regarding copyright ownership.
|
D | test.rtf | 4 * this work for additional information regarding copyright ownership.
|
/libcore/ojluni/src/main/resources/sun/util/logging/resources/ |
D | logging_ja.properties | 18 # 2 along with this work; if not, write to the Free Software Foundation,
|
D | logging_es.properties | 18 # 2 along with this work; if not, write to the Free Software Foundation,
|
D | logging_fr.properties | 18 # 2 along with this work; if not, write to the Free Software Foundation,
|
D | logging_zh_TW.properties | 18 # 2 along with this work; if not, write to the Free Software Foundation,
|
D | logging.properties | 18 # 2 along with this work; if not, write to the Free Software Foundation,
|
D | logging_pt_BR.properties | 18 # 2 along with this work; if not, write to the Free Software Foundation,
|
D | logging_ko.properties | 18 # 2 along with this work; if not, write to the Free Software Foundation,
|
D | logging_zh_CN.properties | 18 # 2 along with this work; if not, write to the Free Software Foundation,
|
D | logging_de.properties | 18 # 2 along with this work; if not, write to the Free Software Foundation,
|
D | logging_it.properties | 18 # 2 along with this work; if not, write to the Free Software Foundation,
|
D | logging_sv.properties | 18 # 2 along with this work; if not, write to the Free Software Foundation,
|
/libcore/ojluni/src/main/resources/ |
D | calendars.properties | 17 # 2 along with this work; if not, write to the Free Software Foundation,
|
D | hijrah-config-umalqura.properties | 17 # 2 along with this work; if not, write to the Free Software Foundation,
|
/libcore/luni/src/main/java/java/security/ |
D | security.properties | 3 # this work for additional information regarding copyright ownership.
|
/libcore/tools/testmapping/ |
D | README | 28 See comments in the scripts for more on how they work.
|
/libcore/luni/src/main/java/java/util/logging/ |
D | logging.properties | 3 # this work for additional information regarding copyright ownership.
|