Home
last modified time | relevance | path

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

12

/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
186 V4L2Context *capture, *output; in v4l2_decode_init() local
Dv4l2_m2m_enc.c289 V4L2Context *const capture = &s->capture; in v4l2_receive_packet() local
318 V4L2Context *capture, *output; in v4l2_encode_init() local
Dv4l2_m2m.h48 V4L2Context capture; member
/third_party/typescript/tests/baselines/reference/
DemitArrowFunctionWhenUsingArguments19_ES6.js6 … var capture = () => arguments; // Should trigger an '_arguments' capture into function 'h' function
DemitArrowFunctionWhenUsingArguments19.js6 … var capture = () => arguments; // Should trigger an '_arguments' capture into function 'h' function
/third_party/boost/boost/hana/functional/
Dcapture.hpp45 constexpr auto capture = [](auto&& ...variables) { in __anoncc050c460102() variable
/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/uboot/u-boot-2020.01/tools/patman/
Dfunc_test.py27 def capture(): function
Dcommand.py51 capture=False, capture_stderr=False, oneline=False, argument
/third_party/googletest/googletest/include/gtest/internal/
Dgtest-linked_ptr.h208 void capture(T* ptr) { in capture() function
/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/node/deps/npm/node_modules/cli-table3/src/
Dutils.js4 function codeRegex(capture) { argument
/third_party/python/Lib/test/support/
Dtestresult.py51 def _add_result(self, test, capture=False, **args): argument
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_multimedia_camera.js402 capture: function (...args) { method
/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
/third_party/python/Lib/idlelib/
Drun.py72 def capture_warnings(capture): argument
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c2270 const ecma_value_t capture = result; in ecma_regexp_split_helper() local
2585 ecma_value_t capture = ecma_regexp_get_capture_value (re_ctx.captures_p + i); in ecma_regexp_replace_helper_fast() local
/third_party/boost/boost/
Dscope_exit.hpp659 #define BOOST_SCOPE_EXIT_AUX_TRAITS_OP_CAPTURE(d, captures, this01, capture) \ argument
665 #define BOOST_SCOPE_EXIT_AUX_TRAITS_OP(d, captures_this, capture) \ argument

12