Home
last modified time | relevance | path

Searched defs:capture (Results 1 – 25 of 65) sorted by relevance

123

/third_party/boost/libs/compute/include/boost/compute/
Dclosure.hpp51 const CaptureTuple &capture) in invoked_closure()
80 const CaptureTuple& capture() const in capture() function in boost::compute::detail::invoked_closure
108 const CaptureTuple &capture, in closure()
287 const CaptureTuple &capture, in make_closure_impl()
334 #define BOOST_COMPUTE_CLOSURE(return_type, name, arguments, capture, source) argument
336 #define BOOST_COMPUTE_CLOSURE(return_type, name, arguments, capture, ...) \ argument
/third_party/boost/boost/compute/
Dclosure.hpp51 const CaptureTuple &capture) in invoked_closure()
80 const CaptureTuple& capture() const in capture() function in boost::compute::detail::invoked_closure
108 const CaptureTuple &capture, in closure()
287 const CaptureTuple &capture, in make_closure_impl()
334 #define BOOST_COMPUTE_CLOSURE(return_type, name, arguments, capture, source) argument
336 #define BOOST_COMPUTE_CLOSURE(return_type, name, arguments, capture, ...) \ argument
/third_party/ffmpeg/libavcodec/
Dv4l2_m2m_dec.c40 V4L2Context *const capture = &s->capture; in v4l2_try_start() local
139 V4L2Context *const capture = &s->capture; in v4l2_receive_frame() local
179 V4L2Context *capture, *output; in v4l2_decode_init() local
Dv4l2_m2m_enc.c290 V4L2Context *const capture = &s->capture; in v4l2_receive_packet() local
336 V4L2Context *capture, *output; in v4l2_encode_init() local
Dv4l2_m2m.h48 V4L2Context capture; member
/third_party/typescript/tests/baselines/reference/
DemitArrowFunctionWhenUsingArguments19.js6 … var capture = () => arguments; // Should trigger an '_arguments' capture into function 'h' function
DemitArrowFunctionWhenUsingArguments19_ES6.js6 … var capture = () => arguments; // Should trigger an '_arguments' capture into function 'h' function
/third_party/boost/libs/hana/include/boost/hana/functional/
Dcapture.hpp45 constexpr auto capture = [](auto&& ...variables) { in __anone22b5e150102() variable
/third_party/boost/boost/hana/functional/
Dcapture.hpp45 constexpr auto capture = [](auto&& ...variables) { in __anon1c6ccd220102() variable
/third_party/mindspore/tests/st/auto_monad/
Dcapture.py38 def capture(cap): function
/third_party/mesa3d/docs/
Dshading.rst51 .. _capture: target
/third_party/node/test/parallel/
Dtest-eventtarget.js343 target.addEventListener('foo', a, { capture: true }); property
344 target.addEventListener('foo', a, { capture: false }); property
347 target.removeEventListener('foo', a, { capture: true }); property
349 target.removeEventListener('foo', a, { capture: false }); property
/third_party/flutter/skia/third_party/externals/sdl/src/audio/directsound/
DSDL_directsound.h38 LPDIRECTSOUNDCAPTURE capture; member
DSDL_directsound.c434 LPDIRECTSOUNDCAPTURE capture = this->hidden->capture; in CreateCaptureBuffer() local
/third_party/gstreamer/gstplugins_bad/sys/winscreencap/
Dgstgdiscreencapsrc.c281 HWND capture; in gst_gdiscreencapsrc_set_caps() local
519 HWND capture; in gst_gdiscreencapsrc_screen_capture() local
/third_party/skia/src/core/
DSkTextBlobTrace.cpp86 void SkTextBlobTrace::Capture::capture(const SkGlyphRunList& glyphRunList, const SkPaint& paint) { in capture() function in SkTextBlobTrace::Capture
/third_party/node/lib/internal/
Devent_target.js200 constructor(previous, listener, once, capture, passive, isNodeStyleListener) { argument
217 same(listener, capture) { argument
245 [kNewListener](size, type, listener, once, capture, passive) { argument
263 [kRemoveListener](size, type, listener, capture) {} argument
/third_party/re2/re2/
Dnfa.cc72 const char** capture; member
433 std::string NFA::FormatCapture(const char** capture) { in FormatCapture()
/third_party/alsa-utils/alsaloop/
Dcontrol.c367 int capture) in control_event1()
/third_party/node/deps/npm/node_modules/cli-table3/src/
Dutils.js4 function codeRegex(capture) { argument
/third_party/python/Lib/test/support/
Dtestresult.py46 def _add_result(self, test, capture=False, **args): argument
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dmediacapturewrapper.cpp966 { in mediaCaptureInitPost()
1059 MediaCaptureWrapper::onCaptureFailed(IMediaCapture *capture, in onCaptureFailed()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_debug_flush.c186 boolean capture, in debug_flush_alert()
/third_party/quickjs/
Dlibregexp.c2051 uint8_t **capture, in push_state()
2089 static intptr_t lre_exec_backtrack(REExecContext *s, uint8_t **capture, in lre_exec_backtrack()
2499 int lre_exec(uint8_t **capture, in lre_exec()
2575 uint8_t *capture[CAPTURE_COUNT_MAX * 2]; in main() local
/third_party/boost/boost/phoenix/statement/
Dtry_catch.hpp422 Capture capture; member

123