Home
last modified time | relevance | path

Searched refs:behaviour (Results 1 – 25 of 527) sorted by relevance

12345678910>>...22

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_limits.h185 struct nine_state_behaviour behaviour = render_state_limits_table[State]; in nine_fix_render_state_value() local
187 switch (behaviour.state_value_behaviour) { in nine_fix_render_state_value()
191 if (Value < behaviour.u.clamp.min) in nine_fix_render_state_value()
192 Value = behaviour.u.clamp.min; in nine_fix_render_state_value()
193 else if (Value > behaviour.u.clamp.max) in nine_fix_render_state_value()
194 Value = behaviour.u.clamp.max; in nine_fix_render_state_value()
200 Value = Value & behaviour.u.mask; in nine_fix_render_state_value()
203 if (Value < behaviour.u.range_def_val.min || Value > behaviour.u.range_def_val.max) in nine_fix_render_state_value()
204 Value = behaviour.u.range_def_val.default_val; in nine_fix_render_state_value()
/external/syzkaller/pkg/report/testdata/linux/report/
D421 TITLE: UBSAN: Undefined behaviour in kernel/time/hrtimer.c:LINE
4 [ 50.583499] UBSAN: Undefined behaviour in kernel/time/hrtimer.c:310:16
D401 TITLE: UBSAN: Undefined behaviour in drivers/usb/core/devio.c:LINE
4 [ 4.556972] UBSAN: Undefined behaviour in drivers/usb/core/devio.c:1517:25
D411 TITLE: UBSAN: Undefined behaviour in ./arch/x86/include/asm/atomic.h:LINE
4 [ 3.805453] UBSAN: Undefined behaviour in ./arch/x86/include/asm/atomic.h:156:2
/external/jacoco/.github/
DISSUE_TEMPLATE.md14 ### Expected behaviour
17 ### Actual behaviour
/external/subsampling-scale-image-view/docs/
Dissue_template.md3 ### Expected behaviour
5 ### Actual behaviour
/external/libusb-compat/
DNEWS12 * Further improvements to match libusb-0.1 endpoint addressing behaviour
21 * Match libusb-0.1 endpoint addressing behaviour
/external/ltp/testcases/kernel/syscalls/epoll2/man/
Depoll_ctl.txt52 Sets the Edge Triggered behaviour for the associated file
53 descriptor. The default behaviour for epoll is Level Triggered.
58 Sets the One-Shot behaviour for the associated file descriptor.
/external/autotest/server/site_tests/bluetooth_SDP_ServiceSearchRequestBasic/
Dcontrol14 Verify the correct behaviour of the device when searching for services.
19 In order to verify the correct behaviour of continuation state, some number of
/external/wycheproof/doc/
Dindex.md8 There are a number of tests where we check for expected behaviour
54 * Tests often check for expected behaviour and compatibility.
55 Expected behaviour is often defined by a prominent library.
/external/libxml2/result/
Dent4.rdr4 Test of &amp; behaviour a&b .
Dent4.rde4 Test of &amp; behaviour a&b .
Dent4.sax11 SAX.characters(amp; behaviour a, 16)
Dent4.sax211 SAX.characters(amp; behaviour a, 16)
/external/libmtp/logs/
DREADME.TXT3 and device behaviour characteristics.
/external/ltp/doc/
Dcolorized-output.txt8 It's possible to force behaviour with LTP_COLORIZE_OUTPUT environment variable:
/external/pcre/dist2/testdata/
Dtestinput162 # attempt to use it has the expected behaviour. It also tests things that
Dtestoutput162 # attempt to use it has the expected behaviour. It also tests things that
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigismember/
Dcoverage.txt5 2 WON'T test because spec doesn't define behaviour of sigismember() function if neither of sigempy…
/external/python/cpython3/Misc/NEWS.d/
D3.7.0.rst17 error: restore the Python 3.6 behaviour.
/external/iproute2/examples/bpf/
DREADME7 - bpf_graft.c -> Demo on altering runtime behaviour
/external/libxml2/result/noent/
Dent4.sax211 SAX.characters(amp; behaviour a, 16)
/external/curl/docs/cmdline-opts/
Dpost302.d8 requests when following a 302 redirection. The non-RFC behaviour is ubiquitous
Dpost301.d8 requests when following a 301 redirection. The non-RFC behaviour is ubiquitous
/external/libmtp/
DTODO20 We don't know why, it may be related to low-level USB behaviour that
26 Thus only unplug or shutdown ends the session. This behaviour can be
31 the behaviour is questionable from an USB interoperability point

12345678910>>...22