Searched refs:behaviour (Results 1 – 25 of 649) sorted by relevance
12345678910>>...26
185 struct nine_state_behaviour behaviour = render_state_limits_table[State]; in nine_fix_render_state_value() local187 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()
14 ### Expected behaviour17 ### Actual behaviour
3 ### Expected behaviour5 ### Actual behaviour
1 ## Show the behaviour of --[no-]strip-underscore. This test does not test2 ## the platform-specific default behaviour. This is tested elsewhere.
7 Finds macros that can have unexpected behaviour due to missing parentheses.10 unexpected behaviour; operators may be evaluated in unexpected order and
14 | 'LTP_COLORIZE_OUTPUT' | Force colorized output behaviour. 'y' or '1': always colorize30 It's possible to force behaviour with 'LTP_COLORIZE_OUTPUT' environment variable.
71 The behaviour of eglSwapBuffersWithFrameTokenANGLE is identical to that72 of eglSwapBuffers except that the behaviour is undefined when <frametoken>
6 ; a value other than zero would cause undefined behaviour, does not throw a11 ; or not indexing at a given index is undefined behaviour, because the size of
52 Sets the Edge Triggered behaviour for the associated file53 descriptor. The default behaviour for epoll is Level Triggered.58 Sets the One-Shot behaviour for the associated file descriptor.
14 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
4 Test of & behaviour a&b .
11 SAX.characters(amp; behaviour a, 16)
8 There are a number of tests where we check for expected behaviour54 * Tests often check for expected behaviour and compatibility.55 Expected behaviour is often defined by a prominent library.
6 behaviour of traditional ELF linkers and specifically the ELF lld port. Where119 behaviour of a traditional ELF linker, and in particular the ELF port of lld.129 the target signature. Even though this is undefined behaviour in C/C++, it is not139 The default behaviour is to generate these stub function and to produce140 a warning. The ``--fatal-warnings`` flag can be used to disable this behaviour
2 # attempt to use it has the expected behaviour. It also tests things that
17 error: restore the Python 3.6 behaviour.
5 2 WON'T test because spec doesn't define behaviour of sigismember() function if neither of sigempy…
7 - bpf_graft.c -> Demo on altering runtime behaviour
6 cross-profile behaviour or data access, once you have the appropriate
1 ## Test the behaviour of --section-mapping when there are no program headers in an object.
9 requests when following a 301 redirection. The non-RFC behaviour is ubiquitous