Home
last modified time | relevance | path

Searched refs:canceled (Results 1 – 25 of 109) sorted by relevance

12345

/third_party/flutter/skia/third_party/externals/sdl/src/timer/
DSDL_timer.c38 SDL_atomic_t canceled; member
163 if (SDL_AtomicGet(&current->canceled)) { in SDL_TimerThread()
182 SDL_AtomicSet(&current->canceled, 1); in SDL_TimerThread()
312 SDL_AtomicSet(&timer->canceled, 0); in SDL_AddTimer()
345 SDL_bool canceled = SDL_FALSE; in SDL_RemoveTimer() local
363 if (!SDL_AtomicGet(&entry->timer->canceled)) { in SDL_RemoveTimer()
364 SDL_AtomicSet(&entry->timer->canceled, 1); in SDL_RemoveTimer()
365 canceled = SDL_TRUE; in SDL_RemoveTimer()
369 return canceled; in SDL_RemoveTimer()
/third_party/flutter/flutter/packages/flutter/lib/src/scheduler/
Dticker.dart169 /// If called with the `canceled` argument set to false (the default), causes
170 /// the future returned by [start] to resolve. If called with the `canceled`
181 void stop({ bool canceled = false }) {
194 if (canceled) {
338 /// the `canceled` argument set to false (the default).
341 /// `canceled` set to true, then this Future will never complete.
345 /// if the [Ticker] that returned the [TickerFuture] was stopped with `canceled`
349 /// canceled, use [whenCompleteOrCancel].
366 bool _completed; // null means unresolved, true means complete, false means canceled
382 /// canceled.
[all …]
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
Dstress2.c186 long canceled; member
310 cd->canceled = 0; in cellmanager()
393 cd->canceled += 1; in cellmanager()
417 long canceled = 0; in main() local
625 canceled += cells[i].canceled; in main()
652 output(" Canceled threads : %8li\n", canceled); in main()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
Dstress.c195 long canceled; member
319 cd->canceled = 0; in cellmanager()
402 cd->canceled += 1; in cellmanager()
426 long canceled = 0; in main() local
634 canceled += cells[i].canceled; in main()
661 output(" Canceled threads : %8li\n", canceled); in main()
Dstress2.c195 long canceled; member
319 cd->canceled = 0; in cellmanager()
402 cd->canceled += 1; in cellmanager()
426 long canceled = 0; in main() local
634 canceled += cells[i].canceled; in main()
661 output(" Canceled threads : %8li\n", canceled); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/
D3-2.c97 static int canceled = 0; variable
103 canceled = 1; in cleanup_deadlk()
295 canceled = 0; in main()
316 tab_res[i][0] = canceled; in main()
D1-2.c91 static int canceled = 0; variable
97 canceled = 1; in cleanup_deadlk()
302 canceled = 0; in main()
323 tab_res[i][0] = canceled; in main()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cancel/
Dstress.c89 static long long canceled, ended; variable
136 canceled++; in threaded()
217 output(" - %llu threads canceled\n", canceled); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/
D3-1.c51 static volatile int canceled; variable
59 canceled++; in sig_handler()
152 if (!canceled) in main()
Dcoverage.txt21 + can be unresolved, because we must have at least one not canceled.
/third_party/flutter/flutter/packages/flutter/lib/src/animation/
Danimation_controller.dart118 /// error; if the animation is canceled, the future never completes. This object
190 /// // the animation got canceled, probably because we were disposed
347 /// canceled, meaning the future never completes and its [TickerFuture.orCancel]
370 /// canceled, meaning the future never completes and its [TickerFuture.orCancel]
433 /// canceled, meaning the future never completes and its [TickerFuture.orCancel]
466 /// canceled, meaning the future never completes and its [TickerFuture.orCancel]
499 /// canceled, meaning the future never completes and its [TickerFuture.orCancel]
521 /// canceled, meaning the future never completes and its [TickerFuture.orCancel]
606 /// canceled, meaning the future never completes and its [TickerFuture.orCancel]
638 /// canceled, meaning the future never completes and its [TickerFuture.orCancel]
[all …]
/third_party/python/Lib/idlelib/
Dpyshell.py810 if self.tkconsole.canceled:
811 self.tkconsole.canceled = False
1036 canceled = False variable in PyShell
1106 self.canceled = False
1120 self.canceled = True
1196 if self.canceled:
1197 self.canceled = False
1220 self.canceled = True
1240 self.canceled = False
1436 if self.canceled:
[all …]
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Drefresh_indicator.dart47 canceled, // Animating the indicator's fade-out after not arming.
232 _dismiss(_RefreshIndicatorMode.canceled);
236 _dismiss(_RefreshIndicatorMode.canceled);
259 _dismiss(_RefreshIndicatorMode.canceled);
318 assert(newMode == _RefreshIndicatorMode.canceled || newMode == _RefreshIndicatorMode.done);
326 case _RefreshIndicatorMode.canceled:
/third_party/nghttp2/src/
Dshrpx_memcached_request.h54 bool canceled; member
Dshrpx_memcached_connection.cc561 if (!req->canceled && req->cb) { in parse_packet()
595 if (req->canceled) { in fill_request_buffer()
639 if (req->canceled) { in drain_send_queue()
/third_party/node/deps/npm/test/tap/
Dinit-interrupt.js33 t.similar(log, /canceled/, 'alerted that init was canceled')
/third_party/nghttp2/lib/
Dnghttp2_outbound_item.h45 uint8_t canceled; member
/third_party/node/deps/nghttp2/lib/
Dnghttp2_outbound_item.h45 uint8_t canceled; member
/third_party/flutter/flutter/packages/flutter/test/material/
Dtext_field_splash_test.dart186 // Pointer is dragged below the textfield, splash is canceled.
200 // Pointer is dragged upwards causing a scroll, splash is canceled.
/third_party/cups-filters/
Dbackport-CVE-2023-24805.patch165 - "DEBUG: beh: Job canceled.\n");
166 + const char * const msg = "DEBUG: beh: Job canceled.\n";
/third_party/flutter/flutter/packages/flutter/test/services/
Dplatform_channel_test.dart236 bool canceled = false;
248 canceled = true;
258 expect(canceled, isTrue);
/third_party/openssl/doc/man3/
DSSL_alert_type_string.pod36 in the communication being canceled).
195 =item "US"/"user canceled"
197 This handshake is being canceled for some reason unrelated to a
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dgesture_disambiguation_test.dart10 …testWidgets('onTap detection with canceled pointer and a drag listener', (WidgetTester tester) asy…
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dscroll_controller.dart122 /// Any active animation is canceled. If the user is currently scrolling, that
123 /// action is canceled.
160 /// Any active animation is canceled. If the user is currently scrolling, that
161 /// action is canceled.
/third_party/python/Tools/pynche/
DSwitchboard.py134 def canceled(self, flag=1): member in Switchboard

12345