代码搜索:Failures
找到约 317 项符合「Failures」的源代码
代码结果 317
www.eeworm.com/read/208576/15243600
cpp analysis.cpp
// Fig. 4.17: Analysis.cpp
// Member-function definitions for class Analysis that
// analyzes examination results.
#include
using std::cout;
using std::cin;
using std::endl;
// in
www.eeworm.com/read/386582/8737592
c ctest.c
/*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Yo
www.eeworm.com/read/177819/9431293
sh backref.sh
#!/bin/sh
# Test that backrefs are local to regex.
#
#
: ${srcdir=.}
failures=0
# checking for a palindrome
echo "radar" | ${GREP} -e '\(.\)\(.\).\2\1' > /dev/null 2>&1
if test $? -ne 0 ; then
www.eeworm.com/read/443126/7637168
java analysis.java
// Fig. 4.12: Analysis.java
// Analysis of examination results.
import java.util.Scanner; // class uses class Scanner
public class Analysis
{
public void processExamResults()
{
www.eeworm.com/read/199568/7844343
java analysis.java
// Fig. 4.12: Analysis.java
// Analysis of examination results.
import java.util.Scanner; // class uses class Scanner
public class Analysis
{
public void processExamResults()
{
www.eeworm.com/read/321827/13397080
c newmode.c
/***
*newmode.c - set new() handler mode to handle malloc failures
*
* Copyright (c) 1994-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* Sets the global flag which c
www.eeworm.com/read/152661/5671764
cxx testcase.cxx
//==========================================================================
//
// testcase.cxx
//
// Host side implementation of the test support routines.
//
//============================
www.eeworm.com/read/150583/5690354
cxx testcase.cxx
//==========================================================================
//
// testcase.cxx
//
// Host side implementation of the test support routines.
//
//============================
www.eeworm.com/read/150583/5691085
cxx testcase.cxx
//==========================================================================
//
// testcase.cxx
//
// Host side implementation of the test support routines.
//
//============================
www.eeworm.com/read/133287/5906967
h testresult.h
//
// TestResult.h
//
// $Id: //poco/Main/CppUnit/include/CppUnit/TestResult.h#5 $
//
#ifndef CppUnit_TestResult_INCLUDED
#define CppUnit_TestResult_INCLUDED
#ifndef CppUnit_CppUnit_INC