text
stringlengths
6
13.6M
id
stringlengths
13
176
metadata
dict
__index_level_0__
int64
0
1.69k
#!/boot/bin/sh # Copyright 2013 The Flutter Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. set -x # Kill any existing dart runners. killall dart* || true # Start up a dart runner app that is guaranteed to be JIT, non-product, and # ...
engine/shell/platform/fuchsia/runtime/dart/utils/run_vmservice_object_tests.sh/0
{ "file_path": "engine/shell/platform/fuchsia/runtime/dart/utils/run_vmservice_object_tests.sh", "repo_id": "engine", "token_count": 372 }
500
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_GLFW_CLIENT_WRAPPER_INCLUDE_FLUTTER_FLUTTER_WINDOW_H_ #define FLUTTER_SHELL_PLATFORM_GLFW_CLIENT_WRAPPER_INCLUDE_FLUTTER_FLU...
engine/shell/platform/glfw/client_wrapper/include/flutter/flutter_window.h/0
{ "file_path": "engine/shell/platform/glfw/client_wrapper/include/flutter/flutter_window.h", "repo_id": "engine", "token_count": 1159 }
501
// Copyright 2013 The Flutter 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_KEYBOARD_HOOK_HANDLER_H_ #define FLUTTER_SHELL_PLATFORM_GLFW_KEYBOARD_HOOK_HANDLER_H_ #include <GLFW/glfw3.h> #includ...
engine/shell/platform/glfw/keyboard_hook_handler.h/0
{ "file_path": "engine/shell/platform/glfw/keyboard_hook_handler.h", "repo_id": "engine", "token_count": 423 }
502
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Included first as it collides with the X11 headers. #include "gtest/gtest.h" #include "flutter/shell/platform/embedder/test_utils/proc_table_replacemen...
engine/shell/platform/linux/fl_accessible_text_field_test.cc/0
{ "file_path": "engine/shell/platform/linux/fl_accessible_text_field_test.cc", "repo_id": "engine", "token_count": 10999 }
503
// Copyright 2013 The Flutter 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_event_channel.h" #include <gmodule.h> #include "flutter/shell/platform/linux/fl_method_cod...
engine/shell/platform/linux/fl_event_channel.cc/0
{ "file_path": "engine/shell/platform/linux/fl_event_channel.cc", "repo_id": "engine", "token_count": 3639 }
504
// Copyright 2013 The Flutter 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_event.h" FlKeyEvent* fl_key_event_new_from_gdk_event(GdkEvent* event) { g_return_val_if_fail(event != null...
engine/shell/platform/linux/fl_key_event.cc/0
{ "file_path": "engine/shell/platform/linux/fl_key_event.cc", "repo_id": "engine", "token_count": 508 }
505
// Copyright 2013 The Flutter 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 "flutter/shell/platform/linux/fl_method_codec_private.h" #include ...
engine/shell/platform/linux/fl_method_codec.cc/0
{ "file_path": "engine/shell/platform/linux/fl_method_codec.cc", "repo_id": "engine", "token_count": 1751 }
506
// Copyright 2013 The Flutter 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_plugin_registry.h" #include <gmodule.h> G_DEFINE_INTERFACE(FlPluginRegistry, fl_plugin_reg...
engine/shell/platform/linux/fl_plugin_registry.cc/0
{ "file_path": "engine/shell/platform/linux/fl_plugin_registry.cc", "repo_id": "engine", "token_count": 343 }
507
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "flutter/shell/platform/linux/fl_settings_plugin.h" #include "flutter/shell/platform/embedder/embedder.h" #include "flutter/shell/platform/embedde...
engine/shell/platform/linux/fl_settings_plugin_test.cc/0
{ "file_path": "engine/shell/platform/linux/fl_settings_plugin_test.cc", "repo_id": "engine", "token_count": 2973 }
508
// Copyright 2013 The Flutter 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_TEXT_INPUT_VIEW_DELEGATE_H_ #define FLUTTER_SHELL_PLATFORM_LINUX_FL_TEXT_INPUT_VIEW_DELEGATE_H_ #include <gdk/gdk....
engine/shell/platform/linux/fl_text_input_view_delegate.h/0
{ "file_path": "engine/shell/platform/linux/fl_text_input_view_delegate.h", "repo_id": "engine", "token_count": 647 }
509
// Copyright 2013 The Flutter 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/testing/fl_test_gtk_logs.h" #include "gtest/...
engine/shell/platform/linux/fl_view_test.cc/0
{ "file_path": "engine/shell/platform/linux/fl_view_test.cc", "repo_id": "engine", "token_count": 295 }
510
// Copyright 2013 The Flutter 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_METHOD_RESPONSE_H_ #define FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_METHOD_RESPONS...
engine/shell/platform/linux/public/flutter_linux/fl_method_response.h/0
{ "file_path": "engine/shell/platform/linux/public/flutter_linux/fl_method_response.h", "repo_id": "engine", "token_count": 2635 }
511
// Copyright 2013 The Flutter 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_FL_TEST_GTK_LOGS_H_ #define FLUTTER_SHELL_PLATFORM_LINUX_TESTING_FL_TEST_GTK_LOGS_H_ #include <gtk/gtk.h> na...
engine/shell/platform/linux/testing/fl_test_gtk_logs.h/0
{ "file_path": "engine/shell/platform/linux/testing/fl_test_gtk_logs.h", "repo_id": "engine", "token_count": 541 }
512
// Copyright 2013 The Flutter 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_SETTINGS_H_ #define FLUTTER_SHELL_PLATFORM_LINUX_TESTING_MOCK_SETTINGS_H_ #include "flutter/shell/platfo...
engine/shell/platform/linux/testing/mock_settings.h/0
{ "file_path": "engine/shell/platform/linux/testing/mock_settings.h", "repo_id": "engine", "token_count": 527 }
513
# Copyright 2013 The Flutter 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/build/zip_bundle.gni") import("//flutter/shell/platform/common/client_wrapper/publish.gni") import("//flutter/testing/testing.gni") _wrappe...
engine/shell/platform/windows/client_wrapper/BUILD.gn/0
{ "file_path": "engine/shell/platform/windows/client_wrapper/BUILD.gn", "repo_id": "engine", "token_count": 1826 }
514
// Copyright 2013 The Flutter 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/compositor_opengl.h" #include "GLES3/gl3.h" #include "flutter/shell/platform/windows/flutter_windows_engine.h" #i...
engine/shell/platform/windows/compositor_opengl.cc/0
{ "file_path": "engine/shell/platform/windows/compositor_opengl.cc", "repo_id": "engine", "token_count": 2987 }
515
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_WINDOWS_EGL_CONTEXT_H_ #define FLUTTER_SHELL_PLATFORM_WINDOWS_EGL_CONTEXT_H_ #include <EGL/egl.h> #include "flutter/fml/ma...
engine/shell/platform/windows/egl/context.h/0
{ "file_path": "engine/shell/platform/windows/egl/context.h", "repo_id": "engine", "token_count": 412 }
516
// Copyright 2013 The Flutter 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/external_texture_pixelbuffer.h" namespace flutter { ExternalTexturePixelBuffer::ExternalTexturePixelBuffer( ...
engine/shell/platform/windows/external_texture_pixelbuffer.cc/0
{ "file_path": "engine/shell/platform/windows/external_texture_pixelbuffer.cc", "repo_id": "engine", "token_count": 924 }
517
// Copyright 2013 The Flutter 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/flutter_windows_engine.h" #include "flutter/fml/logging.h" #include "flutter/fml/macros.h" #include "flutter/shel...
engine/shell/platform/windows/flutter_windows_engine_unittests.cc/0
{ "file_path": "engine/shell/platform/windows/flutter_windows_engine_unittests.cc", "repo_id": "engine", "token_count": 18515 }
518
// Copyright 2013 The Flutter 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_embedder_handler.h" #include <string> #include <vector> #include "flutter/shell/platform/embedder/e...
engine/shell/platform/windows/keyboard_key_embedder_handler_unittests.cc/0
{ "file_path": "engine/shell/platform/windows/keyboard_key_embedder_handler_unittests.cc", "repo_id": "engine", "token_count": 16989 }
519
// Copyright 2013 The Flutter 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_VIEW_PLUGIN_H_ #define FLUTTER_SHELL_PLATFORM_WINDOWS_PLATFORM_VIEW_PLUGIN_H_ #include "flutter/shell/plat...
engine/shell/platform/windows/platform_view_plugin.h/0
{ "file_path": "engine/shell/platform/windows/platform_view_plugin.h", "repo_id": "engine", "token_count": 759 }
520
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_WINDOWS_TESTING_EGL_MOCK_CONTEXT_H_ #define FLUTTER_SHELL_PLATFORM_WINDOWS_TESTING_EGL_MOCK_CONTEXT_H_ #include "flutter/fm...
engine/shell/platform/windows/testing/egl/mock_context.h/0
{ "file_path": "engine/shell/platform/windows/testing/egl/mock_context.h", "repo_id": "engine", "token_count": 342 }
521
// Copyright 2013 The Flutter 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_MOCK_WINDOWS_PROC_TABLE_H_ #define FLUTTER_SHELL_PLATFORM_WINDOWS_TESTING_MOCK_WINDOWS_PROC_TABLE_H_ #inclu...
engine/shell/platform/windows/testing/mock_windows_proc_table.h/0
{ "file_path": "engine/shell/platform/windows/testing/mock_windows_proc_table.h", "repo_id": "engine", "token_count": 533 }
522
// Copyright 2013 The Flutter 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/text_input_plugin.h" #include <windows.h> #include <cstdint> #include "flutter/fml/string_conversion.h" #includ...
engine/shell/platform/windows/text_input_plugin.cc/0
{ "file_path": "engine/shell/platform/windows/text_input_plugin.cc", "repo_id": "engine", "token_count": 7451 }
523
# This file is suitable for use within the tree. A different _embedder.yaml # is generated by the BUILD.gn in this directory. Changes here must be # mirrored there. embedded_libs: "dart:async": "../../../../../third_party/dart/sdk/lib/async/async.dart" "dart:collection": "../../../../../third_party/dart/sdk/lib/col...
engine/sky/packages/sky_engine/lib/_embedder.yaml/0
{ "file_path": "engine/sky/packages/sky_engine/lib/_embedder.yaml", "repo_id": "engine", "token_count": 964 }
524
include: ../analysis_options.yaml linter: rules: avoid_print: false only_throw_errors: false
engine/testing/analysis_options.yaml/0
{ "file_path": "engine/testing/analysis_options.yaml", "repo_id": "engine", "token_count": 40 }
525
# Copyright 2013 The Flutter 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/testing/rules/android.gni") _android_sources = [ "app/build.gradle", "app/src/main/AndroidManifest.xml", "app/src/main/java/dev/flutt...
engine/testing/android_background_image/android/BUILD.gn/0
{ "file_path": "engine/testing/android_background_image/android/BUILD.gn", "repo_id": "engine", "token_count": 463 }
526
// Copyright 2013 The Flutter 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:io'; import 'dart:typed_data'; import 'dart:ui' as ui; import 'package:litetest/litetest.dart'; import 'package:path/path.dart' as path; imp...
engine/testing/dart/codec_test.dart/0
{ "file_path": "engine/testing/dart/codec_test.dart", "repo_id": "engine", "token_count": 3755 }
527
// Copyright 2013 The Flutter 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:ui'; import 'package:litetest/litetest.dart'; void main() { test('Image constructor and dispose invokes onCreate once...
engine/testing/dart/image_events_test.dart/0
{ "file_path": "engine/testing/dart/image_events_test.dart", "repo_id": "engine", "token_count": 545 }
528
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:async'; import 'dart:convert'; import 'dart:developer' as developer; import 'dart:typed_data'; import 'dart:ui' as ui; import 'package:litete...
engine/testing/dart/observatory/vmservice_methods_test.dart/0
{ "file_path": "engine/testing/dart/observatory/vmservice_methods_test.dart", "repo_id": "engine", "token_count": 1580 }
529
// Copyright 2013 The Flutter 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:ffi'; import 'dart:isolate'; import 'dart:ui'; import 'package:ffi/ffi.dart'; import 'package:litetest/litetest.dart'; // This import is use...
engine/testing/dart/spawn_test.dart/0
{ "file_path": "engine/testing/dart/spawn_test.dart", "repo_id": "engine", "token_count": 1063 }
530
// Copyright 2013 The Flutter 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_TESTING_FIXTURE_TEST_H_ #define FLUTTER_TESTING_FIXTURE_TEST_H_ #include "flutter/testing/dart_fixture.h" namespace flutter { namespace t...
engine/testing/fixture_test.h/0
{ "file_path": "engine/testing/fixture_test.h", "repo_id": "engine", "token_count": 292 }
531
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>$(DEVELOPMENT_LANGUAGE)</string> <key>CFBundleExecutable</key> <string>$(EXECUTABLE_NAME)</string> ...
engine/testing/ios/IosUnitTests/Tests/Info.plist/0
{ "file_path": "engine/testing/ios/IosUnitTests/Tests/Info.plist", "repo_id": "engine", "token_count": 303 }
532
#!/bin/bash set -o pipefail -e; BUILD_VARIANT="${1:-host_debug_unopt}" CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" python3 "${CURRENT_DIR}/run_tests.py" --variant="${BUILD_VARIANT}" --type=engine,dart,benchmarks # This does not run the web_ui tests. To run those, use: # lib/web...
engine/testing/run_tests.sh/0
{ "file_path": "engine/testing/run_tests.sh", "repo_id": "engine", "token_count": 147 }
533
// Copyright 2013 The Flutter 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 dev.flutter.scenariosui; import static org.junit.Assert.*; import android.content.Intent; import android.graphics.Bitmap; import androidx.annotat...
engine/testing/scenario_app/android/app/src/androidTest/java/dev/flutter/scenariosui/GetBitmapTests.java/0
{ "file_path": "engine/testing/scenario_app/android/app/src/androidTest/java/dev/flutter/scenariosui/GetBitmapTests.java", "repo_id": "engine", "token_count": 421 }
534
// Copyright 2013 The Flutter 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 dev.flutter.scenarios; import androidx.annotation.NonNull; import io.flutter.embedding.engine.FlutterEngine; public class PlatformViewsActivity e...
engine/testing/scenario_app/android/app/src/main/java/dev/flutter/scenarios/PlatformViewsActivity.java/0
{ "file_path": "engine/testing/scenario_app/android/app/src/main/java/dev/flutter/scenarios/PlatformViewsActivity.java", "repo_id": "engine", "token_count": 551 }
535
org.gradle.jvmargs=-Xmx2048M android.useAndroidX=true android.enableJetifier=true android.builder.sdkDownload=false
engine/testing/scenario_app/android/gradle.properties/0
{ "file_path": "engine/testing/scenario_app/android/gradle.properties", "repo_id": "engine", "token_count": 41 }
536
// Copyright 2013 The Flutter 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_TESTING_SCENARIO_APP_IOS_FLUTTERAPPEXTENSIONTESTHOST_FLUTTERAPPEXTENSIONTESTHOST_APPDELEGATE_H_ #define FLUTTER_TESTING_SCENARIO_APP_IOS_FL...
engine/testing/scenario_app/ios/FlutterAppExtensionTestHost/FlutterAppExtensionTestHost/AppDelegate.h/0
{ "file_path": "engine/testing/scenario_app/ios/FlutterAppExtensionTestHost/FlutterAppExtensionTestHost/AppDelegate.h", "repo_id": "engine", "token_count": 246 }
537
// // Generated file. Do not edit. // // clang-format off #import "GeneratedPluginRegistrant.h" @implementation GeneratedPluginRegistrant + (void)registerWithRegistry:(NSObject<FlutterPluginRegistry>*)registry { } @end
engine/testing/scenario_app/ios/Runner/GeneratedPluginRegistrant.m/0
{ "file_path": "engine/testing/scenario_app/ios/Runner/GeneratedPluginRegistrant.m", "repo_id": "engine", "token_count": 78 }
538
// Copyright 2019 The Chromium 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_TESTING_SCENARIO_APP_IOS_SCENARIOS_SCENARIOS_FLUTTERENGINE_SCENARIOSTEST_H_ #define FLUTTER_TESTING_SCENARIO_APP_IOS_SCENARIOS_SCENARIOS_F...
engine/testing/scenario_app/ios/Scenarios/Scenarios/FlutterEngine+ScenariosTest.h/0
{ "file_path": "engine/testing/scenario_app/ios/Scenarios/Scenarios/FlutterEngine+ScenariosTest.h", "repo_id": "engine", "token_count": 422 }
539
// Copyright 2013 The Flutter 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/Flutter.h> #import <XCTest/XCTest.h> #import "AppDelegate.h" FLUTTER_ASSERT_ARC @interface FlutterViewControllerTest : XCTestCase @prop...
engine/testing/scenario_app/ios/Scenarios/ScenariosTests/FlutterViewControllerTest.m/0
{ "file_path": "engine/testing/scenario_app/ios/Scenarios/ScenariosTests/FlutterViewControllerTest.m", "repo_id": "engine", "token_count": 2011 }
540
# Golden UI Tests This folder contains golden image tests. It renders UI (for instance, a platform view) and does a screen shot comparison against a known good configuration. The screen shots are named `golden_[scenario name]_[MODEL]`, with `_simulator` appended for simulators. The model numbers for physical devices...
engine/testing/scenario_app/ios/Scenarios/ScenariosUITests/README.md/0
{ "file_path": "engine/testing/scenario_app/ios/Scenarios/ScenariosUITests/README.md", "repo_id": "engine", "token_count": 222 }
541
// Copyright 2013 The Flutter 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:ui'; import 'scenario.dart'; /// Fills the screen with a solid blue color. class SolidBlueScenario extends Scenario { /// Creates the Soli...
engine/testing/scenario_app/lib/src/solid_blue.dart/0
{ "file_path": "engine/testing/scenario_app/lib/src/solid_blue.dart", "repo_id": "engine", "token_count": 282 }
542
// Copyright 2013 The Flutter 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:io'; import 'package:engine_repo_tools/engine_repo_tools.dart'; import 'package:path/path.dart' as path; import 'package:skia_gold_client/ski...
engine/testing/skia_gold_client/tool/e2e_test.dart/0
{ "file_path": "engine/testing/skia_gold_client/tool/e2e_test.dart", "repo_id": "engine", "token_count": 1522 }
543
// Copyright 2013 The Flutter 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/testing/test_gl_surface.h" #include <EGL/egl.h> #include <EGL/eglext.h> #include <EGL/eglplatform.h> #include <GLES2/gl2.h> #include <s...
engine/testing/test_gl_surface.cc/0
{ "file_path": "engine/testing/test_gl_surface.cc", "repo_id": "engine", "token_count": 5946 }
544
// Copyright 2013 The Flutter 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_TESTING_TEST_VULKAN_SURFACE_H_ #define FLUTTER_TESTING_TEST_VULKAN_SURFACE_H_ #include <memory> #include "flutter/testing/test_vulkan_cont...
engine/testing/test_vulkan_surface.h/0
{ "file_path": "engine/testing/test_vulkan_surface.h", "repo_id": "engine", "token_count": 393 }
545
// Copyright 2016 The Chromium 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 "ax_action_data.h" #include "ax_enums.h" namespace ui { AXActionData::AXActionData() : action(ax::mojom::Action::kNone), hit_test_ev...
engine/third_party/accessibility/ax/ax_action_data.cc/0
{ "file_path": "engine/third_party/accessibility/ax/ax_action_data.cc", "repo_id": "engine", "token_count": 245 }
546
// Copyright 2017 The Chromium 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 "ax_event_generator.h" #include <algorithm> #include "ax_enums.h" #include "ax_node.h" #include "ax_role_properties.h" #include "base/container...
engine/third_party/accessibility/ax/ax_event_generator.cc/0
{ "file_path": "engine/third_party/accessibility/ax/ax_event_generator.cc", "repo_id": "engine", "token_count": 17142 }
547
// Copyright 2016 The Chromium 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 <algorithm> #include <cstdint> #include <memory> #include <string> #include <utility> #include <vector> #include "ax/ax_enums.h" #include "ax/ax...
engine/third_party/accessibility/ax/ax_node_position_unittest.cc/0
{ "file_path": "engine/third_party/accessibility/ax/ax_node_position_unittest.cc", "repo_id": "engine", "token_count": 196860 }
548
// Copyright 2013 The Chromium 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 UI_ACCESSIBILITY_AX_TREE_H_ #define UI_ACCESSIBILITY_AX_TREE_H_ #include <cstdint> #include <map> #include <memory> #include <set> #include <stri...
engine/third_party/accessibility/ax/ax_tree.h/0
{ "file_path": "engine/third_party/accessibility/ax/ax_tree.h", "repo_id": "engine", "token_count": 5691 }
549
// Copyright 2019 The Chromium 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 UI_ACCESSIBILITY_PLATFORM_AX_FRAGMENT_ROOT_WIN_H_ #define UI_ACCESSIBILITY_PLATFORM_AX_FRAGMENT_ROOT_WIN_H_ #include "ax_platform_node_delegate_b...
engine/third_party/accessibility/ax/platform/ax_fragment_root_win.h/0
{ "file_path": "engine/third_party/accessibility/ax/platform/ax_fragment_root_win.h", "repo_id": "engine", "token_count": 1362 }
550
// Copyright 2019 The Chromium 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 "ax/platform/ax_platform_node_textprovider_win.h" #include <wrl/client.h> #include "base/win/scoped_safearray.h" #include "ax/platform/ax_plat...
engine/third_party/accessibility/ax/platform/ax_platform_node_textprovider_win.cc/0
{ "file_path": "engine/third_party/accessibility/ax/platform/ax_platform_node_textprovider_win.cc", "repo_id": "engine", "token_count": 4328 }
551
// Copyright 2017 The Chromium 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 UI_ACCESSIBILITY_PLATFORM_AX_UNIQUE_ID_H_ #define UI_ACCESSIBILITY_PLATFORM_AX_UNIQUE_ID_H_ #include <cstdint> #include "ax/ax_export.h" #includ...
engine/third_party/accessibility/ax/platform/ax_unique_id.h/0
{ "file_path": "engine/third_party/accessibility/ax/platform/ax_unique_id.h", "repo_id": "engine", "token_count": 485 }
552
// Copyright (c) 2012 The Chromium 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 BASE_BASE_EXPORT_H_ #define BASE_BASE_EXPORT_H_ #if defined(COMPONENT_BUILD) #if defined(WIN32) #if defined(BASE_IMPLEMENTATION) #define BAS...
engine/third_party/accessibility/base/base_export.h/0
{ "file_path": "engine/third_party/accessibility/base/base_export.h", "repo_id": "engine", "token_count": 267 }
553
// Copyright 2017 The Chromium 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 BASE_NUMERICS_RANGES_H_ #define BASE_NUMERICS_RANGES_H_ #include <algorithm> #include <cmath> namespace base { // To be replaced with std::clam...
engine/third_party/accessibility/base/numerics/ranges.h/0
{ "file_path": "engine/third_party/accessibility/base/numerics/ranges.h", "repo_id": "engine", "token_count": 265 }
554
// Copyright 2018 The Chromium 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 BASE_WIN_ATL_H_ #define BASE_WIN_ATL_H_ // atlwin.h relies on std::void_t, but libc++ doesn't define it unless // _LIBCPP_STD_VER > 14. Workarou...
engine/third_party/accessibility/base/win/atl.h/0
{ "file_path": "engine/third_party/accessibility/base/win/atl.h", "repo_id": "engine", "token_count": 242 }
555
// Copyright (c) 2011 The Chromium 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 BASE_WIN_SCOPED_VARIANT_H_ #define BASE_WIN_SCOPED_VARIANT_H_ #include <windows.h> #include <oleauto.h> #include <cstdint> #include "base/...
engine/third_party/accessibility/base/win/scoped_variant.h/0
{ "file_path": "engine/third_party/accessibility/base/win/scoped_variant.h", "repo_id": "engine", "token_count": 2021 }
556
// Copyright (c) 2012 The Chromium 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 UI_GFX_GEOMETRY_POINT_CONVERSIONS_H_ #define UI_GFX_GEOMETRY_POINT_CONVERSIONS_H_ #include "point.h" #include "point_f.h" namespace gfx { /...
engine/third_party/accessibility/gfx/geometry/point_conversions.h/0
{ "file_path": "engine/third_party/accessibility/gfx/geometry/point_conversions.h", "repo_id": "engine", "token_count": 255 }
557
// Copyright (c) 2012 The Chromium 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 UI_GFX_GEOMETRY_SIZE_F_H_ #define UI_GFX_GEOMETRY_SIZE_F_H_ #include <iosfwd> #include <string> #include "base/compiler_specific.h" #include...
engine/third_party/accessibility/gfx/geometry/size_f.h/0
{ "file_path": "engine/third_party/accessibility/gfx/geometry/size_f.h", "repo_id": "engine", "token_count": 848 }
558
// Copyright (c) 2011 The Chromium 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 <sstream> #include "gtest/gtest.h" #include "range.h" namespace { template <typename T> class RangeTest : public testing::Test {}; typede...
engine/third_party/accessibility/gfx/range/range_unittest.cc/0
{ "file_path": "engine/third_party/accessibility/gfx/range/range_unittest.cc", "repo_id": "engine", "token_count": 5057 }
559
// Directional glow GLSL fragment shader. // Based on the "Let it Glow!" pen by "Selman Ay" // (https://codepen.io/selmanays/pen/yLVmEqY) precision highp float; // Float uniforms uniform float width; // Width of the canvas uniform float height; // Height of the canvas uniform float sourceX; // X position of the ...
engine/third_party/test_shaders/selman/glow_shader.frag/0
{ "file_path": "engine/third_party/test_shaders/selman/glow_shader.frag", "repo_id": "engine", "token_count": 1007 }
560
// Copyright 2013 The Flutter 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 LIB_TONIC_DART_CLASS_LIBRARY_H_ #define LIB_TONIC_DART_CLASS_LIBRARY_H_ #include <memory> #include <string> #include <unordered_map> #include "th...
engine/third_party/tonic/dart_class_library.h/0
{ "file_path": "engine/third_party/tonic/dart_class_library.h", "repo_id": "engine", "token_count": 824 }
561
// Copyright 2013 The Flutter 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 LIB_TONIC_DART_WEAK_PERSISTENT_VALUE_H_ #define LIB_TONIC_DART_WEAK_PERSISTENT_VALUE_H_ #include <memory> #include "third_party/dart/runtime/incl...
engine/third_party/tonic/dart_weak_persistent_value.h/0
{ "file_path": "engine/third_party/tonic/dart_weak_persistent_value.h", "repo_id": "engine", "token_count": 504 }
562
// Copyright 2013 The Flutter 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 "tonic/filesystem/filesystem/path.h" #include <dirent.h> #include <sys/stat.h> #include <sys/types.h> #include <unistd.h> #include <cerrno> #inc...
engine/third_party/tonic/filesystem/filesystem/path_posix.cc/0
{ "file_path": "engine/third_party/tonic/filesystem/filesystem/path_posix.cc", "repo_id": "engine", "token_count": 1997 }
563
// Copyright 2013 The Flutter 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 LIB_TONIC_SCOPES_DART_API_SCOPE_H_ #define LIB_TONIC_SCOPES_DART_API_SCOPE_H_ #include "third_party/dart/runtime/include/dart_api.h" #include "ton...
engine/third_party/tonic/scopes/dart_api_scope.h/0
{ "file_path": "engine/third_party/tonic/scopes/dart_api_scope.h", "repo_id": "engine", "token_count": 257 }
564
/* * Copyright 2017 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
engine/third_party/txt/src/txt/font_collection.cc/0
{ "file_path": "engine/third_party/txt/src/txt/font_collection.cc", "repo_id": "engine", "token_count": 1223 }
565
// Copyright 2013 The Flutter 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 "txt/platform.h" #if defined(SK_FONTMGR_ANDROID_AVAILABLE) #include "third_party/skia/include/ports/SkFontMgr_android.h" #endif #if defined(SK_F...
engine/third_party/txt/src/txt/platform_android.cc/0
{ "file_path": "engine/third_party/txt/src/txt/platform_android.cc", "repo_id": "engine", "token_count": 367 }
566
/* * Copyright 2018 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
engine/third_party/txt/src/txt/typeface_font_asset_provider.cc/0
{ "file_path": "engine/third_party/txt/src/txt/typeface_font_asset_provider.cc", "repo_id": "engine", "token_count": 1187 }
567
## 0.1.1 * Initial release.
engine/third_party/web_locale_keymap/CHANGELOG.md/0
{ "file_path": "engine/third_party/web_locale_keymap/CHANGELOG.md", "repo_id": "engine", "token_count": 13 }
568
// Copyright 2014 The Flutter 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 groovy.json.JsonSlurper // Configures the embedding dependencies. ext.configureEmbedderDependencies = { engineRootDir, add -> def filesJson = n...
engine/tools/androidx/configure.gradle/0
{ "file_path": "engine/tools/androidx/configure.gradle", "repo_id": "engine", "token_count": 514 }
569
// Copyright 2013 The Flutter 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:io'; bool _hasCommandOnPath(String name) { final ProcessResult result = Process.runSync('which', <String>[name]); return result.exitCode ...
engine/tools/compare_goldens/lib/compare_goldens.dart/0
{ "file_path": "engine/tools/compare_goldens/lib/compare_goldens.dart", "repo_id": "engine", "token_count": 920 }
570
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. class Target { const Target(this.stringValue, this.intValue, this.targetValue); final String stringValue; final int intValue; final Target? target...
engine/tools/const_finder/test/fixtures/lib/target.dart/0
{ "file_path": "engine/tools/const_finder/test/fixtures/lib/target.dart", "repo_id": "engine", "token_count": 317 }
571
# The Engine Tool [![Open `e: engine-tool` issues](https://img.shields.io/github/issues/flutter/flutter/e%3A%20engine-tool)](https://github.com/flutter/flutter/issues?q=is%3Aopen+is%3Aissue+label%3A%22e%3A+engine-tool%22) This is a command line Dart program that automates workflows in the `flutter/engine` repository....
engine/tools/engine_tool/README.md/0
{ "file_path": "engine/tools/engine_tool/README.md", "repo_id": "engine", "token_count": 978 }
572
// Copyright 2013 The Flutter 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:convert'; void _appendTypeError( Map<String, Object?> map, String field, String expected, List<String> errors, { Object? element, }...
engine/tools/engine_tool/lib/src/json_utils.dart/0
{ "file_path": "engine/tools/engine_tool/lib/src/json_utils.dart", "repo_id": "engine", "token_count": 787 }
573
// Copyright 2013 The Flutter 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:ffi' as ffi show Abi; import 'dart:io' as io; import 'package:engine_repo_tools/engine_repo_tools.dart'; import 'package:engine_tool/src/envi...
engine/tools/engine_tool/test/worker_pool_test.dart/0
{ "file_path": "engine/tools/engine_tool/test/worker_pool_test.dart", "repo_id": "engine", "token_count": 1383 }
574
[style] based_on_style = chromium
engine/tools/fuchsia/.style.yapf/0
{ "file_path": "engine/tools/fuchsia/.style.yapf", "repo_id": "engine", "token_count": 13 }
575
#!/usr/bin/env python3 # Copyright 2013 The Flutter Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. """Reads the contents of a package config file generated by the build and converts it to a real package_config.json file """ import ...
engine/tools/fuchsia/dart/gen_dart_package_config.py/0
{ "file_path": "engine/tools/fuchsia/dart/gen_dart_package_config.py", "repo_id": "engine", "token_count": 1557 }
576
#!/bin/bash # Copyright 2013 The Flutter Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. # ### Tests build_and_copy_to_fuchsia.sh by running it with various arguments. ### This script doesn't assert the results but just checks that the ...
engine/tools/fuchsia/devshell/test/test_build_and_copy_to_fuchsia.sh/0
{ "file_path": "engine/tools/fuchsia/devshell/test/test_build_and_copy_to_fuchsia.sh", "repo_id": "engine", "token_count": 704 }
577
#!/usr/bin/env python3 # # Copyright 2013 The Flutter Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. """ Merges the debug symbols and uploads them to cipd. """ import argparse import collections import json import os import platform ...
engine/tools/fuchsia/merge_and_upload_debug_symbols.py/0
{ "file_path": "engine/tools/fuchsia/merge_and_upload_debug_symbols.py", "repo_id": "engine", "token_count": 2616 }
578
// Copyright 2014 The Flutter 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 'common.dart'; import 'layout_types.dart'; // Maps all mandatory goals from the character to eventScanCode. // // Mandatory goals are all the alnum...
engine/tools/gen_web_locale_keymap/lib/benchmark_planner.dart/0
{ "file_path": "engine/tools/gen_web_locale_keymap/lib/benchmark_planner.dart", "repo_id": "engine", "token_count": 1373 }
579
#!/usr/bin/env vpython3 # Copyright 2013 The Flutter Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. ''' Runs the pre-push githooks. ''' import os import subprocess import sys SRC_ROOT = os.path.dirname(os.path.dirname(os.path.dirna...
engine/tools/githooks/pre-push/0
{ "file_path": "engine/tools/githooks/pre-push", "repo_id": "engine", "token_count": 544 }
580
// Copyright 2013 The Flutter 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:io' as io; import 'package:golden_tests_harvester/golden_tests_harvester.dart'; import 'package:litetest/litetest.dart';...
engine/tools/golden_tests_harvester/test/golden_tests_harvester_test.dart/0
{ "file_path": "engine/tools/golden_tests_harvester/test/golden_tests_harvester_test.dart", "repo_id": "engine", "token_count": 3048 }
581
Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, ...
engine/tools/licenses/data/apache-license-2.0/0
{ "file_path": "engine/tools/licenses/data/apache-license-2.0", "repo_id": "engine", "token_count": 3168 }
582
// Copyright 2013 The Flutter 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:core' hide RegExp; import 'patterns.dart'; void _stripFullLines(List<String> lines) { // Strip full-line decorations, e.g. horizontal line...
engine/tools/licenses/lib/formatter.dart/0
{ "file_path": "engine/tools/licenses/lib/formatter.dart", "repo_id": "engine", "token_count": 2557 }
583
// Copyright 2013 The Flutter 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_TOOLS_PATH_OPS_PATH_OPS_H_ #define FLUTTER_TOOLS_PATH_OPS_PATH_OPS_H_ #include "third_party/skia/include/core/SkPath.h" #include "third_pa...
engine/tools/path_ops/path_ops.h/0
{ "file_path": "engine/tools/path_ops/path_ops.h", "repo_id": "engine", "token_count": 631 }
584
# engine_repo_tools This is a repo-internal library for `flutter/engine`, that contains shared code for writing tools that operate on the engine repository. For example, finding the latest compiled engine artifacts in the `out/` directory: ```dart import 'package:engine_repo_tools/engine_repo_tools.dart'; void main(...
engine/tools/pkg/engine_repo_tools/README.md/0
{ "file_path": "engine/tools/pkg/engine_repo_tools/README.md", "repo_id": "engine", "token_count": 156 }
585
#!/usr/bin/env bash # Copyright 2013 The Flutter Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. # ---------------------------------- NOTE ---------------------------------- # # Please keep the logic in this file consistent with the lo...
engine/tools/yapf.sh/0
{ "file_path": "engine/tools/yapf.sh", "repo_id": "engine", "token_count": 438 }
586
// Copyright 2013 The Flutter 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_VULKAN_VULKAN_COMMAND_BUFFER_H_ #define FLUTTER_VULKAN_VULKAN_COMMAND_BUFFER_H_ #include "flutter/fml/compiler_specific.h" #include "flutt...
engine/vulkan/vulkan_command_buffer.h/0
{ "file_path": "engine/vulkan/vulkan_command_buffer.h", "repo_id": "engine", "token_count": 631 }
587
// Copyright 2013 The Flutter 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_VULKAN_VULKAN_SURFACE_H_ #define FLUTTER_VULKAN_VULKAN_SURFACE_H_ #include "flutter/fml/macros.h" #include "flutter/vulkan/procs/vulkan_ha...
engine/vulkan/vulkan_surface.h/0
{ "file_path": "engine/vulkan/vulkan_surface.h", "repo_id": "engine", "token_count": 447 }
588
// Copyright 2013 The Flutter 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/test.dart'; import '../sdk_rewriter.dart'; void main() { test('handles exports correctly in the engine library file', () { con...
engine/web_sdk/test/sdk_rewriter_test.dart/0
{ "file_path": "engine/web_sdk/test/sdk_rewriter_test.dart", "repo_id": "engine", "token_count": 1991 }
589
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="CompilerConfiguration"> <bytecodeTargetLevel target="17" /> </component> </project>
flutter-intellij/.idea/compiler.xml/0
{ "file_path": "flutter-intellij/.idea/compiler.xml", "repo_id": "flutter-intellij", "token_count": 55 }
590
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="Palette2"> <group name="Swing"> <item class="com.intellij.uiDesigner.HSpacer" tooltip-text="Horizontal Spacer" icon="/com/intellij/uiDesigner/icons/hspacer.png" removable="false" auto-create-binding="false" can-attach-label="false...
flutter-intellij/.idea/uiDesigner.xml/0
{ "file_path": "flutter-intellij/.idea/uiDesigner.xml", "repo_id": "flutter-intellij", "token_count": 3701 }
591
# Flutter Plugin Integration Testing On the advice of Jetbrains engineers, we have switched the integration testing module to be a Gradle-built plugin. This allows the tests to run from anywhere; previously they only ran when copied into the GUI testing framework module. Thanks to karashevich@jetbrains for creating th...
flutter-intellij/flutter-gui-tests/README.md/0
{ "file_path": "flutter-intellij/flutter-gui-tests/README.md", "repo_id": "flutter-intellij", "token_count": 658 }
592
/* * Copyright 2019 The Chromium 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.tests.gui.fixtures import com.intellij.execution.ui.layout.impl.JBRunnerTabs import com.intellij.testGuiFramework.fixtures.JCom...
flutter-intellij/flutter-gui-tests/testSrc/io/flutter/tests/gui/fixtures/Utils.kt/0
{ "file_path": "flutter-intellij/flutter-gui-tests/testSrc/io/flutter/tests/gui/fixtures/Utils.kt", "repo_id": "flutter-intellij", "token_count": 349 }
593
/* * Copyright 2018 The Chromium 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.actions; import com.intellij.execution.*; import com.intellij.execution.configurations.RunConfiguration; import com.intellij.exe...
flutter-intellij/flutter-idea/src/io/flutter/actions/AttachDebuggerAction.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/actions/AttachDebuggerAction.java", "repo_id": "flutter-intellij", "token_count": 3206 }
594
/* * Copyright 2016 The Chromium 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.actions; import com.intellij.ide.browsers.BrowserLauncher; import com.intellij.openapi.actionSystem.AnActionEvent; import com.in...
flutter-intellij/flutter-idea/src/io/flutter/actions/FlutterSubmitFeedback.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/actions/FlutterSubmitFeedback.java", "repo_id": "flutter-intellij", "token_count": 241 }
595
/* * Copyright 2016 The Chromium 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.actions; import com.intellij.openapi.actionSystem.ActionPlaces; /** * A keystroke or tool-bar invoked {@link RestartFlutterApp...
flutter-intellij/flutter-idea/src/io/flutter/actions/RestartFlutterAppRetarget.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/actions/RestartFlutterAppRetarget.java", "repo_id": "flutter-intellij", "token_count": 254 }
596
/* * Copyright 2019 The Chromium 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.android; import com.intellij.openapi.project.Project; import org.jetbrains.annotations.NotNull; public class IntellijGradleSync...
flutter-intellij/flutter-idea/src/io/flutter/android/IntellijGradleSyncProvider.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/android/IntellijGradleSyncProvider.java", "repo_id": "flutter-intellij", "token_count": 184 }
597
/* * Copyright 2021 The Chromium 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.devtools; import io.flutter.bazel.WorkspaceCache; import io.flutter.sdk.FlutterSdkUtil; import io.flutter.sdk.FlutterSdkVersion;...
flutter-intellij/flutter-idea/src/io/flutter/devtools/DevToolsUrl.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/devtools/DevToolsUrl.java", "repo_id": "flutter-intellij", "token_count": 1603 }
598
/* * Copyright 2021 The Chromium 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.editor; import com.intellij.codeInsight.daemon.GutterName; import com.intellij.codeInsight.daemon.LineMarkerInfo; import com.int...
flutter-intellij/flutter-idea/src/io/flutter/editor/FlutterIconLineMarkerProvider.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/editor/FlutterIconLineMarkerProvider.java", "repo_id": "flutter-intellij", "token_count": 9170 }
599