/third_party/boost/libs/chrono/example/ |
D | test_clock.cpp | 49 typename Clock::time_point stop = Clock::now(); in test_clock() local 55 typename Clock::time_point stop; in test_clock() local 73 typename Clock::time_point stop = Clock::now(); in test_clock() local 85 system_clock::time_point stop = system_clock::now(); in test_system_clock() local 101 steady_clock::time_point stop = steady_clock::now(); in test_steady_clock() local 116 high_resolution_clock::time_point stop = high_resolution_clock::now(); in test_hi_resolution_clock() local
|
D | test_clock2.cpp | 84 typename Clock::time_point stop = Clock::now(); in test_clock() local 90 typename Clock::time_point stop; in test_clock() local 108 typename Clock::time_point stop = Clock::now(); in test_clock() local 121 chrono::system_clock::time_point stop = system_clock::now(); in test_system_clock() local 137 steady_clock::time_point stop = steady_clock::now(); in test_steady_clock() local 152 high_resolution_clock::time_point stop = high_resolution_clock::now(); in test_hi_resolution_clock() local
|
D | cycle_count.cpp | 83 clock::time_point stop = start + delay; in cycle_count_delay() local 97 clock::time_point stop = start + delay; in cycle_count_delay() local 112 clock::time_point stop = start + delay; in cycle_count_delay() local 126 clock::time_point stop = start + delay; in cycle_count_delay() local
|
/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
|
/third_party/boost/libs/python/src/ |
D | slice.cpp | 11 slice_base::slice_base(PyObject* start, PyObject* stop, PyObject* step) in slice_base() 24 slice_base::stop() const in stop() function in boost::python::detail::slice_base
|
/third_party/grpc/src/python/grpcio_tests/tests/qps/ |
D | benchmark_client.py | 92 def stop(self): member in BenchmarkClient 113 def stop(self): member in UnarySyncBenchmarkClient 138 def stop(self): member in UnaryAsyncBenchmarkClient 166 def stop(self): member in _SyncStream 200 def stop(self): member in StreamingSyncBenchmarkClient 237 def stop(self): member in ServerStreamingSyncBenchmarkClient
|
D | client_runner.py | 38 def stop(self): member in ClientRunner 56 def stop(self): member in OpenLoopClientRunner 86 def stop(self): member in ClosedLoopClientRunner
|
/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/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/ |
D | linspace.cu | 21 __global__ void LinSpaceKernel(const T *start, const T *stop, const size_t value_count, T *output) { in LinSpaceKernel() 28 void calLinSpace(const T *start, const T *stop, const size_t value_count, T *output, cudaStream_t c… in calLinSpace()
|
/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/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/grpc/src/python/grpcio_tests/tests_aio/benchmark/ |
D | benchmark_client.py | 93 async def stop(self) -> None: member in BenchmarkClient 124 async def stop(self) -> None: member in UnaryAsyncBenchmarkClient 154 async def stop(self): member in StreamingAsyncBenchmarkClient 183 async def stop(self): member in ServerStreamingAsyncBenchmarkClient
|
/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/boost/boost/python/ |
D | slice.hpp | 55 slice( Integer1 start, Integer2 stop) in slice() 60 slice( Integer1 start, Integer2 stop, Integer3 stride) in slice() 107 RandomAccessIterator stop; member
|
/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/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/mindspore/mindspore/ccsrc/minddata/dataset/include/dataset/ |
D | transforms.h | 88 Slice(dsize_t start, dsize_t stop, dsize_t step) : start_(start), stop_(stop), step_(step) {} in Slice() 92 Slice(dsize_t start, dsize_t stop) : start_(start), stop_(stop), step_(1) {} in Slice() 95 explicit Slice(dsize_t stop) : start_(0), stop_(stop), step_(1) {} in Slice()
|
/third_party/boost/libs/hana/test/_include/auto/ |
D | unfolds.hpp | 28 auto stop_at = [=](auto stop) { in __anon6f4077940102() 64 auto stop_at = [=](auto stop) { in __anon6f4077940402()
|
/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/ltp/testcases/kernel/mce-test/kvm/host/ |
D | guest_init | 19 stop() { function
|
/third_party/python/Lib/turtledemo/ |
D | round_dance.py | 27 def stop(): function
|
/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
|
/third_party/boost/libs/chrono/test/ |
D | test_9337.cpp | 15 typename Clock::time_point stop=Clock::now(); in test() 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/boost/boost/histogram/axis/ |
D | regular.hpp | 217 regular(transform_type trans, unsigned n, value_type start, value_type stop, in regular() 239 regular(unsigned n, value_type start, value_type stop, metadata_type meta = {}) in regular() 256 regular(transform_type trans, step_type<T> step, value_type start, value_type stop, in regular() 276 regular(step_type<T> step, value_type start, value_type stop, metadata_type meta = {}) in regular() 321 const auto stop = min_ + delta_; in update() local
|