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. @TestOn('browser') library; import 'dart:js_util'; import 'package:test/bootstrap/browser.dart'; import 'package:test/test.dart'; import 'package:ui/src/...
engine/lib/web_ui/test/engine/app_bootstrap_test.dart/0
{ "file_path": "engine/lib/web_ui/test/engine/app_bootstrap_test.dart", "repo_id": "engine", "token_count": 1917 }
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. import 'dart:async'; import 'dart:typed_data'; import 'package:test/bootstrap/browser.dart'; import 'package:test/test.dart'; import 'package:ui/src/engin...
engine/lib/web_ui/test/engine/image/html_image_codec_test.dart/0
{ "file_path": "engine/lib/web_ui/test/engine/image/html_image_codec_test.dart", "repo_id": "engine", "token_count": 2244 }
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. import 'package:test/bootstrap/browser.dart'; import 'package:test/test.dart'; import 'package:ui/src/engine.dart'; import 'package:ui/ui_web/src/ui_web.da...
engine/lib/web_ui/test/engine/platform_views/content_manager_test.dart/0
{ "file_path": "engine/lib/web_ui/test/engine/platform_views/content_manager_test.dart", "repo_id": "engine", "token_count": 3459 }
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. import 'package:test/bootstrap/browser.dart'; import 'package:test/test.dart'; import 'package:ui/src/engine/browser_detection.dart'; import 'package:ui/sr...
engine/lib/web_ui/test/engine/semantics/semantics_helper_test.dart/0
{ "file_path": "engine/lib/web_ui/test/engine/semantics/semantics_helper_test.dart", "repo_id": "engine", "token_count": 2120 }
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. import 'dart:async'; import 'dart:typed_data'; import 'package:test/bootstrap/browser.dart'; import 'package:test/test.dart'; import 'package:ui/src/engin...
engine/lib/web_ui/test/engine/util_test.dart/0
{ "file_path": "engine/lib/web_ui/test/engine/util_test.dart", "repo_id": "engine", "token_count": 1895 }
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. import 'dart:async'; import 'dart:js_interop'; import 'dart:js_util' as js_util; import 'dart:typed_data'; import 'package:test/bootstrap/browser.dart'; i...
engine/lib/web_ui/test/engine/window_test.dart/0
{ "file_path": "engine/lib/web_ui/test/engine/window_test.dart", "repo_id": "engine", "token_count": 8454 }
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. import 'package:test/bootstrap/browser.dart'; import 'package:test/test.dart'; import 'package:ui/src/engine.dart'; import 'package:ui/ui.dart' hide TextSt...
engine/lib/web_ui/test/html/compositing/dom_mask_filter_golden_test.dart/0
{ "file_path": "engine/lib/web_ui/test/html/compositing/dom_mask_filter_golden_test.dart", "repo_id": "engine", "token_count": 398 }
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. import 'dart:async'; import 'dart:math' as math; import 'package:test/bootstrap/browser.dart'; import 'package:test/test.dart'; import 'package:ui/src/eng...
engine/lib/web_ui/test/html/paragraph/general_golden_test.dart/0
{ "file_path": "engine/lib/web_ui/test/html/paragraph/general_golden_test.dart", "repo_id": "engine", "token_count": 9357 }
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. import 'dart:math' as math; import 'dart:typed_data'; import 'package:test/bootstrap/browser.dart'; import 'package:test/test.dart'; import 'package:ui/sr...
engine/lib/web_ui/test/html/recording_canvas_golden_test.dart/0
{ "file_path": "engine/lib/web_ui/test/html/recording_canvas_golden_test.dart", "repo_id": "engine", "token_count": 11399 }
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. import 'package:test/bootstrap/browser.dart'; import 'package:test/test.dart'; import 'package:ui/src/engine.dart'; import 'package:ui/ui.dart' as ui; impo...
engine/lib/web_ui/test/html/text/layout_service_plain_test.dart/0
{ "file_path": "engine/lib/web_ui/test/html/text/layout_service_plain_test.dart", "repo_id": "engine", "token_count": 11973 }
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. import 'dart:async'; import 'dart:math' as math; import 'package:test/bootstrap/browser.dart'; import 'package:test/test.dart'; import 'package:ui/src/eng...
engine/lib/web_ui/test/ui/filters_test.dart/0
{ "file_path": "engine/lib/web_ui/test/ui/filters_test.dart", "repo_id": "engine", "token_count": 2802 }
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. import 'package:test/bootstrap/browser.dart'; import 'package:test/test.dart' hide TypeMatcher, isInstanceOf; import 'package:ui/ui.dart'; import '../comm...
engine/lib/web_ui/test/ui/rrect_test.dart/0
{ "file_path": "engine/lib/web_ui/test/ui/rrect_test.dart", "repo_id": "engine", "token_count": 2265 }
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. #include "flutter/common/task_runners.h" #include "flutter/fml/paths.h" #include "flutter/fml/synchronization/count_down_latch.h" #include "flutter/fml/syn...
engine/runtime/dart_lifecycle_unittests.cc/0
{ "file_path": "engine/runtime/dart_lifecycle_unittests.cc", "repo_id": "engine", "token_count": 1891 }
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. #ifndef FLUTTER_RUNTIME_DART_VM_INITIALIZER_H_ #define FLUTTER_RUNTIME_DART_VM_INITIALIZER_H_ #include "third_party/dart/runtime/include/dart_api.h" #incl...
engine/runtime/dart_vm_initializer.h/0
{ "file_path": "engine/runtime/dart_vm_initializer.h", "repo_id": "engine", "token_count": 642 }
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. #ifndef FLUTTER_RUNTIME_PLATFORM_ISOLATE_MANAGER_H_ #define FLUTTER_RUNTIME_PLATFORM_ISOLATE_MANAGER_H_ #include <atomic> #include <mutex> #include <unord...
engine/runtime/platform_isolate_manager.h/0
{ "file_path": "engine/runtime/platform_isolate_manager.h", "repo_id": "engine", "token_count": 554 }
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. import("//flutter/common/config.gni") import("//flutter/impeller/tools/impeller.gni") import("//flutter/shell/gpu/gpu.gni") import("//flutter/testing/testing....
engine/shell/common/BUILD.gn/0
{ "file_path": "engine/shell/common/BUILD.gn", "repo_id": "engine", "token_count": 4151 }
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. #ifndef FLUTTER_SHELL_COMMON_DL_OP_SPY_H_ #define FLUTTER_SHELL_COMMON_DL_OP_SPY_H_ #include "flutter/display_list/dl_op_receiver.h" #include "flutter/dis...
engine/shell/common/dl_op_spy.h/0
{ "file_path": "engine/shell/common/dl_op_spy.h", "repo_id": "engine", "token_count": 1836 }
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. #ifndef FLUTTER_SHELL_COMMON_PLATFORM_VIEW_H_ #define FLUTTER_SHELL_COMMON_PLATFORM_VIEW_H_ #include <functional> #include <memory> #include "flutter/com...
engine/shell/common/platform_view.h/0
{ "file_path": "engine/shell/common/platform_view.h", "repo_id": "engine", "token_count": 16094 }
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. // A fuchsia-specific shell test. // // This test is only supposed to be ran on Fuchsia OS, as it exercises // Fuchsia-specific functionality for which no ...
engine/shell/common/shell_fuchsia_unittests.cc/0
{ "file_path": "engine/shell/common/shell_fuchsia_unittests.cc", "repo_id": "engine", "token_count": 3487 }
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 <strstream> #define FML_USED_ON_EMBEDDER #include <algorithm> #include <chrono> #include <ctime> #include <future> #include <memory> #include <th...
engine/shell/common/shell_unittests.cc/0
{ "file_path": "engine/shell/common/shell_unittests.cc", "repo_id": "engine", "token_count": 73002 }
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. #ifndef FLUTTER_SHELL_COMMON_VARIABLE_REFRESH_RATE_DISPLAY_H_ #define FLUTTER_SHELL_COMMON_VARIABLE_REFRESH_RATE_DISPLAY_H_ #include <optional> #include ...
engine/shell/common/variable_refresh_rate_display.h/0
{ "file_path": "engine/shell/common/variable_refresh_rate_display.h", "repo_id": "engine", "token_count": 388 }
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. #ifndef FLUTTER_SHELL_GPU_GPU_SURFACE_GL_IMPELLER_H_ #define FLUTTER_SHELL_GPU_GPU_SURFACE_GL_IMPELLER_H_ #include "flutter/common/graphics/gl_context_swi...
engine/shell/gpu/gpu_surface_gl_impeller.h/0
{ "file_path": "engine/shell/gpu/gpu_surface_gl_impeller.h", "repo_id": "engine", "token_count": 779 }
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_ANDROID_SURFACE_GL_SKIA_H_ #define FLUTTER_SHELL_PLATFORM_ANDROID_ANDROID_SURFACE_GL_SKIA_H_ #include <jni.h> #inc...
engine/shell/platform/android/android_surface_gl_skia.h/0
{ "file_path": "engine/shell/platform/android/android_surface_gl_skia.h", "repo_id": "engine", "token_count": 1012 }
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/platform/android/external_view_embedder/surface_pool.h" #include <utility> namespace flutter { OverlayLayer::OverlayLayer(int id...
engine/shell/platform/android/external_view_embedder/surface_pool.cc/0
{ "file_path": "engine/shell/platform/android/external_view_embedder/surface_pool.cc", "repo_id": "engine", "token_count": 1479 }
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. package io.flutter; /** A replacement of utilities from android.os.Build. */ public class Build { /** For use in place of the Android Build.VERSION_CODE...
engine/shell/platform/android/io/flutter/Build.java/0
{ "file_path": "engine/shell/platform/android/io/flutter/Build.java", "repo_id": "engine", "token_count": 315 }
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 io.flutter.embedding.android; import androidx.annotation.NonNull; import androidx.lifecycle.Lifecycle; import io.flutter.embedding.engine.FlutterE...
engine/shell/platform/android/io/flutter/embedding/android/FlutterEngineConfigurator.java/0
{ "file_path": "engine/shell/platform/android/io/flutter/embedding/android/FlutterEngineConfigurator.java", "repo_id": "engine", "token_count": 535 }
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. package io.flutter.embedding.android; /** * Transparency mode for a Flutter UI. * * <p>{@code TransparencyMode} impacts the visual behavior and perform...
engine/shell/platform/android/io/flutter/embedding/android/TransparencyMode.java/0
{ "file_path": "engine/shell/platform/android/io/flutter/embedding/android/TransparencyMode.java", "repo_id": "engine", "token_count": 550 }
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. package io.flutter.embedding.engine.loader; import android.content.Context; import android.content.pm.ApplicationInfo; import android.content.pm.PackageMa...
engine/shell/platform/android/io/flutter/embedding/engine/loader/ApplicationInfoLoader.java/0
{ "file_path": "engine/shell/platform/android/io/flutter/embedding/engine/loader/ApplicationInfoLoader.java", "repo_id": "engine", "token_count": 2225 }
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.embedding.engine.plugins.contentprovider; import android.content.ContentProvider; import androidx.annotation.NonNull; /** * Binding t...
engine/shell/platform/android/io/flutter/embedding/engine/plugins/contentprovider/ContentProviderPluginBinding.java/0
{ "file_path": "engine/shell/platform/android/io/flutter/embedding/engine/plugins/contentprovider/ContentProviderPluginBinding.java", "repo_id": "engine", "token_count": 200 }
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. package io.flutter.embedding.engine.systemchannels; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import io.flutter.plugin.comm...
engine/shell/platform/android/io/flutter/embedding/engine/systemchannels/KeyboardChannel.java/0
{ "file_path": "engine/shell/platform/android/io/flutter/embedding/engine/systemchannels/KeyboardChannel.java", "repo_id": "engine", "token_count": 950 }
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.plugin.common; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.annotation.UiThread; import jav...
engine/shell/platform/android/io/flutter/plugin/common/BinaryMessenger.java/0
{ "file_path": "engine/shell/platform/android/io/flutter/plugin/common/BinaryMessenger.java", "repo_id": "engine", "token_count": 2364 }
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.plugin.editing; import static io.flutter.Build.API_LEVELS; import android.annotation.SuppressLint; import android.annotation.TargetApi...
engine/shell/platform/android/io/flutter/plugin/editing/ImeSyncDeferringInsetsCallback.java/0
{ "file_path": "engine/shell/platform/android/io/flutter/plugin/editing/ImeSyncDeferringInsetsCallback.java", "repo_id": "engine", "token_count": 2695 }
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.plugin.platform; import android.view.Surface; /** * A PlatformViewRenderTarget interface allows an Android Platform View to be render...
engine/shell/platform/android/io/flutter/plugin/platform/PlatformViewRenderTarget.java/0
{ "file_path": "engine/shell/platform/android/io/flutter/plugin/platform/PlatformViewRenderTarget.java", "repo_id": "engine", "token_count": 270 }
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.util; import androidx.annotation.NonNull; import androidx.tracing.Trace; public final class TraceSection implements AutoCloseable { ...
engine/shell/platform/android/io/flutter/util/TraceSection.java/0
{ "file_path": "engine/shell/platform/android/io/flutter/util/TraceSection.java", "repo_id": "engine", "token_count": 624 }
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/fml/platform/android/jni_util.h" #include "flutter/shell/platform/android/android_image_generator.h" #include "flutter/shell/platform/and...
engine/shell/platform/android/library_loader.cc/0
{ "file_path": "engine/shell/platform/android/library_loader.cc", "repo_id": "engine", "token_count": 378 }
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_ANDROID_SURFACE_ANDROID_NATIVE_WINDOW_H_ #define FLUTTER_SHELL_PLATFORM_ANDROID_SURFACE_ANDROID_NATIVE_WINDOW_H_ #include "...
engine/shell/platform/android/surface/android_native_window.h/0
{ "file_path": "engine/shell/platform/android/surface/android_native_window.h", "repo_id": "engine", "token_count": 572 }
357
package io.flutter.embedding.android; import static io.flutter.Build.API_LEVELS; import static junit.framework.TestCase.assertEquals; import static org.mockito.Mockito.inOrder; import static org.mockito.Mockito.mock; import static org.mockito.Mockito.never; import static org.mockito.Mockito.verify; import static org.m...
engine/shell/platform/android/test/io/flutter/embedding/android/AndroidTouchProcessorTest.java/0
{ "file_path": "engine/shell/platform/android/test/io/flutter/embedding/android/AndroidTouchProcessorTest.java", "repo_id": "engine", "token_count": 10927 }
358
package io.flutter.embedding.engine; import static io.flutter.Build.API_LEVELS; import static org.junit.Assert.assertEquals; import static org.mockito.Mockito.mock; import static org.mockito.Mockito.spy; import static org.mockito.Mockito.times; import static org.mockito.Mockito.verify; import static org.mockito.Mockit...
engine/shell/platform/android/test/io/flutter/embedding/engine/FlutterJNITest.java/0
{ "file_path": "engine/shell/platform/android/test/io/flutter/embedding/engine/FlutterJNITest.java", "repo_id": "engine", "token_count": 3282 }
359
package io.flutter.embedding.engine.systemchannels; import static io.flutter.Build.API_LEVELS; 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.mock; import stat...
engine/shell/platform/android/test/io/flutter/embedding/engine/systemchannels/KeyEventChannelTest.java/0
{ "file_path": "engine/shell/platform/android/test/io/flutter/embedding/engine/systemchannels/KeyEventChannelTest.java", "repo_id": "engine", "token_count": 2170 }
360
package io.flutter.plugin.editing; import static org.junit.Assert.assertEquals; import androidx.test.ext.junit.runners.AndroidJUnit4; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.MockitoAnnotations; import org.robolectric.annotation.Config; @Config(manifest = Co...
engine/shell/platform/android/test/io/flutter/plugin/editing/TextEditingDeltaTest.java/0
{ "file_path": "engine/shell/platform/android/test/io/flutter/plugin/editing/TextEditingDeltaTest.java", "repo_id": "engine", "token_count": 943 }
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. package io.flutter.util; import static io.flutter.Build.API_LEVELS; import static org.junit.Assert.assertTrue; import android.os.Handler; import android....
engine/shell/platform/android/test/io/flutter/util/HandlerCompatTest.java/0
{ "file_path": "engine/shell/platform/android/test/io/flutter/util/HandlerCompatTest.java", "repo_id": "engine", "token_count": 282 }
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. #ifndef FLUTTER_SHELL_PLATFORM_COMMON_ACCESSIBILITY_BRIDGE_H_ #define FLUTTER_SHELL_PLATFORM_COMMON_ACCESSIBILITY_BRIDGE_H_ #include <unordered_map> #inc...
engine/shell/platform/common/accessibility_bridge.h/0
{ "file_path": "engine/shell/platform/common/accessibility_bridge.h", "repo_id": "engine", "token_count": 4449 }
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_COMMON_CLIENT_WRAPPER_INCLUDE_FLUTTER_BINARY_MESSENGER_H_ #define FLUTTER_SHELL_PLATFORM_COMMON_CLIENT_WRAPPER_INCLUDE_FLUTT...
engine/shell/platform/common/client_wrapper/include/flutter/binary_messenger.h/0
{ "file_path": "engine/shell/platform/common/client_wrapper/include/flutter/binary_messenger.h", "repo_id": "engine", "token_count": 636 }
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_COMMON_CLIENT_WRAPPER_INCLUDE_FLUTTER_STANDARD_CODEC_SERIALIZER_H_ #define FLUTTER_SHELL_PLATFORM_COMMON_CLIENT_WRAPPER_INCL...
engine/shell/platform/common/client_wrapper/include/flutter/standard_codec_serializer.h/0
{ "file_path": "engine/shell/platform/common/client_wrapper/include/flutter/standard_codec_serializer.h", "repo_id": "engine", "token_count": 903 }
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. #ifndef FLUTTER_SHELL_PLATFORM_COMMON_CLIENT_WRAPPER_TESTING_TEST_CODEC_EXTENSIONS_H_ #define FLUTTER_SHELL_PLATFORM_COMMON_CLIENT_WRAPPER_TESTING_TEST_COD...
engine/shell/platform/common/client_wrapper/testing/test_codec_extensions.h/0
{ "file_path": "engine/shell/platform/common/client_wrapper/testing/test_codec_extensions.h", "repo_id": "engine", "token_count": 936 }
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. #include "flutter/shell/platform/common/json_message_codec.h" #include <limits> #include <map> #include <vector> #include "gtest/gtest.h" namespace flut...
engine/shell/platform/common/json_message_codec_unittests.cc/0
{ "file_path": "engine/shell/platform/common/json_message_codec_unittests.cc", "repo_id": "engine", "token_count": 457 }
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. #ifndef FLUTTER_SHELL_PLATFORM_COMMON_TEXT_EDITING_DELTA_H_ #define FLUTTER_SHELL_PLATFORM_COMMON_TEXT_EDITING_DELTA_H_ #include <string> #include "flutt...
engine/shell/platform/common/text_editing_delta.h/0
{ "file_path": "engine/shell/platform/common/text_editing_delta.h", "repo_id": "engine", "token_count": 892 }
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_DARWIN_COMMON_COMMAND_LINE_H_ #define FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_COMMAND_LINE_H_ #import <Foundation/Foundation.h...
engine/shell/platform/darwin/common/command_line.h/0
{ "file_path": "engine/shell/platform/darwin/common/command_line.h", "repo_id": "engine", "token_count": 222 }
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/common/framework/Source/FlutterStandardCodecHelper.h" #import "flutter/shell/platform/darwin/common/framework/Source...
engine/shell/platform/darwin/common/framework/Source/FlutterStandardCodec.mm/0
{ "file_path": "engine/shell/platform/darwin/common/framework/Source/FlutterStandardCodec.mm", "repo_id": "engine", "token_count": 5492 }
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. #import "flutter/shell/platform/darwin/graphics/FlutterDarwinExternalTextureMetal.h" #include "flutter/display_list/image/dl_image.h" #include "impeller/ba...
engine/shell/platform/darwin/graphics/FlutterDarwinExternalTextureMetal.mm/0
{ "file_path": "engine/shell/platform/darwin/graphics/FlutterDarwinExternalTextureMetal.mm", "repo_id": "engine", "token_count": 7356 }
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. #import <OCMock/OCMock.h> #import <XCTest/XCTest.h> #import "flutter/shell/platform/darwin/ios/framework/Headers/FlutterAppDelegate.h" #import "flutter/sh...
engine/shell/platform/darwin/ios/framework/Source/FlutterAppDelegateTest.mm/0
{ "file_path": "engine/shell/platform/darwin/ios/framework/Source/FlutterAppDelegateTest.mm", "repo_id": "engine", "token_count": 2305 }
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/ios/framework/Headers/FlutterEngineGroup.h" #import "flutter/shell/platform/darwin/ios/framework/Source/FlutterEngin...
engine/shell/platform/darwin/ios/framework/Source/FlutterEngineGroup.mm/0
{ "file_path": "engine/shell/platform/darwin/ios/framework/Source/FlutterEngineGroup.mm", "repo_id": "engine", "token_count": 1284 }
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. #include <IOSurface/IOSurfaceObjC.h> #include <Metal/Metal.h> #include <UIKit/UIKit.h> #include "flutter/fml/logging.h" #import "flutter/shell/platform/da...
engine/shell/platform/darwin/ios/framework/Source/FlutterMetalLayer.mm/0
{ "file_path": "engine/shell/platform/darwin/ios/framework/Source/FlutterMetalLayer.mm", "repo_id": "engine", "token_count": 5459 }
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. #import "flutter/shell/platform/darwin/ios/framework/Source/FlutterRestorationPlugin.h" #import <OCMock/OCMock.h> #import <XCTest/XCTest.h> #import "flut...
engine/shell/platform/darwin/ios/framework/Source/FlutterRestorationPluginTest.mm/0
{ "file_path": "engine/shell/platform/darwin/ios/framework/Source/FlutterRestorationPluginTest.mm", "repo_id": "engine", "token_count": 3674 }
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. // FLUTTER_NOLINT: https://github.com/flutter/flutter/issues/93360 // The only point of this file is to ensure that the Flutter framework umbrella header ...
engine/shell/platform/darwin/ios/framework/Source/FlutterUmbrellaImport.m/0
{ "file_path": "engine/shell/platform/darwin/ios/framework/Source/FlutterUmbrellaImport.m", "repo_id": "engine", "token_count": 148 }
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/Source/SemanticsObject.h" #include "flutter/fml/platform/darwin/scoped_nsobject.h" #import "flutter/s...
engine/shell/platform/darwin/ios/framework/Source/SemanticsObject.mm/0
{ "file_path": "engine/shell/platform/darwin/ios/framework/Source/SemanticsObject.mm", "repo_id": "engine", "token_count": 10933 }
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. #import <OCMock/OCMock.h> #import <XCTest/XCTest.h> #import "flutter/shell/platform/darwin/ios/framework/Source/connection_collection.h" @interface Conne...
engine/shell/platform/darwin/ios/framework/Source/connection_collection_test.mm/0
{ "file_path": "engine/shell/platform/darwin/ios/framework/Source/connection_collection_test.mm", "repo_id": "engine", "token_count": 212 }
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_IOS_EXTERNAL_TEXTURE_METAL_H_ #define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_IOS_EXTERNAL_TEXTURE_METAL_H_ #include "...
engine/shell/platform/darwin/ios/ios_external_texture_metal.h/0
{ "file_path": "engine/shell/platform/darwin/ios/ios_external_texture_metal.h", "repo_id": "engine", "token_count": 542 }
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/platform_view_ios.h" #include <memory> #include <utility> #include "flutter/common/task_runners.h" #include "f...
engine/shell/platform/darwin/ios/platform_view_ios.mm/0
{ "file_path": "engine/shell/platform/darwin/ios/platform_view_ios.mm", "repo_id": "engine", "token_count": 4151 }
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 "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/AccessibilityBridgeMacTest.mm/0
{ "file_path": "engine/shell/platform/darwin/macos/framework/Source/AccessibilityBridgeMacTest.mm", "repo_id": "engine", "token_count": 3913 }
381
#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTERDISPLAYLINK_H_ #define FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTERDISPLAYLINK_H_ #import <AppKit/AppKit.h> @protocol FlutterDisplayLinkDelegate <NSObject> - (void)onDisplayLink:(CFTimeInterval)timestamp targetTimestamp:(CFTimeInterva...
engine/shell/platform/darwin/macos/framework/Source/FlutterDisplayLink.h/0
{ "file_path": "engine/shell/platform/darwin/macos/framework/Source/FlutterDisplayLink.h", "repo_id": "engine", "token_count": 478 }
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/macos/framework/Source/FlutterKeyboardManager.h" #include <cctype> #include <map> #import "flutter/shell/platform/...
engine/shell/platform/darwin/macos/framework/Source/FlutterKeyboardManager.mm/0
{ "file_path": "engine/shell/platform/darwin/macos/framework/Source/FlutterKeyboardManager.mm", "repo_id": "engine", "token_count": 5134 }
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 "flutter/fml/logging.h" #import "flutter/shell/platform/darwin/macos/framework/Source/FlutterPlatformViewController.h" @implementation FlutterPl...
engine/shell/platform/darwin/macos/framework/Source/FlutterPlatformViewController.mm/0
{ "file_path": "engine/shell/platform/darwin/macos/framework/Source/FlutterPlatformViewController.mm", "repo_id": "engine", "token_count": 2917 }
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. #import "flutter/shell/platform/darwin/macos/framework/Source/FlutterTextureRegistrar.h" #import "flutter/shell/platform/darwin/macos/framework/Source/Flu...
engine/shell/platform/darwin/macos/framework/Source/FlutterTextureRegistrar.mm/0
{ "file_path": "engine/shell/platform/darwin/macos/framework/Source/FlutterTextureRegistrar.mm", "repo_id": "engine", "token_count": 671 }
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. #ifndef FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTERVIEWCONTROLLER_INTERNAL_H_ #define FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE...
engine/shell/platform/darwin/macos/framework/Source/FlutterViewController_Internal.h/0
{ "file_path": "engine/shell/platform/darwin/macos/framework/Source/FlutterViewController_Internal.h", "repo_id": "engine", "token_count": 1051 }
386
framework module FlutterEmbedder { umbrella header "FlutterEmbedder.h" export * module * { export * } }
engine/shell/platform/embedder/assets/embedder.modulemap/0
{ "file_path": "engine/shell/platform/embedder/assets/embedder.modulemap", "repo_id": "engine", "token_count": 36 }
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_EMBEDDER_EMBEDDER_EXTERNAL_VIEW_EMBEDDER_H_ #define FLUTTER_SHELL_PLATFORM_EMBEDDER_EMBEDDER_EXTERNAL_VIEW_EMBEDDER_H_ #inc...
engine/shell/platform/embedder/embedder_external_view_embedder.h/0
{ "file_path": "engine/shell/platform/embedder/embedder_external_view_embedder.h", "repo_id": "engine", "token_count": 2070 }
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_EMBEDDER_EMBEDDER_SEMANTICS_UPDATE_H_ #define FLUTTER_SHELL_PLATFORM_EMBEDDER_EMBEDDER_SEMANTICS_UPDATE_H_ #include "flutte...
engine/shell/platform/embedder/embedder_semantics_update.h/0
{ "file_path": "engine/shell/platform/embedder/embedder_semantics_update.h", "repo_id": "engine", "token_count": 1154 }
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 "flutter/shell/platform/embedder/embedder_task_runner.h" #include "flutter/fml/message_loop_impl.h" #include "flutter/fml/message_loop_task_queue...
engine/shell/platform/embedder/embedder_task_runner.cc/0
{ "file_path": "engine/shell/platform/embedder/embedder_task_runner.cc", "repo_id": "engine", "token_count": 958 }
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. #ifndef FLUTTER_SHELL_PLATFORM_EMBEDDER_TEST_UTILS_KEY_CODES_G_H_ #define FLUTTER_SHELL_PLATFORM_EMBEDDER_TEST_UTILS_KEY_CODES_G_H_ #include <cinttypes> ...
engine/shell/platform/embedder/test_utils/key_codes.g.h/0
{ "file_path": "engine/shell/platform/embedder/test_utils/key_codes.g.h", "repo_id": "engine", "token_count": 14927 }
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. #include "flutter/shell/platform/embedder/tests/embedder_test_compositor_gl.h" #include <utility> #include "flutter/fml/logging.h" #include "flutter/shel...
engine/shell/platform/embedder/tests/embedder_test_compositor_gl.cc/0
{ "file_path": "engine/shell/platform/embedder/tests/embedder_test_compositor_gl.cc", "repo_id": "engine", "token_count": 1595 }
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/tests/embedder_test_context_vulkan.h" #include <memory> #include <utility> #include "flutter/fml/logging.h" #in...
engine/shell/platform/embedder/tests/embedder_test_context_vulkan.cc/0
{ "file_path": "engine/shell/platform/embedder/tests/embedder_test_context_vulkan.cc", "repo_id": "engine", "token_count": 879 }
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. #ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_DART_PKG_FUCHSIA_SDK_EXT_FUCHSIA_H_ #define FLUTTER_SHELL_PLATFORM_FUCHSIA_DART_PKG_FUCHSIA_SDK_EXT_FUCHSIA_H_ #inc...
engine/shell/platform/fuchsia/dart-pkg/fuchsia/sdk_ext/fuchsia.h/0
{ "file_path": "engine/shell/platform/fuchsia/dart-pkg/fuchsia/sdk_ext/fuchsia.h", "repo_id": "engine", "token_count": 290 }
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_DART_PKG_ZIRCON_SDK_EXT_HANDLE_DISPOSITION_H_ #define FLUTTER_SHELL_PLATFORM_FUCHSIA_DART_PKG_ZIRCON_SDK_EXT_HANDLE_...
engine/shell/platform/fuchsia/dart-pkg/zircon/sdk_ext/handle_disposition.h/0
{ "file_path": "engine/shell/platform/fuchsia/dart-pkg/zircon/sdk_ext/handle_disposition.h", "repo_id": "engine", "token_count": 1142 }
395
#include "dart_dl.h" #include "flutter/fml/logging.h" #include "include/dart_api_dl.h" int zircon_dart_dl_initialize(void* initialize_api_dl_data) { if (Dart_InitializeApiDL(initialize_api_dl_data) != 0) { FML_LOG(ERROR) << "Failed to initialise Dart VM API"; return -1; } // Check symbols used are prese...
engine/shell/platform/fuchsia/dart-pkg/zircon_ffi/dart_dl.cc/0
{ "file_path": "engine/shell/platform/fuchsia/dart-pkg/zircon_ffi/dart_dl.cc", "repo_id": "engine", "token_count": 191 }
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 "dart_runner.h" #include <lib/async-loop/loop.h> #include <lib/async/default.h> #include <lib/vfs/cpp/pseudo_dir.h> #include <sys/stat.h> #includ...
engine/shell/platform/fuchsia/dart_runner/dart_runner.cc/0
{ "file_path": "engine/shell/platform/fuchsia/dart_runner/dart_runner.cc", "repo_id": "engine", "token_count": 3674 }
397
# dart_echo_server Contains the Echo servers for the integration tests. There are currently two outputs: - `dart-aot-echo-server` - `dart-jit-echo-server` The outputs run with their respective Dart runners and are consumed by their respective integration test.
engine/shell/platform/fuchsia/dart_runner/tests/startup_integration_test/dart_echo_server/README.md/0
{ "file_path": "engine/shell/platform/fuchsia/dart_runner/tests/startup_integration_test/dart_echo_server/README.md", "repo_id": "engine", "token_count": 69 }
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. #ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_ACCESSIBILITY_BRIDGE_H_ #define FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_ACCESSIBILITY_BRIDGE_H_ // Work arou...
engine/shell/platform/fuchsia/flutter/accessibility_bridge.h/0
{ "file_path": "engine/shell/platform/fuchsia/flutter/accessibility_bridge.h", "repo_id": "engine", "token_count": 3529 }
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 "flatland_connection.h" #include <zircon/status.h> #include "flutter/fml/logging.h" #include "flutter/fml/trace_event.h" namespace flutter_runn...
engine/shell/platform/fuchsia/flutter/flatland_connection.cc/0
{ "file_path": "engine/shell/platform/fuchsia/flutter/flatland_connection.cc", "repo_id": "engine", "token_count": 3441 }
400
{ "comment:0": "NOTE: THIS FILE IS GENERATED. DO NOT EDIT.", "comment:1": "Instead modify 'flutter/shell/platform/fuchsia/flutter/kernel/libraries.yaml' and follow the instructions therein.", "flutter_runner": { "include": [ { "path": "../../../../../../third_party/dart/sdk/lib/libraries.json", ...
engine/shell/platform/fuchsia/flutter/kernel/libraries.json/0
{ "file_path": "engine/shell/platform/fuchsia/flutter/kernel/libraries.json", "repo_id": "engine", "token_count": 422 }
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_FLUTTER_POINTER_DELEGATE_H_ #define FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_POINTER_DELEGATE_H_ #include <fuchsia/ui...
engine/shell/platform/fuchsia/flutter/pointer_delegate.h/0
{ "file_path": "engine/shell/platform/fuchsia/flutter/pointer_delegate.h", "repo_id": "engine", "token_count": 2051 }
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 "software_surface_producer.h" #include <lib/fdio/directory.h> #include <lib/zx/process.h> #include <algorithm> // For std::remove_if #include <...
engine/shell/platform/fuchsia/flutter/software_surface_producer.cc/0
{ "file_path": "engine/shell/platform/fuchsia/flutter/software_surface_producer.cc", "repo_id": "engine", "token_count": 3109 }
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 "fake_flatland.h" #include <zircon/types.h> #include <algorithm> // For std::remove_if #include <memory> #include "flutter/fml/logging.h" nam...
engine/shell/platform/fuchsia/flutter/tests/fakes/scenic/fake_flatland.cc/0
{ "file_path": "engine/shell/platform/fuchsia/flutter/tests/fakes/scenic/fake_flatland.cc", "repo_id": "engine", "token_count": 13925 }
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. import("//flutter/tools/fuchsia/dart/dart_library.gni") import("//flutter/tools/fuchsia/flutter/flutter_component.gni") import("//flutter/tools/fuchsia/gn-sdk...
engine/shell/platform/fuchsia/flutter/tests/integration/text-input/text-input-view/BUILD.gn/0
{ "file_path": "engine/shell/platform/fuchsia/flutter/tests/integration/text-input/text-input-view/BUILD.gn", "repo_id": "engine", "token_count": 375 }
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. assert(is_fuchsia) import("//flutter/tools/fuchsia/gn-sdk/src/gn_configs.gni") source_set("check_view") { sources = [ "check_view.cc", "check_view...
engine/shell/platform/fuchsia/flutter/tests/integration/utils/BUILD.gn/0
{ "file_path": "engine/shell/platform/fuchsia/flutter/tests/integration/utils/BUILD.gn", "repo_id": "engine", "token_count": 703 }
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. /// Text editing functionality delegated from |PlatformView|. /// See |TextDelegate| for details. #ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_TEXT_DELE...
engine/shell/platform/fuchsia/flutter/text_delegate.h/0
{ "file_path": "engine/shell/platform/fuchsia/flutter/text_delegate.h", "repo_id": "engine", "token_count": 2074 }
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/common/config.gni") import("//flutter/testing/testing.gni") import("//flutter/tools/fuchsia/gn-sdk/src/gn_configs.gni") ...
engine/shell/platform/fuchsia/runtime/dart/utils/BUILD.gn/0
{ "file_path": "engine/shell/platform/fuchsia/runtime/dart/utils/BUILD.gn", "repo_id": "engine", "token_count": 1429 }
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. #ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_RUNTIME_DART_UTILS_TEMPFS_H_ #define FLUTTER_SHELL_PLATFORM_FUCHSIA_RUNTIME_DART_UTILS_TEMPFS_H_ #include <lib/fdio...
engine/shell/platform/fuchsia/runtime/dart/utils/tempfs.h/0
{ "file_path": "engine/shell/platform/fuchsia/runtime/dart/utils/tempfs.h", "repo_id": "engine", "token_count": 229 }
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_GLFW_CLIENT_WRAPPER_INCLUDE_FLUTTER_PLUGIN_REGISTRAR_GLFW_H_ #define FLUTTER_SHELL_PLATFORM_GLFW_CLIENT_WRAPPER_INCLUDE_FLUT...
engine/shell/platform/glfw/client_wrapper/include/flutter/plugin_registrar_glfw.h/0
{ "file_path": "engine/shell/platform/glfw/client_wrapper/include/flutter/plugin_registrar_glfw.h", "repo_id": "engine", "token_count": 720 }
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_GLFW_PLATFORM_HANDLER_H_ #define FLUTTER_SHELL_PLATFORM_GLFW_PLATFORM_HANDLER_H_ #include <GLFW/glfw3.h> #include "flutter...
engine/shell/platform/glfw/platform_handler.h/0
{ "file_path": "engine/shell/platform/glfw/platform_handler.h", "repo_id": "engine", "token_count": 464 }
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. #ifndef FLUTTER_SHELL_PLATFORM_LINUX_FL_BACKING_STORE_PROVIDER_H_ #define FLUTTER_SHELL_PLATFORM_LINUX_FL_BACKING_STORE_PROVIDER_H_ #include <gtk/gtk.h> ...
engine/shell/platform/linux/fl_backing_store_provider.h/0
{ "file_path": "engine/shell/platform/linux/fl_backing_store_provider.h", "repo_id": "engine", "token_count": 932 }
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 "flutter/shell/platform/linux/fl_gnome_settings.h" #include <gio/gio.h> #include <glib.h> static constexpr char kDesktopInterfaceSchema[] = "org...
engine/shell/platform/linux/fl_gnome_settings.cc/0
{ "file_path": "engine/shell/platform/linux/fl_gnome_settings.cc", "repo_id": "engine", "token_count": 2670 }
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. #include "flutter/shell/platform/linux/fl_key_responder.h" G_DEFINE_INTERFACE(FlKeyResponder, fl_key_responder, G_TYPE_OBJECT) static void fl_key_respond...
engine/shell/platform/linux/fl_key_responder.cc/0
{ "file_path": "engine/shell/platform/linux/fl_key_responder.cc", "repo_id": "engine", "token_count": 412 }
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/linux/public/flutter_linux/fl_method_codec.h" #include <cstring> #include "flutter/shell/platform/linux/fl_method_codec_...
engine/shell/platform/linux/fl_method_codec_test.cc/0
{ "file_path": "engine/shell/platform/linux/fl_method_codec_test.cc", "repo_id": "engine", "token_count": 6879 }
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. #ifndef FLUTTER_SHELL_PLATFORM_LINUX_FL_RENDERER_H_ #define FLUTTER_SHELL_PLATFORM_LINUX_FL_RENDERER_H_ #include <gtk/gtk.h> #include "flutter/shell/plat...
engine/shell/platform/linux/fl_renderer.h/0
{ "file_path": "engine/shell/platform/linux/fl_renderer.h", "repo_id": "engine", "token_count": 2256 }
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. #ifndef FLUTTER_SHELL_PLATFORM_LINUX_FL_SETTINGS_PORTAL_H_ #define FLUTTER_SHELL_PLATFORM_LINUX_FL_SETTINGS_PORTAL_H_ #include "flutter/shell/platform/lin...
engine/shell/platform/linux/fl_settings_portal.h/0
{ "file_path": "engine/shell/platform/linux/fl_settings_portal.h", "repo_id": "engine", "token_count": 592 }
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. #include "flutter/shell/platform/linux/public/flutter_linux/fl_texture_gl.h" #include "flutter/shell/platform/linux/fl_texture_gl_private.h" #include <epo...
engine/shell/platform/linux/fl_texture_gl.cc/0
{ "file_path": "engine/shell/platform/linux/fl_texture_gl.cc", "repo_id": "engine", "token_count": 1073 }
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_KEY_MAPPING_H_ #define FLUTTER_SHELL_PLATFORM_LINUX_KEY_MAPPING_H_ #include <gdk/gdk.h> #include <cinttypes> #include...
engine/shell/platform/linux/key_mapping.h/0
{ "file_path": "engine/shell/platform/linux/key_mapping.h", "repo_id": "engine", "token_count": 600 }
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. #ifndef FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_PLUGIN_REGISTRAR_H_ #define FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_PLUGIN_REGIST...
engine/shell/platform/linux/public/flutter_linux/fl_plugin_registrar.h/0
{ "file_path": "engine/shell/platform/linux/public/flutter_linux/fl_plugin_registrar.h", "repo_id": "engine", "token_count": 848 }
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. #ifndef FLUTTER_SHELL_PLATFORM_LINUX_TESTING_MOCK_SIGNAL_HANDLER_H_ #define FLUTTER_SHELL_PLATFORM_LINUX_TESTING_MOCK_SIGNAL_HANDLER_H_ #include <glib-obj...
engine/shell/platform/linux/testing/mock_signal_handler.h/0
{ "file_path": "engine/shell/platform/linux/testing/mock_signal_handler.h", "repo_id": "engine", "token_count": 957 }
421