Searched refs:covered (Results 1 – 25 of 228) sorted by relevance
12345678910
/external/webkit/Tools/CodeCoverage/ |
D | regenerate-coverage-display | 129 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()
|
D | cov.py | 51 (total, covered, annotated_data) = results[path] 54 w.writerow([path, total, covered])
|
/external/dnsmasq/ |
D | COPYING-v3 | 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 or 235 A compilation of a covered work with other separate and independent [all …]
|
/external/skia/src/images/ |
D | SkMovie_gif.cpp | 282 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/ |
D | nls.m4 | 11 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.
|
D | lcmessage.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.
|
D | progtest.m4 | 11 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/ |
D | nls.m4 | 11 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.
|
D | progtest.m4 | 11 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/ |
D | ReportGenerator.java | 232 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/ |
D | Android.mk | 51 -Wno-covered-switch-default \ 69 -Wno-covered-switch-default \
|
/external/clang/test/SemaObjC/ |
D | warn-unreachable.m | 1 …ntax-only -Xclang -verify -fblocks -Wunreachable-code -Wno-unused-value -Wno-covered-switch-default
|
/external/kernel-headers/original/ |
D | README.TXT | 3 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/ |
D | README.chromium | 11 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/ |
D | LICENSE.sax.txt | 2 However please note future versions of SAX may be covered
|
/external/chromium/chrome/browser/userfeedback/proto/ |
D | annotations.proto | 18 // A rectangular area covered by this annotation on annotated image.
|
/external/elfutils/config/ |
D | version.h.in | 29 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/ |
D | UNCOVERED | 2 The following language features are not covered:
|
/external/mksh/ |
D | NOTICE | 1 mksh is covered by The MirOS Licence:
|
/external/llvm/lib/Target/X86/ |
D | README-MMX.txt | 62 The extra stack traffic is covered in the previous entry. But the other reason
|
/external/antlr/antlr-3.4/runtime/C/doxygen/ |
D | using.dox | 7 /// -# Writing ANTLR grammars (not covered in this manual); 8 /// -# How ANTLR works (not covered in this manual);
|
/external/zlib/contrib/dotzlib/ |
D | LICENSE_1_0.txt | 4 obtaining a copy of the software and accompanying documentation covered by
|
/external/mesa3d/docs/OLD/ |
D | MESA_trace.spec | 50 in Mesa is covered by Mesa's XFree86-style copyright by the authors above.
|
/external/v8/ |
D | NOTICE | 31 The original source code covered by the above license above has been
|
/external/libxml2/ |
D | Copyright | 2 list.c and the trio files, which are covered by a similar licence but
|
12345678910