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. #include "flutter/runtime/dart_vm_initializer.h" #include <atomic> #include "flutter/fml/logging.h" #include "flutter/fml/synchronization/shared_mutex.h"...
engine/runtime/dart_vm_initializer.cc/0
{ "file_path": "engine/runtime/dart_vm_initializer.cc", "repo_id": "engine", "token_count": 2442 }
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. #include "flutter/runtime/platform_isolate_manager.h" #include "flutter/runtime/dart_isolate.h" namespace flutter { bool PlatformIsolateManager::HasShut...
engine/runtime/platform_isolate_manager.cc/0
{ "file_path": "engine/runtime/platform_isolate_manager.cc", "repo_id": "engine", "token_count": 796 }
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. #include "flutter/shell/common/dl_op_spy.h" namespace flutter { bool DlOpSpy::did_draw() { return did_draw_; } void DlOpSpy::setColor(DlColor color) {...
engine/shell/common/dl_op_spy.cc/0
{ "file_path": "engine/shell/common/dl_op_spy.cc", "repo_id": "engine", "token_count": 2332 }
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. #include "flutter/shell/common/platform_view.h" #include <utility> #include "flutter/fml/make_copyable.h" #include "flutter/fml/synchronization/waitable_...
engine/shell/common/platform_view.cc/0
{ "file_path": "engine/shell/common/platform_view.cc", "repo_id": "engine", "token_count": 2396 }
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. #include "flutter/shell/common/shell.h" #include "flutter/benchmarking/benchmarking.h" #include "flutter/fml/logging.h" #include "flutter/runtime/dart_vm....
engine/shell/common/shell_benchmarks.cc/0
{ "file_path": "engine/shell/common/shell_benchmarks.cc", "repo_id": "engine", "token_count": 1742 }
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_COMMON_SHELL_TEST_PLATFORM_VIEW_VULKAN_H_ #define FLUTTER_SHELL_COMMON_SHELL_TEST_PLATFORM_VIEW_VULKAN_H_ #include "flutter/shell/co...
engine/shell/common/shell_test_platform_view_vulkan.h/0
{ "file_path": "engine/shell/common/shell_test_platform_view_vulkan.h", "repo_id": "engine", "token_count": 1245 }
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. #include "flutter/shell/common/variable_refresh_rate_display.h" #include "flutter/fml/logging.h" static double GetInitialRefreshRate( const std::weak_...
engine/shell/common/variable_refresh_rate_display.cc/0
{ "file_path": "engine/shell/common/variable_refresh_rate_display.cc", "repo_id": "engine", "token_count": 406 }
345
// 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_gl_impeller.h" #include "flutter/fml/make_copyable.h" #include "impeller/display_list/dl_dispatcher.h" #include "i...
engine/shell/gpu/gpu_surface_gl_impeller.cc/0
{ "file_path": "engine/shell/gpu/gpu_surface_gl_impeller.cc", "repo_id": "engine", "token_count": 2597 }
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. #ifndef FLUTTER_SHELL_GPU_GPU_SURFACE_VULKAN_H_ #define FLUTTER_SHELL_GPU_GPU_SURFACE_VULKAN_H_ #include <memory> #include "flutter/flow/surface.h" #incl...
engine/shell/gpu/gpu_surface_vulkan.h/0
{ "file_path": "engine/shell/gpu/gpu_surface_vulkan.h", "repo_id": "engine", "token_count": 834 }
347
// 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/android/android_context_vulkan_impeller.h" #include "flutter/fml/paths.h" #include "flutter/impeller/entity/vk/entity_sha...
engine/shell/platform/android/android_context_vulkan_impeller.cc/0
{ "file_path": "engine/shell/platform/android/android_context_vulkan_impeller.cc", "repo_id": "engine", "token_count": 1386 }
348
// 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/android/android_surface_gl_skia.h" #include <GLES/gl.h> #include <utility> #include "flutter/fml/logging.h" #include "fl...
engine/shell/platform/android/android_surface_gl_skia.cc/0
{ "file_path": "engine/shell/platform/android/android_surface_gl_skia.cc", "repo_id": "engine", "token_count": 2793 }
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. #define FML_USED_ON_EMBEDDER #include <memory> #include "flutter/shell/platform/android/external_view_embedder/external_view_embedder.h" #include "flutt...
engine/shell/platform/android/external_view_embedder/external_view_embedder_unittests.cc/0
{ "file_path": "engine/shell/platform/android/external_view_embedder/external_view_embedder_unittests.cc", "repo_id": "engine", "token_count": 17389 }
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 "flutter/shell/platform/android/image_lru.h" #include "gtest/gtest.h" namespace flutter { namespace testing { TEST(ImageLRU, CanStoreSingleImage...
engine/shell/platform/android/image_lru_unittests.cc/0
{ "file_path": "engine/shell/platform/android/image_lru_unittests.cc", "repo_id": "engine", "token_count": 584 }
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. package io.flutter.embedding.android; /** Collection of Flutter launch configuration options. */ // This class is public so that Flutter app developers ca...
engine/shell/platform/android/io/flutter/embedding/android/FlutterActivityLaunchConfigs.java/0
{ "file_path": "engine/shell/platform/android/io/flutter/embedding/android/FlutterActivityLaunchConfigs.java", "repo_id": "engine", "token_count": 708 }
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. package io.flutter.embedding.android; /** Render modes for a Flutter UI. */ public enum RenderMode { /** * {@code RenderMode}, which paints a Flutter...
engine/shell/platform/android/io/flutter/embedding/android/RenderMode.java/0
{ "file_path": "engine/shell/platform/android/io/flutter/embedding/android/RenderMode.java", "repo_id": "engine", "token_count": 500 }
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. package io.flutter.embedding.engine.deferredcomponents; import android.annotation.SuppressLint; import android.content.Context; import android.content.pm....
engine/shell/platform/android/io/flutter/embedding/engine/deferredcomponents/PlayStoreDeferredComponentManager.java/0
{ "file_path": "engine/shell/platform/android/io/flutter/embedding/engine/deferredcomponents/PlayStoreDeferredComponentManager.java", "repo_id": "engine", "token_count": 8404 }
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. package io.flutter.embedding.engine.plugins.contentprovider; import android.content.ContentProvider; import androidx.annotation.NonNull; import androidx.l...
engine/shell/platform/android/io/flutter/embedding/engine/plugins/contentprovider/ContentProviderControlSurface.java/0
{ "file_path": "engine/shell/platform/android/io/flutter/embedding/engine/plugins/contentprovider/ContentProviderControlSurface.java", "repo_id": "engine", "token_count": 572 }
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. package io.flutter.embedding.engine.systemchannels; import android.view.KeyEvent; import androidx.annotation.NonNull; import androidx.annotation.Nullable;...
engine/shell/platform/android/io/flutter/embedding/engine/systemchannels/KeyEventChannel.java/0
{ "file_path": "engine/shell/platform/android/io/flutter/embedding/engine/systemchannels/KeyEventChannel.java", "repo_id": "engine", "token_count": 1408 }
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. package io.flutter.plugin.common; import androidx.annotation.Nullable; import java.nio.ByteBuffer; /** * A {@link MessageCodec} using unencoded binary m...
engine/shell/platform/android/io/flutter/plugin/common/BinaryCodec.java/0
{ "file_path": "engine/shell/platform/android/io/flutter/plugin/common/BinaryCodec.java", "repo_id": "engine", "token_count": 725 }
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. package io.flutter.plugin.editing; import io.flutter.embedding.engine.FlutterJNI; class FlutterTextUtils { public static final int LINE_FEED = 0x0A; ...
engine/shell/platform/android/io/flutter/plugin/editing/FlutterTextUtils.java/0
{ "file_path": "engine/shell/platform/android/io/flutter/plugin/editing/FlutterTextUtils.java", "repo_id": "engine", "token_count": 4739 }
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. package io.flutter.plugin.platform; import java.util.HashMap; import java.util.Map; class PlatformViewRegistryImpl implements PlatformViewRegistry { P...
engine/shell/platform/android/io/flutter/plugin/platform/PlatformViewRegistryImpl.java/0
{ "file_path": "engine/shell/platform/android/io/flutter/plugin/platform/PlatformViewRegistryImpl.java", "repo_id": "engine", "token_count": 244 }
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. package io.flutter.util; // TODO(dnfield): remove this if/when we can use appcompat to support it. // java.util.function.Predicate isn't available until A...
engine/shell/platform/android/io/flutter/util/Predicate.java/0
{ "file_path": "engine/shell/platform/android/io/flutter/util/Predicate.java", "repo_id": "engine", "token_count": 112 }
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. #ifndef FLUTTER_SHELL_PLATFORM_ANDROID_JNI_PLATFORM_VIEW_ANDROID_JNI_H_ #define FLUTTER_SHELL_PLATFORM_ANDROID_JNI_PLATFORM_VIEW_ANDROID_JNI_H_ #include <...
engine/shell/platform/android/jni/platform_view_android_jni.h/0
{ "file_path": "engine/shell/platform/android/jni/platform_view_android_jni.h", "repo_id": "engine", "token_count": 2788 }
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. #include "flutter/shell/platform/android/surface/android_native_window.h" namespace flutter { AndroidNativeWindow::AndroidNativeWindow(Handle window, boo...
engine/shell/platform/android/surface/android_native_window.cc/0
{ "file_path": "engine/shell/platform/android/surface/android_native_window.cc", "repo_id": "engine", "token_count": 458 }
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. package io.flutter; import static org.junit.Assert.assertTrue; import android.text.TextUtils; import androidx.test.ext.junit.runners.AndroidJUnit4; impor...
engine/shell/platform/android/test/io/flutter/SmokeTest.java/0
{ "file_path": "engine/shell/platform/android/test/io/flutter/SmokeTest.java", "repo_id": "engine", "token_count": 220 }
363
package test.io.flutter.embedding.engine; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertTrue; import static org.mockito.Mockito.any; import static org.mockito.Mockito.anyInt; import static org.mockito.Mockito.atLeast; import static org.m...
engine/shell/platform/android/test/io/flutter/embedding/engine/FlutterEngineTest.java/0
{ "file_path": "engine/shell/platform/android/test/io/flutter/embedding/engine/FlutterEngineTest.java", "repo_id": "engine", "token_count": 5117 }
364
package io.flutter.embedding.engine.systemchannels; import static org.mockito.Mockito.mock; import static org.mockito.Mockito.verify; import android.content.res.AssetManager; import androidx.test.ext.junit.runners.AndroidJUnit4; import io.flutter.embedding.engine.FlutterJNI; import io.flutter.embedding.engine.dart.Da...
engine/shell/platform/android/test/io/flutter/embedding/engine/systemchannels/DeferredComponentChannelTest.java/0
{ "file_path": "engine/shell/platform/android/test/io/flutter/embedding/engine/systemchannels/DeferredComponentChannelTest.java", "repo_id": "engine", "token_count": 1553 }
365
package io.flutter.plugin.editing; import static org.junit.Assert.assertEquals; import static org.mockito.Mockito.any; import static org.mockito.Mockito.eq; import static org.mockito.Mockito.isNull; import static org.mockito.Mockito.mock; import static org.mockito.Mockito.never; import static org.mockito.Mockito.spy; ...
engine/shell/platform/android/test/io/flutter/plugin/editing/SpellCheckPluginTest.java/0
{ "file_path": "engine/shell/platform/android/test/io/flutter/plugin/editing/SpellCheckPluginTest.java", "repo_id": "engine", "token_count": 3975 }
366
package io.flutter.util; import android.view.KeyEvent; // In the test environment, keyEvent.getUnicodeChar throws an exception. This // class works around the exception by hardcoding the returned value. public class FakeKeyEvent extends KeyEvent { public FakeKeyEvent(int action, int keyCode) { super(action, key...
engine/shell/platform/android/test/io/flutter/util/FakeKeyEvent.java/0
{ "file_path": "engine/shell/platform/android/test/io/flutter/util/FakeKeyEvent.java", "repo_id": "engine", "token_count": 276 }
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. #include "accessibility_bridge.h" #include <functional> #include <utility> #include "flutter/third_party/accessibility/ax/ax_tree_manager_map.h" #include...
engine/shell/platform/common/accessibility_bridge.cc/0
{ "file_path": "engine/shell/platform/common/accessibility_bridge.cc", "repo_id": "engine", "token_count": 10835 }
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. #ifndef FLUTTER_SHELL_PLATFORM_COMMON_CLIENT_WRAPPER_INCLUDE_FLUTTER_BASIC_MESSAGE_CHANNEL_H_ #define FLUTTER_SHELL_PLATFORM_COMMON_CLIENT_WRAPPER_INCLUDE_...
engine/shell/platform/common/client_wrapper/include/flutter/basic_message_channel.h/0
{ "file_path": "engine/shell/platform/common/client_wrapper/include/flutter/basic_message_channel.h", "repo_id": "engine", "token_count": 2009 }
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. #ifndef FLUTTER_SHELL_PLATFORM_COMMON_CLIENT_WRAPPER_INCLUDE_FLUTTER_PLUGIN_REGISTRY_H_ #define FLUTTER_SHELL_PLATFORM_COMMON_CLIENT_WRAPPER_INCLUDE_FLUTTE...
engine/shell/platform/common/client_wrapper/include/flutter/plugin_registry.h/0
{ "file_path": "engine/shell/platform/common/client_wrapper/include/flutter/plugin_registry.h", "repo_id": "engine", "token_count": 398 }
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. #include "flutter/shell/platform/common/client_wrapper/testing/test_codec_extensions.h" namespace flutter { PointExtensionSerializer::PointExtensionSeria...
engine/shell/platform/common/client_wrapper/testing/test_codec_extensions.cc/0
{ "file_path": "engine/shell/platform/common/client_wrapper/testing/test_codec_extensions.cc", "repo_id": "engine", "token_count": 955 }
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_COMMON_JSON_MESSAGE_CODEC_H_ #define FLUTTER_SHELL_PLATFORM_COMMON_JSON_MESSAGE_CODEC_H_ #include <rapidjson/document.h> #...
engine/shell/platform/common/json_message_codec.h/0
{ "file_path": "engine/shell/platform/common/json_message_codec.h", "repo_id": "engine", "token_count": 466 }
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. #include "flutter/shell/platform/common/text_editing_delta.h" #include "flutter/fml/string_conversion.h" namespace flutter { TextEditingDelta::TextEditi...
engine/shell/platform/common/text_editing_delta.cc/0
{ "file_path": "engine/shell/platform/common/text_editing_delta.cc", "repo_id": "engine", "token_count": 591 }
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/common/buffer_conversions.h" #include "flutter/fml/macros.h" #include "flutter/fml/platform/darwin/scoped_nsobject....
engine/shell/platform/darwin/common/buffer_conversions.mm/0
{ "file_path": "engine/shell/platform/darwin/common/buffer_conversions.mm", "repo_id": "engine", "token_count": 511 }
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. #include <Foundation/Foundation.h> #import "flutter/shell/platform/darwin/common/framework/Headers/FlutterMacros.h" FLUTTER_ASSERT_ARC const NSString* k...
engine/shell/platform/darwin/common/framework/Source/FlutterNSBundleUtils.mm/0
{ "file_path": "engine/shell/platform/darwin/common/framework/Source/FlutterNSBundleUtils.mm", "repo_id": "engine", "token_count": 1230 }
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. #ifndef FLUTTER_SHELL_PLATFORM_DARWIN_GRAPHICS_FLUTTERDARWINEXTERNALTEXTUREMETAL_H_ #define FLUTTER_SHELL_PLATFORM_DARWIN_GRAPHICS_FLUTTERDARWINEXTERNALTEX...
engine/shell/platform/darwin/graphics/FlutterDarwinExternalTextureMetal.h/0
{ "file_path": "engine/shell/platform/darwin/graphics/FlutterDarwinExternalTextureMetal.h", "repo_id": "engine", "token_count": 970 }
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. #import "flutter/shell/platform/darwin/ios/framework/Headers/FlutterAppDelegate.h" #import "flutter/fml/logging.h" #import "flutter/shell/platform/darwin/...
engine/shell/platform/darwin/ios/framework/Source/FlutterAppDelegate.mm/0
{ "file_path": "engine/shell/platform/darwin/ios/framework/Source/FlutterAppDelegate.mm", "repo_id": "engine", "token_count": 4589 }
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 #import "flutter/shell/platform/darwin/ios/framework/Source/FlutterEngine_Internal.h" #include <memory> #include "flutter/c...
engine/shell/platform/darwin/ios/framework/Source/FlutterEngine.mm/0
{ "file_path": "engine/shell/platform/darwin/ios/framework/Source/FlutterEngine.mm", "repo_id": "engine", "token_count": 23068 }
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. #ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERMETALLAYER_H_ #define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERMETALLAYE...
engine/shell/platform/darwin/ios/framework/Source/FlutterMetalLayer.h/0
{ "file_path": "engine/shell/platform/darwin/ios/framework/Source/FlutterMetalLayer.h", "repo_id": "engine", "token_count": 496 }
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. #import "flutter/shell/platform/darwin/ios/framework/Source/FlutterRestorationPlugin.h" #import <Foundation/Foundation.h> #import <UIKit/UIKit.h> #includ...
engine/shell/platform/darwin/ios/framework/Source/FlutterRestorationPlugin.mm/0
{ "file_path": "engine/shell/platform/darwin/ios/framework/Source/FlutterRestorationPlugin.mm", "repo_id": "engine", "token_count": 972 }
380
// 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 <UIKit/UIKit.h> #import "flutter/shell/platform/darwin/ios/framework/Source/FlutterUIPressProxy.h" @interface FlutterUIPressProxy () @property(no...
engine/shell/platform/darwin/ios/framework/Source/FlutterUIPressProxy.mm/0
{ "file_path": "engine/shell/platform/darwin/ios/framework/Source/FlutterUIPressProxy.mm", "repo_id": "engine", "token_count": 362 }
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_DARWIN_IOS_FRAMEWORK_SOURCE_SEMANTICSOBJECT_H_ #define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_SEMANTICSOBJECT_H_...
engine/shell/platform/darwin/ios/framework/Source/SemanticsObject.h/0
{ "file_path": "engine/shell/platform/darwin/ios/framework/Source/SemanticsObject.h", "repo_id": "engine", "token_count": 2576 }
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. #import "flutter/shell/platform/darwin/ios/framework/Source/connection_collection.h" namespace flutter { ConnectionCollection::Connection ConnectionCollec...
engine/shell/platform/darwin/ios/framework/Source/connection_collection.mm/0
{ "file_path": "engine/shell/platform/darwin/ios/framework/Source/connection_collection.mm", "repo_id": "engine", "token_count": 364 }
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. #import "flutter/shell/platform/darwin/ios/ios_context_software.h" #include "ios_context.h" namespace flutter { IOSContextSoftware::IOSContextSoftware() ...
engine/shell/platform/darwin/ios/ios_context_software.mm/0
{ "file_path": "engine/shell/platform/darwin/ios/ios_context_software.mm", "repo_id": "engine", "token_count": 455 }
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. #ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_PLATFORM_VIEW_IOS_H_ #define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_PLATFORM_VIEW_IOS_H_ #include <memory> #include ...
engine/shell/platform/darwin/ios/platform_view_ios.h/0
{ "file_path": "engine/shell/platform/darwin/ios/platform_view_ios.h", "repo_id": "engine", "token_count": 2389 }
385
// 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/AccessibilityBridgeMac.h" #import "flutter/shell/platform/darwin/macos/framework/Source/Flut...
engine/shell/platform/darwin/macos/framework/Source/AccessibilityBridgeMac.mm/0
{ "file_path": "engine/shell/platform/darwin/macos/framework/Source/AccessibilityBridgeMac.mm", "repo_id": "engine", "token_count": 6721 }
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_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTERDARTPROJECT_INTERNAL_H_ #define FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FL...
engine/shell/platform/darwin/macos/framework/Source/FlutterDartProject_Internal.h/0
{ "file_path": "engine/shell/platform/darwin/macos/framework/Source/FlutterDartProject_Internal.h", "repo_id": "engine", "token_count": 551 }
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. #ifndef FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTERKEYBOARDMANAGER_H_ #define FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTER...
engine/shell/platform/darwin/macos/framework/Source/FlutterKeyboardManager.h/0
{ "file_path": "engine/shell/platform/darwin/macos/framework/Source/FlutterKeyboardManager.h", "repo_id": "engine", "token_count": 772 }
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. #ifndef FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTERPLATFORMVIEWCONTROLLER_H_ #define FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_...
engine/shell/platform/darwin/macos/framework/Source/FlutterPlatformViewController.h/0
{ "file_path": "engine/shell/platform/darwin/macos/framework/Source/FlutterPlatformViewController.h", "repo_id": "engine", "token_count": 741 }
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. #ifndef FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTERTEXTUREREGISTRAR_H_ #define FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTE...
engine/shell/platform/darwin/macos/framework/Source/FlutterTextureRegistrar.h/0
{ "file_path": "engine/shell/platform/darwin/macos/framework/Source/FlutterTextureRegistrar.h", "repo_id": "engine", "token_count": 583 }
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 "flutter/shell/platform/darwin/macos/framework/Source/FlutterViewControllerTestUtils.h" namespace flutter::testing { id CreateMockViewController(...
engine/shell/platform/darwin/macos/framework/Source/FlutterViewControllerTestUtils.mm/0
{ "file_path": "engine/shell/platform/darwin/macos/framework/Source/FlutterViewControllerTestUtils.mm", "repo_id": "engine", "token_count": 257 }
391
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleExecutable</key> <string>FlutterEmbedder</string> <key>CFBundleIdenti...
engine/shell/platform/embedder/assets/EmbedderInfo.plist/0
{ "file_path": "engine/shell/platform/embedder/assets/EmbedderInfo.plist", "repo_id": "engine", "token_count": 402 }
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. #include "flutter/shell/platform/embedder/embedder_external_view_embedder.h" #include <cassert> #include <utility> #include "flutter/common/constants.h" ...
engine/shell/platform/embedder/embedder_external_view_embedder.cc/0
{ "file_path": "engine/shell/platform/embedder/embedder_external_view_embedder.cc", "repo_id": "engine", "token_count": 6304 }
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 "flutter/shell/platform/embedder/embedder_semantics_update.h" namespace flutter { EmbedderSemanticsUpdate::EmbedderSemanticsUpdate( const Se...
engine/shell/platform/embedder/embedder_semantics_update.cc/0
{ "file_path": "engine/shell/platform/embedder/embedder_semantics_update.cc", "repo_id": "engine", "token_count": 3425 }
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_EMBEDDER_EMBEDDER_SURFACE_VULKAN_H_ #define FLUTTER_SHELL_PLATFORM_EMBEDDER_EMBEDDER_SURFACE_VULKAN_H_ #include "flutter/fm...
engine/shell/platform/embedder/embedder_surface_vulkan.h/0
{ "file_path": "engine/shell/platform/embedder/embedder_surface_vulkan.h", "repo_id": "engine", "token_count": 1361 }
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/embedder/platform_view_embedder.h" #include "flutter/shell/common/thread_host.h" #include "flutter/testing/testing.h" #i...
engine/shell/platform/embedder/platform_view_embedder_unittests.cc/0
{ "file_path": "engine/shell/platform/embedder/platform_view_embedder_unittests.cc", "repo_id": "engine", "token_count": 3331 }
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. #ifndef FLUTTER_SHELL_PLATFORM_EMBEDDER_TESTS_EMBEDDER_TEST_COMPOSITOR_H_ #define FLUTTER_SHELL_PLATFORM_EMBEDDER_TESTS_EMBEDDER_TEST_COMPOSITOR_H_ #inclu...
engine/shell/platform/embedder/tests/embedder_test_compositor.h/0
{ "file_path": "engine/shell/platform/embedder/tests/embedder_test_compositor.h", "repo_id": "engine", "token_count": 1402 }
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. #ifndef FLUTTER_SHELL_PLATFORM_EMBEDDER_TESTS_EMBEDDER_TEST_CONTEXT_SOFTWARE_H_ #define FLUTTER_SHELL_PLATFORM_EMBEDDER_TESTS_EMBEDDER_TEST_CONTEXT_SOFTWAR...
engine/shell/platform/embedder/tests/embedder_test_context_software.h/0
{ "file_path": "engine/shell/platform/embedder/tests/embedder_test_context_software.h", "repo_id": "engine", "token_count": 442 }
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 "dart-pkg/fuchsia/sdk_ext/fuchsia.h" #include <zircon/syscalls.h> #include <cstdio> #include <cstring> #include <memory> #include <vector> #inc...
engine/shell/platform/fuchsia/dart-pkg/fuchsia/sdk_ext/fuchsia.cc/0
{ "file_path": "engine/shell/platform/fuchsia/dart-pkg/fuchsia/sdk_ext/fuchsia.cc", "repo_id": "engine", "token_count": 1734 }
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 "handle_disposition.h" #include <algorithm> #include "third_party/tonic/dart_binding_macros.h" #include "third_party/tonic/dart_class_library.h"...
engine/shell/platform/fuchsia/dart-pkg/zircon/sdk_ext/handle_disposition.cc/0
{ "file_path": "engine/shell/platform/fuchsia/dart-pkg/zircon/sdk_ext/handle_disposition.cc", "repo_id": "engine", "token_count": 746 }
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. #ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_DART_PKG_ZIRCON_FFI_CLOCK_H_ #define FLUTTER_SHELL_PLATFORM_FUCHSIA_DART_PKG_ZIRCON_FFI_CLOCK_H_ #include "macros.h...
engine/shell/platform/fuchsia/dart-pkg/zircon_ffi/clock.h/0
{ "file_path": "engine/shell/platform/fuchsia/dart-pkg/zircon_ffi/clock.h", "repo_id": "engine", "token_count": 241 }
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_FUCHSIA_DART_RUNNER_DART_COMPONENT_CONTROLLER_H_ #define FLUTTER_SHELL_PLATFORM_FUCHSIA_DART_RUNNER_DART_COMPONENT_CONTROLLE...
engine/shell/platform/fuchsia/dart_runner/dart_component_controller.h/0
{ "file_path": "engine/shell/platform/fuchsia/dart_runner/dart_component_controller.h", "repo_id": "engine", "token_count": 1541 }
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. import("//flutter/tools/fuchsia/gn-sdk/src/gn_configs.gni") import("//flutter/tools/fuchsia/dart/dart_component.gni") import("//flutter/tools/fuchsia/dart/da...
engine/shell/platform/fuchsia/dart_runner/tests/startup_integration_test/dart_echo_server/BUILD.gn/0
{ "file_path": "engine/shell/platform/fuchsia/dart_runner/tests/startup_integration_test/dart_echo_server/BUILD.gn", "repo_id": "engine", "token_count": 701 }
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/fuchsia/flutter/accessibility_bridge.h" #include <lib/inspect/cpp/inspector.h> #include <lib/zx/process.h> #include <zirc...
engine/shell/platform/fuchsia/flutter/accessibility_bridge.cc/0
{ "file_path": "engine/shell/platform/fuchsia/flutter/accessibility_bridge.cc", "repo_id": "engine", "token_count": 13430 }
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_FUCHSIA_FLUTTER_FILE_IN_NAMESPACE_BUFFER_H_ #define FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_FILE_IN_NAMESPACE_BUFFER_H_ #incl...
engine/shell/platform/fuchsia/flutter/file_in_namespace_buffer.h/0
{ "file_path": "engine/shell/platform/fuchsia/flutter/file_in_namespace_buffer.h", "repo_id": "engine", "token_count": 763 }
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. #include "pointer_delegate.h" #include <lib/trace/event.h> #include <zircon/status.h> #include <zircon/types.h> #include <limits> #include "flutter/fml/...
engine/shell/platform/fuchsia/flutter/pointer_delegate.cc/0
{ "file_path": "engine/shell/platform/fuchsia/flutter/pointer_delegate.cc", "repo_id": "engine", "token_count": 6953 }
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_FUCHSIA_FLUTTER_SOFTWARE_SURFACE_H_ #define FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_SOFTWARE_SURFACE_H_ #include <fuchsia/sy...
engine/shell/platform/fuchsia/flutter/software_surface.h/0
{ "file_path": "engine/shell/platform/fuchsia/flutter/software_surface.h", "repo_id": "engine", "token_count": 1432 }
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. assert(is_fuchsia) import("//flutter/tools/fuchsia/gn-sdk/src/gn_configs.gni") source_set("scenic") { testonly = true sources = [ "fake_flatland.cc...
engine/shell/platform/fuchsia/flutter/tests/fakes/scenic/BUILD.gn/0
{ "file_path": "engine/shell/platform/fuchsia/flutter/tests/fakes/scenic/BUILD.gn", "repo_id": "engine", "token_count": 350 }
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 <fuchsia/inspect/cpp/fidl.h> #include <fuchsia/logger/cpp/fidl.h> #include <fuchsia/tracing/provider/cpp/fidl.h> #include <fuchsia/ui/app/cpp/fidl...
engine/shell/platform/fuchsia/flutter/tests/integration/embedder/flutter-embedder-test.cc/0
{ "file_path": "engine/shell/platform/fuchsia/flutter/tests/integration/embedder/flutter-embedder-test.cc", "repo_id": "engine", "token_count": 7791 }
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. #include <fuchsia/feedback/cpp/fidl.h> #include <fuchsia/logger/cpp/fidl.h> #include <fuchsia/sysmem/cpp/fidl.h> #include <fuchsia/tracing/provider/cpp/fid...
engine/shell/platform/fuchsia/flutter/tests/integration/text-input/text-input-test.cc/0
{ "file_path": "engine/shell/platform/fuchsia/flutter/tests/integration/text-input/text-input-test.cc", "repo_id": "engine", "token_count": 3332 }
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. #include "text_delegate.h" #include <fuchsia/ui/input/cpp/fidl.h> #include <fuchsia/ui/input3/cpp/fidl.h> #include <fuchsia/ui/views/cpp/fidl.h> #include ...
engine/shell/platform/fuchsia/flutter/text_delegate.cc/0
{ "file_path": "engine/shell/platform/fuchsia/flutter/text_delegate.cc", "repo_id": "engine", "token_count": 6911 }
411
# 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. name: profiler_symbols environment: sdk: '>=3.2.0-0 <4.0.0' version: 0 description: Extracts a minimal symbols table for the Dart VM profiler author: Dart T...
engine/shell/platform/fuchsia/runtime/dart/profiler_symbols/pubspec.yaml/0
{ "file_path": "engine/shell/platform/fuchsia/runtime/dart/profiler_symbols/pubspec.yaml", "repo_id": "engine", "token_count": 109 }
412
// 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 "tempfs.h" #include <string_view> #include <zircon/errors.h> #include <zircon/status.h> #include <zircon/syscalls.h> #include "flutter/fml/logg...
engine/shell/platform/fuchsia/runtime/dart/utils/tempfs.cc/0
{ "file_path": "engine/shell/platform/fuchsia/runtime/dart/utils/tempfs.cc", "repo_id": "engine", "token_count": 602 }
413
// 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_GLFW_CLIENT_WRAPPER_INCLUDE_FLUTTER_FLUTTER_WINDOW_CONTROLLER_H_ #define FLUTTER_SHELL_PLATFORM_GLFW_CLIENT_WRAPPER_INCLUDE_...
engine/shell/platform/glfw/client_wrapper/include/flutter/flutter_window_controller.h/0
{ "file_path": "engine/shell/platform/glfw/client_wrapper/include/flutter/flutter_window_controller.h", "repo_id": "engine", "token_count": 1391 }
414
// 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/platform_handler.h" #include <iostream> #include "flutter/shell/platform/common/json_method_codec.h" static conste...
engine/shell/platform/glfw/platform_handler.cc/0
{ "file_path": "engine/shell/platform/glfw/platform_handler.cc", "repo_id": "engine", "token_count": 1313 }
415
// 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 "fl_backing_store_provider.h" #include <epoxy/gl.h> struct _FlBackingStoreProvider { GObject parent_instance; uint32_t framebuffer_id; ui...
engine/shell/platform/linux/fl_backing_store_provider.cc/0
{ "file_path": "engine/shell/platform/linux/fl_backing_store_provider.cc", "repo_id": "engine", "token_count": 1434 }
416
// 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/fl_binary_messenger_private.h" #inc...
engine/shell/platform/linux/fl_event_channel_test.cc/0
{ "file_path": "engine/shell/platform/linux/fl_event_channel_test.cc", "repo_id": "engine", "token_count": 7034 }
417
// 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_KEY_EVENT_H_ #define FLUTTER_SHELL_PLATFORM_LINUX_FL_KEY_EVENT_H_ #include <gdk/gdk.h> /** * FlKeyEvent: * A st...
engine/shell/platform/linux/fl_key_event.h/0
{ "file_path": "engine/shell/platform/linux/fl_key_event.h", "repo_id": "engine", "token_count": 604 }
418
// 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_METHOD_CODEC_PRIVATE_H_ #define FLUTTER_SHELL_PLATFORM_LINUX_FL_METHOD_CODEC_PRIVATE_H_ #include "flutter/shell/pl...
engine/shell/platform/linux/fl_method_codec_private.h/0
{ "file_path": "engine/shell/platform/linux/fl_method_codec_private.h", "repo_id": "engine", "token_count": 1761 }
419
// 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 "fl_renderer.h" #include <epoxy/egl.h> #include <epoxy/gl.h> #include "flutter/shell/platform/embedder/embedder.h" #include "flutter/shell/platf...
engine/shell/platform/linux/fl_renderer.cc/0
{ "file_path": "engine/shell/platform/linux/fl_renderer.cc", "repo_id": "engine", "token_count": 4947 }
420
// 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_settings_portal.h" #include <gio/gio.h> #include <glib.h> static constexpr char kPortalName[] = "org.freedeskto...
engine/shell/platform/linux/fl_settings_portal.cc/0
{ "file_path": "engine/shell/platform/linux/fl_settings_portal.cc", "repo_id": "engine", "token_count": 4076 }
421
// 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_texture.h" #include "flutter/shell/platform/linux/fl_texture_private.h" #include <gmodule.h...
engine/shell/platform/linux/fl_texture.cc/0
{ "file_path": "engine/shell/platform/linux/fl_texture.cc", "repo_id": "engine", "token_count": 288 }
422
// 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 "key_mapping.h" #include <glib.h> #include <map> #include "flutter/shell/platform/linux/fl_key_embedder_responder_private.h" // DO NOT EDIT -- ...
engine/shell/platform/linux/key_mapping.g.cc/0
{ "file_path": "engine/shell/platform/linux/key_mapping.g.cc", "repo_id": "engine", "token_count": 11269 }
423
// 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_PIXEL_BUFFER_TEXTURE_H_ #define FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_PIXEL_BUF...
engine/shell/platform/linux/public/flutter_linux/fl_pixel_buffer_texture.h/0
{ "file_path": "engine/shell/platform/linux/public/flutter_linux/fl_pixel_buffer_texture.h", "repo_id": "engine", "token_count": 1611 }
424
# gsettings-desktop-schemas This directory contains a few variants of [gsettings-desktop-schemas](https://packages.ubuntu.com/search?keywords=gsettings-desktop-schemas) with different schemas for testing purposes. - [`ubuntu-20.04.compiled`](https://packages.ubuntu.com/focal/gsettings-desktop-schemas) ### Add or upd...
engine/shell/platform/linux/testing/gschemas/README.md/0
{ "file_path": "engine/shell/platform/linux/testing/gschemas/README.md", "repo_id": "engine", "token_count": 293 }
425
// 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/testing/mock_signal_handler.h" namespace flutter { namespace testing { SignalHandler::SignalHandler(gpointer insta...
engine/shell/platform/linux/testing/mock_signal_handler.cc/0
{ "file_path": "engine/shell/platform/linux/testing/mock_signal_handler.cc", "repo_id": "engine", "token_count": 345 }
426
// 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 <string> #include "flutter/shell/platform/windows/client_wrapper/include/flutter/dart_project.h" #include "gtest/gtest.h" name...
engine/shell/platform/windows/client_wrapper/dart_project_unittests.cc/0
{ "file_path": "engine/shell/platform/windows/client_wrapper/dart_project_unittests.cc", "repo_id": "engine", "token_count": 688 }
427
// 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_OPENGL_H_ #define FLUTTER_SHELL_PLATFORM_WINDOWS_COMPOSITOR_OPENGL_H_ #include <memory> #include "flutt...
engine/shell/platform/windows/compositor_opengl.h/0
{ "file_path": "engine/shell/platform/windows/compositor_opengl.h", "repo_id": "engine", "token_count": 705 }
428
// 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/windows/egl/egl.h" #include <EGL/egl.h> #include "flutter/fml/logging.h" namespace flutter { namespace egl { namespace...
engine/shell/platform/windows/egl/egl.cc/0
{ "file_path": "engine/shell/platform/windows/egl/egl.cc", "repo_id": "engine", "token_count": 725 }
429
// 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_EXTERNAL_TEXTURE_PIXELBUFFER_H_ #define FLUTTER_SHELL_PLATFORM_WINDOWS_EXTERNAL_TEXTURE_PIXELBUFFER_H_ #include "fl...
engine/shell/platform/windows/external_texture_pixelbuffer.h/0
{ "file_path": "engine/shell/platform/windows/external_texture_pixelbuffer.h", "repo_id": "engine", "token_count": 595 }
430
// 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_FLUTTER_WINDOWS_INTERNAL_H_ #define FLUTTER_SHELL_PLATFORM_WINDOWS_FLUTTER_WINDOWS_INTERNAL_H_ #include "flutter/sh...
engine/shell/platform/windows/flutter_windows_internal.h/0
{ "file_path": "engine/shell/platform/windows/flutter_windows_internal.h", "repo_id": "engine", "token_count": 464 }
431
// 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/windows/keyboard_key_handler.h" #include <windows.h> #include "flutter/fml/logging.h" #include "flutter/shell/platform/c...
engine/shell/platform/windows/keyboard_key_handler.cc/0
{ "file_path": "engine/shell/platform/windows/keyboard_key_handler.cc", "repo_id": "engine", "token_count": 2070 }
432
// 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_PUBLIC_FLUTTER_WINDOWS_H_ #define FLUTTER_SHELL_PLATFORM_WINDOWS_PUBLIC_FLUTTER_WINDOWS_H_ #include <dxgi.h> #inclu...
engine/shell/platform/windows/public/flutter_windows.h/0
{ "file_path": "engine/shell/platform/windows/public/flutter_windows.h", "repo_id": "engine", "token_count": 3761 }
433
// 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_TESTING_EGL_MOCK_MANAGER_H_ #define FLUTTER_SHELL_PLATFORM_WINDOWS_TESTING_EGL_MOCK_MANAGER_H_ #include "flutter/fm...
engine/shell/platform/windows/testing/egl/mock_manager.h/0
{ "file_path": "engine/shell/platform/windows/testing/egl/mock_manager.h", "repo_id": "engine", "token_count": 432 }
434
// 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_TESTING_TEST_BINARY_MESSENGER_H_ #define FLUTTER_SHELL_PLATFORM_WINDOWS_TESTING_TEST_BINARY_MESSENGER_H_ #include <...
engine/shell/platform/windows/testing/test_binary_messenger.h/0
{ "file_path": "engine/shell/platform/windows/testing/test_binary_messenger.h", "repo_id": "engine", "token_count": 1063 }
435
// 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_TEXT_INPUT_PLUGIN_H_ #define FLUTTER_SHELL_PLATFORM_WINDOWS_TEXT_INPUT_PLUGIN_H_ #include <array> #include <map> #i...
engine/shell/platform/windows/text_input_plugin.h/0
{ "file_path": "engine/shell/platform/windows/text_input_plugin.h", "repo_id": "engine", "token_count": 1720 }
436
// 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/profiling/sampling_profiler.h" #include <utility> namespace flutter { SamplingProfiler::SamplingProfiler( const char* thread...
engine/shell/profiling/sampling_profiler.cc/0
{ "file_path": "engine/shell/profiling/sampling_profiler.cc", "repo_id": "engine", "token_count": 1570 }
437
# 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. _skia_root = "//flutter/third_party/skia" import("$_skia_root/gn/shared_sources.gni") import("$_skia_root/gn/skia.gni") import("$_skia_root/gn/toolchain/wasm...
engine/skia/BUILD.gn/0
{ "file_path": "engine/skia/BUILD.gn", "repo_id": "engine", "token_count": 9647 }
438