代码搜索:Behavior
找到约 3,820 项符合「Behavior」的源代码
代码结果 3,820
www.eeworm.com/read/233448/4686224
c c99-printf-1.c
/* Test for printf formats. Formats using C99 features, including cases
where C99 specifies some aspect of the format to be ignored or where
the behavior is undefined.
*/
/* Origin: Joseph Myer
www.eeworm.com/read/233448/4686244
c c90-printf-1.c
/* Test for printf formats. Formats using C90 features, including cases
where C90 specifies some aspect of the format to be ignored or where
the behavior is undefined.
*/
/* Origin: Joseph Myer
www.eeworm.com/read/230932/4718924
c pe.c
/* vi: set sw=4 ts=4: */
/*
* pe.c - Print a second extended filesystem errors behavior
*
* Copyright (C) 1992, 1993, 1994 Remy Card
* Laborat
www.eeworm.com/read/223124/4813897
c pe.c
/* vi: set sw=4 ts=4: */
/*
* pe.c - Print a second extended filesystem errors behavior
*
* Copyright (C) 1992, 1993, 1994 Remy Card
* Laborat
www.eeworm.com/read/209559/4964554
c serio_raw.c
/*
* Raw serio device providing access to a raw byte stream from underlying
* serio port. Closely emulates behavior of pre-2.6 /dev/psaux device
*
* Copyright (c) 2004 Dmitry Torokhov
*
* This p
www.eeworm.com/read/193656/5142985
basic
// $Xorg: basic,v 1.3 2000/08/17 19:54:34 cpqbld Exp $
// Minimal set of symbol interpretations to provide
// reasonable default behavior (Num lock, shift and
// caps lock and mode switch) and set
www.eeworm.com/read/193656/5142989
xtest
// $Xorg: xtest,v 1.3 2000/08/17 19:54:34 cpqbld Exp $
default xkb_compatibility "xtest" {
// Minimal set of symbol interpretations to provide
// reasonable behavior for testing. The X Tes
www.eeworm.com/read/190346/5185919
win32 install.win32
Building neon on Windows uses a single Nmake neon.mak file. By
placing various parameters on nmake's command line, you can specify
exactly the features and behavior of the Neon libraries. The
parame
www.eeworm.com/read/188945/5204644
readme
this file is required due to differences in behavior between Mozilla/Opera
and Internet Explorer.
main-data.html calls kickOffTests() which calls top.testManager.start()
in the top most frame. t
www.eeworm.com/read/179906/5301046
java testassert.java
//: c05:TestAssert.java
// Demonstrating the assertion tool. Comment the following,
// and uncomment the subsequent line to change
// assertion behavior:
// From 'Thinking in Java, 3rd ed.' (c) Br