| /third_party/node/test/fixtures/wpt/dom/events/ |
| D | AddEventListenerOptions-passive.any.js | 124 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
|
| D | AddEventListenerOptions-signal.any.js | 84 et.addEventListener('test', handler, { signal: controller.signal, capture: true }); property
|
| /third_party/node/deps/v8/testing/ |
| D | gmock-support.h | 41 explicit CaptureEqMatcher(Capture<T>* capture) : capture_(capture) {} in CaptureEqMatcher() 79 inline Matcher<T> CaptureEq(Capture<T>* capture) { in CaptureEq()
|
| /third_party/ffmpeg/libavcodec/ |
| D | v4l2_m2m_dec.c | 40 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
|
| D | v4l2_m2m_enc.c | 290 V4L2Context *const capture = &s->capture; in v4l2_receive_packet() local 336 V4L2Context *capture, *output; in v4l2_encode_init() local
|
| D | v4l2_m2m.h | 48 V4L2Context capture; member
|
| /third_party/typescript/tests/baselines/reference/ |
| D | emitArrowFunctionWhenUsingArguments19.js | 6 … var capture = () => arguments; // Should trigger an '_arguments' capture into function 'h' function
|
| D | emitArrowFunctionWhenUsingArguments19_ES6.js | 6 … var capture = () => arguments; // Should trigger an '_arguments' capture into function 'h' function
|
| /third_party/mesa3d/docs/ |
| D | shading.rst | 51 .. _capture: target
|
| /third_party/node/deps/undici/src/types/ |
| D | patch.d.ts | 54 capture?: boolean property
|
| /third_party/node/test/parallel/ |
| D | test-eventtarget.js | 413 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
|
| D | test-whatwg-events-add-event-listener-options-signal.js | 105 const options = { signal: controller.signal, capture: true }; property
|
| /third_party/skia/src/core/ |
| D | SkTextBlobTrace.cpp | 86 void SkTextBlobTrace::Capture::capture(const SkGlyphRunList& glyphRunList, const SkPaint& paint) { in capture() function in SkTextBlobTrace::Capture
|
| /third_party/node/lib/internal/ |
| D | event_target.js | 418 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
|
| D | abort_controller.js | 238 [kNewListener](size, type, listener, once, capture, passive, weak) { argument 254 [kRemoveListener](size, type, listener, capture) { argument
|
| /third_party/node/deps/v8/src/regexp/ |
| D | regexp-utils.cc | 18 Isolate* isolate, Handle<RegExpMatchInfo> match_info, int capture, in GenericCaptureGetter()
|
| D | regexp-ast.h | 564 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()
|
| D | regexp-parser.cc | 574 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/ |
| D | v8-stack-trace-impl.cc | 250 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/ |
| D | control.c | 369 int capture) in control_event1()
|
| /third_party/python/Lib/test/support/ |
| D | testresult.py | 46 def _add_result(self, test, capture=False, **args): argument
|
| /third_party/node/deps/npm/node_modules/cli-table3/src/ |
| D | utils.js | 3 function codeRegex(capture) { argument
|
| /third_party/node/deps/v8/tools/unittests/ |
| D | run_tests_test.py | 83 def capture(): function
|
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| D | u_debug_flush.c | 186 boolean capture, in debug_flush_alert()
|
| /third_party/node/deps/v8/src/runtime/ |
| D | runtime-regexp.cc | 394 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
|