Home
last modified time | relevance | path

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

12345678910>>...26

/external/mesa3d/src/gallium/frontends/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/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/llvm-project/llvm/test/tools/llvm-cxxfilt/
Dstrip-underscore.test1 ## Show the behaviour of --[no-]strip-underscore. This test does not test
2 ## the platform-specific default behaviour. This is tested elsewhere.
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dbugprone-macro-parentheses.rst7 Finds macros that can have unexpected behaviour due to missing parentheses.
10 unexpected behaviour; operators may be evaluated in unexpected order and
/external/ltp/doc/
Duser-guide.txt14 | 'LTP_COLORIZE_OUTPUT' | Force colorized output behaviour. 'y' or '1': always colorize
30 It's possible to force behaviour with 'LTP_COLORIZE_OUTPUT' environment variable.
/external/angle/extensions/
DEGL_ANGLE_swap_with_frame_token.txt71 The behaviour of eglSwapBuffersWithFrameTokenANGLE is identical to that
72 of eglSwapBuffers except that the behaviour is undefined when <frametoken>
/external/llvm-project/llvm/test/Transforms/InstCombine/
Dgep-can-replace-gep-idx-with-zero-typesize.ll6 ; a value other than zero would cause undefined behaviour, does not throw a
11 ; or not indexing at a given index is undefined behaviour, because the size of
/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_AdapterCLHealth/
Dcontrol.cl_sdp_service_search_request_basic_test14 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/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/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/llvm-project/lld/docs/
DWebAssembly.rst6 behaviour of traditional ELF linkers and specifically the ELF lld port. Where
119 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 not
139 The default behaviour is to generate these stub function and to produce
140 a warning. The ``--fatal-warnings`` flag can be used to disable this behaviour
/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/python/cpython3/Misc/NEWS.d/
D3.7.0.rst17 error: restore the Python 3.6 behaviour.
/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/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/connectedappssdk/
DREADME.md6 cross-profile behaviour or data access, once you have the appropriate
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dgnu-section-mapping-no-phdrs.test1 ## Test the behaviour of --section-mapping when there are no program headers in an object.
/external/curl/docs/cmdline-opts/
Dpost301.d9 requests when following a 301 redirection. The non-RFC behaviour is ubiquitous

12345678910>>...26