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

1 2 3 4 5 6 7 891011>>

  /ndk/sources/host-tools/make-3.81/config/
progtest.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/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/sanitizer/
coverage_interface.h 30 // Get the number of unique covered blocks (or edges).
40 // Set *data to the array of covered PCs and return the size of that array.
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/sanitizer/
coverage_interface.h 30 // Get the number of unique covered blocks (or edges).
40 // Set *data to the array of covered PCs and return the size of that array.
  /prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/sanitizer/
coverage_interface.h 30 // Get the number of unique covered blocks (or edges).
40 // Set *data to the array of covered PCs and return the size of that array.
  /prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/sanitizer/
coverage_interface.h 30 // Get the number of total unique covered entities (blocks, edges, calls).
38 // Set *data to the array of covered PCs and return the size of that array.
  /prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/sanitizer/
coverage_interface.h 30 // Get the number of unique covered blocks (or edges).
40 // Set *data to the array of covered PCs and return the size of that array.
  /prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/sanitizer/
coverage_interface.h 30 // Get the number of unique covered blocks (or edges).
40 // Set *data to the array of covered PCs and return the size of that array.
  /prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/sanitizer/
coverage_interface.h 30 // Get the number of unique covered blocks (or edges).
40 // Set *data to the array of covered PCs and return the size of that array.
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/sanitizer/
coverage_interface.h 30 // Get the number of total unique covered entities (blocks, edges, calls).
38 // Set *data to the array of covered PCs and return the size of that array.
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
decfloat.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
mm3dnow.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
stdarg.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/
decfloat.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
mm3dnow.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
stdarg.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/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdarg.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/
progtest.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.
  /developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/res/values/
base-strings.xml 35 covered in this sample.</p>
  /development/samples/ApiDemos/res/layout/
game.xml 30 <!-- This is the inner area of the game, not covered by system UI elements.
  /development/samples/browseable/BatchStepSensor/res/values/
base-strings.xml 35 covered in this sample.</p>
  /external/clang/
CODE_OWNERS.TXT 54 D: All parts of Clang not covered by someone else
  /external/clang/test/SemaObjC/
warn-unreachable.m 1 // RUN: %clang %s -fsyntax-only -Xclang -verify -fblocks -Wunreachable-code-aggressive -Wno-unused-value -Wno-covered-switch-default
  /external/e2fsprogs/
SUBMITTING-PATCHES 19 of my knowledge, is covered under an appropriate open source
  /external/freetype/include/internal/services/
svttcmap.h 42 /* which is not covered by the generic @FT_CharMap structure. This */
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/table/
BarColumnTest.java 207 private ITableItem createItem(final int missed, final int covered) {
208 final ICoverageNode node = createNode(missed, covered);
228 private CoverageNodeImpl createNode(final int missed, final int covered) {
231 this.lineCounter = CounterImpl.getInstance(missed, covered);

Completed in 1876 milliseconds

1 2 3 4 5 6 7 891011>>