text
stringlengths
6
13.6M
id
stringlengths
13
176
metadata
dict
__index_level_0__
int64
0
1.69k
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "flutter/shell/platform/windows/keyboard_key_embedder_handler.h" #include <map> // DO NOT EDIT -- DO NOT EDIT -- DO NOT EDIT // This file is gen...
engine/shell/platform/windows/flutter_key_map.g.cc/0
{ "file_path": "engine/shell/platform/windows/flutter_key_map.g.cc", "repo_id": "engine", "token_count": 8588 }
412
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "flutter/fml/synchronization/waitable_event.h" #include "flutter/shell/platform/embedder/test_utils/proc_table_replacement.h" #include "flutter/sh...
engine/shell/platform/windows/flutter_windows_texture_registrar_unittests.cc/0
{ "file_path": "engine/shell/platform/windows/flutter_windows_texture_registrar_unittests.cc", "repo_id": "engine", "token_count": 4987 }
413
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include <memory> #include <string> #include "flutter/fml/logging.h" #include "flutter/shell/platform/windows/keyboard_manager.h" #include "flutter/shell/...
engine/shell/platform/windows/keyboard_manager.cc/0
{ "file_path": "engine/shell/platform/windows/keyboard_manager.cc", "repo_id": "engine", "token_count": 6201 }
414
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "flutter/shell/platform/windows/sequential_id_generator.h" #include "gtest/gtest.h" namespace flutter { namespace testing { TEST(SequentialIdGe...
engine/shell/platform/windows/sequential_id_generator_unittests.cc/0
{ "file_path": "engine/shell/platform/windows/sequential_id_generator_unittests.cc", "repo_id": "engine", "token_count": 479 }
415
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_WINDOWS_TESTING_ENGINE_MODIFIER_H_ #define FLUTTER_SHELL_PLATFORM_WINDOWS_TESTING_ENGINE_MODIFIER_H_ #include "flutter/shel...
engine/shell/platform/windows/testing/engine_modifier.h/0
{ "file_path": "engine/shell/platform/windows/testing/engine_modifier.h", "repo_id": "engine", "token_count": 1052 }
416
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include <windows.h> #include "flutter/shell/platform/windows/testing/test_keyboard.h" #include "gtest/gtest.h" namespace flutter { namespace testing { ...
engine/shell/platform/windows/testing/test_keyboard_unittests.cc/0
{ "file_path": "engine/shell/platform/windows/testing/test_keyboard_unittests.cc", "repo_id": "engine", "token_count": 295 }
417
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_WINDOWS_WINDOW_BINDING_HANDLER_DELEGATE_H_ #define FLUTTER_SHELL_PLATFORM_WINDOWS_WINDOW_BINDING_HANDLER_DELEGATE_H_ #inclu...
engine/shell/platform/windows/window_binding_handler_delegate.h/0
{ "file_path": "engine/shell/platform/windows/window_binding_handler_delegate.h", "repo_id": "engine", "token_count": 2553 }
418
# Copyright 2013 The Flutter Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. import("//flutter/impeller/tools/impeller.gni") import("//flutter/shell/gpu/gpu.gni") if (is_fuchsia) { import("//flutter/tools/fuchsia/gn-sdk/src/gn_confi...
engine/shell/testing/BUILD.gn/0
{ "file_path": "engine/shell/testing/BUILD.gn", "repo_id": "engine", "token_count": 649 }
419
# Copyright 2013 The Flutter Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. _skia_root = "//flutter/third_party/skia" import("$_skia_root/modules/skcms/skcms.gni") # Use for CPU-specific skcms transform code that needs particular co...
engine/skia/modules/skcms/BUILD.gn/0
{ "file_path": "engine/skia/modules/skcms/BUILD.gn", "repo_id": "engine", "token_count": 1210 }
420
#!/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. # Generates and zip the ios flutter framework including the architecture # dependent snapshot. import argparse import os import plat...
engine/sky/tools/create_full_ios_framework.py/0
{ "file_path": "engine/sky/tools/create_full_ios_framework.py", "repo_id": "engine", "token_count": 3585 }
421
Native Activity =============== Executables packaged as native activities in an Android APK. These activities contain no Java code. To create an APK of your existing `exectuable` target, replace `exectuable` with `native_activity_apk` from the `native_activity.gni` template and give it an `apk_name`. ## Example ```...
engine/testing/android/native_activity/README.md/0
{ "file_path": "engine/testing/android/native_activity/README.md", "repo_id": "engine", "token_count": 250 }
422
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android"> <uses-permission android:name="android.permission.INTERNET" /> <application android:name="io.flutter.app.FlutterApplication" android:label="Background Image Tester" android:suppor...
engine/testing/android_background_image/android/app/src/main/AndroidManifest.xml/0
{ "file_path": "engine/testing/android_background_image/android/app/src/main/AndroidManifest.xml", "repo_id": "engine", "token_count": 543 }
423
#!/usr/bin/env python3 # # Copyright 2013 The Flutter Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. import argparse import csv import json import sys import matplotlib.pyplot as plt # pylint: disable=import-error from matplotlib.bac...
engine/testing/benchmark/displaylist_benchmark_parser.py/0
{ "file_path": "engine/testing/benchmark/displaylist_benchmark_parser.py", "repo_id": "engine", "token_count": 3142 }
424
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:async'; import 'package:litetest/litetest.dart'; /// Verifies Dart semantics governed by flags set by Flutter tooling. void main() { Strin...
engine/testing/dart/dart_test.dart/0
{ "file_path": "engine/testing/dart/dart_test.dart", "repo_id": "engine", "token_count": 229 }
425
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:async'; import 'dart:ui'; import 'package:litetest/litetest.dart'; void main() { test('toImage succeeds', () async { final Image image...
engine/testing/dart/image_test.dart/0
{ "file_path": "engine/testing/dart/image_test.dart", "repo_id": "engine", "token_count": 242 }
426
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:typed_data' show Float64List; import 'dart:ui'; import 'package:litetest/litetest.dart'; void main() { test('path getBounds', () { con...
engine/testing/dart/path_test.dart/0
{ "file_path": "engine/testing/dart/path_test.dart", "repo_id": "engine", "token_count": 4303 }
427
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:async'; import 'dart:typed_data'; import 'dart:ui'; import 'package:litetest/litetest.dart'; void main() { test('window.sendPlatformMessag...
engine/testing/dart/window_test.dart/0
{ "file_path": "engine/testing/dart/window_test.dart", "repo_id": "engine", "token_count": 1492 }
428
# This configuration file specifies several test suites with their package and # test command for femu_test.py. - test_command: test run fuchsia-pkg://fuchsia.com/dart_runner_tests#meta/dart_runner_tests.cm package: dart_runner_tests-0.far - test_command: test run fuchsia-pkg://fuchsia.com/flutter_runner_tests#meta/...
engine/testing/fuchsia/test_suites.yaml/0
{ "file_path": "engine/testing/fuchsia/test_suites.yaml", "repo_id": "engine", "token_count": 1817 }
429
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:async'; import 'dart:io' show stdout; import 'dart:isolate'; import 'package:async_helper/async_minitest.dart' as m; import 'package:expect/e...
engine/testing/litetest/lib/src/test.dart/0
{ "file_path": "engine/testing/litetest/lib/src/test.dart", "repo_id": "engine", "token_count": 1067 }
430
# Scenario App [![GitHub Issues or Pull Requests by label](https://img.shields.io/github/issues/flutter/flutter/e%3A%20scenario-app)](https://github.com/flutter/flutter/issues?q=is%3Aopen+is%3Aissue+label%3A%22e%3A+scenario-app%22) This package simulates a Flutter app that uses the engine (`dart:ui`) only, in conjunc...
engine/testing/scenario_app/README.md/0
{ "file_path": "engine/testing/scenario_app/README.md", "repo_id": "engine", "token_count": 644 }
431
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package dev.flutter.scenariosui; import android.content.Intent; import androidx.annotation.NonNull; import androidx.test.filters.LargeTest; import android...
engine/testing/scenario_app/android/app/src/androidTest/java/dev/flutter/scenariosui/PlatformViewWithSurfaceViewBadContextUiTest.java/0
{ "file_path": "engine/testing/scenario_app/android/app/src/androidTest/java/dev/flutter/scenariosui/PlatformViewWithSurfaceViewBadContextUiTest.java", "repo_id": "engine", "token_count": 468 }
432
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package dev.flutter.scenarios; import static io.flutter.Build.API_LEVELS; import android.annotation.TargetApi; import android.content.Context; import and...
engine/testing/scenario_app/android/app/src/main/java/dev/flutter/scenarios/SurfacePlatformViewFactory.java/0
{ "file_path": "engine/testing/scenario_app/android/app/src/main/java/dev/flutter/scenarios/SurfacePlatformViewFactory.java", "repo_id": "engine", "token_count": 1440 }
433
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. /// Some notes about filtering `adb logcat` output, especially as a result of /// running `adb shell` to instrument the app and test scripts, as it's /// n...
engine/testing/scenario_app/bin/utils/adb_logcat_filtering.dart/0
{ "file_path": "engine/testing/scenario_app/bin/utils/adb_logcat_filtering.dart", "repo_id": "engine", "token_count": 2049 }
434
// 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_SCREENBEFOREFLUTTER_H_ #define FLUTTER_TESTING_SCENARIO_APP_IOS_SCENARIOS_SCENARIOS_SCREENBEF...
engine/testing/scenario_app/ios/Scenarios/Scenarios/ScreenBeforeFlutter.h/0
{ "file_path": "engine/testing/scenario_app/ios/Scenarios/Scenarios/ScreenBeforeFlutter.h", "repo_id": "engine", "token_count": 268 }
435
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #import <Flutter/Flutter.h> #import <XCTest/XCTest.h> #import "GoldenTestManager.h" FLUTTER_ASSERT_ARC @interface BogusFontTextTest : XCTestCase @end @...
engine/testing/scenario_app/ios/Scenarios/ScenariosUITests/BogusFontTextTest.m/0
{ "file_path": "engine/testing/scenario_app/ios/Scenarios/ScenariosUITests/BogusFontTextTest.m", "repo_id": "engine", "token_count": 296 }
436
// Copyright 2020 The Flutter 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 "StatusBarTest.h" @implementation StatusBarTest - (void)setUp { [super setUp]; self.continueAfterFailure = NO; self.application = [[XCUIAp...
engine/testing/scenario_app/ios/Scenarios/ScenariosUITests/StatusBarTest.m/0
{ "file_path": "engine/testing/scenario_app/ios/Scenarios/ScenariosUITests/StatusBarTest.m", "repo_id": "engine", "token_count": 634 }
437
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:math' as math; import 'dart:ui'; import 'scenario.dart'; /// A square that animates it color and bounces off the sides of the /// device. //...
engine/testing/scenario_app/lib/src/animated_color_square.dart/0
{ "file_path": "engine/testing/scenario_app/lib/src/animated_color_square.dart", "repo_id": "engine", "token_count": 918 }
438
#!/bin/bash set -e # Needed because if it is set, cd may print the path it changed to. unset CDPATH # On Mac OS, readlink -f doesn't work, so follow_links traverses the path one # link at a time, and then cds into the link destination and find out where it # ends up. # # The function is enclosed in a subshell to av...
engine/testing/scenario_app/run_ios_tests.sh/0
{ "file_path": "engine/testing/scenario_app/run_ios_tests.sh", "repo_id": "engine", "token_count": 2059 }
439
// Copyright 2013 The Flutter 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_metal_surface.h" #include "flutter/fml/logging.h" #include "flutter/testing/test_metal_surface_impl.h" #include "third_par...
engine/testing/test_metal_surface.cc/0
{ "file_path": "engine/testing/test_metal_surface.cc", "repo_id": "engine", "token_count": 639 }
440
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #define FML_USED_ON_EMBEDDER #include "flutter/testing/thread_test.h" namespace flutter { namespace testing { namespace { fml::RefPtr<fml::TaskRunner> G...
engine/testing/thread_test.cc/0
{ "file_path": "engine/testing/thread_test.cc", "repo_id": "engine", "token_count": 297 }
441
// Copyright 2020 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_handler_base.h" #include "ax_tree_id_registry.h" #include "base/logging.h" namespace ui { bool AXActionHandlerBase::RequiresPerform...
engine/third_party/accessibility/ax/ax_action_handler_base.cc/0
{ "file_path": "engine/third_party/accessibility/ax/ax_action_handler_base.cc", "repo_id": "engine", "token_count": 350 }
442
// Copyright 2020 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_EVENT_INTENT_H_ #define UI_ACCESSIBILITY_AX_EVENT_INTENT_H_ #include <string> #include "ax_base_export.h" #include "ax_enums...
engine/third_party/accessibility/ax/ax_event_intent.h/0
{ "file_path": "engine/third_party/accessibility/ax/ax_event_intent.h", "repo_id": "engine", "token_count": 627 }
443
// 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. #ifndef UI_ACCESSIBILITY_AX_POSITION_H_ #define UI_ACCESSIBILITY_AX_POSITION_H_ #include <cmath> #include <cstdint> #include <functional> #include <memor...
engine/third_party/accessibility/ax/ax_position.h/0
{ "file_path": "engine/third_party/accessibility/ax/ax_position.h", "repo_id": "engine", "token_count": 62521 }
444
// 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 UI_ACCESSIBILITY_AX_TREE_ID_H_ #define UI_ACCESSIBILITY_AX_TREE_ID_H_ #include <string> #include "ax_base_export.h" #include "ax_enums.h" #inclu...
engine/third_party/accessibility/ax/ax_tree_id.h/0
{ "file_path": "engine/third_party/accessibility/ax/ax_tree_id.h", "repo_id": "engine", "token_count": 836 }
445
// Copyright 2014 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_node_base.h" #include <algorithm> #include <iomanip> #include <limits> #include <set> #include <sstream> #include <string> #include...
engine/third_party/accessibility/ax/platform/ax_platform_node_base.cc/0
{ "file_path": "engine/third_party/accessibility/ax/platform/ax_platform_node_base.cc", "repo_id": "engine", "token_count": 27168 }
446
// 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_PLATFORM_NODE_TEXTRANGEPROVIDER_WIN_H_ #define UI_ACCESSIBILITY_PLATFORM_AX_PLATFORM_NODE_TEXTRANGEPROVIDER_WIN_H_ #...
engine/third_party/accessibility/ax/platform/ax_platform_node_textrangeprovider_win.h/0
{ "file_path": "engine/third_party/accessibility/ax/platform/ax_platform_node_textrangeprovider_win.h", "repo_id": "engine", "token_count": 4989 }
447
// Copyright 2015 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 "test_ax_node_wrapper.h" #include <map> #include <utility> #include "ax/ax_action_data.h" #include "ax/ax_role_properties.h" #include "ax/ax_ta...
engine/third_party/accessibility/ax/platform/test_ax_node_wrapper.cc/0
{ "file_path": "engine/third_party/accessibility/ax/platform/test_ax_node_wrapper.cc", "repo_id": "engine", "token_count": 13281 }
448
// Copyright 2013 The Flutter 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 "logging.h" #include <algorithm> #include <iostream> #include "ax_build/build_config.h" // #include "log_settings.h" #if defined(OS_ANDROID) #i...
engine/third_party/accessibility/base/logging.cc/0
{ "file_path": "engine/third_party/accessibility/base/logging.cc", "repo_id": "engine", "token_count": 550 }
449
// 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_SAFE_MATH_H_ #define BASE_NUMERICS_SAFE_MATH_H_ #include "base/numerics/checked_math.h" #include "base/numerics/clamped_math.h" #in...
engine/third_party/accessibility/base/numerics/safe_math.h/0
{ "file_path": "engine/third_party/accessibility/base/numerics/safe_math.h", "repo_id": "engine", "token_count": 149 }
450
// 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 "base/win/display.h" namespace base { namespace win { namespace { template <typename T> bool AssignProcAddress(HMODULE comBaseModule, cons...
engine/third_party/accessibility/base/win/display.cc/0
{ "file_path": "engine/third_party/accessibility/base/win/display.cc", "repo_id": "engine", "token_count": 1337 }
451
// Copyright 2020 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_VARIANT_VECTOR_H_ #define BASE_WIN_VARIANT_VECTOR_H_ #include <objbase.h> #include <oleauto.h> #include <type_traits> #include <utility...
engine/third_party/accessibility/base/win/variant_vector.h/0
{ "file_path": "engine/third_party/accessibility/base/win/variant_vector.h", "repo_id": "engine", "token_count": 1680 }
452
// 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. #include "rect.h" #include <algorithm> #if defined(OS_WIN) #include <windows.h> #elif defined(OS_IOS) #include <CoreGraphics/CoreGraphics.h> #elif d...
engine/third_party/accessibility/gfx/geometry/rect.cc/0
{ "file_path": "engine/third_party/accessibility/gfx/geometry/rect.cc", "repo_id": "engine", "token_count": 3649 }
453
// 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. #include "vector2d_conversions.h" #include "base/numerics/safe_conversions.h" namespace gfx { Vector2d ToFlooredVector2d(const Vector2dF& vector2d)...
engine/third_party/accessibility/gfx/geometry/vector2d_conversions.cc/0
{ "file_path": "engine/third_party/accessibility/gfx/geometry/vector2d_conversions.cc", "repo_id": "engine", "token_count": 308 }
454
// Copyright 2013 The Flutter 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_TRANSFORM_H_ #define UI_GFX_TRANSFORM_H_ #include <iosfwd> #include <string> #include "geometry/rect_f.h" #include "gfx_export.h" namespa...
engine/third_party/accessibility/gfx/transform.h/0
{ "file_path": "engine/third_party/accessibility/gfx/transform.h", "repo_id": "engine", "token_count": 933 }
455
// Copyright 2013 The Flutter 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_LIBRARY_NATIVES_H_ #define LIB_TONIC_DART_LIBRARY_NATIVES_H_ #include <initializer_list> #include <string> #include <unordered_map>...
engine/third_party/tonic/dart_library_natives.h/0
{ "file_path": "engine/third_party/tonic/dart_library_natives.h", "repo_id": "engine", "token_count": 476 }
456
// Copyright 2013 The Flutter 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/file_loader/file_loader.h" #include <iostream> #include <memory> #include <utility> #include "tonic/common/macros.h" #include "tonic/conv...
engine/third_party/tonic/file_loader/file_loader.cc/0
{ "file_path": "engine/third_party/tonic/file_loader/file_loader.cc", "repo_id": "engine", "token_count": 2995 }
457
// Copyright 2013 The Flutter 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 "filesystem/directory.h" #include "filesystem/path.h" #include "filesystem/scoped_temp_dir.h" #include "gtest/gtest.h" namespace filesystem { TE...
engine/third_party/tonic/filesystem/tests/directory_unittest.cc/0
{ "file_path": "engine/third_party/tonic/filesystem/tests/directory_unittest.cc", "repo_id": "engine", "token_count": 379 }
458
// Copyright 2013 The Flutter 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/dart_isolate_runner.h" #include "flutter/testing/fixture_test.h" namespace flutter { namespace testing { class DartPersistentHa...
engine/third_party/tonic/tests/dart_persistent_handle_unittest.cc/0
{ "file_path": "engine/third_party/tonic/tests/dart_persistent_handle_unittest.cc", "repo_id": "engine", "token_count": 1016 }
459
// Copyright 2013 The Flutter 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 <TargetConditionals.h> #include "flutter/fml/platform/darwin/cf_utils.h" #include "flutter/fml/platform/darwin/platform_version.h" #include "thir...
engine/third_party/txt/src/txt/platform_mac.mm/0
{ "file_path": "engine/third_party/txt/src/txt/platform_mac.mm", "repo_id": "engine", "token_count": 1639 }
460
// Copyright 2013 The Flutter 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 "display_list/dl_color.h" #include "display_list/dl_paint.h" #include "display_list/dl_tile_mode.h" #include "display_list/effec...
engine/third_party/txt/tests/paragraph_unittests.cc/0
{ "file_path": "engine/third_party/txt/tests/paragraph_unittests.cc", "repo_id": "engine", "token_count": 2983 }
461
//--------------------------------------------------------------------------------------------- // Copyright (c) 2022 Google LLC // Licensed under the MIT License. See License.txt in the project root for license information. //-------------------------------------------------------------------------------------------...
engine/third_party/web_locale_keymap/lib/web_locale_keymap/key_mappings.g.dart/0
{ "file_path": "engine/third_party/web_locale_keymap/lib/web_locale_keymap/key_mappings.g.dart", "repo_id": "engine", "token_count": 3057 }
462
name: web_unicode publish_to: none environment: sdk: '>=3.2.0-0 <4.0.0' dev_dependencies: args: any path: any
engine/third_party/web_unicode/pubspec.yaml/0
{ "file_path": "engine/third_party/web_unicode/pubspec.yaml", "repo_id": "engine", "token_count": 58 }
463
// Copyright 2013 The Flutter 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' show LineSplitter; import 'dart:io'; import 'package:analyzer/dart/analysis/analysis_context.dart'; import 'package:analyzer/dart/an...
engine/tools/api_check/lib/apicheck.dart/0
{ "file_path": "engine/tools/api_check/lib/apicheck.dart", "repo_id": "engine", "token_count": 1974 }
464
# clang_tidy A wrapper library and program that runs `clang_tidy` on the Flutter engine repo. ```shell # Assuming you are in the `flutter` root of the engine repo. dart ./tools/clang_tidy/bin/main.dart ``` By default, the linter runs over _modified_[^1] files in the _latest_[^2] build of the engine. A subset of che...
engine/tools/clang_tidy/README.md/0
{ "file_path": "engine/tools/clang_tidy/README.md", "repo_id": "engine", "token_count": 929 }
465
// Copyright 2013 The Flutter 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:engine_build_configs/engine_build_configs.dart'; import '../build_utils.dart'; import 'command.dart'; import 'flags.dart'; /// The root '...
engine/tools/engine_tool/lib/src/commands/build_command.dart/0
{ "file_path": "engine/tools/engine_tool/lib/src/commands/build_command.dart", "repo_id": "engine", "token_count": 733 }
466
// Copyright 2013 The Flutter 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:collection'; import 'environment.dart'; /// A WorkerTask. abstract class WorkerTask { /// WorkerTask with a name. W...
engine/tools/engine_tool/lib/src/worker_pool.dart/0
{ "file_path": "engine/tools/engine_tool/lib/src/worker_pool.dart", "repo_id": "engine", "token_count": 1378 }
467
#!/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. """ Gather the build_id, prefix_dir, and exec_name given the path to executable also copies to the specified destination. Th...
engine/tools/fuchsia/copy_debug_symbols.py/0
{ "file_path": "engine/tools/fuchsia/copy_debug_symbols.py", "repo_id": "engine", "token_count": 1632 }
468
#!/usr/bin/env python3 """Merges sources of a Dart target and its dependencies""" # Copyright 2013 The Flutter Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. import argparse import json import os import sys def main(): parser = ...
engine/tools/fuchsia/dart/merge_deps_sources.py/0
{ "file_path": "engine/tools/fuchsia/dart/merge_deps_sources.py", "repo_id": "engine", "token_count": 462 }
469
# Copyright 2013 The Flutter 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.gni") import("//flutter/tools/fuchsia/dart/dart_library.gni") import("//flutter/tools/fuchsia/flutter/config.gni") i...
engine/tools/fuchsia/flutter/flutter_component.gni/0
{ "file_path": "engine/tools/fuchsia/flutter/flutter_component.gni", "repo_id": "engine", "token_count": 1686 }
470
#!/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. """Emulation of `rm -f out && cp -af` in out. This is necessary on Mac in order to preserve nanoseconds of mtime. See https://fxbug.dev...
engine/tools/fuchsia/toolchain/copy.py/0
{ "file_path": "engine/tools/fuchsia/toolchain/copy.py", "repo_id": "engine", "token_count": 521 }
471
// 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. /// The platform that the browser is running on. enum LayoutPlatform { /// Windows. win, /// Linux. linux, /// MacOS or iOS. darwin, } // The ...
engine/tools/gen_web_locale_keymap/lib/layout_types.dart/0
{ "file_path": "engine/tools/gen_web_locale_keymap/lib/layout_types.dart", "repo_id": "engine", "token_count": 560 }
472
// Copyright 2013 The Flutter 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' as io; import 'package:githooks/githooks.dart'; import 'package:litetest/litetest.dart'; void main() { test('Fails gracefully without ...
engine/tools/githooks/test/githooks_test.dart/0
{ "file_path": "engine/tools/githooks/test/githooks_test.dart", "repo_id": "engine", "token_count": 1262 }
473
// Copyright 2013 The Flutter 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:collection'; import 'dart:io' as io; import 'package:args/args.dart'; import 'package:engine_repo_tools/engine_repo_tools.dart'; import 'pack...
engine/tools/header_guard_check/lib/header_guard_check.dart/0
{ "file_path": "engine/tools/header_guard_check/lib/header_guard_check.dart", "repo_id": "engine", "token_count": 2248 }
474
GCC RUNTIME LIBRARY EXCEPTION Version 3.1, 31 March 2009 Copyright (C) 2009 Free Software Foundation, Inc. <http://fsf.org/> Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. This GCC Runtime Library Exception ("Exception") is an additional permis...
engine/tools/licenses/data/gpl-gcc-exception-3.1/0
{ "file_path": "engine/tools/licenses/data/gpl-gcc-exception-3.1", "repo_id": "engine", "token_count": 754 }
475
// Copyright 2013 The Flutter 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 'regexp_debug.dart'; // Directories or files that are not included in the final binaries. // // These are absolute paths relative to the root of th...
engine/tools/licenses/lib/paths.dart/0
{ "file_path": "engine/tools/licenses/lib/paths.dart", "repo_id": "engine", "token_count": 7705 }
476
// Copyright 2013 The Flutter 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; import 'dart:io' as io; import 'package:engine_build_configs/engine_build_configs.dart'; import 'package:engine_repo_tools/engin...
engine/tools/pkg/engine_build_configs/bin/run.dart/0
{ "file_path": "engine/tools/pkg/engine_build_configs/bin/run.dart", "repo_id": "engine", "token_count": 1870 }
477
# `git_repo_tools` This is a repo-internal library for `flutter/engine`, that contains shared code for writing tools that want to interact with the `git` repository. For example, finding all changed files in the current branch: ```dart import 'dart:io' as io show File, Platform; import 'package:engine_repo_tools/eng...
engine/tools/pkg/git_repo_tools/README.md/0
{ "file_path": "engine/tools/pkg/git_repo_tools/README.md", "repo_id": "engine", "token_count": 252 }
478
// Copyright 2013 The Flutter 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_DEVICE_H_ #define FLUTTER_VULKAN_VULKAN_DEVICE_H_ #include <vector> #include "flutter/fml/compiler_specific.h" #include "fl...
engine/vulkan/vulkan_device.h/0
{ "file_path": "engine/vulkan/vulkan_device.h", "repo_id": "engine", "token_count": 1096 }
479
// Copyright 2013 The Flutter 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 "vulkan_utilities.h" #include <algorithm> #include <unordered_set> #include "flutter/fml/build_config.h" namespace vulkan { // Whether to show...
engine/vulkan/vulkan_utilities.cc/0
{ "file_path": "engine/vulkan/vulkan_utilities.cc", "repo_id": "engine", "token_count": 1384 }
480
body { margin: 0; padding: 0; } iframe { border: none; }
engine/web_sdk/web_engine_tester/lib/static/host.css/0
{ "file_path": "engine/web_sdk/web_engine_tester/lib/static/host.css", "repo_id": "engine", "token_count": 29 }
481
<component name="InspectionProjectProfileManager"> <profile version="1.0"> <option name="myName" value="Project Default" /> <inspection_tool class="CanBeFinal" enabled="false" level="WARNING" enabled_by_default="false"> <option name="REPORT_CLASSES" value="false" /> <option name="REPORT_METHODS" v...
flutter-intellij/.idea/inspectionProfiles/Project_Default.xml/0
{ "file_path": "flutter-intellij/.idea/inspectionProfiles/Project_Default.xml", "repo_id": "flutter-intellij", "token_count": 1279 }
482
# 78.4 - Use Dart plugin's DevTools instance with DTD (#7264) # 78.2, 78.3 - Fix debugger variable information (#7228) # 78, 78.1 - Fix DevTools Inspector for all Android Studio users (#7147) # 77.2 - Update the vendor information for the JetBrains plugin marketplace (#7193) # 77, 77.1 - Report IDE feature source w...
flutter-intellij/CHANGELOG.md/0
{ "file_path": "flutter-intellij/CHANGELOG.md", "repo_id": "flutter-intellij", "token_count": 2650 }
483
rootProject.name = 'flutter-gui-tests'
flutter-intellij/flutter-gui-tests/settings.gradle/0
{ "file_path": "flutter-intellij/flutter-gui-tests/settings.gradle", "repo_id": "flutter-intellij", "token_count": 14 }
484
package icons; import com.intellij.openapi.util.IconLoader; import javax.swing.*; public class FlutterIcons { private static Icon load(String path) { return IconLoader.getIcon(path, FlutterIcons.class); } public static final Icon Flutter_13 = load("/icons/flutter_13.png"); public static final Icon Flutt...
flutter-intellij/flutter-idea/src/icons/FlutterIcons.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/icons/FlutterIcons.java", "repo_id": "flutter-intellij", "token_count": 2297 }
485
/* * 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.CommonBundle; import com.intellij.openapi.actionSystem.AnActionEvent; import com.intellij.openapi.a...
flutter-intellij/flutter-idea/src/io/flutter/actions/ExtractWidgetAction.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/actions/ExtractWidgetAction.java", "repo_id": "flutter-intellij", "token_count": 1826 }
486
/* * 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. */ package io.flutter.actions; import com.intellij.execution.ExecutionException; import com.intellij.execution.configurations.GeneralCommandLine; impo...
flutter-intellij/flutter-idea/src/io/flutter/actions/OpenInAndroidStudioAction.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/actions/OpenInAndroidStudioAction.java", "repo_id": "flutter-intellij", "token_count": 5029 }
487
/* * 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. */ package io.flutter.actions; import com.intellij.icons.AllIcons; import com.intellij.openapi.wm.ToolWindowId; import io.flutter.FlutterBundle; impor...
flutter-intellij/flutter-idea/src/io/flutter/actions/RunReleaseFlutterApp.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/actions/RunReleaseFlutterApp.java", "repo_id": "flutter-intellij", "token_count": 264 }
488
/* * 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. */ package io.flutter.console; import com.intellij.execution.filters.TextConsoleBuilder; import com.intellij.execution.filters.TextConsoleBuilderFacto...
flutter-intellij/flutter-idea/src/io/flutter/console/FlutterConsole.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/console/FlutterConsole.java", "repo_id": "flutter-intellij", "token_count": 1223 }
489
/* * 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.editor; import com.intellij.openapi.extensions.ExtensionPointName; import com.intellij.openapi.ui.popup.Balloon; import org.jetb...
flutter-intellij/flutter-idea/src/io/flutter/editor/ColorPickerProvider.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/editor/ColorPickerProvider.java", "repo_id": "flutter-intellij", "token_count": 311 }
490
/* * Copyright 2022 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.actions.ReaderModeMatcher; import com.intellij.codeInsight.actions.ReaderModeProvider; i...
flutter-intellij/flutter-idea/src/io/flutter/editor/FlutterReaderModeMatcher.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/editor/FlutterReaderModeMatcher.java", "repo_id": "flutter-intellij", "token_count": 499 }
491
/* * 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.editor; import com.intellij.openapi.Disposable; import com.intellij.openapi.diagnostic.Logger; import com.intellij.openapi.edit...
flutter-intellij/flutter-idea/src/io/flutter/editor/WidgetIndentsHighlightingPass.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/editor/WidgetIndentsHighlightingPass.java", "repo_id": "flutter-intellij", "token_count": 14150 }
492
/* * 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.inspector; /** * An exception that can occur from calls to eval() from the Inspector codebase. */ public class EvalException e...
flutter-intellij/flutter-idea/src/io/flutter/inspector/EvalException.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/inspector/EvalException.java", "repo_id": "flutter-intellij", "token_count": 209 }
493
/* * 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.inspector; import com.google.gson.JsonArray; import com.google.gson.JsonObject; import io.flutter.utils.math.Matrix4; import ja...
flutter-intellij/flutter-idea/src/io/flutter/inspector/TransformedRect.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/inspector/TransformedRect.java", "repo_id": "flutter-intellij", "token_count": 375 }
494
/* * 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. */ package io.flutter.module; import io.flutter.FlutterBundle; public enum FlutterProjectType { APP(FlutterBundle.message("flutter.module.create.se...
flutter-intellij/flutter-idea/src/io/flutter/module/FlutterProjectType.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/module/FlutterProjectType.java", "repo_id": "flutter-intellij", "token_count": 376 }
495
/* * 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.perf; /** * Statistics summarizing how frequently an event has occurred overall and in * the past second. */ public class Sum...
flutter-intellij/flutter-idea/src/io/flutter/perf/SummaryStats.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/perf/SummaryStats.java", "repo_id": "flutter-intellij", "token_count": 322 }
496
/* * 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.preview; import com.intellij.openapi.project.Project; import com.intellij.openapi.vfs.VirtualFile; import com.jetbrains.lang.dar...
flutter-intellij/flutter-idea/src/io/flutter/preview/OutlineOffsetConverter.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/preview/OutlineOffsetConverter.java", "repo_id": "flutter-intellij", "token_count": 601 }
497
/* * 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.run; // RunContentManager import com.intellij.concurrency.JobScheduler; import com.intellij.execution.ExecutionManager; import ...
flutter-intellij/flutter-idea/src/io/flutter/run/FlutterAppManager.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/run/FlutterAppManager.java", "repo_id": "flutter-intellij", "token_count": 1336 }
498
/* * 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.run; import com.intellij.ide.browsers.BrowserLauncher; import com.intellij.openapi.actionSystem.AnActionEvent; import com.intell...
flutter-intellij/flutter-idea/src/io/flutter/run/OpenDevToolsAction.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/run/OpenDevToolsAction.java", "repo_id": "flutter-intellij", "token_count": 1020 }
499
/* * 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.run.bazelTest; import com.intellij.execution.ExecutionException; import com.intellij.execution.configurations.CommandLineTokeniz...
flutter-intellij/flutter-idea/src/io/flutter/run/bazelTest/BazelTestFields.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/run/bazelTest/BazelTestFields.java", "repo_id": "flutter-intellij", "token_count": 4562 }
500
/* * 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.run.coverage; import com.intellij.coverage.CoverageDataManager; import com.intellij.coverage.CoverageExecutor; import com.intell...
flutter-intellij/flutter-idea/src/io/flutter/run/coverage/FlutterCoverageProgramRunner.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/run/coverage/FlutterCoverageProgramRunner.java", "repo_id": "flutter-intellij", "token_count": 1384 }
501
/* * Copyright 2022 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.run.test; import com.intellij.execution.Executor; import com.intellij.execution.configurations.RunConfiguration; import com.inte...
flutter-intellij/flutter-idea/src/io/flutter/run/test/FlutterTestConsoleProperties.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/run/test/FlutterTestConsoleProperties.java", "repo_id": "flutter-intellij", "token_count": 264 }
502
/* * 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.sdk; import com.intellij.openapi.application.ApplicationManager; import com.intellij.openapi.application.WriteAction; import com...
flutter-intellij/flutter-idea/src/io/flutter/sdk/AbstractLibraryManager.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/sdk/AbstractLibraryManager.java", "repo_id": "flutter-intellij", "token_count": 2465 }
503
/* * 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.sdk; import com.intellij.execution.process.ProcessOutput; import com.intellij.ide.actions.ShowSettingsUtilImpl; import com.intel...
flutter-intellij/flutter-idea/src/io/flutter/sdk/FlutterSettingsConfigurable.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/sdk/FlutterSettingsConfigurable.java", "repo_id": "flutter-intellij", "token_count": 7138 }
504
/* * 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. */ package io.flutter.utils; import com.intellij.ui.JBColor; import com.intellij.util.ui.GraphicsUtil; import javax.swing.*; import java.awt.*; impor...
flutter-intellij/flutter-idea/src/io/flutter/utils/ColorIconMaker.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/utils/ColorIconMaker.java", "repo_id": "flutter-intellij", "token_count": 909 }
505
/* * 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.utils; import com.intellij.openapi.Disposable; import java.util.function.Consumer; public class StreamSubscription<T> implemen...
flutter-intellij/flutter-idea/src/io/flutter/utils/StreamSubscription.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/utils/StreamSubscription.java", "repo_id": "flutter-intellij", "token_count": 402 }
506
/* * 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.utils.math; import java.util.Arrays; /** * This class is ported from the Vector2 class in the Dart vector_math * package. Th...
flutter-intellij/flutter-idea/src/io/flutter/utils/math/Vector2.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/utils/math/Vector2.java", "repo_id": "flutter-intellij", "token_count": 4974 }
507
/* * 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. */ package io.flutter.view; import com.intellij.openapi.Disposable; import com.intellij.openapi.actionSystem.AnActionEvent; import com.intellij.openap...
flutter-intellij/flutter-idea/src/io/flutter/view/FlutterViewToggleableAction.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/view/FlutterViewToggleableAction.java", "repo_id": "flutter-intellij", "token_count": 1239 }
508
/* * Copyright 2020 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.vmService; import com.google.gson.JsonObject; import com.intellij.execution.ExecutionResult; import com.intellij.execution.filte...
flutter-intellij/flutter-idea/src/io/flutter/vmService/DartVmServiceDebugProcess.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/vmService/DartVmServiceDebugProcess.java", "repo_id": "flutter-intellij", "token_count": 9482 }
509
package io.flutter.vmService.frame; import com.intellij.xdebugger.XSourcePosition; import io.flutter.vmService.DartVmServiceDebugProcess; import org.dartlang.vm.service.element.Frame; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; public class DartVmServiceEvaluatorInFrame extend...
flutter-intellij/flutter-idea/src/io/flutter/vmService/frame/DartVmServiceEvaluatorInFrame.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/vmService/frame/DartVmServiceEvaluatorInFrame.java", "repo_id": "flutter-intellij", "token_count": 416 }
510
/* * Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file * for details. All rights reserved. Use of this source code is governed by a * BSD-style license that can be found in the LICENSE file. * * This file has been automatically generated. Please do not edit it manually. * To regenerate the...
flutter-intellij/flutter-idea/src/org/dartlang/analysis/server/protocol/RefactoringKind.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/org/dartlang/analysis/server/protocol/RefactoringKind.java", "repo_id": "flutter-intellij", "token_count": 368 }
511