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 'package:test/bootstrap/browser.dart';
import 'package:test/test.dart';
import 'package:ui/src/engine/dom.dart';
import... | engine/lib/web_ui/test/engine/view_embedder/embedding_strategy/embedding_strategy_test.dart/0 | {
"file_path": "engine/lib/web_ui/test/engine/view_embedder/embedding_strategy/embedding_strategy_test.dart",
"repo_id": "engine",
"token_count": 432
} | 271 |
// Copyright 2013 The Flutter 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' hide BackdropFilterEngineLayer, ClipRect... | engine/lib/web_ui/test/html/compositing/backdrop_filter_golden_test.dart/0 | {
"file_path": "engine/lib/web_ui/test/html/compositing/backdrop_filter_golden_test.dart",
"repo_id": "engine",
"token_count": 2572
} | 272 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:test/bootstrap/browser.dart';
import 'package:test/test.dart';
import 'package:ui/src/engine.dart';
import 'package:ui/ui.dart';
import 'p... | engine/lib/web_ui/test/html/drawing/canvas_stroke_joins_golden_test.dart/0 | {
"file_path": "engine/lib/web_ui/test/html/drawing/canvas_stroke_joins_golden_test.dart",
"repo_id": "engine",
"token_count": 868
} | 273 |
// Copyright 2013 The Flutter 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:ui/src/engine.dart';
import 'package:ui/ui.dart';
import '../../common/test_initialization.d... | engine/lib/web_ui/test/html/paragraph/text_placeholders_golden_test.dart/0 | {
"file_path": "engine/lib/web_ui/test/html/paragraph/text_placeholders_golden_test.dart",
"repo_id": "engine",
"token_count": 1385
} | 274 |
// Copyright 2013 The Flutter 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:ui/src/engine.dart';
/// 50x50 pixel flutter logo image that contains alpha ramps and colors
/// specifically to transparency and blending... | engine/lib/web_ui/test/html/testimage.dart/0 | {
"file_path": "engine/lib/web_ui/test/html/testimage.dart",
"repo_id": "engine",
"token_count": 6353
} | 275 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'dart:math' as math;
import 'package:test/bootstrap/browser.dart';
import 'package:test/test.dart';
import 'package:ui/ui.dart';
import 'package:we... | engine/lib/web_ui/test/ui/canvas_curves_golden_test.dart/0 | {
"file_path": "engine/lib/web_ui/test/ui/canvas_curves_golden_test.dart",
"repo_id": "engine",
"token_count": 813
} | 276 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:test/bootstrap/browser.dart';
import 'package:test/test.dart';
import 'package:ui/ui.dart';
import '../common/test_initialization.dart';
... | engine/lib/web_ui/test/ui/paragraph_builder_test.dart/0 | {
"file_path": "engine/lib/web_ui/test/ui/paragraph_builder_test.dart",
"repo_id": "engine",
"token_count": 399
} | 277 |
// Copyright 2013 The Flutter 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:typed_data';
import 'package:test/bootstrap/browser.dart';
import 'package:test/test.dart';
import 'package:ui/ui.dart' as ui;
import 'packag... | engine/lib/web_ui/test/ui/vertices_test.dart/0 | {
"file_path": "engine/lib/web_ui/test/ui/vertices_test.dart",
"repo_id": "engine",
"token_count": 2346
} | 278 |
// Copyright 2013 The Flutter 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_timestamp_provider.h"
#include "dart_tools_api.h"
namespace flutter {
DartTimestampProvider::DartTimestampProvider() = default;
DartTime... | engine/runtime/dart_timestamp_provider.cc/0 | {
"file_path": "engine/runtime/dart_timestamp_provider.cc",
"repo_id": "engine",
"token_count": 433
} | 279 |
// Copyright 2013 The Flutter 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_SERVICE_PROTOCOL_H_
#define FLUTTER_RUNTIME_SERVICE_PROTOCOL_H_
#include <map>
#include <set>
#include <string>
#include <string_v... | engine/runtime/service_protocol.h/0 | {
"file_path": "engine/runtime/service_protocol.h",
"repo_id": "engine",
"token_count": 1465
} | 280 |
// Copyright 2013 The Flutter 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 "context_options.h"
#include "gtest/gtest.h"
namespace flutter {
namespace testing {
TEST(ContextOptionsTest, OpenGLDisablesStencilBuffers) {
... | engine/shell/common/context_options_unittests.cc/0 | {
"file_path": "engine/shell/common/context_options_unittests.cc",
"repo_id": "engine",
"token_count": 202
} | 281 |
// Copyright 2013 The Flutter 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_test.h"
#include "flutter/testing/testing.h"
// CREATE_NATIVE_ENTRY is leaky by design
// NOLINTBEGIN(clang-analyzer-... | engine/shell/common/input_events_unittests.cc/0 | {
"file_path": "engine/shell/common/input_events_unittests.cc",
"repo_id": "engine",
"token_count": 8293
} | 282 |
// Copyright 2013 The Flutter 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/run_configuration.h"
#include <sstream>
#include <utility>
#include "flutter/assets/directory_asset_bundle.h"
#include "fl... | engine/shell/common/run_configuration.cc/0 | {
"file_path": "engine/shell/common/run_configuration.cc",
"repo_id": "engine",
"token_count": 1167
} | 283 |
// Copyright 2013 The Flutter 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_H_
#define FLUTTER_SHELL_COMMON_SHELL_TEST_PLATFORM_VIEW_H_
#include "flutter/shell/common/platform_... | engine/shell/common/shell_test_platform_view.h/0 | {
"file_path": "engine/shell/common/shell_test_platform_view.h",
"repo_id": "engine",
"token_count": 767
} | 284 |
// Copyright 2013 The Flutter 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_SNAPSHOT_SURFACE_PRODUCER_H_
#define FLUTTER_SHELL_COMMON_SNAPSHOT_SURFACE_PRODUCER_H_
#include <memory>
#include "flutter/f... | engine/shell/common/snapshot_surface_producer.h/0 | {
"file_path": "engine/shell/common/snapshot_surface_producer.h",
"repo_id": "engine",
"token_count": 219
} | 285 |
// Copyright 2013 The Flutter 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_VSYNC_WAITERS_TEST_H_
#define FLUTTER_SHELL_COMMON_VSYNC_WAITERS_TEST_H_
#define FML_USED_ON_EMBEDDER
#include <utility>
#i... | engine/shell/common/vsync_waiters_test.h/0 | {
"file_path": "engine/shell/common/vsync_waiters_test.h",
"repo_id": "engine",
"token_count": 719
} | 286 |
// Copyright 2013 The Flutter 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_metal_skia.h"
#import <Metal/Metal.h>
#import <QuartzCore/QuartzCore.h>
#include <utility>
#include "flutter/com... | engine/shell/gpu/gpu_surface_metal_skia.mm/0 | {
"file_path": "engine/shell/gpu/gpu_surface_metal_skia.mm",
"repo_id": "engine",
"token_count": 4303
} | 287 |
// Copyright 2013 The Flutter 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_gl_impeller.h"
#include "flutter/impeller/renderer/backend/gles/context_gles.h"
#include "flutter... | engine/shell/platform/android/android_context_gl_impeller.cc/0 | {
"file_path": "engine/shell/platform/android/android_context_gl_impeller.cc",
"repo_id": "engine",
"token_count": 2994
} | 288 |
// Copyright 2013 The Flutter 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_IMAGE_GENERATOR_H_
#define FLUTTER_SHELL_PLATFORM_ANDROID_ANDROID_IMAGE_GENERATOR_H_
#include <jni.h>
#inc... | engine/shell/platform/android/android_image_generator.h/0 | {
"file_path": "engine/shell/platform/android/android_image_generator.h",
"repo_id": "engine",
"token_count": 956
} | 289 |
// Copyright 2013 The Flutter 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_external_texture_gl.h"
#include <android/hardware_buffer_jni.h>
#include <android/sensor.h>
#include "flut... | engine/shell/platform/android/image_external_texture_gl.cc/0 | {
"file_path": "engine/shell/platform/android/image_external_texture_gl.cc",
"repo_id": "engine",
"token_count": 3000
} | 290 |
// Copyright 2013 The Flutter 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.app;
import androidx.annotation.CallSuper;
import com.google.android.play.core.splitcompat.SplitCompatApplication;
import io.flutter.Fl... | engine/shell/platform/android/io/flutter/app/FlutterPlayStoreSplitApplication.java/0 | {
"file_path": "engine/shell/platform/android/io/flutter/app/FlutterPlayStoreSplitApplication.java",
"repo_id": "engine",
"token_count": 611
} | 291 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package io.flutter.embedding.android;
import android.view.KeyEvent;
import androidx.annotation.NonNull;
import io.flutter.embedding.engine.systemchannels.... | engine/shell/platform/android/io/flutter/embedding/android/KeyChannelResponder.java/0 | {
"file_path": "engine/shell/platform/android/io/flutter/embedding/android/KeyChannelResponder.java",
"repo_id": "engine",
"token_count": 611
} | 292 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package io.flutter.embedding.engine;
import android.content.Context;
import android.content.Intent;
import androidx.annotation.NonNull;
import java.util.*... | engine/shell/platform/android/io/flutter/embedding/engine/FlutterShellArgs.java/0 | {
"file_path": "engine/shell/platform/android/io/flutter/embedding/engine/FlutterShellArgs.java",
"repo_id": "engine",
"token_count": 3636
} | 293 |
// Copyright 2013 The Flutter 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.activity;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android... | engine/shell/platform/android/io/flutter/embedding/engine/plugins/activity/ActivityControlSurface.java/0 | {
"file_path": "engine/shell/platform/android/io/flutter/embedding/engine/plugins/activity/ActivityControlSurface.java",
"repo_id": "engine",
"token_count": 2145
} | 294 |
// Copyright 2013 The Flutter 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.renderer;
/**
* Listener invoked when Flutter starts and stops rendering pixels to an Android {@code View}
* hierarc... | engine/shell/platform/android/io/flutter/embedding/engine/renderer/FlutterUiDisplayListener.java/0 | {
"file_path": "engine/shell/platform/android/io/flutter/embedding/engine/renderer/FlutterUiDisplayListener.java",
"repo_id": "engine",
"token_count": 211
} | 295 |
package io.flutter.embedding.engine.systemchannels;
import static io.flutter.Build.API_LEVELS;
import android.annotation.SuppressLint;
import android.os.Build;
import android.util.DisplayMetrics;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.annotation.UiThread;
import andro... | engine/shell/platform/android/io/flutter/embedding/engine/systemchannels/SettingsChannel.java/0 | {
"file_path": "engine/shell/platform/android/io/flutter/embedding/engine/systemchannels/SettingsChannel.java",
"repo_id": "engine",
"token_count": 3522
} | 296 |
// Copyright 2013 The Flutter 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 io.... | engine/shell/platform/android/io/flutter/plugin/common/MethodChannel.java/0 | {
"file_path": "engine/shell/platform/android/io/flutter/plugin/common/MethodChannel.java",
"repo_id": "engine",
"token_count": 3704
} | 297 |
package io.flutter.plugin.platform;
import static io.flutter.Build.API_LEVELS;
import android.annotation.TargetApi;
import android.graphics.ImageFormat;
import android.hardware.HardwareBuffer;
import android.media.Image;
import android.media.ImageReader;
import android.os.Build;
import android.os.Handler;
import andr... | engine/shell/platform/android/io/flutter/plugin/platform/ImageReaderPlatformViewRenderTarget.java/0 | {
"file_path": "engine/shell/platform/android/io/flutter/plugin/platform/ImageReaderPlatformViewRenderTarget.java",
"repo_id": "engine",
"token_count": 1565
} | 298 |
// Copyright 2013 The Flutter 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 static android.view.View.OnFocusChangeListener;
import static io.flutter.Build.API_LEVELS;
import android.anno... | engine/shell/platform/android/io/flutter/plugin/platform/VirtualDisplayController.java/0 | {
"file_path": "engine/shell/platform/android/io/flutter/plugin/platform/VirtualDisplayController.java",
"repo_id": "engine",
"token_count": 4032
} | 299 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package io.flutter.view;
import android.graphics.SurfaceTexture;
import android.media.Image;
import android.view.Surface;
import androidx.annotation.Keep;... | engine/shell/platform/android/io/flutter/view/TextureRegistry.java/0 | {
"file_path": "engine/shell/platform/android/io/flutter/view/TextureRegistry.java",
"repo_id": "engine",
"token_count": 1423
} | 300 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef FLUTTER_SHELL_PLATFORM_ANDROID_PLATFORM_VIEW_ANDROID_DELEGATE_PLATFORM_VIEW_ANDROID_DELEGATE_H_
#define FLUTTER_SHELL_PLATFORM_ANDROID_PLATFORM_VIE... | engine/shell/platform/android/platform_view_android_delegate/platform_view_android_delegate.h/0 | {
"file_path": "engine/shell/platform/android/platform_view_android_delegate/platform_view_android_delegate.h",
"repo_id": "engine",
"token_count": 391
} | 301 |
// Copyright 2013 The Flutter 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_texture_external_texture_gl.h"
#include <utility>
#include "flutter/display_list/effects/dl_color_source... | engine/shell/platform/android/surface_texture_external_texture_gl.cc/0 | {
"file_path": "engine/shell/platform/android/surface_texture_external_texture_gl.cc",
"repo_id": "engine",
"token_count": 1595
} | 302 |
package io.flutter.embedding.android;
import android.content.Intent;
import androidx.annotation.NonNull;
import org.robolectric.Robolectric;
import org.robolectric.android.controller.ActivityController;
/**
* Creates a {@code FlutterActivity} for use by test code that do not sit within the {@code
* io.flutter.embed... | engine/shell/platform/android/test/io/flutter/embedding/android/RobolectricFlutterActivity.java/0 | {
"file_path": "engine/shell/platform/android/test/io/flutter/embedding/android/RobolectricFlutterActivity.java",
"repo_id": "engine",
"token_count": 423
} | 303 |
package io.flutter.embedding.engine.mutatorsstack;
import static android.view.View.OnFocusChangeListener;
import static junit.framework.TestCase.*;
import static org.mockito.Mockito.*;
import android.content.Context;
import android.graphics.Matrix;
import android.view.MotionEvent;
import android.view.View;
import and... | engine/shell/platform/android/test/io/flutter/embedding/engine/mutatorsstack/FlutterMutatorViewTest.java/0 | {
"file_path": "engine/shell/platform/android/test/io/flutter/embedding/engine/mutatorsstack/FlutterMutatorViewTest.java",
"repo_id": "engine",
"token_count": 3193
} | 304 |
package io.flutter.plugin.common;
import static org.junit.Assert.assertNull;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.robolectric.annotation.Config;
@Config(manifest = Config.NONE)
@RunWith(AndroidJUnit4.class)
public class BinaryCodecTe... | engine/shell/platform/android/test/io/flutter/plugin/common/BinaryCodecTest.java/0 | {
"file_path": "engine/shell/platform/android/test/io/flutter/plugin/common/BinaryCodecTest.java",
"repo_id": "engine",
"token_count": 152
} | 305 |
// Copyright 2013 The Flutter 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 static android.os.Looper.getMainLooper;
import static io.flutter.embedding.engine.systemchannels.PlatformViewsC... | engine/shell/platform/android/test/io/flutter/plugin/platform/PlatformViewsControllerTest.java/0 | {
"file_path": "engine/shell/platform/android/test/io/flutter/plugin/platform/PlatformViewsControllerTest.java",
"repo_id": "engine",
"token_count": 23034
} | 306 |
android.useAndroidX=true
| engine/shell/platform/android/test_runner/gradle.properties/0 | {
"file_path": "engine/shell/platform/android/test_runner/gradle.properties",
"repo_id": "engine",
"token_count": 8
} | 307 |
// Copyright 2013 The Flutter 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_BYTE_BUFFER_STREAMS_H_
#define FLUTTER_SHELL_PLATFORM_COMMON_CLIENT_WRAPPER_BYTE_BUFFER_STREAMS_H_
#i... | engine/shell/platform/common/client_wrapper/byte_buffer_streams.h/0 | {
"file_path": "engine/shell/platform/common/client_wrapper/byte_buffer_streams.h",
"repo_id": "engine",
"token_count": 1011
} | 308 |
// Copyright 2013 The Flutter 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_METHOD_CALL_H_
#define FLUTTER_SHELL_PLATFORM_COMMON_CLIENT_WRAPPER_INCLUDE_FLUTTER_ME... | engine/shell/platform/common/client_wrapper/include/flutter/method_call.h/0 | {
"file_path": "engine/shell/platform/common/client_wrapper/include/flutter/method_call.h",
"repo_id": "engine",
"token_count": 451
} | 309 |
# Copyright 2013 The Flutter 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("core_wrapper_files.gni")
# Publishes client wrapper files to the output directory for distribution.
# This can be used multiple times to combine vari... | engine/shell/platform/common/client_wrapper/publish.gni/0 | {
"file_path": "engine/shell/platform/common/client_wrapper/publish.gni",
"repo_id": "engine",
"token_count": 1432
} | 310 |
// Copyright 2013 The Flutter 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_GEOMETRY_H_
#define FLUTTER_SHELL_PLATFORM_COMMON_GEOMETRY_H_
#include <cmath>
namespace flutter {
// A point in C... | engine/shell/platform/common/geometry.h/0 | {
"file_path": "engine/shell/platform/common/geometry.h",
"repo_id": "engine",
"token_count": 747
} | 311 |
// Copyright 2013 The Flutter 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_PUBLIC_FLUTTER_MACROS_H_
#define FLUTTER_SHELL_PLATFORM_COMMON_PUBLIC_FLUTTER_MACROS_H_
#ifdef FLUTTER_DESKTOP_LIBRA... | engine/shell/platform/common/public/flutter_macros.h/0 | {
"file_path": "engine/shell/platform/common/public/flutter_macros.h",
"repo_id": "engine",
"token_count": 286
} | 312 |
# Doxyfile 1.8.17
##############################################################################
# This is a Doxyfile to help identify holes in iOS's Flutter.framework.
##############################################################################
# This file describes the settings to be used by the documentation sys... | engine/shell/platform/darwin/Doxyfile/0 | {
"file_path": "engine/shell/platform/darwin/Doxyfile",
"repo_id": "engine",
"token_count": 33553
} | 313 |
// Copyright 2013 The Flutter 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/FlutterBinaryMessengerRelay.h"
#include "flutter/fml/logging.h"
FLUTTER_ASSERT_ARC
@imple... | engine/shell/platform/darwin/common/framework/Source/FlutterBinaryMessengerRelay.mm/0 | {
"file_path": "engine/shell/platform/darwin/common/framework/Source/FlutterBinaryMessengerRelay.mm",
"repo_id": "engine",
"token_count": 1058
} | 314 |
doxygen Doxyfile 2>&1 | grep "not documented"
| engine/shell/platform/darwin/find-undocumented-ios.sh/0 | {
"file_path": "engine/shell/platform/darwin/find-undocumented-ios.sh",
"repo_id": "engine",
"token_count": 17
} | 315 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_HEADERS_FLUTTERPLATFORMVIEWS_H_
#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_HEADERS_FLUTTERPLAT... | engine/shell/platform/darwin/ios/framework/Headers/FlutterPlatformViews.h/0 | {
"file_path": "engine/shell/platform/darwin/ios/framework/Headers/FlutterPlatformViews.h",
"repo_id": "engine",
"token_count": 705
} | 316 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERDARTPROJECT_INTERNAL_H_
#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTE... | engine/shell/platform/darwin/ios/framework/Source/FlutterDartProject_Internal.h/0 | {
"file_path": "engine/shell/platform/darwin/ios/framework/Source/FlutterDartProject_Internal.h",
"repo_id": "engine",
"token_count": 891
} | 317 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERINDIRECTSCRIBBLEDELEGATE_H_
#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FL... | engine/shell/platform/darwin/ios/framework/Source/FlutterIndirectScribbleDelegate.h/0 | {
"file_path": "engine/shell/platform/darwin/ios/framework/Source/FlutterIndirectScribbleDelegate.h",
"repo_id": "engine",
"token_count": 440
} | 318 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERPLATFORMVIEWS_INTERNAL_H_
#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUT... | engine/shell/platform/darwin/ios/framework/Source/FlutterPlatformViews_Internal.h/0 | {
"file_path": "engine/shell/platform/darwin/ios/framework/Source/FlutterPlatformViews_Internal.h",
"repo_id": "engine",
"token_count": 6416
} | 319 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#import "flutter/shell/platform/darwin/common/framework/Source/FlutterBinaryMessengerRelay.h"
#import "flutter/shell/platform/darwin/ios/framework/Source/F... | engine/shell/platform/darwin/ios/framework/Source/FlutterTextInputPluginTest.mm/0 | {
"file_path": "engine/shell/platform/darwin/ios/framework/Source/FlutterTextInputPluginTest.mm",
"repo_id": "engine",
"token_count": 60984
} | 320 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERVIEWCONTROLLER_INTERNAL_H_
#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLU... | engine/shell/platform/darwin/ios/framework/Source/FlutterViewController_Internal.h/0 | {
"file_path": "engine/shell/platform/darwin/ios/framework/Source/FlutterViewController_Internal.h",
"repo_id": "engine",
"token_count": 1097
} | 321 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_ACCESSIBILITY_BRIDGE_IOS_H_
#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_ACCESSIBI... | engine/shell/platform/darwin/ios/framework/Source/accessibility_bridge_ios.h/0 | {
"file_path": "engine/shell/platform/darwin/ios/framework/Source/accessibility_bridge_ios.h",
"repo_id": "engine",
"token_count": 639
} | 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.
#include "flutter/shell/platform/darwin/ios/ios_context.h"
#include "flutter/shell/platform/darwin/ios/rendering_api_selection.h"
#include "flutter/fml/lo... | engine/shell/platform/darwin/ios/ios_context.mm/0 | {
"file_path": "engine/shell/platform/darwin/ios/ios_context.mm",
"repo_id": "engine",
"token_count": 808
} | 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 "flutter/shell/platform/darwin/ios/ios_surface_metal_skia.h"
#include "flutter/shell/gpu/gpu_surface_metal_delegate.h"
#include "flutter/shell/gpu... | engine/shell/platform/darwin/ios/ios_surface_metal_skia.mm/0 | {
"file_path": "engine/shell/platform/darwin/ios/ios_surface_metal_skia.mm",
"repo_id": "engine",
"token_count": 1540
} | 324 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_HEADERS_FLUTTERPLATFORMVIEWS_H_
#define FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_HEADERS_FLUTTER... | engine/shell/platform/darwin/macos/framework/Headers/FlutterPlatformViews.h/0 | {
"file_path": "engine/shell/platform/darwin/macos/framework/Headers/FlutterPlatformViews.h",
"repo_id": "engine",
"token_count": 475
} | 325 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTERCHANNELKEYRESPONDER_H_
#define FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLU... | engine/shell/platform/darwin/macos/framework/Source/FlutterChannelKeyResponder.h/0 | {
"file_path": "engine/shell/platform/darwin/macos/framework/Source/FlutterChannelKeyResponder.h",
"repo_id": "engine",
"token_count": 365
} | 326 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTERENGINETESTUTILS_H_
#define FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTER... | engine/shell/platform/darwin/macos/framework/Source/FlutterEngineTestUtils.h/0 | {
"file_path": "engine/shell/platform/darwin/macos/framework/Source/FlutterEngineTestUtils.h",
"repo_id": "engine",
"token_count": 666
} | 327 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTERMUTATORVIEW_H_
#define FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTERMUTA... | engine/shell/platform/darwin/macos/framework/Source/FlutterMutatorView.h/0 | {
"file_path": "engine/shell/platform/darwin/macos/framework/Source/FlutterMutatorView.h",
"repo_id": "engine",
"token_count": 655
} | 328 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTERTEXTINPUTPLUGIN_H_
#define FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTER... | engine/shell/platform/darwin/macos/framework/Source/FlutterTextInputPlugin.h/0 | {
"file_path": "engine/shell/platform/darwin/macos/framework/Source/FlutterTextInputPlugin.h",
"repo_id": "engine",
"token_count": 809
} | 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 "flutter/shell/platform/darwin/macos/framework/Source/FlutterDisplayLink.h"
#import "flutter/shell/platform/darwin/macos/framework/Source/FlutterVS... | engine/shell/platform/darwin/macos/framework/Source/FlutterVSyncWaiterTest.mm/0 | {
"file_path": "engine/shell/platform/darwin/macos/framework/Source/FlutterVSyncWaiterTest.mm",
"repo_id": "engine",
"token_count": 3126
} | 330 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef FLUTTER_SHELL_PLATFORM_EMBEDDER_EMBEDDER_EXTERNAL_TEXTURE_METAL_H_
#define FLUTTER_SHELL_PLATFORM_EMBEDDER_EMBEDDER_EXTERNAL_TEXTURE_METAL_H_
#inc... | engine/shell/platform/embedder/embedder_external_texture_metal.h/0 | {
"file_path": "engine/shell/platform/embedder/embedder_external_texture_metal.h",
"repo_id": "engine",
"token_count": 698
} | 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.
#include "flutter/shell/platform/embedder/embedder_render_target_cache.h"
namespace flutter {
EmbedderRenderTargetCache::EmbedderRenderTargetCache() = de... | engine/shell/platform/embedder/embedder_render_target_cache.cc/0 | {
"file_path": "engine/shell/platform/embedder/embedder_render_target_cache.cc",
"repo_id": "engine",
"token_count": 532
} | 332 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include <utility>
#include "flutter/shell/platform/embedder/embedder_surface_metal.h"
#include "flutter/fml/logging.h"
#include "flutter/shell/gpu/gpu_s... | engine/shell/platform/embedder/embedder_surface_metal.mm/0 | {
"file_path": "engine/shell/platform/embedder/embedder_surface_metal.mm",
"repo_id": "engine",
"token_count": 1041
} | 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.
#define FML_USED_ON_EMBEDDER
#include <string>
#include <vector>
#import <Metal/Metal.h>
#include "embedder.h"
#include "flutter/display_list/skia/dl_sk... | engine/shell/platform/embedder/tests/embedder_metal_unittests.mm/0 | {
"file_path": "engine/shell/platform/embedder/tests/embedder_metal_unittests.mm",
"repo_id": "engine",
"token_count": 9068
} | 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_SHELL_PLATFORM_EMBEDDER_TESTS_EMBEDDER_TEST_CONTEXT_H_
#define FLUTTER_SHELL_PLATFORM_EMBEDDER_TESTS_EMBEDDER_TEST_CONTEXT_H_
#include <fu... | engine/shell/platform/embedder/tests/embedder_test_context.h/0 | {
"file_path": "engine/shell/platform/embedder/tests/embedder_test_context.h",
"repo_id": "engine",
"token_count": 1980
} | 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.
assert(is_fuchsia)
import("//flutter/common/config.gni")
import("//flutter/testing/testing.gni")
import("//flutter/tools/fuchsia/dart.gni")
import("//flutter... | engine/shell/platform/fuchsia/BUILD.gn/0 | {
"file_path": "engine/shell/platform/fuchsia/BUILD.gn",
"repo_id": "engine",
"token_count": 1176
} | 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.
part of zircon;
@pragma('vm:entry-point')
class ZDChannel {
static ZDChannel? create([int options = 0]) {
final Pointer<zircon_dart_handle_pair_t>? ... | engine/shell/platform/fuchsia/dart-pkg/zircon/lib/src/zd_channel.dart/0 | {
"file_path": "engine/shell/platform/fuchsia/dart-pkg/zircon/lib/src/zd_channel.dart",
"repo_id": "engine",
"token_count": 761
} | 337 |
# Dart Runner Tests
Contains tests for the Dart Runner and their corresponding utility code
| engine/shell/platform/fuchsia/dart_runner/tests/README.md/0 | {
"file_path": "engine/shell/platform/fuchsia/dart_runner/tests/README.md",
"repo_id": "engine",
"token_count": 19
} | 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.
import("//build/compiled_action.gni")
import("//flutter/common/config.gni")
import("//flutter/tools/fuchsia/dart.gni")
import("//flutter/tools/fuchsia/dart_ke... | engine/shell/platform/fuchsia/dart_runner/vmservice/BUILD.gn/0 | {
"file_path": "engine/shell/platform/fuchsia/dart_runner/vmservice/BUILD.gn",
"repo_id": "engine",
"token_count": 834
} | 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 "component_v2.h"
#include <gtest/gtest.h>
#include <optional>
namespace flutter_runner {
namespace {
TEST(ComponentV2, ParseProgramMetadataDefa... | engine/shell/platform/fuchsia/flutter/component_v2_unittest.cc/0 | {
"file_path": "engine/shell/platform/fuchsia/flutter/component_v2_unittest.cc",
"repo_id": "engine",
"token_count": 2289
} | 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.
#ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_FUCHSIA_INTL_H_
#define FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_FUCHSIA_INTL_H_
#include <fuchsia/intl/cpp/f... | engine/shell/platform/fuchsia/flutter/fuchsia_intl.h/0 | {
"file_path": "engine/shell/platform/fuchsia/flutter/fuchsia_intl.h",
"repo_id": "engine",
"token_count": 309
} | 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/platform/fuchsia/flutter/rtree.h"
#include "flutter/testing/testing.h"
#include "third_party/skia/include/core/SkCanvas.h"
#includ... | engine/shell/platform/fuchsia/flutter/rtree_unittests.cc/0 | {
"file_path": "engine/shell/platform/fuchsia/flutter/rtree_unittests.cc",
"repo_id": "engine",
"token_count": 3457
} | 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 "fakes/scenic/fake_flatland.h"
#include <lib/async-testing/test_loop.h>
#include <lib/async/dispatcher.h>
#include <string>
#include "flutter/f... | engine/shell/platform/fuchsia/flutter/tests/fake_flatland_unittests.cc/0 | {
"file_path": "engine/shell/platform/fuchsia/flutter/tests/fake_flatland_unittests.cc",
"repo_id": "engine",
"token_count": 1869
} | 343 |
# Flutter runner integration tests
To run the Flutter runner integration tests locally,
first start a Fuchsia package server:
```shell
cd "$FUCHSIA_DIR"
fx serve
```
Then run the integration test:
```shell
$ENGINE_DIR/flutter/tools/fuchsia/devshell/run_integration_test.sh <integration_test_folder_name> --no-lto
```... | engine/shell/platform/fuchsia/flutter/tests/integration/README.md/0 | {
"file_path": "engine/shell/platform/fuchsia/flutter/tests/integration/README.md",
"repo_id": "engine",
"token_count": 546
} | 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.
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/mouse-input/mouse-input-view/BUILD.gn/0 | {
"file_path": "engine/shell/platform/fuchsia/flutter/tests/integration/mouse-input/mouse-input-view/BUILD.gn",
"repo_id": "engine",
"token_count": 369
} | 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.
#ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_TESTS_POINTER_EVENT_UTILITY_H_
#define FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_TESTS_POINTER_EVENT_UTILITY_H_... | engine/shell/platform/fuchsia/flutter/tests/pointer_event_utility.h/0 | {
"file_path": "engine/shell/platform/fuchsia/flutter/tests/pointer_event_utility.h",
"repo_id": "engine",
"token_count": 1167
} | 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_PLATFORM_FUCHSIA_FLUTTER_VULKAN_SURFACE_POOL_H_
#define FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_VULKAN_SURFACE_POOL_H_
#include <fuch... | engine/shell/platform/fuchsia/flutter/vulkan_surface_pool.h/0 | {
"file_path": "engine/shell/platform/fuchsia/flutter/vulkan_surface_pool.h",
"repo_id": "engine",
"token_count": 784
} | 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.
#ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_RUNTIME_DART_UTILS_LOGGING_H_
#define FLUTTER_SHELL_PLATFORM_FUCHSIA_RUNTIME_DART_UTILS_LOGGING_H_
namespace dart_u... | engine/shell/platform/fuchsia/runtime/dart/utils/logging.h/0 | {
"file_path": "engine/shell/platform/fuchsia/runtime/dart/utils/logging.h",
"repo_id": "engine",
"token_count": 195
} | 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 <memory>
#include <string>
#include "flutter/shell/platform/glfw/client_wrapper/include/flutter/flutter_engine.h"
#include "flutter/shell/platfor... | engine/shell/platform/glfw/client_wrapper/flutter_engine_unittests.cc/0 | {
"file_path": "engine/shell/platform/glfw/client_wrapper/flutter_engine_unittests.cc",
"repo_id": "engine",
"token_count": 1299
} | 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.
#ifndef FLUTTER_SHELL_PLATFORM_GLFW_GLFW_EVENT_LOOP_H_
#define FLUTTER_SHELL_PLATFORM_GLFW_GLFW_EVENT_LOOP_H_
#include "flutter/shell/platform/glfw/event_... | engine/shell/platform/glfw/glfw_event_loop.h/0 | {
"file_path": "engine/shell/platform/glfw/glfw_event_loop.h",
"repo_id": "engine",
"token_count": 351
} | 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/linux/fl_accessible_node.h"
#include "flutter/shell/platform/linux/fl_engine_private.h"
// Maps Flutter semantics flags t... | engine/shell/platform/linux/fl_accessible_node.cc/0 | {
"file_path": "engine/shell/platform/linux/fl_accessible_node.cc",
"repo_id": "engine",
"token_count": 9500
} | 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.
#include "flutter/shell/platform/linux/fl_key_channel_responder.h"
#include "gtest/gtest.h"
#include "flutter/shell/platform/linux/fl_binary_messenger_pr... | engine/shell/platform/linux/fl_key_channel_responder_test.cc/0 | {
"file_path": "engine/shell/platform/linux/fl_key_channel_responder_test.cc",
"repo_id": "engine",
"token_count": 3489
} | 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.
#include "flutter/shell/platform/linux/public/flutter_linux/fl_method_call.h"
#include "flutter/shell/platform/linux/fl_method_call_private.h"
#include "fl... | engine/shell/platform/linux/fl_method_call.cc/0 | {
"file_path": "engine/shell/platform/linux/fl_method_call.cc",
"repo_id": "engine",
"token_count": 2150
} | 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.
#ifndef FLUTTER_SHELL_PLATFORM_LINUX_FL_PLATFORM_PLUGIN_H_
#define FLUTTER_SHELL_PLATFORM_LINUX_FL_PLATFORM_PLUGIN_H_
#include "flutter/shell/platform/lin... | engine/shell/platform/linux/fl_platform_plugin.h/0 | {
"file_path": "engine/shell/platform/linux/fl_platform_plugin.h",
"repo_id": "engine",
"token_count": 566
} | 354 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef FLUTTER_SHELL_PLATFORM_LINUX_FL_SCROLLING_VIEW_DELEGATE_H_
#define FLUTTER_SHELL_PLATFORM_LINUX_FL_SCROLLING_VIEW_DELEGATE_H_
#include <gdk/gdk.h>... | engine/shell/platform/linux/fl_scrolling_view_delegate.h/0 | {
"file_path": "engine/shell/platform/linux/fl_scrolling_view_delegate.h",
"repo_id": "engine",
"token_count": 1334
} | 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.
#ifndef FLUTTER_SHELL_PLATFORM_LINUX_FL_TASK_RUNNER_H_
#define FLUTTER_SHELL_PLATFORM_LINUX_FL_TASK_RUNNER_H_
#include <glib-object.h>
#include "flutter/... | engine/shell/platform/linux/fl_task_runner.h/0 | {
"file_path": "engine/shell/platform/linux/fl_task_runner.h",
"repo_id": "engine",
"token_count": 684
} | 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.
#include "flutter/shell/platform/linux/public/flutter_linux/fl_view.h"
#include "flutter/shell/platform/linux/fl_view_private.h"
#include <cstring>
#inc... | engine/shell/platform/linux/fl_view.cc/0 | {
"file_path": "engine/shell/platform/linux/fl_view.cc",
"repo_id": "engine",
"token_count": 13123
} | 357 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_JSON_METHOD_CODEC_H_
#define FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_JSON_METHOD_... | engine/shell/platform/linux/public/flutter_linux/fl_json_method_codec.h/0 | {
"file_path": "engine/shell/platform/linux/public/flutter_linux/fl_json_method_codec.h",
"repo_id": "engine",
"token_count": 556
} | 358 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_VIEW_H_
#define FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_VIEW_H_
#if !defined(__F... | engine/shell/platform/linux/public/flutter_linux/fl_view.h/0 | {
"file_path": "engine/shell/platform/linux/public/flutter_linux/fl_view.h",
"repo_id": "engine",
"token_count": 642
} | 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.
#include "flutter/shell/platform/linux/testing/mock_plugin_registrar.h"
struct _FlMockPluginRegistrar {
GObject parent_instance;
FlBinaryMessenger* m... | engine/shell/platform/linux/testing/mock_plugin_registrar.cc/0 | {
"file_path": "engine/shell/platform/linux/testing/mock_plugin_registrar.cc",
"repo_id": "engine",
"token_count": 916
} | 360 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "flutter/shell/platform/windows/accessibility_bridge_windows.h"
#include "flutter/fml/logging.h"
#include "flutter/shell/platform/windows/flutter... | engine/shell/platform/windows/accessibility_bridge_windows.cc/0 | {
"file_path": "engine/shell/platform/windows/accessibility_bridge_windows.cc",
"repo_id": "engine",
"token_count": 3753
} | 361 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef FLUTTER_SHELL_PLATFORM_WINDOWS_CLIENT_WRAPPER_INCLUDE_FLUTTER_PLUGIN_REGISTRAR_WINDOWS_H_
#define FLUTTER_SHELL_PLATFORM_WINDOWS_CLIENT_WRAPPER_INC... | engine/shell/platform/windows/client_wrapper/include/flutter/plugin_registrar_windows.h/0 | {
"file_path": "engine/shell/platform/windows/client_wrapper/include/flutter/plugin_registrar_windows.h",
"repo_id": "engine",
"token_count": 2142
} | 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.
#include "flutter/shell/platform/windows/direct_manipulation.h"
#include "flutter/fml/macros.h"
#include "flutter/shell/platform/windows/testing/mock_wind... | engine/shell/platform/windows/direct_manipulation_unittests.cc/0 | {
"file_path": "engine/shell/platform/windows/direct_manipulation_unittests.cc",
"repo_id": "engine",
"token_count": 9883
} | 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.
#include "flutter/shell/platform/windows/event_watcher.h"
namespace flutter {
EventWatcher::EventWatcher(std::function<void()> callback)
: callback_(... | engine/shell/platform/windows/event_watcher.cc/0 | {
"file_path": "engine/shell/platform/windows/event_watcher.cc",
"repo_id": "engine",
"token_count": 365
} | 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_WINDOWS_FLUTTER_WINDOW_H_
#define FLUTTER_SHELL_PLATFORM_WINDOWS_FLUTTER_WINDOW_H_
#include <string>
#include <vector>
#in... | engine/shell/platform/windows/flutter_window.h/0 | {
"file_path": "engine/shell/platform/windows/flutter_window.h",
"repo_id": "engine",
"token_count": 5420
} | 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.
#include "flutter/shell/platform/windows/keyboard_key_channel_handler.h"
#include <windows.h>
#include "flutter/fml/logging.h"
#include "flutter/shell/pl... | engine/shell/platform/windows/keyboard_key_channel_handler.cc/0 | {
"file_path": "engine/shell/platform/windows/keyboard_key_channel_handler.cc",
"repo_id": "engine",
"token_count": 2119
} | 366 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef FLUTTER_SHELL_PLATFORM_WINDOWS_PLATFORM_HANDLER_H_
#define FLUTTER_SHELL_PLATFORM_WINDOWS_PLATFORM_HANDLER_H_
#include <Windows.h>
#include <func... | engine/shell/platform/windows/platform_handler.h/0 | {
"file_path": "engine/shell/platform/windows/platform_handler.h",
"repo_id": "engine",
"token_count": 2049
} | 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 "flutter/shell/platform/windows/task_runner.h"
#include <atomic>
#include <utility>
namespace flutter {
TaskRunner::TaskRunner(CurrentTimeProc ... | engine/shell/platform/windows/task_runner.cc/0 | {
"file_path": "engine/shell/platform/windows/task_runner.cc",
"repo_id": "engine",
"token_count": 1393
} | 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.
#include "flutter/shell/platform/windows/testing/mock_window.h"
namespace flutter {
namespace testing {
MockWindow::MockWindow() : FlutterWindow(1, 1){};
... | engine/shell/platform/windows/testing/mock_window.cc/0 | {
"file_path": "engine/shell/platform/windows/testing/mock_window.cc",
"repo_id": "engine",
"token_count": 932
} | 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_WINDOWS_TESTING_WINDOWS_TEST_CONTEXT_H_
#define FLUTTER_SHELL_PLATFORM_WINDOWS_TESTING_WINDOWS_TEST_CONTEXT_H_
#include <st... | engine/shell/platform/windows/testing/windows_test_context.h/0 | {
"file_path": "engine/shell/platform/windows/testing/windows_test_context.h",
"repo_id": "engine",
"token_count": 676
} | 370 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.