| /third_party/python/Objects/ |
| D | sliceobject.c | 114 PySlice_New(PyObject *start, PyObject *stop, PyObject *step) in PySlice_New() 172 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step) in PySlice_GetIndices() 204 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step) in PySlice_Unpack() 249 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t step) in PySlice_AdjustIndices() 293 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step, in PySlice_GetIndicesEx() 305 PyObject *start, *stop, *step; in slice_new() local 385 PyObject *start=NULL, *stop=NULL, *step=NULL; in _PySlice_GetLongIndices() local 526 PyObject *start, *stop, *step; in slice_indices() local
|
| D | rangeobject.c | 19 PyObject *stop; member 51 PyObject *stop, PyObject *step) in make_range_object() 80 PyObject *start = NULL, *stop = NULL, *step = NULL; in range_from_array() local 182 compute_range_length(PyObject *start, PyObject *stop, PyObject *step) in compute_range_length() 347 PyObject *start = NULL, *stop = NULL, *step = NULL; in compute_slice() local 798 PyObject *start=NULL, *stop=NULL, *step=NULL; in rangeiter_reduce() local 918 fast_range_iter(long start, long stop, long step, long len) in fast_range_iter() 947 PyObject *product, *stop=NULL; in longrangeiter_reduce() local
|
| /third_party/flutter/skia/include/private/ |
| D | SkTDArray.h | 217 const T* stop = fArray + fCount; in find() local 229 const T* stop = fArray; in rfind() local 275 T* stop = fArray + fCount; in deleteAll() local 285 T* stop = fArray + fCount; in freeAll() local 295 T* stop = fArray + fCount; in unrefAll() local 305 T* stop = fArray + fCount; in safeUnrefAll() local
|
| /third_party/gstreamer/gstreamer/gst/ |
| D | gstsegment.c | 235 GstSeekType stop_type, guint64 stop, gboolean * update) in gst_segment_do_seek() 421 guint64 start, stop, time; in gst_segment_to_stream_time_full() local 624 GstClockTime stop = segment->stop; in gst_segment_position_from_stream_time_full() local 740 guint64 start, stop, offset; in gst_segment_to_running_time_full() local 897 guint64 stop, guint64 * clip_start, guint64 * clip_stop) in gst_segment_clip() 1018 guint64 start, stop, base; in gst_segment_position_from_running_time_full() local 1138 guint64 start, stop; in gst_segment_set_running_time() local
|
| /third_party/gstreamer/gstreamer/tests/check/libs/ |
| D | sparsefile.c | 36 gsize stop) in expect_range_before() 47 expect_range_after (GstSparseFile * file, gsize offset, gsize start, gsize stop) in expect_range_after() 102 gsize start, stop; in GST_START_TEST() local 160 gsize start, stop; in GST_START_TEST() local
|
| /third_party/skia/include/private/ |
| D | SkTDArray.h | 227 const T* stop = fArray + fCount; in find() local 239 const T* stop = fArray; in rfind() local 285 T* stop = fArray + fCount; in deleteAll() local 295 T* stop = fArray + fCount; in freeAll() local 305 T* stop = fArray + fCount; in unrefAll() local 315 T* stop = fArray + fCount; in safeUnrefAll() local
|
| /third_party/protobuf/objectivec/ |
| D | GPBArray.m | 409 …d)enumerateValuesWithBlock:(void (NS_NOESCAPE ^)(int32_t value, NSUInteger idx, BOOL *stop))block { 414 … usingBlock:(void (NS_NOESCAPE ^)(int32_t value, NSUInteger idx, BOOL *stop))block { 659 …)enumerateValuesWithBlock:(void (NS_NOESCAPE ^)(uint32_t value, NSUInteger idx, BOOL *stop))block { 664 … usingBlock:(void (NS_NOESCAPE ^)(uint32_t value, NSUInteger idx, BOOL *stop))block { 909 …d)enumerateValuesWithBlock:(void (NS_NOESCAPE ^)(int64_t value, NSUInteger idx, BOOL *stop))block { 914 … usingBlock:(void (NS_NOESCAPE ^)(int64_t value, NSUInteger idx, BOOL *stop))block { 1159 …)enumerateValuesWithBlock:(void (NS_NOESCAPE ^)(uint64_t value, NSUInteger idx, BOOL *stop))block { 1164 … usingBlock:(void (NS_NOESCAPE ^)(uint64_t value, NSUInteger idx, BOOL *stop))block { 1409 …oid)enumerateValuesWithBlock:(void (NS_NOESCAPE ^)(float value, NSUInteger idx, BOOL *stop))block { 1414 … usingBlock:(void (NS_NOESCAPE ^)(float value, NSUInteger idx, BOOL *stop))block { [all …]
|
| /third_party/python/Include/ |
| D | sliceobject.h | 24 PyObject *start, *stop, *step; /* not NULL */ member 50 #define PySlice_GetIndicesEx(slice, length, start, stop, step, slicelen) ( \ argument
|
| /third_party/gstreamer/gstreamer/tests/check/gst/ |
| D | gstquery.c | 70 gint64 start, stop; in GST_START_TEST() local 110 gint64 start, stop; in GST_START_TEST() local
|
| /third_party/flutter/skia/src/effects/ |
| D | SkPackBits.cpp | 48 const uint8_t* stop = src + srcSize; in Pack8() local 89 const uint8_t* stop = src + srcSize; in Unpack8() local
|
| D | SkTrimPathEffect.cpp | 22 void add(SkScalar start, SkScalar stop) { in add() 93 stop = buffer.readScalar(); in CreateProc() local
|
| /third_party/gstreamer/gstreamer/plugins/elements/ |
| D | gstsparsefile.c | 60 gsize stop; member 246 gsize stop; in gst_sparse_file_write() local 415 gsize * start, gsize * stop) in gst_sparse_file_get_range_before() 456 gsize * start, gsize * stop) in gst_sparse_file_get_range_after()
|
| /third_party/python/Lib/turtledemo/ |
| D | round_dance.py | 27 def stop(): function
|
| /third_party/ltp/testcases/kernel/mce-test/kvm/host/ |
| D | guest_init | 19 stop() { function
|
| /third_party/mesa3d/src/gallium/frontends/xvmc/tests/ |
| D | test_rendering.c | 105 static void Gradient(short *block, unsigned int start, unsigned int stop, int horizontal, unsigned … in Gradient() 219 const int start = 16, stop = 235, range = stop - start; in main() local 236 const int start = 16, stop = 240, range = stop - start; in main() local
|
| /third_party/flutter/skia/src/utils/ |
| D | SkUTF.cpp | 52 const char* stop = utf8 + byteLength; in CountUTF8() local 75 const uint16_t* stop = src + (byteLength >> 1); in CountUTF16() local 102 const uint32_t* stop = ptr + (byteLength >> 2); in CountUTF32() local
|
| /third_party/skia/src/core/ |
| D | SkRegion_path.cpp | 207 const SkRegion::RunType* stop = (const SkRegion::RunType*)fCurrScanline; in computeRunCount() local 228 const Scanline* stop = fCurrScanline; in copyToRgn() local 419 static void find_link(Edge* base, Edge* stop) { in find_link() argument 461 static int extract_path(Edge* edge, Edge* stop, SkPath* path) { in extract_path() 526 Edge* stop = start + count; in getBoundaryPath() local
|
| /third_party/flutter/skia/src/core/ |
| D | SkRegion_path.cpp | 207 const SkRegion::RunType* stop = (const SkRegion::RunType*)fCurrScanline; in computeRunCount() local 228 const Scanline* stop = fCurrScanline; in copyToRgn() local 420 static void find_link(Edge* base, Edge* stop) { in find_link() argument 462 static int extract_path(Edge* edge, Edge* stop, SkPath* path) { in extract_path() 527 Edge* stop = start + count; in getBoundaryPath() local
|
| /third_party/python/Lib/test/ |
| D | test_range.py | 10 def pyrange(start, stop, step): argument 19 def pyrange_reversed(start, stop, step): argument 539 def check(start, stop, step=None): argument 676 def assert_attrs(self, rangeobj, start, stop, step): argument
|
| /third_party/skia/src/effects/ |
| D | SkTrimPathEffect.cpp | 18 static size_t add_segments(const SkPath& src, SkScalar start, SkScalar stop, SkPath* dst, in add_segments() 109 stop = buffer.readScalar(); in CreateProc() local
|
| /third_party/python/Lib/multiprocessing/ |
| D | resource_sharer.py | 90 def stop(self, timeout=None): member in _ResourceSharer 154 stop = _resource_sharer.stop variable
|
| /third_party/libunwind/src/unwind/ |
| D | ForcedUnwind.c | 30 _Unwind_Stop_Fn stop, void *stop_parameter) in _Unwind_ForcedUnwind()
|
| /third_party/skia/third_party/externals/angle2/util/ |
| D | Timer.cpp | 22 void Timer::stop() in stop() function in Timer
|
| /third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-foreign/ |
| D | private.h | 5 void (*stop)(void); member
|
| /third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
| D | audio.c | 138 guint64 start, stop, cstart, cstop, diff; in gst_audio_buffer_clip() local 176 guint64 start, stop, cstart, cstop, diff; in gst_audio_buffer_clip() local
|