/third_party/flutter/engine/flutter/shell/platform/fuchsia/dart_runner/ |
D | builtin_libraries.cc | 114 FML_CHECK(!tonic::LogIfError(builtin_lib)); in InitBuiltinLibrariesForIsolate() 117 FML_CHECK(!tonic::LogIfError(result)); in InitBuiltinLibrariesForIsolate() 122 FML_CHECK(!tonic::LogIfError(io_lib)); in InitBuiltinLibrariesForIsolate() 125 FML_CHECK(!tonic::LogIfError(result)); in InitBuiltinLibrariesForIsolate() 130 FML_CHECK(!tonic::LogIfError(zircon_lib)); in InitBuiltinLibrariesForIsolate() 136 FML_CHECK(!tonic::LogIfError(async_lib)); in InitBuiltinLibrariesForIsolate() 139 FML_CHECK(!tonic::LogIfError(core_lib)); in InitBuiltinLibrariesForIsolate() 142 FML_CHECK(!tonic::LogIfError(internal_lib)); in InitBuiltinLibrariesForIsolate() 145 FML_CHECK(!tonic::LogIfError(isolate_lib)); in InitBuiltinLibrariesForIsolate() 153 FML_CHECK(!tonic::LogIfError(result)); in InitBuiltinLibrariesForIsolate() [all …]
|
/third_party/flutter/engine/flutter/testing/ |
D | test_gl_surface.cc | 87 FML_CHECK(display_ != EGL_NO_DISPLAY); in TestGLSurface() 90 FML_CHECK(result == EGL_TRUE) << GetEGLError(); in TestGLSurface() 112 FML_CHECK(result == EGL_TRUE) << GetEGLError(); in TestGLSurface() 113 FML_CHECK(num_config == 1) << GetEGLError(); in TestGLSurface() 127 FML_CHECK(onscreen_surface_ != EGL_NO_SURFACE) << GetEGLError(); in TestGLSurface() 134 FML_CHECK(offscreen_surface_ != EGL_NO_SURFACE) << GetEGLError(); in TestGLSurface() 150 FML_CHECK(onscreen_context_ != EGL_NO_CONTEXT) << GetEGLError(); in TestGLSurface() 158 FML_CHECK(offscreen_context_ != EGL_NO_CONTEXT) << GetEGLError(); in TestGLSurface() 166 FML_CHECK(result == EGL_TRUE) << GetEGLError(); in ~TestGLSurface() 169 FML_CHECK(result == EGL_TRUE) << GetEGLError(); in ~TestGLSurface() [all …]
|
D | test_dart_native_resolver.cc | 70 FML_CHECK(!Dart_IsError(Dart_RootLibrary())); in SetNativeResolverForIsolate() 74 FML_CHECK(!tonic::LogIfError(result)) in SetNativeResolverForIsolate()
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/ |
D | isolate_configurator.cc | 51 FML_CHECK(!tonic::LogIfError(zircon_lib)); in BindZircon() 55 FML_CHECK(!tonic::LogIfError(namespace_type)); in BindZircon() 61 FML_CHECK(!tonic::LogIfError(result)); in BindZircon() 67 FML_CHECK(!tonic::LogIfError(io_lib)); in BindDartIO() 72 FML_CHECK(!tonic::LogIfError(embedder_config_type)); in BindDartIO() 76 FML_CHECK(!tonic::LogIfError(result)); in BindDartIO() 81 FML_CHECK(!tonic::LogIfError(namespace_type)); in BindDartIO() 88 FML_CHECK(!tonic::LogIfError(result)); in BindDartIO()
|
/third_party/flutter/engine/flutter/shell/platform/embedder/tests/ |
D | embedder_test_context.cc | 136 FML_CHECK(gl_surface_) << "GL surface must be initialized."; in GLMakeCurrent() 141 FML_CHECK(gl_surface_) << "GL surface must be initialized."; in GLClearCurrent() 146 FML_CHECK(gl_surface_) << "GL surface must be initialized."; in GLPresent() 150 FML_CHECK(raster_snapshot); in GLPresent() 164 FML_CHECK(gl_surface_) << "GL surface must be initialized."; in GLGetFramebuffer() 169 FML_CHECK(gl_surface_) << "GL surface must be initialized."; in GLMakeResourceCurrent() 174 FML_CHECK(gl_surface_) << "GL surface must be initialized."; in GLGetProcAddress() 188 FML_CHECK(compositor_) in GetCompositor()
|
D | embedder_test_compositor.cc | 16 FML_CHECK(context_); in EmbedderTestCompositor() 36 FML_CHECK(false); in CreateBackingStore() 121 FML_CHECK(last_composition_snapshot); in UpdateOffscrenComposition() 289 FML_CHECK(!next_present_callback_); in SetNextPresentCallback() 295 FML_CHECK(!next_scene_callback_); in SetNextSceneCallback()
|
/third_party/flutter/engine/flutter/fml/ |
D | message_loop.cc | 21 FML_CHECK(loop != nullptr) in GetCurrent() 42 FML_CHECK(loop_); in MessageLoop() 43 FML_CHECK(task_runner_); in MessageLoop() 78 FML_CHECK(loop != nullptr) in GetCurrentTaskQueueId()
|
D | thread_local.cc | 15 FML_CHECK(pthread_key_create(&key_, destroy) == 0); in ThreadLocalPointer() 19 FML_CHECK(pthread_key_delete(key_) == 0); in ~ThreadLocalPointer() 28 FML_CHECK(pthread_setspecific(key_, ptr) == 0); in swap()
|
D | logging.h | 66 #define FML_CHECK(condition) \ macro 84 #define FML_DCHECK(condition) FML_CHECK(condition)
|
/third_party/flutter/engine/flutter/fml/platform/android/ |
D | message_loop_android.cc | 35 FML_CHECK(looper_.is_valid()); in MessageLoopAndroid() 36 FML_CHECK(timer_fd_.is_valid()); in MessageLoopAndroid() 54 FML_CHECK(add_result == 1); in MessageLoopAndroid() 59 FML_CHECK(remove_result == 1); in ~MessageLoopAndroid()
|
/third_party/flutter/engine/flutter/fml/platform/linux/ |
D | message_loop_linux.cc | 21 FML_CHECK(epoll_fd_.is_valid()); in MessageLoopLinux() 22 FML_CHECK(timer_fd_.is_valid()); in MessageLoopLinux() 24 FML_CHECK(added_source); in MessageLoopLinux() 29 FML_CHECK(removed_source); in ~MessageLoopLinux()
|
/third_party/flutter/engine/flutter/shell/platform/android/ |
D | library_loader.cc | 20 FML_CHECK(result); in JNI_OnLoad() 24 FML_CHECK(result); in JNI_OnLoad() 28 FML_CHECK(result); in JNI_OnLoad()
|
D | platform_view_android_jni.cc | 76 FML_CHECK(CheckException(env)); in FlutterViewHandlePlatformMessage() 86 FML_CHECK(CheckException(env)); in FlutterViewHandlePlatformMessageResponse() 95 FML_CHECK(CheckException(env)); in FlutterViewUpdateSemantics() 105 FML_CHECK(CheckException(env)); in FlutterViewUpdateCustomAccessibilityActions() 111 FML_CHECK(CheckException(env)); in FlutterViewOnFirstFrame() 117 FML_CHECK(CheckException(env)); in FlutterViewOnPreEngineRestart() 123 FML_CHECK(CheckException(env)); in SurfaceTextureAttachToGLContext() 129 FML_CHECK(CheckException(env)); in SurfaceTextureUpdateTexImage() 137 FML_CHECK(CheckException(env)); in SurfaceTextureGetTransformMatrix() 143 FML_CHECK(CheckException(env)); in SurfaceTextureDetachFromGLContext()
|
D | ace_platform_view_android.cc | 55 FML_CHECK(CheckException(env)); in FlutterViewOnFirstFrame() 71 FML_CHECK(CheckException(env)); in SurfaceTextureAttachToGLContext() 77 FML_CHECK(CheckException(env)); in SurfaceTextureUpdateTexImage() 85 FML_CHECK(CheckException(env)); in SurfaceTextureGetTransformMatrix() 91 FML_CHECK(CheckException(env)); in SurfaceTextureDetachFromGLContext() 104 FML_CHECK(android_surface_) in PlatformViewAndroid()
|
D | android_shell_holder.cc | 32 FML_CHECK(pthread_key_create(&thread_destruct_key_, ThreadDestructCallback) == in AndroidShellHolder() 44 FML_CHECK(pthread_setspecific(key, reinterpret_cast<void*>(1)) == 0); in AndroidShellHolder() 140 FML_CHECK(pthread_key_delete(thread_destruct_key_) == 0); in ~AndroidShellHolder()
|
D | vsync_waiter_android.cc | 98 FML_CHECK(!g_vsync_waiter_class->is_null()); in Register() 103 FML_CHECK(g_async_wait_for_vsync_method_ != nullptr); in Register()
|
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/ |
D | ios_surface_gl.mm | 96 FML_CHECK(platform_views_controller != nullptr); 106 FML_CHECK(platform_views_controller != nullptr); 116 FML_CHECK(platform_views_controller != nullptr); 124 FML_CHECK(platform_views_controller != nullptr); 131 FML_CHECK(platform_views_controller != nullptr); 138 FML_CHECK(platform_views_controller != nullptr);
|
D | ios_surface_software.mm | 148 FML_CHECK(platform_views_controller != nullptr); 155 FML_CHECK(platform_views_controller != nullptr); 163 FML_CHECK(platform_views_controller != nullptr); 170 FML_CHECK(platform_views_controller != nullptr); 177 FML_CHECK(platform_views_controller != nullptr);
|
/third_party/flutter/engine/flutter/fml/platform/win/ |
D | message_loop_win.cc | 13 FML_CHECK(timer_.is_valid()); in MessageLoopWin() 22 FML_CHECK(WaitForSingleObject(timer_.get(), INFINITE) == 0); in Run() 38 FML_CHECK(SetWaitableTimer(timer_.get(), &due_time, 0, NULL, NULL, FALSE)); in WakeUp()
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/dart-pkg/fuchsia/sdk_ext/ |
D | fuchsia.cc | 109 FML_CHECK(!tonic::LogIfError(library)); in Initialize() 112 FML_CHECK(!tonic::LogIfError(result)); in Initialize() 123 FML_CHECK(!tonic::LogIfError(result)); in Initialize() 129 FML_CHECK(!tonic::LogIfError(result)); in Initialize()
|
/third_party/flutter/engine/flutter/runtime/ |
D | dart_service_isolate.cc | 37 FML_CHECK(g_natives); in GetNativeFunction() 42 FML_CHECK(g_natives); in GetSymbol() 133 FML_CHECK(isolate); in Startup() 137 FML_CHECK(g_embedder_tag_handler); in Startup()
|
/third_party/flutter/engine/flutter/shell/gpu/ |
D | gpu_surface_gl_delegate.cc | 41 FML_CHECK(gl_get_string) in IsProcResolverOpenGLES() 46 FML_CHECK(gl_version_string) in IsProcResolverOpenGLES()
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/dart-pkg/zircon/sdk_ext/ |
D | natives.cc | 70 FML_CHECK(!tonic::LogIfError(library)); in Initialize() 73 FML_CHECK(!tonic::LogIfError(result)); in Initialize()
|
D | handle_waiter.cc | 46 FML_CHECK(handle_ != nullptr); in HandleWaiter() 47 FML_CHECK(handle_->is_valid()); in HandleWaiter()
|
/third_party/flutter/engine/flutter/shell/common/ |
D | shell_benchmarks.cc | 77 FML_CHECK(shell); in StartupAndShutdownShell() 85 FML_CHECK(!shell); in StartupAndShutdownShell()
|