HomeSort by relevance Sort by last modified time
    Searched full:covered (Results 51 - 75 of 2212) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/tools/common/m2/repository/org/jvnet/staxex/stax-ex/1.7.7/
NOTICE 7 1.3. ?Covered Software? means (a) the Original Software, or (b) Modifications, or (c) the combination of files containing Original Software with files containing Modifications, in each case including portions thereof.
8 1.4. ?Executable? means the Covered Software in any form other than Source Code.
10 1.6. ?Larger Work? means a work which combines Covered Software or portions thereof with code not governed by the terms of this License.
31 (a) under intellectual property rights (other than patent or trademark) Licensable by Contributor to use, reproduce, modify, display, perform, sublicense and distribute the Modifications created by such Contributor (or portions thereof), either on an unmodified basis, with other Modifications, as Covered Software and/or as part of a Larger Work; and
34 (d) Notwithstanding Section 2.2(b) above, no patent license is granted: (1) for any code that Contributor has deleted from the Contributor Version; (2) for infringements caused by: (i) third party modifications of Contributor Version, or (ii) the combination of Modifications made by that Contributor with other software (except as part of the Contributor Version) or other devices; or (3) under Patent Claims infringed by Covered Software in the absence of Modifications made by that Contributor.
38 Any Covered Software that You distribute or otherwise make available in Executable form must also be made available in Source Code form and that Source Code form must be distributed only under the terms of this License. You must include a copy of this License with every copy of the Source Code form of the Covered Software You distribute or otherwise make available. You must inform recipients of any such Covered Software in Executable form as to how they can obtain such Covered Software in Source Code form in a reasonable manner on or through a medium customarily used for software exchange.
42 You must include a notice in each of Your Modifications that identifies You as the Contributor of the Modification. You may not remove or alter any copyright, patent or trademark notices contained within the Covered Software, or any notices of licensing or any descriptive text giving attribution to any Contributo (…)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/cover/
func.go 55 var total, covered int64
71 covered += c
74 fmt.Fprintf(tabber, "total:\t(statements)\t%.1f%%\n", 100.0*float64(covered)/float64(total))
130 // coverage returns the fraction of the statements in the function that were covered, as a numerator and denominator.
134 var covered, total int64
147 covered += int64(b.NumStmt)
153 return covered, total
  /prebuilts/go/linux-x86/src/cmd/cover/
func.go 55 var total, covered int64
71 covered += c
74 fmt.Fprintf(tabber, "total:\t(statements)\t%.1f%%\n", 100.0*float64(covered)/float64(total))
130 // coverage returns the fraction of the statements in the function that were covered, as a numerator and denominator.
134 var covered, total int64
147 covered += int64(b.NumStmt)
153 return covered, total
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
ApiPackage.java 55 int covered = 0; local
57 covered += apiClass.getNumCoveredMethods();
59 return covered;
ApiMethod.java 96 public void setCovered(boolean covered) {
97 mIsCovered = covered;
  /development/samples/browseable/BatchStepSensor/
_index.jd 19 covered in this sample.</p>
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/about_files/
LICENSE.sax.txt 2 However please note future versions of SAX may be covered
  /external/jacoco/
README.md 11 for questions regarding JaCoCo which are not already covered by the
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/xml/
report.dtd 70 <!-- number of covered instructions -->
74 <!-- number of covered branches -->
83 <!-- number of covered items -->
84 <!ATTLIST counter covered CDATA #REQUIRED
  /external/kernel-headers/modified/
README.TXT 7 They are mostly covered by the GPLv2 + exception, and thus cannot be
  /external/kernel-headers/original/uapi/
README.TXT 15 The headers are mostly covered by the GPLv2 + exception, and thus cannot be
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/
TryBlock.java 53 * Gets the number of code units covered by this try block.
56 * be. If the last instruction is only partly covered by this try block, it is considered to be covered.
58 * @return The number of code units covered by this try block.
  /external/elfutils/tests/
coverage.sh 29 gawk "{ copct=\$2; co=(\$3*copct)/100; toco+=(co+0); toli += (\$3+0); } END { printf \"%-12s %6.2f%% covered unused files: %3d\n\", \"$d\", (toco*100)/toli, \"$unused\" }" $tmp
32 printf "%-12s 0.00%% covered unused files: %3d\n" "$d" $unused
  /external/libexif/auto-m4/
nls.m4 13 dnl Please note that the actual code of the GNU gettext library is covered
15 dnl gettext package package is covered by the GNU General Public License.
  /ndk/sources/host-tools/make-3.81/config/
nls.m4 13 dnl Please note that the actual code of the GNU gettext library is covered
15 dnl gettext package package is covered by the GNU General Public License.
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
stdbool.h 22 the resulting executable to be covered by the GNU General Public
24 reasons why the executable file might be covered by the GNU General
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
stdbool.h 22 the resulting executable to be covered by the GNU General Public
24 reasons why the executable file might be covered by the GNU General
  /toolchain/binutils/binutils-2.25/config/
nls.m4 13 dnl Please note that the actual code of the GNU gettext library is covered
15 dnl gettext package package is covered by the GNU General Public License.
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
MapItem.java 41 * {@code null-ok;} first item covered or {@code null} if this is
47 * {@code null-ok;} last item covered or {@code null} if this is
53 * {@code > 0;} count of items covered; {@code 1} if this
120 * @param firstItem {@code non-null;} first item covered
121 * @param lastItem {@code non-null;} last item covered
122 * @param itemCount {@code > 0;} count of items covered
  /dalvik/dx/src/com/android/dx/dex/file/
MapItem.java 40 * {@code null-ok;} first item covered or {@code null} if this is
46 * {@code null-ok;} last item covered or {@code null} if this is
52 * {@code > 0;} count of items covered; {@code 1} if this
119 * @param firstItem {@code non-null;} first item covered
120 * @param lastItem {@code non-null;} last item covered
121 * @param itemCount {@code > 0;} count of items covered
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
MapItem.java 41 * {@code null-ok;} first item covered or {@code null} if this is
47 * {@code null-ok;} last item covered or {@code null} if this is
53 * {@code > 0;} count of items covered; {@code 1} if this
120 * @param firstItem {@code non-null;} first item covered
121 * @param lastItem {@code non-null;} last item covered
122 * @param itemCount {@code > 0;} count of items covered
  /external/bison/
COPYING 89 A "covered work" means either the unmodified Program or a work based
160 covered work is covered by this License only if the output, given its
161 content, constitutes a covered work. This License acknowledges your
164 You may make, run and propagate covered works that you do not
166 in force. You may convey covered works to others for the sole purpose
170 not control copyright. Those thus making or running the covered works
181 No covered work shall be deemed part of an effective technological
187 When you convey a covered work, you waive any legal power to forbid
190 the covered work, and you disclaim any intention to limit operation o
    [all...]
NOTICE 89 A "covered work" means either the unmodified Program or a work based
160 covered work is covered by this License only if the output, given its
161 content, constitutes a covered work. This License acknowledges your
164 You may make, run and propagate covered works that you do not
166 in force. You may convey covered works to others for the sole purpose
170 not control copyright. Those thus making or running the covered works
181 No covered work shall be deemed part of an effective technological
187 When you convey a covered work, you waive any legal power to forbid
190 the covered work, and you disclaim any intention to limit operation o
    [all...]
  /external/bison/doc/
gpl-3.0.texi 98 A ``covered work'' means either the unmodified Program or a work based
169 covered work is covered by this License only if the output, given its
170 content, constitutes a covered work. This License acknowledges your
173 You may make, run and propagate covered works that you do not convey,
175 You may convey covered works to others for the sole purpose of having
179 control copyright. Those thus making or running the covered works for
190 No covered work shall be deemed part of an effective technological
196 When you convey a covered work, you waive any legal power to forbid
199 respect to the covered work, and you disclaim any intention to limi
    [all...]
  /external/chromium-trace/catapult/tracing/third_party/jszip/
LICENSE.markdown 119 A "covered work" means either the unmodified Program or a work based
190 covered work is covered by this License only if the output, given its
191 content, constitutes a covered work. This License acknowledges your
194 You may make, run and propagate covered works that you do not
196 in force. You may convey covered works to others for the sole purpose
200 not control copyright. Those thus making or running the covered works
211 No covered work shall be deemed part of an effective technological
217 When you convey a covered work, you waive any legal power to forbid
220 the covered work, and you disclaim any intention to limit operation o
    [all...]

Completed in 1252 milliseconds

1 23 4 5 6 7 8 91011>>