/third_party/node/test/fixtures/wpt/resources/ |
D | testharness.js | 754 expose(EventWatcher, 'EventWatcher'); 810 expose(test, 'test'); 811 expose(async_test, 'async_test'); 812 expose(promise_test, 'promise_test'); 813 expose(promise_rejects, 'promise_rejects'); 814 expose(generate_tests, 'generate_tests'); 815 expose(setup, 'setup'); 816 expose(done, 'done'); 817 expose(on_event, 'on_event'); 818 expose(step_timeout, 'step_timeout'); [all …]
|
/third_party/boost/libs/python/test/ |
D | shared_ptr.hpp | 46 static void expose(C const& c) in expose() function 179 functions<X>::expose( in BOOST_PYTHON_MODULE() 184 functions<Y>::expose( in BOOST_PYTHON_MODULE() 195 functions<Z>::expose( in BOOST_PYTHON_MODULE()
|
/third_party/node/deps/cares/m4/ |
D | cares-confopts.m4 | 185 dnl --enable-expose-statics or --disable-expose-statics, 189 AC_MSG_CHECKING([whether to expose internal static functions for testing]) 191 AC_ARG_ENABLE(expose-statics, 192 AS_HELP_STRING([--enable-expose-statics],[Enable exposure of internal static functions for testing]) 193 AS_HELP_STRING([--disable-expose-statics],[Disable exposure of internal static functions for testin… 197 dnl --disable-expose-statics option used. 202 dnl configure's expose-statics option not specified. 203 dnl Handle this as if --disable-expose-statics option was given. 208 dnl --enable-expose-statics option used.
|
/third_party/boost/libs/spirit/doc/x3/abstracts/ |
D | attributes.qbk | 12 Parsers in __spirit__ are fully attributed. __x3__ parsers always /expose/ an 57 * or it has to expose certain functionalities, i.e. it needs to conform to a 66 Sequences require an attribute type to expose the concept of a fusion sequence, 109 an alternative expose the same attribute type, the overall alternative 110 will expose exactly the same attribute type as well. 125 Literals (such as `'('` and `", "`) do /not/ expose any attribute 126 (well actually, they do expose the special type `unused_type`, but in this 127 context `unused_type` is interpreted as if the component does not expose any 130 sequence. As said, they just don't expose any attribute and don't produce
|
/third_party/boost/libs/spirit/doc/abstracts/ |
D | attributes.qbk | 15 /expose/ an attribute specific to their type. This is called /synthesized 85 * or it has to expose certain functionalities, i.e. it needs to conform to a 94 Sequences require an attribute type to expose the concept of a fusion sequence, 134 [tip *For sequences only:* __qi__ and __karma__ expose a set of API functions 163 an alternative expose the same attribute type, the overall alternative 164 will expose exactly the same attribute type as well. 183 Fortunately, literals (such as `'('` and `", "`) do /not/ expose any attribute 184 (well actually, they do expose the special type `unused_type`, but in this 185 context `unused_type` is interpreted as if the component does not expose any 188 sequence. As said, they just don't expose any attribute and don't produce [all …]
|
/third_party/mesa3d/docs/_extra/specs/ |
D | MESA_copy_sub_buffer.spec | 34 used to quickly repaint 3D windows in response to expose events 65 in response to expose events when the back color buffer cannot be
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/windows/ |
D | msbuild_utils.dart | 9 /// Writes a property sheet (.props) file to expose all of the key/value 44 /// Adds the ItemGroup to expose the given [variables] as environment variables
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | videooverlay.c | 424 if (iface->expose) { in gst_video_overlay_expose() 425 iface->expose (overlay); in gst_video_overlay_expose()
|
/third_party/openGLES/extensions/MESA/ |
D | GLX_MESA_copy_sub_buffer.txt | 34 used to quickly repaint 3D windows in response to expose events 65 in response to expose events when the back color buffer cannot be
|
/third_party/skia/third_party/externals/opengl-registry/extensions/MESA/ |
D | GLX_MESA_copy_sub_buffer.txt | 34 used to quickly repaint 3D windows in response to expose events 65 in response to expose events when the back color buffer cannot be
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | preferred_size.dart | 15 /// needs to expose a preferred or "default" size. For example a primary 40 /// * [PreferredSizeWidget], the interface which this widget implements to expose
|
/third_party/ejdb/src/bindings/ejdb2_node/ |
D | hints.txt | 2 valgrind --leak-check=full --trace-children=yes node --expose-gc ./node_modules/.bin/ava -s -c 0
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
D | FBConfigCompatibility.md | 16 Obviously the EGLconfig we will expose will have a one-to-one 26 that means we have to expose EGLconfigs whose respective GLXFBConfigs 111 or DirectColor. The depth-stencil will be useful to expose to application. 119 can find a trick to avoid that flicker, then we would be able to expose single 125 As can be seen above, NVIDIA does not expose conformant context with multisampled 194 to see if we can use them to expose another EGL extension.
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
D | FBConfigCompatibility.md | 16 Obviously the EGLconfig we will expose will have a one-to-one 26 that means we have to expose EGLconfigs whose respective GLXFBConfigs 111 or DirectColor. The depth-stencil will be useful to expose to application. 119 can find a trick to avoid that flicker, then we would be able to expose single 125 As can be seen above, NVIDIA does not expose conformant context with multisampled 194 to see if we can use them to expose another EGL extension.
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.0.6.rst | 36 - [regression][bisected] Reverting 'expose 0 shader binary formats 118 - Revert "st/mesa: expose 0 shader binary formats for compat profiles
|
D | 17.2.5.rst | 57 - radv: Don't expose heaps with 0 memory. 95 - st/dri: don't expose modifiers in EGL if the driver doesn't implement
|
/third_party/skia/third_party/externals/angle2/extensions/ |
D | EGL_ANGLE_program_cache_control.txt | 211 access, and not expose undefined behaviour. 213 3. Should we expose the key/value semantics or just have a binary value? 218 RESOLVED: we should expose the key to mirror the implementation. 227 RESOLVED: yes, we should expose cache size controls.
|
/third_party/flutter/skia/third_party/externals/angle2/extensions/ |
D | EGL_ANGLE_program_cache_control.txt | 211 access, and not expose undefined behaviour. 213 3. Should we expose the key/value semantics or just have a binary value? 218 RESOLVED: we should expose the key to mirror the implementation. 227 RESOLVED: yes, we should expose cache size controls.
|
/third_party/gstreamer/gstreamer/docs/random/ |
D | dynpads | 28 The muxer element (an avi encoder, for example) might expose several 40 compound element (a bin with internal elements) will also expose some
|
/third_party/boost/libs/spirit/doc/lex/ |
D | tokens_values.qbk | 23 interface a user defined token type has to expose please look at the 145 expose no token type at all. Any other type will be 180 definition of a couple of token types. Some of the token types do not expose a 184 to expose an explicit token type each: `std::string` and `unsigned int`. 189 component needs to expose a certain type as its parser attribute. Naturally,
|
/third_party/skia/third_party/externals/microhttpd/src/testzzuf/ |
D | README | 4 clients and the MHD server. The goal is to expose problems in MHD's
|
/third_party/jerryscript/jerry-port/default/ |
D | CMakeLists.txt | 58 # tm.tm_gmtoff is non-standard, so glibc doesn't expose it in c99 mode 59 # (our default). Define some macros to expose it anyway.
|
/third_party/flutter/skia/modules/canvaskit/canvaskit/ |
D | README.md | 34 With node, you also need to supply the `--expose-wasm` flag. 48 Since WebPack does not expose the entire `/node_modules/` directory, but instead
|
/third_party/gstreamer/gstplugins_bad/ext/lv2/ |
D | README | 47 1) We could expose those as "audio/x-midi-event" sink pads, but then those are 49 2) We could expose those as properties using a new type like GST_FOURCC. If we
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_shader_clock.txt | 111 to expose support for this extension. 113 2) Do we need to expose a "clock width" query, or is everyone okay with
|