Home
last modified time | relevance | path

Searched defs:stop (Results 1 – 25 of 713) sorted by relevance

12345678910>>...29

/third_party/boost/libs/chrono/example/
Dtest_clock.cpp49 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
Dtest_clock2.cpp84 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
Dcycle_count.cpp83 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/uboot/u-boot-2020.01/arch/arm/cpu/armv7/
Dcache_v7.c31 static void v7_dcache_clean_inval_range(u32 start, u32 stop, u32 line_len) in v7_dcache_clean_inval_range()
43 static void v7_dcache_inval_range(u32 start, u32 stop, u32 line_len) in v7_dcache_inval_range()
56 static void v7_dcache_maint_range(u32 start, u32 stop, u32 range_op) in v7_dcache_maint_range()
118 void invalidate_dcache_range(unsigned long start, unsigned long stop) in invalidate_dcache_range()
155 void flush_dcache_range(unsigned long start, unsigned long stop) in flush_dcache_range()
169 void mmu_page_table_flush(unsigned long start, unsigned long stop) in mmu_page_table_flush()
183 void invalidate_dcache_range(unsigned long start, unsigned long stop) in invalidate_dcache_range()
187 void flush_dcache_range(unsigned long start, unsigned long stop) in flush_dcache_range()
195 void mmu_page_table_flush(unsigned long start, unsigned long stop) in mmu_page_table_flush()
/third_party/python/Objects/
Dsliceobject.c117 PySlice_New(PyObject *start, PyObject *stop, PyObject *step) in PySlice_New()
166 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step) in PySlice_GetIndices()
198 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step) in PySlice_Unpack()
243 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t step) in PySlice_AdjustIndices()
287 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step, in PySlice_GetIndicesEx()
299 PyObject *start, *stop, *step; in slice_new() local
376 PyObject *start=NULL, *stop=NULL, *step=NULL; in _PySlice_GetLongIndices() local
517 PyObject *start, *stop, *step; in slice_indices() local
/third_party/boost/libs/python/src/
Dslice.cpp11 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/
Dbenchmark_client.py92 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
Dclient_runner.py38 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/
DSkTDArray.h217 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/uboot/u-boot-2020.01/arch/arm/lib/
Dcache.c40 __weak void invalidate_dcache_range(unsigned long start, unsigned long stop) in invalidate_dcache_range()
44 __weak void flush_dcache_range(unsigned long start, unsigned long stop) in flush_dcache_range()
49 int check_cache_range(unsigned long start, unsigned long stop) in check_cache_range()
Dcache-pl310.c52 void v7_outer_cache_flush_range(u32 start, u32 stop) in v7_outer_cache_flush_range()
70 void v7_outer_cache_inval_range(u32 start, u32 stop) in v7_outer_cache_inval_range()
/third_party/gstreamer/gstreamer/tests/check/libs/
Dsparsefile.c36 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/
Dgstsegment.c235 GstSeekType stop_type, guint64 stop, gboolean * update) in gst_segment_do_seek()
414 guint64 start, stop, time; in gst_segment_to_stream_time_full() local
617 GstClockTime stop = segment->stop; in gst_segment_position_from_stream_time_full() local
733 guint64 start, stop, offset; in gst_segment_to_running_time_full() local
890 guint64 stop, guint64 * clip_start, guint64 * clip_stop) in gst_segment_clip()
1011 guint64 start, stop, base; in gst_segment_position_from_running_time_full() local
1131 guint64 start, stop; in gst_segment_set_running_time() local
/third_party/grpc/src/python/grpcio_tests/tests_aio/benchmark/
Dbenchmark_client.py93 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/
DSkTDArray.h227 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/uboot/u-boot-2020.01/arch/arm/cpu/pxa/
Dcache.c24 void invalidate_dcache_range(unsigned long start, unsigned long stop) in invalidate_dcache_range()
35 void flush_dcache_range(unsigned long start, unsigned long stop) in flush_dcache_range()
/third_party/boost/boost/python/
Dslice.hpp55 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/
Dsliceobject.h24 PyObject *start, *stop, *step; /* not NULL */ member
50 #define PySlice_GetIndicesEx(slice, length, start, stop, step, slicelen) ( \ argument
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/arm11/
Dcpu.c68 void invalidate_dcache_range(unsigned long start, unsigned long stop) in invalidate_dcache_range()
79 void flush_dcache_range(unsigned long start, unsigned long stop) in flush_dcache_range()
/third_party/protobuf/objectivec/
DGPBArray.m409 …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/uboot/u-boot-2020.01/arch/arm/cpu/arm926ejs/
Dcache.c27 void invalidate_dcache_range(unsigned long start, unsigned long stop) in invalidate_dcache_range()
38 void flush_dcache_range(unsigned long start, unsigned long stop) in flush_dcache_range()
/third_party/uboot/u-boot-2020.01/drivers/i2c/
Di2c-uniphier.c85 static int send_byte(struct uniphier_i2c_priv *priv, u32 dtrm, bool *stop) in send_byte()
105 uint len, const u8 *buf, bool *stop) in uniphier_i2c_transmit()
129 uint len, u8 *buf, bool *stop) in uniphier_i2c_receive()
155 bool stop; in uniphier_i2c_xfer() local
/third_party/boost/libs/hana/test/_include/auto/
Dunfolds.hpp28 auto stop_at = [=](auto stop) { in __anon924318770102()
64 auto stop_at = [=](auto stop) { in __anon924318770402()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstquery.c70 gint64 start, stop; in GST_START_TEST() local
110 gint64 start, stop; in GST_START_TEST() local
/third_party/python/Lib/turtledemo/
Dround_dance.py27 def stop(): function

12345678910>>...29