Searched refs:behaviour (Results 1 – 25 of 921) sorted by relevance
12345678910>>...37
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_limits.h | 185 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()
|
/third_party/nghttp2/doc/ |
D | nghttp.h2r | 6 manages dependency using idle streams. We follows the behaviour of 7 Firefox Nightly as of April, 2015, and nghttp's behaviour is very 9 the same behaviour of Firefox is not our goal. The goal is provide
|
/third_party/boost/libs/outcome/doc/src/content/reference/policies/ |
D | all_narrow.md | 3 description = "Policy class defining that hard undefined behaviour should occur on incorrect narrow… 6 Policy class defining that hard undefined behaviour should occur on incorrect narrow and wide value…
|
/third_party/boost/libs/outcome/doc/src/content/reference/policies/base/ |
D | ub.md | 3 description = "Special function which causes noticeable hard undefined behaviour." 14 …is compiled with the undefined behaviour sanitiser, attempts to execute this function will trigger…
|
/third_party/openssl/doc/man3/ |
D | SSL_CTX_set_quiet_shutdown.pod | 5 …_get_quiet_shutdown, SSL_set_quiet_shutdown, SSL_get_quiet_shutdown - manipulate shutdown behaviour 45 is sent to the peer. This behaviour violates the TLS standard. 47 The default is normal shutdown behaviour as described by the TLS standard.
|
D | CONF_modules_load_file.pod | 22 The behaviour can be customized using B<flags>. 115 /* Other missing configuration file behaviour */ 121 /* Other malformed configuration file behaviour */ 125 /* Other configuration error behaviour */
|
D | SSL_CTX_set_session_ticket_cb.pod | 122 If the callback does not wish to change the default ticket behaviour then it 132 If the callback does not wish to change the default ticket behaviour then it 141 If the callback does not wish to change the default ticket behaviour then it 158 default behaviour is to always issue a new ticket on resumption. In both cases 159 this behaviour can be changed if a ticket key callback is in use (see
|
D | SSL_set_fd.pod | 23 inherit the behaviour of B<fd>. If B<fd> is nonblocking, the B<ssl> will 24 also have nonblocking behaviour.
|
/third_party/boost/libs/coroutine/doc/ |
D | coroutine.qbk | 34 would be copied too. That would force undefined behaviour if some of these 39 leading to undefined behaviour. 87 inside the [_same] coroutine results in undefined behaviour.] 89 As an example, the code below will result in undefined behaviour:
|
/third_party/skia/third_party/externals/angle2/extensions/ |
D | EGL_ANGLE_swap_with_frame_token.txt | 71 The behaviour of eglSwapBuffersWithFrameTokenANGLE is identical to that 72 of eglSwapBuffers except that the behaviour is undefined when <frametoken>
|
/third_party/boost/libs/coroutine2/doc/ |
D | coroutine.qbk | 31 would be copied too. That would force undefined behaviour if some of these 36 leading to undefined behaviour. 73 coroutine results in undefined behaviour.] 75 As an example, the code below will result in undefined behaviour:
|
/third_party/ltp/doc/ |
D | user-guide.txt | 15 | 'LTP_COLORIZE_OUTPUT' | Force colorized output behaviour. 'y' or '1': always colorize 41 It's possible to force behaviour with 'LTP_COLORIZE_OUTPUT' environment variable.
|
/third_party/boost/libs/outcome/doc/src/content/tutorial/essential/no-value/ |
D | builtin.md | 16 the program is put into a **hard undefined behaviour** situation. The 21 hard UB is very tool-friendly for detection e.g. undefined behaviour 104 the behaviour is undefined.
|
/third_party/libxml2/result/ |
D | ent4.rde | 4 Test of & behaviour a&b .
|
D | ent4.rdr | 4 Test of & behaviour a&b .
|
D | ent4.sax | 11 SAX.characters(amp; behaviour a, 16)
|
D | ent4.sax2 | 11 SAX.characters(amp; behaviour a, 16)
|
/third_party/boost/tools/quickbook/test/ |
D | include-inc.quickbook | 1 [/ I'm trying not to break existing behaviour even when buggy.
|
/third_party/boost/boost/spirit/home/classic/dynamic/impl/ |
D | select.ipp | 37 // implementation for the select_default_no_fail behaviour 49 // implementation for the select_default_fail behaviour
|
/third_party/pcre2/pcre2/testdata/ |
D | testinput16 | 2 # attempt to use it has the expected behaviour. It also tests things that
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigismember/ |
D | coverage.txt | 5 2 WON'T test because spec doesn't define behaviour of sigismember() function if neither of sigempy…
|
/third_party/python/Misc/NEWS.d/ |
D | 3.7.0.rst | 17 error: restore the Python 3.6 behaviour.
|
/third_party/boost/libs/math/doc/sf/ |
D | powers.qbk | 104 The following graph illustrates the behaviour of log1p: 154 The following graph illustrates the behaviour of expm1: 197 The following graph illustrates the behaviour of cbrt: 241 The following graph illustrates the behaviour of sqrt1pm1: 286 The following graph illustrates the behaviour of powm1:
|
/third_party/EGL/extensions/EXT/ |
D | EGL_EXT_present_opaque.txt | 83 doesn't change its behaviour, and considers the surface's alpha 113 - Re-worded the compositor's behaviour for EGL_FALSE.
|
/third_party/libxml2/result/noent/ |
D | ent4.sax2 | 11 SAX.characters(amp; behaviour a, 16)
|
12345678910>>...37