/third_party/typescript/tests/baselines/reference/ |
H A D | emitArrowFunctionWhenUsingArguments19.js | |
/third_party/ffmpeg/libavcodec/ |
H A D | v4l2_m2m_dec.c | 40 V4L2Context *const capture = &s->capture; in v4l2_try_start() local 139 V4L2Context *const capture = &s->capture; v4l2_receive_frame() local 183 V4L2Context *capture, *output; v4l2_decode_init() local [all...] |
H A D | v4l2_m2m.h | 48 V4L2Context capture; member
|
H A 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 [all...] |
/third_party/node/deps/v8/testing/ |
H A D | gmock-support.h | 41 explicit CaptureEqMatcher(Capture<T>* capture) : capture_(capture) {} in CaptureEqMatcher() argument 79 inline Matcher<T> CaptureEq(Capture<T>* capture) { in CaptureEq() argument
|
/third_party/skia/src/core/ |
H A D | SkTextBlobTrace.cpp | 86 void SkTextBlobTrace::Capture::capture(const SkGlyphRunList& glyphRunList, const SkPaint& paint) { in capture() function in SkTextBlobTrace::Capture
|
/third_party/alsa-utils/alsaloop/ |
H A D | control.c | 366 control_event1(struct loopback *loop, struct loopback_mixer *mix, snd_ctl_event_t *ev, int capture) control_event1() argument
|
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-utils.cc | 17 GenericCaptureGetter( Isolate* isolate, Handle<RegExpMatchInfo> match_info, int capture, bool* ok) GenericCaptureGetter() argument
|
H A D | regexp-ast.h | 564 RegExpBackReference(RegExpCapture* capture, RegExpFlags flags) in RegExpBackReference() argument 574 RegExpCapture* capture() const { return capture_; } in capture() function in v8::internal::final 575 void set_capture(RegExpCapture* capture) { capture_ = capture; } in set_capture() argument
|
/third_party/node/deps/v8/tools/unittests/ |
H A D | run_tests_test.py | 83 def capture(): function
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_debug_flush.c | 183 debug_flush_alert(const char *s, const char *op, unsigned start, unsigned depth, boolean continued, boolean capture, const struct debug_stack_frame *frame) debug_flush_alert() argument
|
/third_party/node/deps/v8/src/inspector/ |
H A 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/python/Lib/idlelib/ |
H A D | run.py | 532 import pydoc # import must be done here to capture i/o binding namespace
|
H A D | pyshell.py | 941 import pydoc # import must be done here to capture i/o rebinding. namespace
|
/third_party/alsa-lib/src/topology/ |
H A D | pcm.c | 623 void *playback, *capture; in tplg_parse_streams() local [all...] |
/third_party/alsa-utils/bat/ |
H A D | common.h | 238 struct pcm capture; member
|
/third_party/alsa-lib/include/ |
H A D | topology.h | 1009 unsigned int capture; /*!< supports capture mode */ global() member 1054 unsigned int capture; /*!< supports capture mode */ global() member [all...] |
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_direct.c | 1474 int capture = dmix->type == SND_PCM_TYPE_DSNOOP ? 1 : 0; local
|
/third_party/alsa-lib/include/sound/uapi/ |
H A D | asoc.h | 525 __le32 capture; /* supports capture mode */ member 577 __le32 capture; /* supports capture mode */ member 625 __le32 capture; /* supports capture mode */ member
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
H A D | ecma-regexp-object.c | 2270 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); ecma_regexp_replace_helper_fast() local [all...] |
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-regexp-gen.cc | 281 TNode<String> capture = CAST(CallBuiltin(Builtin::kSubString, context, in ConstructNewResultFromMatchInfo() local 359 TNode<HeapObject> capture = in ConstructNewResultFromMatchInfo() local 376 Add<PropertyDictionary>(CAST(properties), name, capture, in ConstructNewResultFromMatchInfo() local [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | string.cc | 1368 Handle<String> capture; in GetSubstitution() local 1399 Handle<String> capture; in GetSubstitution() local
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-regexp.cc | 394 int capture = part.data; in Apply() local 1577 Handle<String> capture = RUNTIME_FUNCTION() local 1772 Handle<Object> capture; RUNTIME_FUNCTION() local 1917 Handle<Object> capture; RUNTIME_FUNCTION() local [all...] |
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-util.c | 1202 pa_alsa_safe_delay(snd_pcm_t *pcm, snd_pcm_status_t *status, snd_pcm_sframes_t *delay, size_t hwbuf_size, const pa_sample_spec *ss, bool capture) pa_alsa_safe_delay() argument
|
/third_party/python/Lib/test/ |
H A D | test_concurrent_futures.py | 62 def capture(*args, **kwargs): function
|