Home
last modified time | relevance | path

Searched refs:covered (Results 1 – 25 of 228) sorted by relevance

12345678910

/external/webkit/Tools/CodeCoverage/
Dregenerate-coverage-display129 covered = int(round(covered_precise))
130 remainder = 100-covered
221 (lines,covered) = file_series[file][-1]
222 generate_table_item(site, file, lines, covered)
269 covered = 15*" "
272 covered = '<span class="lineNoCov">%15s' % "0"
275 covered = '<span class="lineCov">%15s' % split_line[0].strip()
Dcov.py51 (total, covered, annotated_data) = results[path]
54 w.writerow([path, total, covered])
/external/dnsmasq/
DCOPYING-v389 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 or
235 A compilation of a covered work with other separate and independent
[all …]
/external/skia/src/images/
DSkMovie_gif.cpp282 static bool checkIfCover(const SavedImage* target, const SavedImage* covered) in checkIfCover() argument
284 if (target->ImageDesc.Left <= covered->ImageDesc.Left in checkIfCover()
285 && covered->ImageDesc.Left + covered->ImageDesc.Width <= in checkIfCover()
287 && target->ImageDesc.Top <= covered->ImageDesc.Top in checkIfCover()
288 && covered->ImageDesc.Top + covered->ImageDesc.Height <= in checkIfCover()
/external/elfutils/m4/
Dnls.m411 dnl Please note that the actual code of the GNU gettext library is covered
13 dnl gettext package package is covered by the GNU General Public License.
Dlcmessage.m413 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.
Dprogtest.m411 dnl Please note that the actual code of the GNU gettext library is covered
13 dnl gettext package package is covered by the GNU General Public License.
/external/bison/m4/
Dnls.m411 dnl Please note that the actual code of the GNU gettext library is covered
13 dnl gettext package package is covered by the GNU General Public License.
Dprogtest.m411 dnl Please note that the actual code of the GNU gettext library is covered
13 dnl gettext package package is covered by the GNU General Public License.
/external/emma/core/java12/com/vladium/emma/report/lcov/
DReportGenerator.java232 boolean covered = false; in emitFileCoverage()
241 covered = ccoverage[methodID][0]; in emitFileCoverage()
245 row("FNDA:" + (covered ? 1 : 0) + "," + className + "::" + mname); in emitFileCoverage()
/external/compiler-rt/lib/asan/
DAndroid.mk51 -Wno-covered-switch-default \
69 -Wno-covered-switch-default \
/external/clang/test/SemaObjC/
Dwarn-unreachable.m1 …ntax-only -Xclang -verify -fblocks -Wunreachable-code -Wno-unused-value -Wno-covered-switch-default
/external/kernel-headers/original/
DREADME.TXT3 They are mostly covered by the GPLv2 + exception, and thus cannot be distributed as part of the pla…
/external/chromium/base/third_party/dynamic_annotations/
DREADME.chromium11 The files are covered under BSD license as described within the files.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/about_files/
DLICENSE.sax.txt2 However please note future versions of SAX may be covered
/external/chromium/chrome/browser/userfeedback/proto/
Dannotations.proto18 // A rectangular area covered by this annotation on annotated image.
/external/elfutils/config/
Dversion.h.in29 work to be covered by the GNU General Public License. Only Red Hat,
36 covered by this exception. If you modify this file, you may extend this
/external/webkit/PerformanceTests/SunSpider/
DUNCOVERED2 The following language features are not covered:
/external/mksh/
DNOTICE1 mksh is covered by The MirOS Licence:
/external/llvm/lib/Target/X86/
DREADME-MMX.txt62 The extra stack traffic is covered in the previous entry. But the other reason
/external/antlr/antlr-3.4/runtime/C/doxygen/
Dusing.dox7 /// -# Writing ANTLR grammars (not covered in this manual);
8 /// -# How ANTLR works (not covered in this manual);
/external/zlib/contrib/dotzlib/
DLICENSE_1_0.txt4 obtaining a copy of the software and accompanying documentation covered by
/external/mesa3d/docs/OLD/
DMESA_trace.spec50 in Mesa is covered by Mesa's XFree86-style copyright by the authors above.
/external/v8/
DNOTICE31 The original source code covered by the above license above has been
/external/libxml2/
DCopyright2 list.c and the trio files, which are covered by a similar licence but

12345678910