text
stringlengths
6
13.6M
id
stringlengths
13
176
metadata
dict
__index_level_0__
int64
0
1.69k
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:async'; import 'package:test/bootstrap/browser.dart'; import 'package:test/test.dart'; import 'package:ui/src/engine.dart'; import '../../c...
engine/lib/web_ui/test/engine/semantics/semantics_placeholder_enable_test.dart/0
{ "file_path": "engine/lib/web_ui/test/engine/semantics/semantics_placeholder_enable_test.dart", "repo_id": "engine", "token_count": 489 }
312
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:async'; import 'package:test/bootstrap/browser.dart'; import 'package:test/test.dart'; import 'package:ui/src/engine.dart'; import 'package:u...
engine/lib/web_ui/test/engine/view/view_constraints_test.dart/0
{ "file_path": "engine/lib/web_ui/test/engine/view/view_constraints_test.dart", "repo_id": "engine", "token_count": 2199 }
313
# See the `README.md` in this directory for documentation on the structure of # this file. compile-configs: - name: dart2js-html compiler: dart2js renderer: html - name: dart2js-canvaskit compiler: dart2js renderer: canvaskit - name: dart2js-skwasm compiler: dart2js renderer: skwasm -...
engine/lib/web_ui/test/felt_config.yaml/0
{ "file_path": "engine/lib/web_ui/test/felt_config.yaml", "repo_id": "engine", "token_count": 2918 }
314
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:math' as math; import 'package:test/bootstrap/browser.dart'; import 'package:test/test.dart'; import 'package:ui/src/engine.dart'; import 'pac...
engine/lib/web_ui/test/html/drawing/canvas_arc_golden_test.dart/0
{ "file_path": "engine/lib/web_ui/test/html/drawing/canvas_arc_golden_test.dart", "repo_id": "engine", "token_count": 1470 }
315
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:async'; import 'package:test/bootstrap/browser.dart'; import 'package:test/test.dart'; import 'package:ui/src/engine.dart'; import 'package:u...
engine/lib/web_ui/test/html/paragraph/justify_golden_test.dart/0
{ "file_path": "engine/lib/web_ui/test/html/paragraph/justify_golden_test.dart", "repo_id": "engine", "token_count": 4956 }
316
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:async'; import 'package:ui/src/engine.dart'; import 'package:ui/ui.dart' as ui; import 'package:web_engine_tester/golden_tester.dart'; /// Co...
engine/lib/web_ui/test/html/screenshot.dart/0
{ "file_path": "engine/lib/web_ui/test/html/screenshot.dart", "repo_id": "engine", "token_count": 811 }
317
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:test/bootstrap/browser.dart'; import 'package:test/test.dart'; import 'package:ui/src/engine.dart'; import 'package:ui/ui.dart'; import '...
engine/lib/web_ui/test/html/text/line_breaker_test.dart/0
{ "file_path": "engine/lib/web_ui/test/html/text/line_breaker_test.dart", "repo_id": "engine", "token_count": 7611 }
318
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:test/bootstrap/browser.dart'; import 'package:test/test.dart'; import 'package:ui/ui.dart' as ui; import 'package:web_engine_tester/golden_...
engine/lib/web_ui/test/ui/shadow_test.dart/0
{ "file_path": "engine/lib/web_ui/test/ui/shadow_test.dart", "repo_id": "engine", "token_count": 704 }
319
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_RUNTIME_DART_PLUGIN_REGISTRANT_H_ #define FLUTTER_RUNTIME_DART_PLUGIN_REGISTRANT_H_ #include "third_party/dart/runtime/include/dart_api.h"...
engine/runtime/dart_plugin_registrant.h/0
{ "file_path": "engine/runtime/dart_plugin_registrant.h", "repo_id": "engine", "token_count": 298 }
320
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_RUNTIME_DART_VM_LIFECYCLE_H_ #define FLUTTER_RUNTIME_DART_VM_LIFECYCLE_H_ #include <memory> #include "flutter/fml/macros.h" #include "flu...
engine/runtime/dart_vm_lifecycle.h/0
{ "file_path": "engine/runtime/dart_vm_lifecycle.h", "repo_id": "engine", "token_count": 893 }
321
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // It is __imperative__ that the functions in this file are __not__ included in // release or profile builds. // // They call into the "private" ptrace() A...
engine/runtime/ptrace_check.cc/0
{ "file_path": "engine/runtime/ptrace_check.cc", "repo_id": "engine", "token_count": 1884 }
322
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_COMMON_ANIMATOR_H_ #define FLUTTER_SHELL_COMMON_ANIMATOR_H_ #include <deque> #include "flutter/common/task_runners.h" #include "flu...
engine/shell/common/animator.h/0
{ "file_path": "engine/shell/common/animator.h", "repo_id": "engine", "token_count": 2164 }
323
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "flutter/shell/common/engine.h" #include <cstring> #include <memory> #include <string> #include <utility> #include <vector> #include "flutter/co...
engine/shell/common/engine.cc/0
{ "file_path": "engine/shell/common/engine.cc", "repo_id": "engine", "token_count": 8361 }
324
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_COMMON_POINTER_DATA_DISPATCHER_H_ #define FLUTTER_SHELL_COMMON_POINTER_DATA_DISPATCHER_H_ #include "flutter/runtime/runtime_controll...
engine/shell/common/pointer_data_dispatcher.h/0
{ "file_path": "engine/shell/common/pointer_data_dispatcher.h", "repo_id": "engine", "token_count": 2416 }
325
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_COMMON_SHELL_IO_MANAGER_H_ #define FLUTTER_SHELL_COMMON_SHELL_IO_MANAGER_H_ #include <memory> #include "flutter/flow/skia_gpu_objec...
engine/shell/common/shell_io_manager.h/0
{ "file_path": "engine/shell/common/shell_io_manager.h", "repo_id": "engine", "token_count": 1046 }
326
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_COMMON_SKIA_EVENT_TRACER_IMPL_H_ #define FLUTTER_SHELL_COMMON_SKIA_EVENT_TRACER_IMPL_H_ #include <mutex> #include <optional> #includ...
engine/shell/common/skia_event_tracer_impl.h/0
{ "file_path": "engine/shell/common/skia_event_tracer_impl.h", "repo_id": "engine", "token_count": 210 }
327
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_COMMON_VARIABLE_REFRESH_RATE_REPORTER_H_ #define FLUTTER_SHELL_COMMON_VARIABLE_REFRESH_RATE_REPORTER_H_ #include <functional> #inclu...
engine/shell/common/variable_refresh_rate_reporter.h/0
{ "file_path": "engine/shell/common/variable_refresh_rate_reporter.h", "repo_id": "engine", "token_count": 268 }
328
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_GPU_GPU_SURFACE_GL_SKIA_H_ #define FLUTTER_SHELL_GPU_GPU_SURFACE_GL_SKIA_H_ #include <functional> #include <memory> #include "flutt...
engine/shell/gpu/gpu_surface_gl_skia.h/0
{ "file_path": "engine/shell/gpu/gpu_surface_gl_skia.h", "repo_id": "engine", "token_count": 1022 }
329
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "flutter/shell/gpu/gpu_surface_vulkan_impeller.h" #include "flutter/fml/make_copyable.h" #include "impeller/display_list/dl_dispatcher.h" #includ...
engine/shell/gpu/gpu_surface_vulkan_impeller.cc/0
{ "file_path": "engine/shell/gpu/gpu_surface_vulkan_impeller.cc", "repo_id": "engine", "token_count": 1862 }
330
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_ANDROID_ANDROID_DISPLAY_H_ #define FLUTTER_SHELL_PLATFORM_ANDROID_ANDROID_DISPLAY_H_ #include <cstdint> #include "flutter/...
engine/shell/platform/android/android_display.h/0
{ "file_path": "engine/shell/platform/android/android_display.h", "repo_id": "engine", "token_count": 381 }
331
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_ANDROID_ANDROID_SURFACE_SOFTWARE_H_ #define FLUTTER_SHELL_PLATFORM_ANDROID_ANDROID_SURFACE_SOFTWARE_H_ #include "flutter/fm...
engine/shell/platform/android/android_surface_software.h/0
{ "file_path": "engine/shell/platform/android/android_surface_software.h", "repo_id": "engine", "token_count": 706 }
332
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include <memory> #include "flutter/shell/platform/android/external_view_embedder/surface_pool.h" #include "flutter/fml/make_copyable.h" #include "flutter...
engine/shell/platform/android/external_view_embedder/surface_pool_unittests.cc/0
{ "file_path": "engine/shell/platform/android/external_view_embedder/surface_pool_unittests.cc", "repo_id": "engine", "token_count": 4191 }
333
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package io.flutter; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.annotation.VisibleForTesting; import io.flutt...
engine/shell/platform/android/io/flutter/FlutterInjector.java/0
{ "file_path": "engine/shell/platform/android/io/flutter/FlutterInjector.java", "repo_id": "engine", "token_count": 1931 }
334
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package io.flutter.embedding.android; import android.app.Activity; import android.content.ComponentCallbacks2; import android.content.Context; import andr...
engine/shell/platform/android/io/flutter/embedding/android/FlutterFragment.java/0
{ "file_path": "engine/shell/platform/android/io/flutter/embedding/android/FlutterFragment.java", "repo_id": "engine", "token_count": 24029 }
335
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package io.flutter.embedding.engine; import android.content.Context; import android.content.pm.PackageManager.NameNotFoundException; import android.conten...
engine/shell/platform/android/io/flutter/embedding/engine/FlutterEngine.java/0
{ "file_path": "engine/shell/platform/android/io/flutter/embedding/engine/FlutterEngine.java", "repo_id": "engine", "token_count": 8249 }
336
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package io.flutter.embedding.engine.loader; import static io.flutter.Build.API_LEVELS; import android.app.ActivityManager; import android.content.Context...
engine/shell/platform/android/io/flutter/embedding/engine/loader/FlutterLoader.java/0
{ "file_path": "engine/shell/platform/android/io/flutter/embedding/engine/loader/FlutterLoader.java", "repo_id": "engine", "token_count": 8031 }
337
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package io.flutter.embedding.engine.plugins.service; import androidx.annotation.NonNull; /** * A {@link io.flutter.embedding.engine.plugins.FlutterPlugi...
engine/shell/platform/android/io/flutter/embedding/engine/plugins/service/ServiceAware.java/0
{ "file_path": "engine/shell/platform/android/io/flutter/embedding/engine/plugins/service/ServiceAware.java", "repo_id": "engine", "token_count": 466 }
338
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package io.flutter.embedding.engine.systemchannels; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.annotation.Vi...
engine/shell/platform/android/io/flutter/embedding/engine/systemchannels/LocalizationChannel.java/0
{ "file_path": "engine/shell/platform/android/io/flutter/embedding/engine/systemchannels/LocalizationChannel.java", "repo_id": "engine", "token_count": 1535 }
339
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package io.flutter.plugin.common; import androidx.annotation.Nullable; import androidx.annotation.UiThread; import io.flutter.BuildConfig; import io.flutt...
engine/shell/platform/android/io/flutter/plugin/common/EventChannel.java/0
{ "file_path": "engine/shell/platform/android/io/flutter/plugin/common/EventChannel.java", "repo_id": "engine", "token_count": 3456 }
340
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package io.flutter.plugin.editing; import android.text.Editable; import android.text.Selection; import android.text.SpannableStringBuilder; import android...
engine/shell/platform/android/io/flutter/plugin/editing/ListenableEditingState.java/0
{ "file_path": "engine/shell/platform/android/io/flutter/plugin/editing/ListenableEditingState.java", "repo_id": "engine", "token_count": 3562 }
341
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package io.flutter.plugin.platform; import android.view.View; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import io.flutter.v...
engine/shell/platform/android/io/flutter/plugin/platform/PlatformViewsAccessibilityDelegate.java/0
{ "file_path": "engine/shell/platform/android/io/flutter/plugin/platform/PlatformViewsAccessibilityDelegate.java", "repo_id": "engine", "token_count": 345 }
342
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package io.flutter.view; import static io.flutter.Build.API_LEVELS; import android.annotation.SuppressLint; import android.annotation.TargetApi; import a...
engine/shell/platform/android/io/flutter/view/AccessibilityBridge.java/0
{ "file_path": "engine/shell/platform/android/io/flutter/view/AccessibilityBridge.java", "repo_id": "engine", "token_count": 44765 }
343
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_ANDROID_PLATFORM_MESSAGE_HANDLER_ANDROID_H_ #define FLUTTER_SHELL_PLATFORM_ANDROID_PLATFORM_MESSAGE_HANDLER_ANDROID_H_ #inc...
engine/shell/platform/android/platform_message_handler_android.h/0
{ "file_path": "engine/shell/platform/android/platform_message_handler_android.h", "repo_id": "engine", "token_count": 518 }
344
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_ANDROID_SURFACE_ANDROID_SURFACE_H_ #define FLUTTER_SHELL_PLATFORM_ANDROID_SURFACE_ANDROID_SURFACE_H_ #include <memory> #inc...
engine/shell/platform/android/surface/android_surface.h/0
{ "file_path": "engine/shell/platform/android/surface/android_surface.h", "repo_id": "engine", "token_count": 580 }
345
package io.flutter.embedding.android; import static io.flutter.Build.API_LEVELS; import static io.flutter.embedding.android.FlutterActivityLaunchConfigs.HANDLE_DEEPLINKING_META_DATA_KEY; import static org.junit.Assert.assertArrayEquals; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assert...
engine/shell/platform/android/test/io/flutter/embedding/android/FlutterActivityTest.java/0
{ "file_path": "engine/shell/platform/android/test/io/flutter/embedding/android/FlutterActivityTest.java", "repo_id": "engine", "token_count": 8624 }
346
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package test.io.flutter.embedding.engine; import static junit.framework.TestCase.assertEquals; import static org.mockito.Mockito.doAnswer; import static o...
engine/shell/platform/android/test/io/flutter/embedding/engine/PluginComponentTest.java/0
{ "file_path": "engine/shell/platform/android/test/io/flutter/embedding/engine/PluginComponentTest.java", "repo_id": "engine", "token_count": 1265 }
347
package io.flutter.embedding.engine.systemchannels; import static org.junit.Assert.assertEquals; import static org.mockito.ArgumentMatchers.any; import static org.mockito.Mockito.mock; import static org.mockito.Mockito.times; import static org.mockito.Mockito.verify; import androidx.test.ext.junit.runners.AndroidJUni...
engine/shell/platform/android/test/io/flutter/embedding/engine/systemchannels/LifecycleChannelTest.java/0
{ "file_path": "engine/shell/platform/android/test/io/flutter/embedding/engine/systemchannels/LifecycleChannelTest.java", "repo_id": "engine", "token_count": 1842 }
348
package io.flutter.plugin.localization; import static io.flutter.Build.API_LEVELS; import static org.junit.Assert.assertEquals; import static org.mockito.Mockito.any; import static org.mockito.Mockito.mock; import static org.mockito.Mockito.verify; import static org.mockito.Mockito.when; import android.annotation.Tar...
engine/shell/platform/android/test/io/flutter/plugin/localization/LocalizationPluginTest.java/0
{ "file_path": "engine/shell/platform/android/test/io/flutter/plugin/localization/LocalizationPluginTest.java", "repo_id": "engine", "token_count": 6461 }
349
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package io.flutter.util; import static io.flutter.Build.API_LEVELS; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertTrue...
engine/shell/platform/android/test/io/flutter/util/PathUtilsTest.java/0
{ "file_path": "engine/shell/platform/android/test/io/flutter/util/PathUtilsTest.java", "repo_id": "engine", "token_count": 1204 }
350
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "alert_platform_node_delegate.h" namespace flutter { AlertPlatformNodeDelegate::AlertPlatformNodeDelegate( ui::AXPlatformNodeDelegate& paren...
engine/shell/platform/common/alert_platform_node_delegate.cc/0
{ "file_path": "engine/shell/platform/common/alert_platform_node_delegate.cc", "repo_id": "engine", "token_count": 353 }
351
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_COMMON_CLIENT_WRAPPER_INCLUDE_FLUTTER_ENCODABLE_VALUE_H_ #define FLUTTER_SHELL_PLATFORM_COMMON_CLIENT_WRAPPER_INCLUDE_FLUTTE...
engine/shell/platform/common/client_wrapper/include/flutter/encodable_value.h/0
{ "file_path": "engine/shell/platform/common/client_wrapper/include/flutter/encodable_value.h", "repo_id": "engine", "token_count": 3402 }
352
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_COMMON_CLIENT_WRAPPER_INCLUDE_FLUTTER_STANDARD_METHOD_CODEC_H_ #define FLUTTER_SHELL_PLATFORM_COMMON_CLIENT_WRAPPER_INCLUDE_...
engine/shell/platform/common/client_wrapper/include/flutter/standard_method_codec.h/0
{ "file_path": "engine/shell/platform/common/client_wrapper/include/flutter/standard_method_codec.h", "repo_id": "engine", "token_count": 864 }
353
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "flutter/shell/platform/common/client_wrapper/include/flutter/texture_registrar.h" #include <map> #include <memory> #include <vector> #include "...
engine/shell/platform/common/client_wrapper/texture_registrar_unittests.cc/0
{ "file_path": "engine/shell/platform/common/client_wrapper/texture_registrar_unittests.cc", "repo_id": "engine", "token_count": 1730 }
354
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_COMMON_JSON_METHOD_CODEC_H_ #define FLUTTER_SHELL_PLATFORM_COMMON_JSON_METHOD_CODEC_H_ #include <rapidjson/document.h> #in...
engine/shell/platform/common/json_method_codec.h/0
{ "file_path": "engine/shell/platform/common/json_method_codec.h", "repo_id": "engine", "token_count": 699 }
355
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "flutter/shell/platform/common/text_input_model.h" #include <algorithm> #include <string> #include "flutter/fml/string_conversion.h" namespace ...
engine/shell/platform/common/text_input_model.cc/0
{ "file_path": "engine/shell/platform/common/text_input_model.cc", "repo_id": "engine", "token_count": 3193 }
356
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_HEADERS_FLUTTERBINARYMESSENGER_H_ #define FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_HEADERS_FLU...
engine/shell/platform/darwin/common/framework/Headers/FlutterBinaryMessenger.h/0
{ "file_path": "engine/shell/platform/darwin/common/framework/Headers/FlutterBinaryMessenger.h", "repo_id": "engine", "token_count": 1163 }
357
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_SOURCE_FLUTTERSTANDARDCODECHELPER_H_ #define FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_SOURCE_F...
engine/shell/platform/darwin/common/framework/Source/FlutterStandardCodecHelper.h/0
{ "file_path": "engine/shell/platform/darwin/common/framework/Source/FlutterStandardCodecHelper.h", "repo_id": "engine", "token_count": 1728 }
358
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FLUTTER_TASK_QUEUE_DISPATCH_H_ #define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FLUTTER_TASK_QUEUE_DISPATCH_H_ #import ...
engine/shell/platform/darwin/ios/flutter_task_queue_dispatch.h/0
{ "file_path": "engine/shell/platform/darwin/ios/flutter_task_queue_dispatch.h", "repo_id": "engine", "token_count": 298 }
359
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #import "flutter/shell/platform/darwin/ios/framework/Source/FlutterCallbackCache_Internal.h" #include "flutter/fml/logging.h" #include "flutter/lib/ui/plu...
engine/shell/platform/darwin/ios/framework/Source/FlutterCallbackCache.mm/0
{ "file_path": "engine/shell/platform/darwin/ios/framework/Source/FlutterCallbackCache.mm", "repo_id": "engine", "token_count": 711 }
360
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include <memory> #define FML_USED_ON_EMBEDDER #import <OCMock/OCMock.h> #import <XCTest/XCTest.h> #include "flutter/fml/message_loop.h" #import "flutter...
engine/shell/platform/darwin/ios/framework/Source/FlutterEnginePlatformViewTest.mm/0
{ "file_path": "engine/shell/platform/darwin/ios/framework/Source/FlutterEnginePlatformViewTest.mm", "repo_id": "engine", "token_count": 2604 }
361
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTEROVERLAYVIEW_H_ #define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTEROVERLAYV...
engine/shell/platform/darwin/ios/framework/Source/FlutterOverlayView.h/0
{ "file_path": "engine/shell/platform/darwin/ios/framework/Source/FlutterOverlayView.h", "repo_id": "engine", "token_count": 612 }
362
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #import "flutter/shell/platform/darwin/ios/framework/Source/FlutterSemanticsScrollView.h" #import "flutter/shell/platform/darwin/ios/framework/Source/Sema...
engine/shell/platform/darwin/ios/framework/Source/FlutterSemanticsScrollView.mm/0
{ "file_path": "engine/shell/platform/darwin/ios/framework/Source/FlutterSemanticsScrollView.mm", "repo_id": "engine", "token_count": 844 }
363
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERUNDOMANAGERPLUGIN_H_ #define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERUN...
engine/shell/platform/darwin/ios/framework/Source/FlutterUndoManagerPlugin.h/0
{ "file_path": "engine/shell/platform/darwin/ios/framework/Source/FlutterUndoManagerPlugin.h", "repo_id": "engine", "token_count": 428 }
364
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_SEMANTICSOBJECTTESTMOCKS_H_ #define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_SEMANTICS...
engine/shell/platform/darwin/ios/framework/Source/SemanticsObjectTestMocks.h/0
{ "file_path": "engine/shell/platform/darwin/ios/framework/Source/SemanticsObjectTestMocks.h", "repo_id": "engine", "token_count": 1233 }
365
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #import "flutter/shell/platform/darwin/ios/framework/Source/platform_message_response_darwin.h" namespace flutter { PlatformMessageResponseDarwin::Platfo...
engine/shell/platform/darwin/ios/framework/Source/platform_message_response_darwin.mm/0
{ "file_path": "engine/shell/platform/darwin/ios/framework/Source/platform_message_response_darwin.mm", "repo_id": "engine", "token_count": 381 }
366
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_IOS_EXTERNAL_VIEW_EMBEDDER_H_ #define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_IOS_EXTERNAL_VIEW_EMBEDDER_H_ #include "...
engine/shell/platform/darwin/ios/ios_external_view_embedder.h/0
{ "file_path": "engine/shell/platform/darwin/ios/ios_external_view_embedder.h", "repo_id": "engine", "token_count": 1098 }
367
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #import "flutter/shell/platform/darwin/ios/rendering_api_selection.h" #include <Foundation/Foundation.h> #include <QuartzCore/CAEAGLLayer.h> #import <Quar...
engine/shell/platform/darwin/ios/rendering_api_selection.mm/0
{ "file_path": "engine/shell/platform/darwin/ios/rendering_api_selection.mm", "repo_id": "engine", "token_count": 954 }
368
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #import "flutter/shell/platform/darwin/macos/framework/Headers/FlutterAppDelegate.h" #import "flutter/testing/testing.h" #include "third_party/googletest/...
engine/shell/platform/darwin/macos/framework/Source/FlutterAppDelegateTest.mm/0
{ "file_path": "engine/shell/platform/darwin/macos/framework/Source/FlutterAppDelegateTest.mm", "repo_id": "engine", "token_count": 952 }
369
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #import "flutter/shell/platform/darwin/macos/framework/Source/FlutterDisplayLink.h" #import <AppKit/AppKit.h> #include <numeric> #include "flutter/fml/sy...
engine/shell/platform/darwin/macos/framework/Source/FlutterDisplayLinkTest.mm/0
{ "file_path": "engine/shell/platform/darwin/macos/framework/Source/FlutterDisplayLinkTest.mm", "repo_id": "engine", "token_count": 2604 }
370
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTERKEYBOARDVIEWDELEGATE_H_ #define FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FL...
engine/shell/platform/darwin/macos/framework/Source/FlutterKeyboardViewDelegate.h/0
{ "file_path": "engine/shell/platform/darwin/macos/framework/Source/FlutterKeyboardViewDelegate.h", "repo_id": "engine", "token_count": 987 }
371
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTERRENDERER_H_ #define FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTERRENDERE...
engine/shell/platform/darwin/macos/framework/Source/FlutterRenderer.h/0
{ "file_path": "engine/shell/platform/darwin/macos/framework/Source/FlutterRenderer.h", "repo_id": "engine", "token_count": 600 }
372
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #import "flutter/shell/platform/darwin/macos/framework/Source/FlutterThreadSynchronizer.h" #import <QuartzCore/QuartzCore.h> #include <mutex> #include <u...
engine/shell/platform/darwin/macos/framework/Source/FlutterThreadSynchronizer.mm/0
{ "file_path": "engine/shell/platform/darwin/macos/framework/Source/FlutterThreadSynchronizer.mm", "repo_id": "engine", "token_count": 1925 }
373
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #import "flutter/shell/platform/darwin/macos/framework/Source/FlutterViewEngineProvider.h" #import "flutter/shell/platform/darwin/macos/framework/Source/Fl...
engine/shell/platform/darwin/macos/framework/Source/FlutterViewEngineProvider.mm/0
{ "file_path": "engine/shell/platform/darwin/macos/framework/Source/FlutterViewEngineProvider.mm", "repo_id": "engine", "token_count": 269 }
374
# Copyright 2013 The Flutter Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. declare_args() { # By default, the dynamic library target exposing the embedder API is only # built for the host. The reasoning is that platforms that hav...
engine/shell/platform/embedder/embedder.gni/0
{ "file_path": "engine/shell/platform/embedder/embedder.gni", "repo_id": "engine", "token_count": 148 }
375
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "flutter/shell/platform/embedder/embedder.h" // This file is the same as embedder_include.c and ensures that static methods // don't end up in pu...
engine/shell/platform/embedder/embedder_include2.c/0
{ "file_path": "engine/shell/platform/embedder/embedder_include2.c", "repo_id": "engine", "token_count": 114 }
376
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "flutter/shell/platform/embedder/embedder_surface.h" namespace flutter { EmbedderSurface::EmbedderSurface() = default; EmbedderSurface::~Embedd...
engine/shell/platform/embedder/embedder_surface.cc/0
{ "file_path": "engine/shell/platform/embedder/embedder_surface.cc", "repo_id": "engine", "token_count": 183 }
377
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #define FML_USED_ON_EMBEDDER #include "flutter/shell/platform/embedder/embedder_thread_host.h" #include <algorithm> #include "flutter/fml/message_loop.h...
engine/shell/platform/embedder/embedder_thread_host.cc/0
{ "file_path": "engine/shell/platform/embedder/embedder_thread_host.cc", "repo_id": "engine", "token_count": 4089 }
378
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Allow access to fml::MessageLoop::GetCurrent() in order to flush platform // thread tasks. #define FML_USED_ON_EMBEDDER #include <functional> #include...
engine/shell/platform/embedder/tests/embedder_a11y_unittests.cc/0
{ "file_path": "engine/shell/platform/embedder/tests/embedder_a11y_unittests.cc", "repo_id": "engine", "token_count": 12073 }
379
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #define FML_USED_ON_EMBEDDER #include <string> #include <utility> #include <vector> #include "embedder.h" #include "embedder_engine.h" #include "flutter/...
engine/shell/platform/embedder/tests/embedder_unittests.cc/0
{ "file_path": "engine/shell/platform/embedder/tests/embedder_unittests.cc", "repo_id": "engine", "token_count": 40855 }
380
dart:zircon =========== These are the Dart bindings for the Zircon [kernel interface](https://fuchsia.googlesource.com/zircon/+/HEAD/docs/) This package exposes a `System` object with methods for may Zircon system calls, a `Handle` type representing a Zircon handle and a `HandleWaiter` type representing a wait on a h...
engine/shell/platform/fuchsia/dart-pkg/zircon/README.md/0
{ "file_path": "engine/shell/platform/fuchsia/dart-pkg/zircon/README.md", "repo_id": "engine", "token_count": 132 }
381
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_DART_PKG_ZIRCON_SDK_EXT_HANDLE_WAITER_H_ #define FLUTTER_SHELL_PLATFORM_FUCHSIA_DART_PKG_ZIRCON_SDK_EXT_HANDLE_WAITE...
engine/shell/platform/fuchsia/dart-pkg/zircon/sdk_ext/handle_waiter.h/0
{ "file_path": "engine/shell/platform/fuchsia/dart-pkg/zircon/sdk_ext/handle_waiter.h", "repo_id": "engine", "token_count": 847 }
382
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "handle.h" #include "flutter/fml/logging.h" #include <iostream> #include <vector> #include <zircon/syscalls.h> static void HandleFree(void* is...
engine/shell/platform/fuchsia/dart-pkg/zircon_ffi/handle.cc/0
{ "file_path": "engine/shell/platform/fuchsia/dart-pkg/zircon_ffi/handle.cc", "repo_id": "engine", "token_count": 1276 }
383
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "dart_test_component_controller.h" #include <fcntl.h> #include <fuchsia/test/cpp/fidl.h> #include <lib/async-loop/loop.h> #include <lib/async/cpp...
engine/shell/platform/fuchsia/dart_runner/dart_test_component_controller.cc/0
{ "file_path": "engine/shell/platform/fuchsia/dart_runner/dart_test_component_controller.cc", "repo_id": "engine", "token_count": 8801 }
384
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. { use: [ // This is used by the Dart VM to communicate from Dart code to C++ code. { storage: "tmp", path: "/tmp...
engine/shell/platform/fuchsia/dart_runner/meta/common.shard.cml/0
{ "file_path": "engine/shell/platform/fuchsia/dart_runner/meta/common.shard.cml", "repo_id": "engine", "token_count": 804 }
385
#!/usr/bin/env python3 # # Copyright 2013 The Flutter Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. import argparse import subprocess import os import sys def main(): parser = argparse.ArgumentParser(description='Package a Flutte...
engine/shell/platform/fuchsia/flutter/build/asset_package.py/0
{ "file_path": "engine/shell/platform/fuchsia/flutter/build/asset_package.py", "repo_id": "engine", "token_count": 638 }
386
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_FLUTTER_RUNNER_FAKES_H_ #define FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_FLUTTER_RUNNER_FAKES_H_ #include <fu...
engine/shell/platform/fuchsia/flutter/flutter_runner_fakes.h/0
{ "file_path": "engine/shell/platform/fuchsia/flutter/flutter_runner_fakes.h", "repo_id": "engine", "token_count": 1599 }
387
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "pointer_injector_delegate.h" #include "flutter/fml/logging.h" namespace flutter_runner { using fup_Config = fuchsia::ui::pointerinjector::Confi...
engine/shell/platform/fuchsia/flutter/pointer_injector_delegate.cc/0
{ "file_path": "engine/shell/platform/fuchsia/flutter/pointer_injector_delegate.cc", "repo_id": "engine", "token_count": 3418 }
388
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "surface.h" #include <fcntl.h> #include <lib/fdio/watcher.h> #include <lib/zx/time.h> #include <unistd.h> #include "flutter/fml/unique_fd.h" na...
engine/shell/platform/fuchsia/flutter/surface.cc/0
{ "file_path": "engine/shell/platform/fuchsia/flutter/surface.cc", "repo_id": "engine", "token_count": 556 }
389
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "fake_flatland_types.h" #include <lib/fidl/cpp/clone.h> #include <lib/zx/channel.h> #include <lib/zx/eventpair.h> #include "flutter/fml/logging....
engine/shell/platform/fuchsia/flutter/tests/fakes/scenic/fake_flatland_types.cc/0
{ "file_path": "engine/shell/platform/fuchsia/flutter/tests/fakes/scenic/fake_flatland_types.cc", "repo_id": "engine", "token_count": 2462 }
390
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:async'; import 'dart:convert'; import 'dart:typed_data'; import 'dart:io'; import 'dart:ui'; import 'package:args/args.dart'; import 'package...
engine/shell/platform/fuchsia/flutter/tests/integration/embedder/parent-view/lib/parent_view.dart/0
{ "file_path": "engine/shell/platform/fuchsia/flutter/tests/integration/embedder/parent-view/lib/parent_view.dart", "repo_id": "engine", "token_count": 2273 }
391
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_TESTS_INTEGRATION_UTILS_CHECK_VIEW_H_ #define FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_TESTS_INTEGRATION_UTILS...
engine/shell/platform/fuchsia/flutter/tests/integration/utils/check_view.h/0
{ "file_path": "engine/shell/platform/fuchsia/flutter/tests/integration/utils/check_view.h", "repo_id": "engine", "token_count": 434 }
392
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_UNIQUE_FDIO_NS_H_ #define FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_UNIQUE_FDIO_NS_H_ #include "flutter/fml/lo...
engine/shell/platform/fuchsia/flutter/unique_fdio_ns.h/0
{ "file_path": "engine/shell/platform/fuchsia/flutter/unique_fdio_ns.h", "repo_id": "engine", "token_count": 421 }
393
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "runtime/dart/utils/build_info.h" namespace dart_utils { const char* BuildInfo::DartSdkGitRevision() { return "{{DART_SDK_GIT_REVISION}}"; } ...
engine/shell/platform/fuchsia/runtime/dart/utils/build_info_in.cc/0
{ "file_path": "engine/shell/platform/fuchsia/runtime/dart/utils/build_info_in.cc", "repo_id": "engine", "token_count": 464 }
394
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_RUNTIME_DART_UTILS_VMO_H_ #define FLUTTER_SHELL_PLATFORM_FUCHSIA_RUNTIME_DART_UTILS_VMO_H_ #include <string> #incl...
engine/shell/platform/fuchsia/runtime/dart/utils/vmo.h/0
{ "file_path": "engine/shell/platform/fuchsia/runtime/dart/utils/vmo.h", "repo_id": "engine", "token_count": 392 }
395
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "flutter/shell/platform/glfw/client_wrapper/testing/stub_flutter_glfw_api.h" static flutter::testing::StubFlutterGlfwApi* s_stub_implementation; ...
engine/shell/platform/glfw/client_wrapper/testing/stub_flutter_glfw_api.cc/0
{ "file_path": "engine/shell/platform/glfw/client_wrapper/testing/stub_flutter_glfw_api.cc", "repo_id": "engine", "token_count": 2448 }
396
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "flutter/shell/platform/glfw/system_utils.h" #include <cstdlib> #include <sstream> namespace flutter { namespace { const char* GetLocaleString...
engine/shell/platform/glfw/system_utils.cc/0
{ "file_path": "engine/shell/platform/glfw/system_utils.cc", "repo_id": "engine", "token_count": 1643 }
397
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Included first as it collides with the X11 headers. #include "gtest/gtest.h" #include "flutter/shell/platform/linux/public/flutter_linux/fl_basic_messa...
engine/shell/platform/linux/fl_basic_message_channel_test.cc/0
{ "file_path": "engine/shell/platform/linux/fl_basic_message_channel_test.cc", "repo_id": "engine", "token_count": 3947 }
398
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "flutter/shell/platform/linux/fl_gnome_settings.h" #include "flutter/shell/platform/linux/testing/fl_test.h" #include "flutter/shell/platform/linu...
engine/shell/platform/linux/fl_gnome_settings_test.cc/0
{ "file_path": "engine/shell/platform/linux/fl_gnome_settings_test.cc", "repo_id": "engine", "token_count": 1863 }
399
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "flutter/shell/platform/linux/fl_keyboard_manager.h" #include <array> #include <cinttypes> #include <memory> #include <string> #include "flutter...
engine/shell/platform/linux/fl_keyboard_manager.cc/0
{ "file_path": "engine/shell/platform/linux/fl_keyboard_manager.cc", "repo_id": "engine", "token_count": 10241 }
400
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "flutter/shell/platform/linux/public/flutter_linux/fl_method_response.h" #include "gtest/gtest.h" TEST(FlMethodResponseTest, Success) { g_autop...
engine/shell/platform/linux/fl_method_response_test.cc/0
{ "file_path": "engine/shell/platform/linux/fl_method_response_test.cc", "repo_id": "engine", "token_count": 1639 }
401
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_LINUX_FL_RENDERER_GDK_H_ #define FLUTTER_SHELL_PLATFORM_LINUX_FL_RENDERER_GDK_H_ #include "flutter/shell/platform/linux/fl_...
engine/shell/platform/linux/fl_renderer_gdk.h/0
{ "file_path": "engine/shell/platform/linux/fl_renderer_gdk.h", "repo_id": "engine", "token_count": 670 }
402
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "flutter/shell/platform/linux/public/flutter_linux/fl_standard_message_codec.h" #include <gmodule.h> #include <cstring> // See lib/src/services...
engine/shell/platform/linux/fl_standard_message_codec.cc/0
{ "file_path": "engine/shell/platform/linux/fl_standard_message_codec.cc", "repo_id": "engine", "token_count": 10927 }
403
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "flutter/shell/platform/linux/fl_texture_gl_private.h" #include "flutter/shell/platform/linux/fl_texture_private.h" #include "flutter/shell/platfo...
engine/shell/platform/linux/fl_texture_gl_test.cc/0
{ "file_path": "engine/shell/platform/linux/fl_texture_gl_test.cc", "repo_id": "engine", "token_count": 1227 }
404
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_BASIC_MESSAGE_CHANNEL_H_ #define FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_BASIC_ME...
engine/shell/platform/linux/public/flutter_linux/fl_basic_message_channel.h/0
{ "file_path": "engine/shell/platform/linux/public/flutter_linux/fl_basic_message_channel.h", "repo_id": "engine", "token_count": 2881 }
405
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_STANDARD_MESSAGE_CODEC_H_ #define FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_STANDAR...
engine/shell/platform/linux/public/flutter_linux/fl_standard_message_codec.h/0
{ "file_path": "engine/shell/platform/linux/public/flutter_linux/fl_standard_message_codec.h", "repo_id": "engine", "token_count": 2666 }
406
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_LINUX_TESTING_MOCK_BINARY_MESSENGER_H_ #define FLUTTER_SHELL_PLATFORM_LINUX_TESTING_MOCK_BINARY_MESSENGER_H_ #include <unor...
engine/shell/platform/linux/testing/mock_binary_messenger.h/0
{ "file_path": "engine/shell/platform/linux/testing/mock_binary_messenger.h", "repo_id": "engine", "token_count": 1313 }
407
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_LINUX_TESTING_MOCK_TEXT_INPUT_PLUGIN_H_ #define FLUTTER_SHELL_PLATFORM_LINUX_TESTING_MOCK_TEXT_INPUT_PLUGIN_H_ #include <gd...
engine/shell/platform/linux/testing/mock_text_input_plugin.h/0
{ "file_path": "engine/shell/platform/linux/testing/mock_text_input_plugin.h", "repo_id": "engine", "token_count": 388 }
408
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "include/flutter/flutter_view_controller.h" #include <algorithm> #include <iostream> namespace flutter { FlutterViewController::FlutterViewCont...
engine/shell/platform/windows/client_wrapper/flutter_view_controller.cc/0
{ "file_path": "engine/shell/platform/windows/client_wrapper/flutter_view_controller.cc", "repo_id": "engine", "token_count": 627 }
409
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_WINDOWS_COMPOSITOR_SOFTWARE_H_ #define FLUTTER_SHELL_PLATFORM_WINDOWS_COMPOSITOR_SOFTWARE_H_ #include "flutter/shell/platfo...
engine/shell/platform/windows/compositor_software.h/0
{ "file_path": "engine/shell/platform/windows/compositor_software.h", "repo_id": "engine", "token_count": 423 }
410
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_WINDOWS_EGL_MANAGER_H_ #define FLUTTER_SHELL_PLATFORM_WINDOWS_EGL_MANAGER_H_ // OpenGL ES and EGL includes #include <EGL/eg...
engine/shell/platform/windows/egl/manager.h/0
{ "file_path": "engine/shell/platform/windows/egl/manager.h", "repo_id": "engine", "token_count": 1267 }
411