Searched refs:expose (Results 1 – 25 of 543) sorted by relevance
12345678910>>...22
/third_party/node/test/fixtures/wpt/resources/ |
D | testharness.js | 1019 expose(EventWatcher, 'EventWatcher'); 1215 expose(test, 'test'); 1216 expose(async_test, 'async_test'); 1217 expose(promise_test, 'promise_test'); 1218 expose(promise_rejects_js, 'promise_rejects_js'); 1219 expose(promise_rejects_dom, 'promise_rejects_dom'); 1220 expose(promise_rejects_exactly, 'promise_rejects_exactly'); 1221 expose(generate_tests, 'generate_tests'); 1222 expose(setup, 'setup'); 1223 expose(promise_setup, 'promise_setup'); [all …]
|
/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/node/deps/v8/include/ |
D | APIDesign.md | 41 stay, and we can safely expose them to embedders. 56 V8 allows embedders to define special objects that expose additional 59 of capabilities we want to expose via this API surface. As a rule of thumb, we 60 want to expose operations as defined in the WebIDL and HTML spec: we
|
/third_party/node/deps/v8/tools/clusterfuzz/foozzie/testdata/ |
D | smoke_test_output.txt | 12 --correctness-fuzzer-suppressions --expose-gc --fuzzing --allow-natives-for-differential-fuzzing --… 14 --correctness-fuzzer-suppressions --expose-gc --fuzzing --allow-natives-for-differential-fuzzing --…
|
D | failure_output_arch.txt | 12 --correctness-fuzzer-suppressions --expose-gc --fuzzing --allow-natives-for-differential-fuzzing --… 14 --correctness-fuzzer-suppressions --expose-gc --fuzzing --allow-natives-for-differential-fuzzing --…
|
D | failure_output_second.txt | 12 --correctness-fuzzer-suppressions --expose-gc --fuzzing --allow-natives-for-differential-fuzzing --… 14 --correctness-fuzzer-suppressions --expose-gc --fuzzing --allow-natives-for-differential-fuzzing --…
|
D | failure_output.txt | 12 --correctness-fuzzer-suppressions --expose-gc --fuzzing --allow-natives-for-differential-fuzzing --… 14 --correctness-fuzzer-suppressions --expose-gc --fuzzing --allow-natives-for-differential-fuzzing --…
|
/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/curl/tests/data/ |
D | test421 | 24 access-control-expose-headers: 74 "access-control-expose-headers":["\r"],
|
/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/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/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/rust/crates/cxx/tests/ui/ |
D | lifetime_extern_rust.stderr | 1 error: must be `unsafe fn f` in order to expose explicit lifetimes to C++
|
/third_party/node/test/es-module/ |
D | test-esm-dns-promises.mjs | 1 // Flags: --expose-internals
|
/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/node/deps/v8/src/ |
D | DEPS | 23 # TODO(v8:10496): Don't expose so much (through transitive includes) outside 33 # TODO(v8:10496): Don't expose memory chunk outside of heap/.
|
/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/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/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
|
/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/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/microhttpd/src/testzzuf/ |
D | README | 4 clients and the MHD server. The goal is to expose problems in MHD's
|
/third_party/skia/modules/canvaskit/npm_build/ |
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
|
12345678910>>...22