Searched refs:Completer (Results 1 – 25 of 150) sorted by relevance
123456
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/ |
D | resident_web_runner_test.dart | 91 final Completer<DebugConnectionInfo> connectionInfoCompleter = Completer<DebugConnectionInfo>(); 102 final Completer<DebugConnectionInfo> connectionInfoCompleter = Completer<DebugConnectionInfo>(); 115 final Completer<DebugConnectionInfo> connectionInfoCompleter = Completer<DebugConnectionInfo>(); 133 final Completer<DebugConnectionInfo> connectionInfoCompleter = Completer<DebugConnectionInfo>(); 149 final Completer<DebugConnectionInfo> connectionInfoCompleter = Completer<DebugConnectionInfo>(); 175 final Completer<DebugConnectionInfo> connectionInfoCompleter = Completer<DebugConnectionInfo>(); 187 final Completer<DebugConnectionInfo> connectionInfoCompleter = Completer<DebugConnectionInfo>(); 199 final Completer<DebugConnectionInfo> connectionInfoCompleter = Completer<DebugConnectionInfo>(); 211 final Completer<DebugConnectionInfo> connectionInfoCompleter = Completer<DebugConnectionInfo>(); 223 final Completer<DebugConnectionInfo> connectionInfoCompleter = Completer<DebugConnectionInfo>(); [all …]
|
D | compile_expression_test.dart | 41 return Completer<int>().future; 63 final Completer<List<int>> compileResponseCompleter = 64 Completer<List<int>>(); 65 final Completer<List<int>> compileExpressionResponseCompleter = 66 Completer<List<int>>(); 114 final Completer<List<int>> compileResponseCompleter = Completer<List<int>>(); 115 final Completer<List<int>> compileExpressionResponseCompleter1 = Completer<List<int>>(); 116 final Completer<List<int>> compileExpressionResponseCompleter2 = Completer<List<int>>(); 145 final Completer<bool> lastExpressionCompleted = Completer<bool>();
|
D | resident_runner_test.dart | 119 final Completer<void> result = Completer<void>.sync(); 134 final Completer<DebugConnectionInfo> onConnectionInfo = Completer<DebugConnectionInfo>.sync(); 135 final Completer<void> onAppStart = Completer<void>.sync(); 161 final Completer<DebugConnectionInfo> onConnectionInfo = Completer<DebugConnectionInfo>.sync(); 162 final Completer<void> onAppStart = Completer<void>.sync(); 206 final Completer<DebugConnectionInfo> onConnectionInfo = Completer<DebugConnectionInfo>.sync(); 207 final Completer<void> onAppStart = Completer<void>.sync(); 236 final Completer<DebugConnectionInfo> onConnectionInfo = Completer<DebugConnectionInfo>.sync(); 237 final Completer<void> onAppStart = Completer<void>.sync(); 266 final Completer<DebugConnectionInfo> onConnectionInfo = Completer<DebugConnectionInfo>.sync(); [all …]
|
D | resident_web_runner_cold_test.dart | 60 final Completer<DebugConnectionInfo> connectionInfoCompleter = Completer<DebugConnectionInfo>(); 71 final Completer<DebugConnectionInfo> connectionInfoCompleter = Completer<DebugConnectionInfo>(); 87 final Completer<DebugConnectionInfo> connectionInfoCompleter = Completer<DebugConnectionInfo>();
|
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/base/ |
D | async_guard_test.dart | 12 final Completer<void> completer = Completer<void>(); 13 final Completer<void> errorCompleter = Completer<void>(); 23 final Completer<void> errorCompleter = Completer<void>(); 29 Completer<void> caughtInZone; 35 caughtInZone = Completer<void>(); 57 // Completer is required or else we timeout. 71 // Completer is required or else we timeout.
|
/third_party/flutter/flutter/packages/flutter/test/painting/ |
D | image_stream_test.dart | 59 Completer<FrameInfo> _nextFrameCompleter = Completer<FrameInfo>(); 69 _nextFrameCompleter = Completer<FrameInfo>(); 83 final Completer<Codec> completer = Completer<Codec>(); 94 final Completer<Codec> completer = Completer<Codec>(); 113 final Completer<Codec> completer = Completer<Codec>(); 133 final Completer<Codec> completer = Completer<Codec>(); 160 final Completer<Codec> completer = Completer<Codec>(); 186 final Completer<Codec> completer = Completer<Codec>(); 213 final Completer<Codec> codecCompleter = Completer<Codec>(); 238 final Completer<Codec> codecCompleter = Completer<Codec>(); [all …]
|
D | image_provider_test.dart | 35 final Completer<void> completer = Completer<void>(); 52 final Completer<void> completer = Completer<void>(); 53 final Completer<void> cacheCompleter = Completer<void>(); 71 final Completer<bool> caughtError = Completer<bool>(); 87 final Completer<bool> caughtError = Completer<bool>(); 109 final Completer<bool> caughtError = Completer<bool>(); 132 final Completer<bool> caughtError = Completer<bool>(); 168 final Completer<dynamic> caughtError = Completer<dynamic>(); 221 final Completer<bool> caughtError = Completer<bool>(); 245 final Completer<void> imageAvailable = Completer<void>();
|
D | image_test_utils.dart | 19 final Completer<ImageInfo> _completer = Completer<ImageInfo>.sync(); 48 final Completer<ui.Image> uiImage = Completer<ui.Image>();
|
D | mocks_for_image_cache.dart | 60 final Completer<ImageInfo> completer = Completer<ImageInfo>(); 125 final Completer<void> completer = Completer<void>.sync();
|
/third_party/flutter/flutter/packages/flutter_tools/test/integration.shard/ |
D | hot_reload_test.dart | 65 final Completer<void> sawTick1 = Completer<void>(); 66 final Completer<void> sawTick3 = Completer<void>(); 67 final Completer<void> sawDebuggerPausedMessage = Completer<void>(); 118 final Completer<void> sawTick2 = Completer<void>(); 119 final Completer<void> sawTick3 = Completer<void>(); 120 final Completer<void> sawDebuggerPausedMessage1 = Completer<void>(); 121 final Completer<void> sawDebuggerPausedMessage2 = Completer<void>();
|
/third_party/python/Lib/test/ |
D | test_rlcompleter.py | 14 self.stdcompleter = rlcompleter.Completer() 15 self.completer = rlcompleter.Completer(dict(spam=int, 30 self.assertFalse(rlcompleter.Completer(A()).use_main_ns) 31 self.assertRaises(TypeError, rlcompleter.Completer, B((1,))) 100 completer = rlcompleter.Completer(dict(f=f)) 115 completer = rlcompleter.Completer(dict(f=f)) 125 completer = rlcompleter.Completer(dict(f=Foo())) 130 completer = rlcompleter.Completer() 150 completer = rlcompleter.Completer(namespace)
|
/third_party/flutter/engine/flutter/shell/testing/observatory/ |
D | service_client.dart | 13 Completer<dynamic> isolateStartedId; 14 Completer<dynamic> isolatePausedId; 15 Completer<dynamic> isolateResumeId; 33 final Completer<Map<String, dynamic>> completer = Completer<Map<String, dynamic>>(); 101 final Map<String, Completer<dynamic>> _outstandingRequests = <String, Completer<dynamic>>{};
|
D | test.dart | 51 final Completer<String> completer = Completer<String>(); 101 final Completer<dynamic> isolateStartedId = Completer<dynamic>(); 102 final Completer<dynamic> isolatePausedId = Completer<dynamic>(); 103 final Completer<dynamic> isolateResumeId = Completer<dynamic>();
|
/third_party/flutter/flutter/dev/devicelab/lib/tasks/ |
D | web_dev_mode_tests.dart | 45 final Completer<void> stdoutDone = Completer<void>(); 46 final Completer<void> stderrDone = Completer<void>(); 103 final Completer<void> stdoutDone = Completer<void>(); 104 final Completer<void> stderrDone = Completer<void>();
|
D | hot_mode_tests.dart | 45 final Completer<void> stdoutDone = Completer<void>(); 46 final Completer<void> stderrDone = Completer<void>(); 98 final Completer<void> stdoutDone = Completer<void>(); 99 final Completer<void> stderrDone = Completer<void>();
|
D | run_without_leak.dart | 29 final Completer<void> stdoutDone = Completer<void>(); 30 final Completer<void> stderrDone = Completer<void>();
|
/third_party/flutter/flutter/dev/devicelab/bin/tasks/ |
D | flutter_attach_test.dart | 16 final Completer<void> listening = Completer<void>(); 17 final Completer<void> ready = Completer<void>(); 18 final Completer<void> reloaded = Completer<void>(); 19 final Completer<void> restarted = Completer<void>(); 20 final Completer<void> finished = Completer<void>();
|
D | named_isolates_test.dart | 22 Completer<void> firstNameFound = Completer<void>(); 23 Completer<void> secondNameFound = Completer<void>(); 40 firstNameFound = Completer<void>(); 41 secondNameFound = Completer<void>(); 80 final Completer<void> appReady = Completer<void>();
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | async_test.dart | 63 final Completer<String> completer = Completer<String>(); 71 final Completer<String> completer = Completer<String>(); 86 final Completer<String> completerA = Completer<String>(); 87 final Completer<String> completerB = Completer<String>(); 102 final Completer<String> completer = Completer<String>(); 112 final Completer<String> completer = Completer<String>(); 140 final Completer<String> completer = Completer<String>(); 241 final Completer<String> completer = Completer<String>(); 252 final Completer<String> completer = Completer<String>(); 277 final Completer<String> completer = Completer<String>();
|
/third_party/python/Doc/library/ |
D | rlcompleter.rst | 17 available, an instance of the :class:`Completer` class is automatically created 36 On platforms without :mod:`readline`, the :class:`Completer` class defined by 42 Completer Objects 45 Completer objects have the following method: 48 .. method:: Completer.complete(text, state)
|
/third_party/flutter/flutter/examples/image_list/lib/ |
D | main.dart | 72 Widget createImage(final int index, final Completer<bool> completer) { 98 final List<Completer<bool>> completers = List<Completer<bool>>(IMAGES); 100 completers[i] = Completer<bool>(); 103 (Completer<bool> completer) => completer.future).toList(); 136 List<Widget> createImageList(int count, List<Completer<bool>> completers,
|
/third_party/flutter/flutter/dev/integration_tests/ui/test_driver/ |
D | driver_test.dart | 39 final Completer<void> whenWaitForAbsentResolves = Completer<void>(); 64 final Completer<void> whenWaitForResolves = Completer<void>();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LineEditor/ |
D | LineEditor.h | 85 Completer.reset(new CompleterModel<T>(Comp)); in setCompleter() 93 Completer.reset(new ListCompleterModel<T>(Comp)); in setListCompleter() 148 std::unique_ptr<const CompleterConcept> Completer; variable
|
/third_party/flutter/flutter/packages/flutter_localizations/test/material/ |
D | date_time_test.dart | 31 final Completer<String> completer = Completer<String>(); 77 final Completer<String> completer = Completer<String>(); 121 final Completer<Map<DateType, String>> completer = Completer<Map<DateType, String>>();
|
/third_party/flutter/engine/flutter/shell/platform/embedder/fixtures/ |
D | main.dart | 58 final Completer<void> semanticsChanged = Completer<void>(); 66 final Completer<void> featuresChanged = Completer<void>(); 79 final Completer<SemanticsActionData> actionReceived = Completer<SemanticsActionData>();
|
123456