代码搜索:Behavior
找到约 3,820 项符合「Behavior」的源代码
代码结果 3,820
www.eeworm.com/read/316872/3592339
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/307309/3725438
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/295117/3912170
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/280962/4121129
py queue.py
"""An adaptation of Py2.3/2.4's Queue module which supports reentrant
behavior, using RLock instead of Lock for its mutex object.
This is to support the connection pool's usage of ``__del__`` to retu
www.eeworm.com/read/273525/4210278
hlp dockable.hlp
{smcl}
{* 08feb2005}{...}
{cmd:help dockable} (Windows only)
{hline}
{title:Title}
{pstd}Specify whether to enable dockable window behavior for Windows
{title:Syntax}
{p 8 22 2}
{cm
www.eeworm.com/read/269603/4244618
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/269603/4244622
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/447738/1698035
s zerop-1.s
# Check that we allow zero operands for some insns.
# Naked comments aren't supported when no operands are supplied; this
# matches mmixal behavior.
Main TRAP
SWYM
TRIP
JMP
POP 123456
POP
www.eeworm.com/read/440906/1782672
c c90-scanf-1.c
/* Test for scanf 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 Myers
www.eeworm.com/read/440906/1782683
c c99-scanf-1.c
/* Test for scanf 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 Myers