Home
last modified time | relevance | path

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

123

/libcore/ojluni/src/test/
DLICENSE62 0. This License applies to any program or other work which contains
65 refers to any such program or work, and a "work based on the Program"
66 means either the Program or any derivative work under copyright law:
67 that is to say, a work containing the Program or a portion of it,
75 is covered only if its contents constitute a work based on the
91 of it, thus forming a work based on the Program, and copy and
92 distribute such modifications or work under the terms of Section 1
98 b) You must cause any work that you distribute or publish, that in
111 does not normally print such an announcement, your work based on
114 These requirements apply to the modified work as a whole. If
[all …]
/libcore/ojluni/src/tools/
DLICENSE62 0. This License applies to any program or other work which contains
65 refers to any such program or work, and a "work based on the Program"
66 means either the Program or any derivative work under copyright law:
67 that is to say, a work containing the Program or a portion of it,
75 is covered only if its contents constitute a work based on the
91 of it, thus forming a work based on the Program, and copy and
92 distribute such modifications or work under the terms of Section 1
98 b) You must cause any work that you distribute or publish, that in
111 does not normally print such an announcement, your work based on
114 These requirements apply to the modified work as a whole. If
[all …]
/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/src/main/
DLICENSE68 0. This License applies to any program or other work which contains a notice
71 or work, and a "work based on the Program" means either the Program or any
72 derivative work under copyright law: that is to say, a work containing the
81 constitute a work based on the Program (independent of having been made by
95 forming a work based on the Program, and copy and distribute such modifications
96 or work under the terms of Section 1 above, provided that you also meet all of
102 b) You must cause any work that you distribute or publish, that in whole or
114 not normally print such an announcement, your work based on the Program is
117 These requirements apply to the modified work as a whole. If identifiable
118 sections of that work are not derived from the Program, and can be reasonably
[all …]
/libcore/ojluni/src/main/java/java/util/
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.java3279 Calendar work = (Calendar)this.clone(); in getActualMinimum() local
3280 work.setLenient(true); in getActualMinimum()
3288 work.set(field, fieldValue); in getActualMinimum()
3289 if (work.get(field) != fieldValue) { in getActualMinimum()
3333 Calendar work = (Calendar)this.clone(); in getActualMaximum() local
3334 work.setLenient(true); in getActualMaximum()
3339 work.set(DAY_OF_WEEK, firstDayOfWeek); in getActualMaximum()
3348 work.set(field, fieldValue); in getActualMaximum()
3349 if (work.get(field) != fieldValue) { in getActualMaximum()
/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/tools/checkstyle/
Dasf-copyright.pattern4 \* this work for additional information regarding copyright ownership\.
Dopenjdk-gplv2-plus-classpath-copyright.pattern21 \* 2 along with this work; if not, write to the Free Software Foundation,
Dopenjdk-gplv2-copyright.pattern19 \* 2 along with this work; if not, write to the Free Software Foundation,
/libcore/harmony-tests/src/test/resources/resources/
Dtest.rtf4 * this work for additional information regarding copyright ownership.
Dtest.doc4 * this work for additional information regarding copyright ownership.
/libcore/ojluni/src/test/java/util/Properties/
DBug6609431.properties16 # 2 along with this work; if not, write to the Free Software Foundation,
/libcore/ojluni/src/test/java/util/regex/
DGraphemeTestCases.txt16 # 2 along with this work; if not, write to the Free Software Foundation,
/libcore/ojluni/src/main/resources/sun/util/logging/resources/
Dlogging_pt_BR.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_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_es.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_ko.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,
Dlogging_ja.properties18 # 2 along with this work; if not, write to the Free Software Foundation,
/libcore/ojluni/src/main/java/java/nio/charset/
Dexceptions18 # 2 along with this work; if not, write to the Free Software Foundation,

123