/third_party/toybox/porting/liteos_a/ |
D | toys.h | 119 sigjmp_buf *rebound; // siglongjmp here instead of exit when do_rebound member
|
D | main.c | 142 memset(&toys, 0, offsetof(struct toy_context, rebound)); in toy_init()
|
/third_party/toybox/ |
D | toys.h | 113 sigjmp_buf *rebound; // siglongjmp here instead of exit when do_rebound member
|
D | main.c | 142 memset(&toys, 0, offsetof(struct toy_context, rebound)); in toy_init()
|
/third_party/boost/libs/optional/doc/ |
D | 15_optional_references.qbk | 51 referenced object; its value changes but the reference is never rebound. 60 assert(ra!=b); // 'ra' is not rebound to 'b' 72 ora = orb ; // 'ora' is rebound to 'b'
|
/third_party/toybox/toys/pending/ |
D | sh.c | 476 sigjmp_buf rebound; in run_command() local 483 if (!sigsetjmp(rebound, 1)) { in run_command() 484 toys.rebound = &rebound; in run_command()
|
/third_party/boost/libs/smart_ptr/doc/smart_ptr/ |
D | allocate_unique.adoc | 103 from arguments as specified by the concrete overload. Uses a rebound copy of 127 to hold an object of type `U`, and `a2` of type `A2` is a potentially rebound 137 potentially rebound copy of `a`.
|
D | make_shared.adoc | 113 from arguments as specified by the concrete overload. Uses a rebound copy of 147 type `A2` is a potentially rebound copy of `a`. 161 type `A2` is a potentially rebound copy of `a`.
|
/third_party/toybox/lib/ |
D | lib.h | 416 toys.rebound = &_noexit; \ 419 toys.rebound = 0; \
|
D | xwrap.c | 40 if (toys.rebound) siglongjmp(*toys.rebound, 1); in _xexit()
|
/third_party/toybox/porting/liteos_a/lib/ |
D | lib.h | 417 toys.rebound = &_noexit; \ 420 toys.rebound = 0; \
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | WGL_EXT_display_color_table.txt | 82 swap? What happens when a drawable is rebound several times prior to 168 table 0 cannot be changed. It may be rebound to a drawable at any time.
|
/third_party/openGLES/extensions/EXT/ |
D | WGL_EXT_display_color_table.txt | 82 swap? What happens when a drawable is rebound several times prior to 168 table 0 cannot be changed. It may be rebound to a drawable at any time.
|
/third_party/boost/libs/unordered/doc/ |
D | compliance.qbk | 88 rebound allocators, this can cause problems if the allocator can't be
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_threaded_context.c | 574 unsigned rebound = vbo + so; in tc_rebind_buffer() local 576 rebound += tc_rebind_shader_bindings(tc, old_id, new_id, PIPE_SHADER_VERTEX, rebind_mask); in tc_rebind_buffer() 577 rebound += tc_rebind_shader_bindings(tc, old_id, new_id, PIPE_SHADER_FRAGMENT, rebind_mask); in tc_rebind_buffer() 580 rebound += tc_rebind_shader_bindings(tc, old_id, new_id, PIPE_SHADER_TESS_CTRL, rebind_mask); in tc_rebind_buffer() 582 rebound += tc_rebind_shader_bindings(tc, old_id, new_id, PIPE_SHADER_TESS_EVAL, rebind_mask); in tc_rebind_buffer() 584 rebound += tc_rebind_shader_bindings(tc, old_id, new_id, PIPE_SHADER_GEOMETRY, rebind_mask); in tc_rebind_buffer() 586 rebound += tc_rebind_shader_bindings(tc, old_id, new_id, PIPE_SHADER_COMPUTE, rebind_mask); in tc_rebind_buffer() 588 if (rebound) in tc_rebind_buffer() 590 return rebound; in tc_rebind_buffer()
|
/third_party/boost/libs/align/doc/ |
D | align.qbk | 427 `a2` of type `A2` is a rebound copy of `base()` where its `value_type` is 443 `a2` of type `A2` is a rebound copy of `base()` where its `value_type` is an 458 rebound copy of `base()` where its `value_type` is implementation
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/doc/ |
D | Queries.md | 132 - Queries getting deleted / rebound when the other is active, for example:
|
/third_party/EGL/extensions/EXT/ |
D | EGL_EXT_stream_consumer_egloutput.txt | 133 If <layer> is rebound to a different stream by a subsequent call
|
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/ |
D | EGL_EXT_stream_consumer_egloutput.txt | 133 If <layer> is rebound to a different stream by a subsequent call
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_EGL_stream_consumer_external.txt | 409 are bound to that texture object are rebound to texture object zero. 484 are bound to that texture object are rebound to texture object zero.
|
/third_party/openGLES/extensions/NV/ |
D | NV_EGL_stream_consumer_external.txt | 409 are bound to that texture object are rebound to texture object zero. 484 are bound to that texture object are rebound to texture object zero.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | SGIX_vertex_array_object.txt | 233 array object is both rebound and unlocked. In other words, locking
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_vertex_array_object.txt | 233 array object is both rebound and unlocked. In other words, locking
|
/third_party/python/Doc/library/ |
D | imp.rst | 155 not rebound to refer to the new objects and must be updated in each namespace
|
/third_party/python/Doc/tutorial/ |
D | classes.rst | 155 variables live in the global scope and should be rebound there; the 157 an enclosing scope and should be rebound there.
|