Home
last modified time | relevance | path

Searched refs:default_commit (Results 1 – 3 of 3) sorted by relevance

/third_party/nghttp2/
Dgit-clang-format182 def interpret_args(args, dash_dash, default_commit): argument
194 commit = default_commit
211 commit = default_commit
214 commit = default_commit
/third_party/flutter/skia/third_party/externals/dawn/scripts/
Dgit-clang-format201 def interpret_args(args, dash_dash, default_commit): argument
213 commits = [default_commit]
231 commits = [default_commit]
234 commits = [default_commit]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudioringbuffer.c53 static guint default_commit (GstAudioRingBuffer * buf, guint64 * sample,
76 gstaudioringbuffer_class->commit = GST_DEBUG_FUNCPTR (default_commit); in gst_audio_ring_buffer_class_init()
1512 default_commit (GstAudioRingBuffer * buf, guint64 * sample, in default_commit() function