代码搜索:assertion

找到约 1,246 项符合「assertion」的源代码

代码结果 1,246
www.eeworm.com/read/292670/3950513

c 2-17.c

/* * Test case for assertion #2 of the sigaction system call that shows * sigaction (when used with a non-null oact pointer) changes the action * for a signal. * * Steps: * 1. Call sigaction to
www.eeworm.com/read/440906/1782386

c assert2.c

/* Malformed assertion tests. */ /* { dg-do preprocess } */ #assert /* { dg-error "without predicate" "assert w/o predicate" } */ #assert % /* { dg-error "an identifier" "assert punctuation" } */ #
www.eeworm.com/read/382361/2637573

c 1-17.c

/* * Test case for assertion #1 of the sigaction system call that shows * sigaction (when used with a non-null act pointer) changes the action * for a signal. * * Steps: * 1. Initialize a globa
www.eeworm.com/read/382361/2637574

c 2-17.c

/* * Test case for assertion #2 of the sigaction system call that shows * sigaction (when used with a non-null oact pointer) changes the action * for a signal. * * Steps: * 1. Call sigaction to
www.eeworm.com/read/366702/2883983

c assert2.c

/* Malformed assertion tests. */ /* { dg-do preprocess } */ #assert /* { dg-error "without predicate" "assert w/o predicate" } */ #assert % /* { dg-error "an identifier" "assert punctuation" } */ #
www.eeworm.com/read/162614/5530900

c assert2.c

/* Malformed assertion tests. */ /* { dg-do preprocess } */ #assert /* { dg-error "without predicate" "assert w/o predicate" } */ #assert % /* { dg-error "an identifier" "assert punctuation" } */ #
www.eeworm.com/read/162614/5534705

properties messagesbundle.properties

# Localized error messages for gnu.regexp # Prefix for REException messages error.prefix=At position {0} in regular expression pattern: # REException (parse error) messages repeat.assertion=repeated
www.eeworm.com/read/162519/5544237

properties messagesbundle.properties

# Localized error messages for gnu.regexp # Prefix for REException messages error.prefix=At position {0} in regular expression pattern: # REException (parse error) messages repeat.assertion=repeated
www.eeworm.com/read/104056/15711164

hash

#!/bin/sh # Exercise a bug that was fixed in 4.0s. # Before then, rm would fail occasionally, sometimes via # a failed assertion, others with a seg fault. . $srcdir/../expensive if test "$VERBOSE" =
www.eeworm.com/read/127767/14337678

txt e104. enabling assertions from the command line.txt

The command line options -ea and -da allow you to enable and disable assertion in a package subtree or in a class. Here are several examples of the switches. Enable assertions in all non-system classe