Home
last modified time | relevance | path

Searched refs:FML_CHECK (Results 1 – 25 of 58) sorted by relevance

123

/third_party/flutter/engine/flutter/shell/platform/fuchsia/dart_runner/
Dbuiltin_libraries.cc114 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/
Dtest_gl_surface.cc87 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 …]
Dtest_dart_native_resolver.cc70 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/
Disolate_configurator.cc51 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/
Dembedder_test_context.cc136 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()
Dembedder_test_compositor.cc16 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/
Dmessage_loop.cc21 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()
Dthread_local.cc15 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()
Dlogging.h66 #define FML_CHECK(condition) \ macro
84 #define FML_DCHECK(condition) FML_CHECK(condition)
Dicu_util.cc97 FML_CHECK(context->IsValid()) in InitializeICUOnce()
109 FML_CHECK(context->IsValid()) in InitializeICUFromMappingOnce()
/third_party/flutter/engine/flutter/fml/platform/linux/
Dmessage_loop_linux.cc21 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/fml/platform/android/
Dmessage_loop_android.cc35 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/shell/platform/android/
Dlibrary_loader.cc20 FML_CHECK(result); in JNI_OnLoad()
24 FML_CHECK(result); in JNI_OnLoad()
28 FML_CHECK(result); in JNI_OnLoad()
Dplatform_view_android_jni.cc76 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()
Dace_platform_view_android.cc55 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()
Dandroid_shell_holder.cc32 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()
/third_party/flutter/engine/flutter/fml/platform/win/
Dmessage_loop_win.cc13 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/darwin/ios/
Dios_surface_gl.mm96 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);
Dios_surface_software.mm148 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/shell/platform/fuchsia/dart-pkg/fuchsia/sdk_ext/
Dfuchsia.cc109 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/
Ddart_service_isolate.cc37 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/
Dgpu_surface_gl_delegate.cc41 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/
Dnatives.cc70 FML_CHECK(!tonic::LogIfError(library)); in Initialize()
73 FML_CHECK(!tonic::LogIfError(result)); in Initialize()
Dhandle_waiter.cc46 FML_CHECK(handle_ != nullptr); in HandleWaiter()
47 FML_CHECK(handle_->is_valid()); in HandleWaiter()
/third_party/flutter/engine/flutter/shell/common/
Dshell_benchmarks.cc77 FML_CHECK(shell); in StartupAndShutdownShell()
85 FML_CHECK(!shell); in StartupAndShutdownShell()

123