Home
last modified time | relevance | path

Searched refs:work (Results 1 – 25 of 29) sorted by relevance

12

/libcore/ojluni/src/main/java/java/util/
DDualPivotQuicksort.java108 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 …]
DComparableTimSort.java120 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()
DTimSort.java146 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()
DCalendar.java3201 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/
DLICENSE60 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/
DNOTICE346 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/
Dcaliper.jar.txt36 "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/
Dtest.doc4 * this work for additional information regarding copyright ownership.
Dtest.rtf4 * this work for additional information regarding copyright ownership.
/libcore/ojluni/src/main/resources/sun/util/logging/resources/
Dlogging_ja.properties18 # 2 along with this work; if not, write to the Free Software Foundation,
Dlogging_es.properties18 # 2 along with this work; if not, write to the Free Software Foundation,
Dlogging_fr.properties18 # 2 along with this work; if not, write to the Free Software Foundation,
Dlogging_zh_TW.properties18 # 2 along with this work; if not, write to the Free Software Foundation,
Dlogging.properties18 # 2 along with this work; if not, write to the Free Software Foundation,
Dlogging_pt_BR.properties18 # 2 along with this work; if not, write to the Free Software Foundation,
Dlogging_ko.properties18 # 2 along with this work; if not, write to the Free Software Foundation,
Dlogging_zh_CN.properties18 # 2 along with this work; if not, write to the Free Software Foundation,
Dlogging_de.properties18 # 2 along with this work; if not, write to the Free Software Foundation,
Dlogging_it.properties18 # 2 along with this work; if not, write to the Free Software Foundation,
Dlogging_sv.properties18 # 2 along with this work; if not, write to the Free Software Foundation,
/libcore/ojluni/src/main/resources/
Dcalendars.properties17 # 2 along with this work; if not, write to the Free Software Foundation,
Dhijrah-config-umalqura.properties17 # 2 along with this work; if not, write to the Free Software Foundation,
/libcore/luni/src/main/java/java/security/
Dsecurity.properties3 # this work for additional information regarding copyright ownership.
/libcore/tools/testmapping/
DREADME28 See comments in the scripts for more on how they work.
/libcore/luni/src/main/java/java/util/logging/
Dlogging.properties3 # this work for additional information regarding copyright ownership.

12