代码搜索:Coverage
找到约 1,248 项符合「Coverage」的源代码
代码结果 1,248
www.eeworm.com/read/168625/9904338
tcl tundra.tcl
#
# Tundra high-latitude coverage - compare with similar Soviet Molnya.
#
# Information from 'Satellite Communication Systems', Maral and Bousqet
# 2nd/3rd edition, chapter 7; values are set to match
www.eeworm.com/read/439145/7716367
c mod-udp.c
/*
Copyright (c) 2006, 2007 Dmitry Butskoy
License: GPL v2 or any later
See COPYING for the status of this software.
*/
#include
#include
www.eeworm.com/read/406252/11446134
rpt float.sim.rpt
Simulator report for float
Thu Jun 07 10:58:06 2007
Version 6.0 Build 178 04/27/2006 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal Notice
2.
www.eeworm.com/read/400374/11578218
v assert_fifo_index_logic.v
// Accellera Standard V1.0 Open Verification Library (OVL).
// Accellera Copyright (c) 2005. All rights reserved.
parameter assert_name = "ASSERT_FIFO_INDEX";
integer cnt;
initial begin
www.eeworm.com/read/162614/5528986
c profile-generate-1.c
/* Bug 16325. */
/* { dg-options "-O -fprofile-generate" } */
extern void abort (void);
int *p1;
int *p2;
int *p3;
int ga = 100;
int
sub (int i, int j)
{
int k;
int l;
int m;
int n;
p1
www.eeworm.com/read/162614/5529036
c 20030107-1.c
/* { dg-do compile } */
/* { dg-options "-fprofile-arcs" } */
extern void bar(void) __attribute__((noreturn));
int foo (void) { bar(); }
/* { dg-final { cleanup-coverage-files } } */
www.eeworm.com/read/162614/5529610
c 20050325-1.c
/* PR 20249 */
/* { dg-do compile } */
/* { dg-options "-O2 -fprofile-arcs" } */
extern int *g (int x, void* y);
extern void fg (long long x, int y);
static void
ff (int y, long long z)
{
fg (z,
www.eeworm.com/read/472233/1417004
readme
Generate coverage on Mac
call WebKitTools/Script/generate-coverage-data
or by hand
# delete
find . -name '*.gcda' -delete
# build, -framework CoreFoundation might suffice as well
WebKitTools/Scri