代码搜索:Failures
找到约 317 项符合「Failures」的源代码
代码结果 317
www.eeworm.com/read/158872/5589850
c test-demangle.c
/* Demangler test program,
Copyright (C) 2002 Free Software Foundation, Inc.
Written by Zack Weinberg
www.eeworm.com/read/157111/5607449
java testbug808460.java
/* Copyright (c) 2001-2005, The HSQL Development Group
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that
www.eeworm.com/read/157111/5607477
java teststoredprocedure.java
/* Copyright (c) 2001-2005, The HSQL Development Group
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that
www.eeworm.com/read/132667/14079445
monitor kannel.monitor
#!/usr/bin/perl
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
# published by the Free Software Foundation; either v
www.eeworm.com/read/113029/15472493
cpp fig02_11.cpp
// Fig. 2.11: fig02_11.cpp
// Analysis of examination results.
#include
using std::cout;
using std::cin;
using std::endl;
// function main begins program execution
int main()
{
www.eeworm.com/read/191913/8416918
java analysis.java
// Fig. 4.11: Analysis.java
// Analysis of examination results
import javax.swing.JOptionPane;
public class Analysis{
public static void main( String args[] )
{
int passes = 0;
www.eeworm.com/read/185622/9007333
txt rfc1882.txt
Network Working Group B. Hancock
Request for Comments: 1882 Network-1 Software and Technology, Inc.
Category: Informational
www.eeworm.com/read/177819/9431271
sh empty.sh
#!/bin/sh
# test that the empty file means no pattern
# and an empty pattern means match all.
: ${srcdir=.}
failures=0
for options in '-E' '-E -w' '-F -x' '-G -w -x'; do
# should return 0 found a
www.eeworm.com/read/177819/9431279
sh status.sh
#!/bin/sh
# Test for status code for GNU grep.
# status code
# 0 match found
# 1 no match
# 2 file not found
: ${srcdir=.}
failures=0
# should return 0 found a match
echo "abcd" | ${GREP} -E -e
www.eeworm.com/read/177819/9431302
awk spencer1.awk
BEGIN {
FS = "@";
printf ("failures=0\n");
}
$0 !~ /^#/ && NF = 3 {
# printf ("status=`echo '%s'| { ${GREP} -E -e '%s' > /dev/null 2>&1; echo $?; cat >/dev/null; }`\n",$3, $2);
printf ("status=`e