Home
last modified time | relevance | path

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

123

/third_party/node/test/fixtures/wpt/dom/events/
DAddEventListenerOptions-passive.any.js124 testOptionEquivalence({capture:true}, {capture:false, passive:false}, false); property
125 testOptionEquivalence({capture:true}, {passive:true}, false); property
131 testOptionEquivalence({capture: true, passive: false}, {capture: true, passive: true}, true); property
DAddEventListenerOptions-signal.any.js84 et.addEventListener('test', handler, { signal: controller.signal, capture: true }); property
/third_party/node/deps/v8/testing/
Dgmock-support.h41 explicit CaptureEqMatcher(Capture<T>* capture) : capture_(capture) {} in CaptureEqMatcher()
79 inline Matcher<T> CaptureEq(Capture<T>* capture) { in CaptureEq()
/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
183 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/mesa3d/docs/
Dshading.rst51 .. _capture: target
/third_party/node/deps/undici/src/types/
Dpatch.d.ts54 capture?: boolean property
/third_party/node/test/parallel/
Dtest-eventtarget.js413 target.addEventListener('foo', a, { capture: true }); property
414 target.addEventListener('foo', a, { capture: false }); property
417 target.removeEventListener('foo', a, { capture: true }); property
419 target.removeEventListener('foo', a, { capture: false }); property
Dtest-whatwg-events-add-event-listener-options-signal.js105 const options = { signal: controller.signal, capture: true }; property
/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.js418 constructor(eventTarget, eventType, previous, listener, once, capture, passive, argument
470 get capture() { getter in Listener
495 same(listener, capture) { argument
527 [kNewListener](size, type, listener, once, capture, passive, weak) { argument
545 [kRemoveListener](size, type, listener, capture) {} argument
Dabort_controller.js238 [kNewListener](size, type, listener, once, capture, passive, weak) { argument
254 [kRemoveListener](size, type, listener, capture) { argument
/third_party/node/deps/v8/src/regexp/
Dregexp-utils.cc18 Isolate* isolate, Handle<RegExpMatchInfo> match_info, int capture, in GenericCaptureGetter()
Dregexp-ast.h564 RegExpBackReference(RegExpCapture* capture, RegExpFlags flags) in RegExpBackReference()
574 RegExpCapture* capture() const { return capture_; } in capture() function
575 void set_capture(RegExpCapture* capture) { capture_ = capture; } in set_capture()
Dregexp-parser.cc574 RegExpCapture* capture = GetCapture(capture_index); in ParseDisjunction() local
693 RegExpCapture* capture = GetCapture(index); in ParseDisjunction() local
1151 RegExpCapture* capture = GetCapture(index); in CreateNamedCaptureAtIndex() local
/third_party/node/deps/v8/src/inspector/
Dv8-stack-trace-impl.cc250 std::unique_ptr<V8StackTraceImpl> V8StackTraceImpl::capture( in capture() function in v8_inspector::V8StackTraceImpl
396 std::shared_ptr<AsyncStackTrace> AsyncStackTrace::capture( in capture() function in v8_inspector::AsyncStackTrace
/third_party/alsa-utils/alsaloop/
Dcontrol.c369 int capture) in control_event1()
/third_party/python/Lib/test/support/
Dtestresult.py46 def _add_result(self, test, capture=False, **args): argument
/third_party/node/deps/npm/node_modules/cli-table3/src/
Dutils.js3 function codeRegex(capture) { argument
/third_party/node/deps/v8/tools/unittests/
Drun_tests_test.py83 def capture(): function
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_debug_flush.c186 boolean capture, in debug_flush_alert()
/third_party/node/deps/v8/src/runtime/
Druntime-regexp.cc394 int capture = part.data; in Apply() local
1577 Handle<String> capture = in RUNTIME_FUNCTION() local
1772 Handle<Object> capture; in RUNTIME_FUNCTION() local
1917 Handle<Object> capture; in RUNTIME_FUNCTION() local

123