Home
last modified time | relevance | path

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

12345678910>>...55

/external/sdv/vsomeip/third_party/boost/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
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/channels/
DBroadcastChannelMultiReceiveStressTest.kt119 val stop = doReceived(receiverIndex, channel.receive()) in <lambda>() constant
129 val stop = doReceived(receiverIndex, channel.receiveCatching().getOrNull() ?: break) in <lambda>() constant
136 val stop = doReceived(receiverIndex, event) in <lambda>() constant
145 val stop = doReceived(receiverIndex, event) in <lambda>() constant
156 val stop = doReceived(receiverIndex, event) in <lambda>() constant
/external/cronet/stable/third_party/llvm-libc/src/benchmarks/gpu/timing/amdgpu/
Dtiming.h32 uint64_t stop = gpu::processor_clock(); in overhead() local
72 uint64_t stop = gpu::processor_clock(); in latency() local
101 uint64_t stop = gpu::processor_clock(); in latency() local
125 uint64_t stop = gpu::processor_clock(); in throughput() local
150 uint64_t stop = gpu::processor_clock(); in throughput() local
/external/cronet/tot/third_party/llvm-libc/src/benchmarks/gpu/timing/amdgpu/
Dtiming.h32 uint64_t stop = gpu::processor_clock(); in overhead() local
72 uint64_t stop = gpu::processor_clock(); in latency() local
101 uint64_t stop = gpu::processor_clock(); in latency() local
125 uint64_t stop = gpu::processor_clock(); in throughput() local
150 uint64_t stop = gpu::processor_clock(); in throughput() local
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/
DBufferedTokenStream.java160 public List<? extends Token> get(int start, int stop) { in get()
208 public List<? extends Token> getTokens(int start, int stop) { in getTokens()
216 public List<? extends Token> getTokens(int start, int stop, BitSet types) { in getTokens()
236 public List<? extends Token> getTokens(int start, int stop, List<Integer> types) { in getTokens()
240 public List<? extends Token> getTokens(int start, int stop, int ttype) { in getTokens()
256 public String toString(int start, int stop) { in toString()
270 public String toString(Token start, Token stop) { in toString()
DLegacyCommonTokenStream.java191 public List<? extends Token> getTokens(int start, int stop) { in getTokens()
199 public List<? extends Token> getTokens(int start, int stop, BitSet types) { in getTokens()
227 public List<? extends Token> getTokens(int start, int stop, List<Integer> types) { in getTokens()
231 public List<? extends Token> getTokens(int start, int stop, int ttype) { in getTokens()
306 public List<? extends Token> get(int start, int stop) { in get()
385 public String toString(int start, int stop) { in toString()
404 public String toString(Token start, Token stop) { in toString()
/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/jmespath/component/
DSliceExpression.java28 private final Integer stop; field in SliceExpression
31 public SliceExpression(Integer start, Integer stop, Integer step) { in SliceExpression()
41 public OptionalInt stop() { in stop() method in SliceExpression
/external/python/cpython3/Objects/
Dsliceobject.c130 _PyBuildSlice_Consume2(PyObject *start, PyObject *stop, PyObject *step) in _PyBuildSlice_Consume2()
163 PySlice_New(PyObject *start, PyObject *stop, PyObject *step) in PySlice_New()
179 _PyBuildSlice_ConsumeRefs(PyObject *start, PyObject *stop) in _PyBuildSlice_ConsumeRefs()
206 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step) in PySlice_GetIndices()
238 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step) in PySlice_Unpack()
284 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t step) in PySlice_AdjustIndices()
328 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step, in PySlice_GetIndicesEx()
340 PyObject *start, *stop, *step; in slice_new() local
423 PyObject *start=NULL, *stop=NULL, *step=NULL; in _PySlice_GetLongIndices() local
549 PyObject *start, *stop, *step; in slice_indices() local
/external/cronet/stable/third_party/llvm-libc/src/benchmarks/gpu/timing/nvptx/
Dtiming.h33 uint64_t stop = gpu::processor_clock(); in overhead() local
65 uint64_t stop = gpu::processor_clock(); in latency() local
90 uint64_t stop = gpu::processor_clock(); in latency() local
116 uint64_t stop = gpu::processor_clock(); in throughput() local
142 uint64_t stop = gpu::processor_clock(); in throughput() local
/external/cronet/tot/third_party/llvm-libc/src/benchmarks/gpu/timing/nvptx/
Dtiming.h33 uint64_t stop = gpu::processor_clock(); in overhead() local
65 uint64_t stop = gpu::processor_clock(); in latency() local
90 uint64_t stop = gpu::processor_clock(); in latency() local
116 uint64_t stop = gpu::processor_clock(); in throughput() local
142 uint64_t stop = gpu::processor_clock(); in throughput() local
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DBufferedTokenStream.cs283 public virtual List<IToken> GetTokens(int start, int stop) { in GetTokens()
291 public virtual List<IToken> GetTokens(int start, int stop, BitSet types) { in GetTokens()
315 public virtual List<IToken> GetTokens(int start, int stop, IEnumerable<int> types) { in GetTokens()
319 public virtual List<IToken> GetTokens(int start, int stop, int ttype) { in GetTokens()
331 public virtual string ToString(int start, int stop) { in ToString()
350 public virtual string ToString(IToken start, IToken stop) { in ToString()
DLegacyCommonTokenStream.cs234 public virtual IList<IToken> GetTokens(int start, int stop) { in GetTokens()
244 public virtual IList<IToken> GetTokens(int start, int stop, BitSet types) { in GetTokens()
272 public virtual IList<IToken> GetTokens(int start, int stop, IList<int> types) { in GetTokens()
276 public virtual IList<IToken> GetTokens(int start, int stop, int ttype) { in GetTokens()
428 public virtual string ToString(int start, int stop) { in ToString()
446 public virtual string ToString(IToken start, IToken stop) { in ToString()
/external/eigen/bench/btl/generic_bench/timers/
Dportable_timer.hh53 LARGE_INTEGER stop; member
66 void stop() { QueryPerformanceCounter(&stopVal); } in stop() function in Portable_Timer
109 void stop() in stop() function in Portable_Timer
159 void stop() in stop() function in Portable_Timer
/external/grpc-grpc/src/python/grpcio_tests/tests/qps/
Dbenchmark_client.py102 def stop(self): member in BenchmarkClient
123 def stop(self): member in UnarySyncBenchmarkClient
148 def stop(self): member in UnaryAsyncBenchmarkClient
176 def stop(self): member in _SyncStream
211 def stop(self): member in StreamingSyncBenchmarkClient
251 def stop(self): member in ServerStreamingSyncBenchmarkClient
Dclient_runner.py38 def stop(self): member in ClientRunner
56 def stop(self): member in OpenLoopClientRunner
85 def stop(self): member in ClosedLoopClientRunner
/external/autotest/client/cros/video/
Dsequence_generator.py13 def generate_interval_sequence(start, stop, interval_in_s): argument
51 def generate_random_sequence(start, stop, samples_per_min): argument
/external/pandora/avatar/avatar/
Dpandora_server.py66 def stop(self) -> None: member in PandoraServer
95 def stop(self) -> None: member in BumblePandoraServer
142 def stop(self) -> None: member in AndroidPandoraServer
/external/clang/test/CodeGenObjC/
Dblocks-5.m9 - (void)enumerateKeysAndObjectsUsingBlock:(void (^)(id key, id obj, unsigned char *stop))block ;
35 - (void)enumerateKeysAndObjectsUsingBlock:(void (^)(id key, id obj, unsigned char *stop))block {}
/external/grpc-grpc/src/python/grpcio_tests/tests_aio/benchmark/
Dbenchmark_client.py113 async def stop(self) -> None: member in BenchmarkClient
147 async def stop(self) -> None: member in UnaryAsyncBenchmarkClient
180 async def stop(self): member in StreamingAsyncBenchmarkClient
213 async def stop(self): member in ServerStreamingAsyncBenchmarkClient
/external/antlr/runtime/Cpp/include/
Dantlr3tokenstream.inl565 TokenStream<ImplTraits>::toStringSS(ANTLR_MARKER start, ANTLR_MARKER stop)
607 TokenStream<ImplTraits>::toStringTT(const TokenType* start, const TokenType* stop)
663 void CommonTokenStream<ImplTraits>::getTokenRange(ANTLR_UINT32 start, ANTLR_UINT32 stop,
675 CommonTokenStream<ImplTraits>::getTokensSet(ANTLR_UINT32 start, ANTLR_UINT32 stop, BitsetType* type…
716 CommonTokenStream<ImplTraits>::getTokensList(ANTLR_UINT32 start, ANTLR_UINT32 stop,
728 CommonTokenStream<ImplTraits>::getTokensType(ANTLR_UINT32 start, ANTLR_UINT32 stop, ANTLR_UINT32 ty…
890 void CommonTokenStream<ImplTraits>::discardTokens( ANTLR_MARKER start, ANTLR_MARKER stop )
896 void CommonTokenStream<ImplTraits>::discardTokens( ANTLR_MARKER start, ANTLR_MARKER stop,
905 void CommonTokenStream<ImplTraits>::discardTokens( ANTLR_MARKER start, ANTLR_MARKER stop,
/external/cronet/tot/third_party/protobuf/objectivec/
DGPBArray.m409 …d)enumerateValuesWithBlock:(void (NS_NOESCAPE ^)(int32_t value, NSUInteger idx, BOOL *stop))block {
413 - (void)enumerateValuesWithOptions:(NSEnumerationOptions)opts
659 …)enumerateValuesWithBlock:(void (NS_NOESCAPE ^)(uint32_t value, NSUInteger idx, BOOL *stop))block {
663 - (void)enumerateValuesWithOptions:(NSEnumerationOptions)opts
909 …d)enumerateValuesWithBlock:(void (NS_NOESCAPE ^)(int64_t value, NSUInteger idx, BOOL *stop))block {
913 - (void)enumerateValuesWithOptions:(NSEnumerationOptions)opts
1159 …)enumerateValuesWithBlock:(void (NS_NOESCAPE ^)(uint64_t value, NSUInteger idx, BOOL *stop))block {
1163 - (void)enumerateValuesWithOptions:(NSEnumerationOptions)opts
1409 …oid)enumerateValuesWithBlock:(void (NS_NOESCAPE ^)(float value, NSUInteger idx, BOOL *stop))block {
1413 - (void)enumerateValuesWithOptions:(NSEnumerationOptions)opts
[all …]
/external/cronet/stable/third_party/protobuf/objectivec/
DGPBArray.m409 …d)enumerateValuesWithBlock:(void (NS_NOESCAPE ^)(int32_t value, NSUInteger idx, BOOL *stop))block {
413 - (void)enumerateValuesWithOptions:(NSEnumerationOptions)opts
659 …)enumerateValuesWithBlock:(void (NS_NOESCAPE ^)(uint32_t value, NSUInteger idx, BOOL *stop))block {
663 - (void)enumerateValuesWithOptions:(NSEnumerationOptions)opts
909 …d)enumerateValuesWithBlock:(void (NS_NOESCAPE ^)(int64_t value, NSUInteger idx, BOOL *stop))block {
913 - (void)enumerateValuesWithOptions:(NSEnumerationOptions)opts
1159 …)enumerateValuesWithBlock:(void (NS_NOESCAPE ^)(uint64_t value, NSUInteger idx, BOOL *stop))block {
1163 - (void)enumerateValuesWithOptions:(NSEnumerationOptions)opts
1409 …oid)enumerateValuesWithBlock:(void (NS_NOESCAPE ^)(float value, NSUInteger idx, BOOL *stop))block {
1413 - (void)enumerateValuesWithOptions:(NSEnumerationOptions)opts
[all …]
/external/protobuf/objectivec/
DGPBArray.m409 …d)enumerateValuesWithBlock:(void (NS_NOESCAPE ^)(int32_t value, NSUInteger idx, BOOL *stop))block {
413 - (void)enumerateValuesWithOptions:(NSEnumerationOptions)opts
659 …)enumerateValuesWithBlock:(void (NS_NOESCAPE ^)(uint32_t value, NSUInteger idx, BOOL *stop))block {
663 - (void)enumerateValuesWithOptions:(NSEnumerationOptions)opts
909 …d)enumerateValuesWithBlock:(void (NS_NOESCAPE ^)(int64_t value, NSUInteger idx, BOOL *stop))block {
913 - (void)enumerateValuesWithOptions:(NSEnumerationOptions)opts
1159 …)enumerateValuesWithBlock:(void (NS_NOESCAPE ^)(uint64_t value, NSUInteger idx, BOOL *stop))block {
1163 - (void)enumerateValuesWithOptions:(NSEnumerationOptions)opts
1409 …oid)enumerateValuesWithBlock:(void (NS_NOESCAPE ^)(float value, NSUInteger idx, BOOL *stop))block {
1413 - (void)enumerateValuesWithOptions:(NSEnumerationOptions)opts
[all …]

12345678910>>...55