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. assert(is_fuchsia) import("//flutter/tools/fuchsia/fuchsia_archive.gni") import("//flutter/tools/fuchsia/gn-sdk/src/gn_configs.gni") import("//flutter/tools/...
engine/shell/platform/fuchsia/flutter/tests/integration/touch-input/BUILD.gn/0
{ "file_path": "engine/shell/platform/fuchsia/flutter/tests/integration/touch-input/BUILD.gn", "repo_id": "engine", "token_count": 1110 }
386
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_TESTS_INTEGRATION_UTILS_PORTABLE_UI_TEST_H_ #define FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_TESTS_INTEGRATION...
engine/shell/platform/fuchsia/flutter/tests/integration/utils/portable_ui_test.h/0
{ "file_path": "engine/shell/platform/fuchsia/flutter/tests/integration/utils/portable_ui_test.h", "repo_id": "engine", "token_count": 1918 }
387
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_VSYNC_WAITER_H_ #define FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_VSYNC_WAITER_H_ #include <lib/async/cpp/wait...
engine/shell/platform/fuchsia/flutter/vsync_waiter.h/0
{ "file_path": "engine/shell/platform/fuchsia/flutter/vsync_waiter.h", "repo_id": "engine", "token_count": 689 }
388
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "files.h" #include <fcntl.h> #include <unistd.h> #include <cstdint> #include "flutter/fml/logging.h" namespace dart_utils { namespace { bool...
engine/shell/platform/fuchsia/runtime/dart/utils/files.cc/0
{ "file_path": "engine/shell/platform/fuchsia/runtime/dart/utils/files.cc", "repo_id": "engine", "token_count": 712 }
389
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_RUNTIME_DART_UTILS_VMSERVICE_OBJECT_H_ #define FLUTTER_SHELL_PLATFORM_FUCHSIA_RUNTIME_DART_UTILS_VMSERVICE_OBJECT_H_...
engine/shell/platform/fuchsia/runtime/dart/utils/vmservice_object.h/0
{ "file_path": "engine/shell/platform/fuchsia/runtime/dart/utils/vmservice_object.h", "repo_id": "engine", "token_count": 410 }
390
# Copyright 2013 The Flutter Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. declare_args() { # Whether to build the GLFW shell for the host platform, if available. # # By default, the GLFW shell is not built if there is a native...
engine/shell/platform/glfw/config.gni/0
{ "file_path": "engine/shell/platform/glfw/config.gni", "repo_id": "engine", "token_count": 163 }
391
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "flutter/shell/platform/glfw/system_utils.h" #include <cstdlib> #include "gtest/gtest.h" namespace flutter { namespace { // This is a helper f...
engine/shell/platform/glfw/system_utils_test.cc/0
{ "file_path": "engine/shell/platform/glfw/system_utils_test.cc", "repo_id": "engine", "token_count": 4590 }
392
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "flutter/shell/platform/linux/public/flutter_linux/fl_binary_codec.h" #include "flutter/shell/platform/linux/testing/fl_test.h" #include "gtest/gt...
engine/shell/platform/linux/fl_binary_codec_test.cc/0
{ "file_path": "engine/shell/platform/linux/fl_binary_codec_test.cc", "repo_id": "engine", "token_count": 1698 }
393
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "flutter/shell/platform/linux/public/flutter_linux/fl_json_message_codec.h" #include "gtest/gtest.h" #include <cmath> // Encodes a message using...
engine/shell/platform/linux/fl_json_message_codec_test.cc/0
{ "file_path": "engine/shell/platform/linux/fl_json_message_codec_test.cc", "repo_id": "engine", "token_count": 12795 }
394
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "flutter/shell/platform/linux/fl_keyboard_manager.h" #include <cstring> #include <vector> #include "flutter/shell/platform/embedder/test_utils/k...
engine/shell/platform/linux/fl_keyboard_manager_test.cc/0
{ "file_path": "engine/shell/platform/linux/fl_keyboard_manager_test.cc", "repo_id": "engine", "token_count": 24097 }
395
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_LINUX_FL_MOUSE_CURSOR_PLUGIN_H_ #define FLUTTER_SHELL_PLATFORM_LINUX_FL_MOUSE_CURSOR_PLUGIN_H_ #include <gdk/gdk.h> #inclu...
engine/shell/platform/linux/fl_mouse_cursor_plugin.h/0
{ "file_path": "engine/shell/platform/linux/fl_mouse_cursor_plugin.h", "repo_id": "engine", "token_count": 582 }
396
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_LINUX_FL_RENDERER_HEADLESS_H_ #define FLUTTER_SHELL_PLATFORM_LINUX_FL_RENDERER_HEADLESS_H_ #include "flutter/shell/platform...
engine/shell/platform/linux/fl_renderer_headless.h/0
{ "file_path": "engine/shell/platform/linux/fl_renderer_headless.h", "repo_id": "engine", "token_count": 410 }
397
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "flutter/shell/platform/linux/public/flutter_linux/fl_standard_method_codec.h" #include <gmodule.h> #include "flutter/shell/platform/linux/publi...
engine/shell/platform/linux/fl_standard_method_codec.cc/0
{ "file_path": "engine/shell/platform/linux/fl_standard_method_codec.cc", "repo_id": "engine", "token_count": 3837 }
398
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "flutter/shell/platform/linux/public/flutter_linux/fl_texture_registrar.h" #include <gmodule.h> #include "flutter/shell/platform/embedder/embedd...
engine/shell/platform/linux/fl_texture_registrar.cc/0
{ "file_path": "engine/shell/platform/linux/fl_texture_registrar.cc", "repo_id": "engine", "token_count": 3358 }
399
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_BINARY_MESSENGER_H_ #define FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_BINARY_MESSEN...
engine/shell/platform/linux/public/flutter_linux/fl_binary_messenger.h/0
{ "file_path": "engine/shell/platform/linux/public/flutter_linux/fl_binary_messenger.h", "repo_id": "engine", "token_count": 3339 }
400
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_STRING_CODEC_H_ #define FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_STRING_CODEC_H_ ...
engine/shell/platform/linux/public/flutter_linux/fl_string_codec.h/0
{ "file_path": "engine/shell/platform/linux/public/flutter_linux/fl_string_codec.h", "repo_id": "engine", "token_count": 551 }
401
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_LINUX_TESTING_MOCK_BINARY_MESSENGER_RESPONSE_HANDLE_H_ #define FLUTTER_SHELL_PLATFORM_LINUX_TESTING_MOCK_BINARY_MESSENGER_RE...
engine/shell/platform/linux/testing/mock_binary_messenger_response_handle.h/0
{ "file_path": "engine/shell/platform/linux/testing/mock_binary_messenger_response_handle.h", "repo_id": "engine", "token_count": 402 }
402
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_LINUX_TESTING_MOCK_TEXT_INPUT_VIEW_DELEGATE_H_ #define FLUTTER_SHELL_PLATFORM_LINUX_TESTING_MOCK_TEXT_INPUT_VIEW_DELEGATE_H_...
engine/shell/platform/linux/testing/mock_text_input_view_delegate.h/0
{ "file_path": "engine/shell/platform/linux/testing/mock_text_input_view_delegate.h", "repo_id": "engine", "token_count": 482 }
403
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include <memory> #include <string> #include "flutter/shell/platform/windows/client_wrapper/include/flutter/flutter_view.h" #include "flutter/shell/platfo...
engine/shell/platform/windows/client_wrapper/flutter_view_unittests.cc/0
{ "file_path": "engine/shell/platform/windows/client_wrapper/flutter_view_unittests.cc", "repo_id": "engine", "token_count": 524 }
404
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "flutter/shell/platform/windows/cursor_handler.h" #include <windows.h> #include "flutter/shell/platform/common/client_wrapper/include/flutter/st...
engine/shell/platform/windows/cursor_handler.cc/0
{ "file_path": "engine/shell/platform/windows/cursor_handler.cc", "repo_id": "engine", "token_count": 4152 }
405
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_WINDOWS_EGL_PROC_TABLE_H_ #define FLUTTER_SHELL_PLATFORM_WINDOWS_EGL_PROC_TABLE_H_ #include <GLES2/gl2.h> #include <GLES2/g...
engine/shell/platform/windows/egl/proc_table.h/0
{ "file_path": "engine/shell/platform/windows/egl/proc_table.h", "repo_id": "engine", "token_count": 1319 }
406
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_WINDOWS_FLUTTER_PLATFORM_NODE_DELEGATE_WINDOWS_H_ #define FLUTTER_SHELL_PLATFORM_WINDOWS_FLUTTER_PLATFORM_NODE_DELEGATE_WIND...
engine/shell/platform/windows/flutter_platform_node_delegate_windows.h/0
{ "file_path": "engine/shell/platform/windows/flutter_platform_node_delegate_windows.h", "repo_id": "engine", "token_count": 842 }
407
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "flutter/shell/platform/windows/flutter_windows_view.h" #include <chrono> #include "flutter/common/constants.h" #include "flutter/fml/platform/w...
engine/shell/platform/windows/flutter_windows_view.cc/0
{ "file_path": "engine/shell/platform/windows/flutter_windows_view.cc", "repo_id": "engine", "token_count": 10831 }
408
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "flutter/fml/logging.h" #include "flutter/shell/platform/common/json_message_codec.h" #include "flutter/shell/platform/embedder/embedder.h" #inclu...
engine/shell/platform/windows/keyboard_unittests.cc/0
{ "file_path": "engine/shell/platform/windows/keyboard_unittests.cc", "repo_id": "engine", "token_count": 41354 }
409
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_WINDOWS_SETTINGS_PLUGIN_H_ #define FLUTTER_SHELL_PLATFORM_WINDOWS_SETTINGS_PLUGIN_H_ #include <Windows.h> #include <memory...
engine/shell/platform/windows/settings_plugin.h/0
{ "file_path": "engine/shell/platform/windows/settings_plugin.h", "repo_id": "engine", "token_count": 742 }
410
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_WINDOWS_TESTING_FLUTTER_WINDOWS_ENGINE_BUILDER_H_ #define FLUTTER_SHELL_PLATFORM_WINDOWS_TESTING_FLUTTER_WINDOWS_ENGINE_BUIL...
engine/shell/platform/windows/testing/flutter_windows_engine_builder.h/0
{ "file_path": "engine/shell/platform/windows/testing/flutter_windows_engine_builder.h", "repo_id": "engine", "token_count": 643 }
411
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "flutter/shell/platform/windows/testing/windows_test.h" #include <string> #include "flutter/shell/platform/windows/testing/windows_test_context....
engine/shell/platform/windows/testing/windows_test.cc/0
{ "file_path": "engine/shell/platform/windows/testing/windows_test.cc", "repo_id": "engine", "token_count": 196 }
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. #ifndef FLUTTER_SHELL_PLATFORM_WINDOWS_WINDOW_PROC_DELEGATE_MANAGER_H_ #define FLUTTER_SHELL_PLATFORM_WINDOWS_WINDOW_PROC_DELEGATE_MANAGER_H_ #include <Wi...
engine/shell/platform/windows/window_proc_delegate_manager.h/0
{ "file_path": "engine/shell/platform/windows/window_proc_delegate_manager.h", "repo_id": "engine", "token_count": 736 }
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. import 'dart:async'; import 'dart:convert'; import 'dart:io'; class ShellProcess { final Completer<Uri> _vmServiceUriCompleter = Completer<Uri>(); fin...
engine/shell/testing/observatory/launcher.dart/0
{ "file_path": "engine/shell/testing/observatory/launcher.dart", "repo_id": "engine", "token_count": 826 }
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. _skia_root = "//flutter/third_party/skia" import("$_skia_root/gn/skia.gni") import("$_skia_root/modules/skshaper/skshaper.gni") if (skia_enable_skshaper) { ...
engine/skia/modules/skshaper/BUILD.gn/0
{ "file_path": "engine/skia/modules/skshaper/BUILD.gn", "repo_id": "engine", "token_count": 788 }
415
#!/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 platform import subprocess import shutil import sys import os from create_xcframework import create_xcframewo...
engine/sky/tools/create_macos_framework.py/0
{ "file_path": "engine/sky/tools/create_macos_framework.py", "repo_id": "engine", "token_count": 3573 }
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 "flutter/testing/android/native_activity/gtest_activity.h" #include "flutter/impeller/toolkit/android/native_window.h" #include "flutter/testing/...
engine/testing/android/native_activity/gtest_activity.cc/0
{ "file_path": "engine/testing/android/native_activity/gtest_activity.cc", "repo_id": "engine", "token_count": 492 }
417
// Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { google() mavenCentral() } dependencies { classpath 'com.android.tools.build:gradle:8.0.1' // NOTE: Do not place your application dependencies her...
engine/testing/android_background_image/android/build.gradle/0
{ "file_path": "engine/testing/android_background_image/android/build.gradle", "repo_id": "engine", "token_count": 292 }
418
#!/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. # # This script expects $ENGINE_PATH to be set. It is currently used only # by automation to collect and upload metrics. set -ex $ENGINE_PATH/s...
engine/testing/benchmark/generate_metrics.sh/0
{ "file_path": "engine/testing/benchmark/generate_metrics.sh", "repo_id": "engine", "token_count": 537 }
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. import 'dart:async'; import 'dart:collection'; import 'dart:convert' as convert; import 'dart:io'; import 'dart:typed_data'; import 'dart:ui'; import 'pac...
engine/testing/dart/fragment_shader_test.dart/0
{ "file_path": "engine/testing/dart/fragment_shader_test.dart", "repo_id": "engine", "token_count": 6484 }
420
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:async'; import 'dart:isolate'; import 'dart:ui'; import 'package:litetest/litetest.dart'; const int kErrorCode = -1; const int kStartCode = ...
engine/testing/dart/isolate_name_server_test.dart/0
{ "file_path": "engine/testing/dart/isolate_name_server_test.dart", "repo_id": "engine", "token_count": 1772 }
421
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:async'; import 'dart:ui'; import 'package:litetest/litetest.dart'; void main() { test('ViewConstraints.tight', () { final ViewConstrai...
engine/testing/dart/platform_dispatcher_test.dart/0
{ "file_path": "engine/testing/dart/platform_dispatcher_test.dart", "repo_id": "engine", "token_count": 1054 }
422
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_TESTING_DART_FIXTURE_H_ #define FLUTTER_TESTING_DART_FIXTURE_H_ #include <memory> #include "flutter/common/settings.h" #include "flutter/...
engine/testing/dart_fixture.h/0
{ "file_path": "engine/testing/dart_fixture.h", "repo_id": "engine", "token_count": 516 }
423
<?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/App/Info.plist/0
{ "file_path": "engine/testing/ios/IosUnitTests/App/Info.plist", "repo_id": "engine", "token_count": 983 }
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("//flutter/testing/rules/android.gni") _android_sources = [ "app/build.gradle", "app/src/androidTest/java/dev/flutter/TestRunner.java", "app/src...
engine/testing/scenario_app/android/BUILD.gn/0
{ "file_path": "engine/testing/scenario_app/android/BUILD.gn", "repo_id": "engine", "token_count": 1524 }
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. package dev.flutter.scenarios; import android.os.Bundle; import android.view.WindowManager; import androidx.annotation.NonNull; import androidx.annotation...
engine/testing/scenario_app/android/app/src/main/java/dev/flutter/scenarios/TestableFlutterActivity.java/0
{ "file_path": "engine/testing/scenario_app/android/app/src/main/java/dev/flutter/scenarios/TestableFlutterActivity.java", "repo_id": "engine", "token_count": 635 }
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:io'; bool _supportsAnsi = stdout.supportsAnsiEscapes; String _green = _supportsAnsi ? '\u001b[1;32m' : ''; String _red = _supportsAnsi ? '\u0...
engine/testing/scenario_app/bin/utils/logs.dart/0
{ "file_path": "engine/testing/scenario_app/bin/utils/logs.dart", "repo_id": "engine", "token_count": 456 }
427
// 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 FLUTTER_TESTING_SCENARIO_APP_IOS_SCENARIOS_SCENARIOS_TEXTPLATFORMVIEW_H_ #define FLUTTER_TESTING_SCENARIO_APP_IOS_SCENARIOS_SCENARIOS_TEXTPLATFORM...
engine/testing/scenario_app/ios/Scenarios/Scenarios/TextPlatformView.h/0
{ "file_path": "engine/testing/scenario_app/ios/Scenarios/Scenarios/TextPlatformView.h", "repo_id": "engine", "token_count": 383 }
428
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_TESTING_SCENARIO_APP_IOS_SCENARIOS_SCENARIOSUITESTS_GOLDENIMAGE_H_ #define FLUTTER_TESTING_SCENARIO_APP_IOS_SCENARIOS_SCENARIOSUITESTS_GOLD...
engine/testing/scenario_app/ios/Scenarios/ScenariosUITests/GoldenImage.h/0
{ "file_path": "engine/testing/scenario_app/ios/Scenarios/ScenariosUITests/GoldenImage.h", "repo_id": "engine", "token_count": 379 }
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:convert'; import 'dart:ui'; /// Util method to replicate the behavior of a `MethodChannel` in the Flutter /// framework. void sendJsonMethodC...
engine/testing/scenario_app/lib/src/channel_util.dart/0
{ "file_path": "engine/testing/scenario_app/lib/src/channel_util.dart", "repo_id": "engine", "token_count": 357 }
430
import '../../bin/utils/adb_logcat_filtering.dart'; /// Simulates the output of `adb logcat`, i.e. for testing. /// /// ## Example /// /// ```dart /// final FakeAdbLogcat logcat = FakeAdbLogcat(); /// final FakeAdbProcess process = logcat.withProcess(); /// process.info('ActivityManager', 'Force stopping dev.flutter.s...
engine/testing/scenario_app/test/src/fake_adb_logcat.dart/0
{ "file_path": "engine/testing/scenario_app/test/src/fake_adb_logcat.dart", "repo_id": "engine", "token_count": 1483 }
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. #ifndef FLUTTER_TESTING_TEST_METAL_SURFACE_IMPL_H_ #define FLUTTER_TESTING_TEST_METAL_SURFACE_IMPL_H_ #include "flutter/fml/macros.h" #include "flutter/te...
engine/testing/test_metal_surface_impl.h/0
{ "file_path": "engine/testing/test_metal_surface_impl.h", "repo_id": "engine", "token_count": 619 }
432
// 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_active_popup.h" #include "base/logging.h" namespace ui { // Represents a global storage for the view accessibility for an // autofill popup...
engine/third_party/accessibility/ax/ax_active_popup.cc/0
{ "file_path": "engine/third_party/accessibility/ax/ax_active_popup.cc", "repo_id": "engine", "token_count": 458 }
433
// 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_mode.h" #include <vector> #include "base/logging.h" #include "base/string_utils.h" namespace ui { std::ostream& operator<<(std::ostream& ...
engine/third_party/accessibility/ax/ax_mode.cc/0
{ "file_path": "engine/third_party/accessibility/ax/ax_mode.cc", "repo_id": "engine", "token_count": 625 }
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. #include "ax_range.h" #include <memory> #include <vector> #include "gtest/gtest.h" #include "ax_enums.h" #include "ax_node.h" #include "ax_node_data.h"...
engine/third_party/accessibility/ax/ax_range_unittest.cc/0
{ "file_path": "engine/third_party/accessibility/ax/ax_range_unittest.cc", "repo_id": "engine", "token_count": 27504 }
435
// 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. #ifndef UI_ACCESSIBILITY_AX_TREE_ID_REGISTRY_H_ #define UI_ACCESSIBILITY_AX_TREE_ID_REGISTRY_H_ #include <map> #include <string> #include <utility> #inc...
engine/third_party/accessibility/ax/ax_tree_id_registry.h/0
{ "file_path": "engine/third_party/accessibility/ax/ax_tree_id_registry.h", "repo_id": "engine", "token_count": 922 }
436
// 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_node_base.h" #include "gtest/gtest.h" #include "base/string_utils.h" #include "test_ax_node_wrapper.h" namespace ui { namespace {...
engine/third_party/accessibility/ax/platform/ax_platform_node_base_unittest.cc/0
{ "file_path": "engine/third_party/accessibility/ax/platform/ax_platform_node_base_unittest.cc", "repo_id": "engine", "token_count": 7355 }
437
// 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_platform_node_unittest.h" #include "ax/ax_constants.h" #include "test_ax_node_wrapper.h" namespace ui { AXPlatformNodeTest::AXPlatformNode...
engine/third_party/accessibility/ax/platform/ax_platform_node_unittest.cc/0
{ "file_path": "engine/third_party/accessibility/ax/platform/ax_platform_node_unittest.cc", "repo_id": "engine", "token_count": 5886 }
438
// 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 "uia_registrar_win.h" #include <wrl/implements.h> namespace ui { UiaRegistrarWin::UiaRegistrarWin() { // Create the registrar object and get ...
engine/third_party/accessibility/ax/platform/uia_registrar_win.cc/0
{ "file_path": "engine/third_party/accessibility/ax/platform/uia_registrar_win.cc", "repo_id": "engine", "token_count": 687 }
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 "gtest/gtest.h" #include "logging.h" namespace base { namespace testing { int UnreachableScopeWithoutReturnDoesNotMakeCompilerMad() { KillProc...
engine/third_party/accessibility/base/logging_unittests.cc/0
{ "file_path": "engine/third_party/accessibility/base/logging_unittests.cc", "repo_id": "engine", "token_count": 282 }
440
// 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_CLANG_GCC_IMPL_H_ #define BASE_NUMERICS_SAFE_MATH_CLANG_GCC_IMPL_H_ #include <cassert> #include <limits> #include <type_t...
engine/third_party/accessibility/base/numerics/safe_math_clang_gcc_impl.h/0
{ "file_path": "engine/third_party/accessibility/base/numerics/safe_math_clang_gcc_impl.h", "repo_id": "engine", "token_count": 1848 }
441
// 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" #include "gtest/gtest.h" namespace base { namespace win { TEST(Display, ScaleFactorToFloat) { EXPECT_EQ(ScaleFactor...
engine/third_party/accessibility/base/win/display_unittest.cc/0
{ "file_path": "engine/third_party/accessibility/base/win/display_unittest.cc", "repo_id": "engine", "token_count": 531 }
442
// Copyright (c) 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. // This file contains defines and typedefs that allow popular Windows types to // be used without the overhead of including windows.h. #ifndef BASE_W...
engine/third_party/accessibility/base/win/windows_types.h/0
{ "file_path": "engine/third_party/accessibility/base/win/windows_types.h", "repo_id": "engine", "token_count": 3823 }
443
// 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_conversions.h" #include <algorithm> #include <cmath> #include "base/logging.h" #include "base/numerics/safe_conversions.h" namespace...
engine/third_party/accessibility/gfx/geometry/rect_conversions.cc/0
{ "file_path": "engine/third_party/accessibility/gfx/geometry/rect_conversions.cc", "repo_id": "engine", "token_count": 1538 }
444
// 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_f.h" #include <cmath> #include "base/string_utils.h" namespace gfx { std::string Vector2dF::ToString() const { return base::S...
engine/third_party/accessibility/gfx/geometry/vector2d_f.cc/0
{ "file_path": "engine/third_party/accessibility/gfx/geometry/vector2d_f.cc", "repo_id": "engine", "token_count": 580 }
445
# Copyright 2013 The Flutter Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. public_include_dirs = [ "//flutter/third_party/icu/source/common", "//flutter/third_party/icu/source/i18n", ] config("icu_bidi_public") { include_dirs ...
engine/third_party/canvaskit/icu_bidi/BUILD.gn/0
{ "file_path": "engine/third_party/canvaskit/icu_bidi/BUILD.gn", "repo_id": "engine", "token_count": 769 }
446
# Tonic A collection of C++ utilities for working with the DartVM API.
engine/third_party/tonic/README.md/0
{ "file_path": "engine/third_party/tonic/README.md", "repo_id": "engine", "token_count": 20 }
447
// Copyright 2013 The Flutter 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_LIST_H_ #define LIB_TONIC_DART_LIST_H_ #include <cstddef> #include "third_party/dart/runtime/include/dart_api.h" #include "tonic/c...
engine/third_party/tonic/dart_list.h/0
{ "file_path": "engine/third_party/tonic/dart_list.h", "repo_id": "engine", "token_count": 543 }
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 "tonic/file_loader/file_loader.h" #include <dirent.h> #include <fcntl.h> #include <sys/types.h> #include <cerrno> #include <iostream> #include <...
engine/third_party/tonic/file_loader/file_loader_fuchsia.cc/0
{ "file_path": "engine/third_party/tonic/file_loader/file_loader_fuchsia.cc", "repo_id": "engine", "token_count": 641 }
449
// Copyright 2013 The Flutter 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/file.h" #include <fcntl.h> #include "filesystem/path.h" #include "filesystem/scoped_temp_dir.h" #include "gtest/gtest.h" namespace ...
engine/third_party/tonic/filesystem/tests/file_unittest.cc/0
{ "file_path": "engine/third_party/tonic/filesystem/tests/file_unittest.cc", "repo_id": "engine", "token_count": 528 }
450
// Copyright 2013 The Flutter 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 { namespace { void NopFi...
engine/third_party/tonic/tests/dart_weak_persistent_handle_unittest.cc/0
{ "file_path": "engine/third_party/tonic/tests/dart_weak_persistent_handle_unittest.cc", "repo_id": "engine", "token_count": 2187 }
451
/* * 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 t...
engine/third_party/txt/benchmarks/skparagraph_benchmarks.cc/0
{ "file_path": "engine/third_party/txt/benchmarks/skparagraph_benchmarks.cc", "repo_id": "engine", "token_count": 4485 }
452
/* * 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/line_metrics.h/0
{ "file_path": "engine/third_party/txt/src/txt/line_metrics.h", "repo_id": "engine", "token_count": 938 }
453
/* * 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/run_metrics.h/0
{ "file_path": "engine/third_party/txt/src/txt/run_metrics.h", "repo_id": "engine", "token_count": 692 }
454
name: web_locale_keymap publish_to: none environment: sdk: '>=3.2.0-0 <4.0.0' dev_dependencies: test: ^1.21.7
engine/third_party/web_locale_keymap/pubspec.yaml/0
{ "file_path": "engine/third_party/web_locale_keymap/pubspec.yaml", "repo_id": "engine", "token_count": 61 }
455
#!/usr/bin/env python # Copyright 2022 Google LLC # # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. import os import subprocess import sys EMSDK_ROOT = os.path.abspath(os.path.join(__file__, '..', '..', 'prebuilts', 'emsdk')) EMSDK_PATH = os.path.join(EMSDK_ROOT...
engine/tools/activate_emsdk.py/0
{ "file_path": "engine/tools/activate_emsdk.py", "repo_id": "engine", "token_count": 387 }
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. import 'dart:io'; import 'package:analyzer/dart/ast/ast.dart'; import 'package:analyzer/dart/ast/visitor.dart'; import 'package:apicheck/apicheck.dart'; i...
engine/tools/api_check/test/apicheck_test.dart/0
{ "file_path": "engine/tools/api_check/test/apicheck_test.dart", "repo_id": "engine", "token_count": 3298 }
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. import 'dart:convert' show LineSplitter, jsonDecode; import 'dart:io' as io show File, stderr, stdout; import 'package:engine_repo_tools/engine_repo_tools...
engine/tools/clang_tidy/lib/clang_tidy.dart/0
{ "file_path": "engine/tools/clang_tidy/lib/clang_tidy.dart", "repo_id": "engine", "token_count": 5930 }
458
# Const Finder This program uses package:kernel from the Dart SDK in //third_party. A snapshot is created via the build rules in BUILD.gn. This is then vended to the Flutter tool, which uses it to find `const` creations of `IconData` classes. The information from this can then be passed to the `font-subset` tool to c...
engine/tools/const_finder/README.md/0
{ "file_path": "engine/tools/const_finder/README.md", "repo_id": "engine", "token_count": 143 }
459
name: dir_contents_diff environment: sdk: '>=3.2.0-0 <4.0.0' dev_dependencies: litetest: any path: any dependency_overrides: async_helper: path: ../../../third_party/dart/pkg/async_helper expect: path: ../../../third_party/dart/pkg/expect litetest: path: ../../testing/litetest meta: path: ...
engine/tools/dir_contents_diff/pubspec.yaml/0
{ "file_path": "engine/tools/dir_contents_diff/pubspec.yaml", "repo_id": "engine", "token_count": 213 }
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. import 'package:args/command_runner.dart'; import 'package:engine_build_configs/engine_build_configs.dart'; import '../environment.dart'; import 'build_co...
engine/tools/engine_tool/lib/src/commands/command_runner.dart/0
{ "file_path": "engine/tools/engine_tool/lib/src/commands/command_runner.dart", "repo_id": "engine", "token_count": 719 }
461
// Copyright 2013 The Flutter 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' as convert; import 'dart:ffi' as ffi show Abi; import 'dart:io' as io; import 'package:engine_build_configs/engine_build_configs.dar...
engine/tools/engine_tool/test/build_command_test.dart/0
{ "file_path": "engine/tools/engine_tool/test/build_command_test.dart", "repo_id": "engine", "token_count": 3459 }
462
#!/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 os import sys import pathlib def main(): parser = argparse.ArgumentParser( "Verifies that all .dart f...
engine/tools/fuchsia/dart/verify_sources.py/0
{ "file_path": "engine/tools/fuchsia/dart/verify_sources.py", "repo_id": "engine", "token_count": 810 }
463
package: flutter/fuchsia description: Flutter Fuchsia Artifacts install_mode: copy data: # Don't modify this! This is where the build script put all bucket artifacts. - dir: flutter/
engine/tools/fuchsia/fuchsia.cipd.yaml/0
{ "file_path": "engine/tools/fuchsia/fuchsia.cipd.yaml", "repo_id": "engine", "token_count": 55 }
464
#!/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. """Uploads debug symbols to the symbols server.""" import argparse import os import subprocess import sys import tempfile ## Path t...
engine/tools/fuchsia/upload_to_symbol_server.py/0
{ "file_path": "engine/tools/fuchsia/upload_to_symbol_server.py", "repo_id": "engine", "token_count": 1086 }
465
# Git Hooks The behavior of `git` commands can be customized through the use of "hooks". These hooks are described in detail in git's [documentation](https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks). `git` looks for an executables by name in the directory specified by the `core.hooksPath` `git config` settin...
engine/tools/githooks/README.md/0
{ "file_path": "engine/tools/githooks/README.md", "repo_id": "engine", "token_count": 543 }
466
#!/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. from __future__ import absolute_import from __future__ import division from __future__ import print_function import argparse import c...
engine/tools/gn/0
{ "file_path": "engine/tools/gn", "repo_id": "engine", "token_count": 18811 }
467
GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999 Copyright (C) 1991, 1999 Free Software Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but chang...
engine/tools/licenses/data/lesser-gpl-2.1/0
{ "file_path": "engine/tools/licenses/data/lesser-gpl-2.1", "repo_id": "engine", "token_count": 6224 }
468
// Copyright 2013 The Flutter 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' as core show RegExp; import 'dart:core' hide RegExp; import 'dart:io'; class RegExp implements core.RegExp { RegExp( String sourc...
engine/tools/licenses/lib/regexp_debug.dart/0
{ "file_path": "engine/tools/licenses/lib/regexp_debug.dart", "repo_id": "engine", "token_count": 1623 }
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 'package:meta/meta.dart'; import 'package:platform/platform.dart'; // This library parses Engine builder config data out of the "Engine v2" build /...
engine/tools/pkg/engine_build_configs/lib/src/build_config.dart/0
{ "file_path": "engine/tools/pkg/engine_build_configs/lib/src/build_config.dart", "repo_id": "engine", "token_count": 9553 }
470
// Copyright 2013 The Flutter 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/vulkan/procs/vulkan_interface.h" namespace vulkan { std::string VulkanResultToString(VkResult result) { switch (result) { case VK...
engine/vulkan/procs/vulkan_interface.cc/0
{ "file_path": "engine/vulkan/procs/vulkan_interface.cc", "repo_id": "engine", "token_count": 1218 }
471
// Copyright 2013 The Flutter 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_IMAGE_H_ #define FLUTTER_VULKAN_VULKAN_IMAGE_H_ #include "flutter/fml/compiler_specific.h" #include "flutter/fml/macros.h" #...
engine/vulkan/vulkan_image.h/0
{ "file_path": "engine/vulkan/vulkan_image.h", "repo_id": "engine", "token_count": 413 }
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. // FLUTTER_NOLINT: https://github.com/flutter/flutter/issues/68331 #include "vulkan_window.h" #include <memory> #include <string> #include <utility> #in...
engine/vulkan/vulkan_window.cc/0
{ "file_path": "engine/vulkan/vulkan_window.cc", "repo_id": "engine", "token_count": 3224 }
473
<!DOCTYPE html> <html> <head> <title>Web Engine Test Runner</title> <link rel="stylesheet" type="text/css" href="host.css" /> </head> <body> <script src="host.dart.js"></script> </body> </html>
engine/web_sdk/web_engine_tester/lib/static/index.html/0
{ "file_path": "engine/web_sdk/web_engine_tester/lib/static/index.html", "repo_id": "engine", "token_count": 82 }
474
<component name="libraryTable"> <library name="Dart"> <CLASSES> <root url="jar://$PROJECT_DIR$/lib/dart-plugin/212.5486/Dart.jar!/" /> </CLASSES> <JAVADOC /> <SOURCES /> </library> </component>
flutter-intellij/.idea/libraries/Dart.xml/0
{ "file_path": "flutter-intellij/.idea/libraries/Dart.xml", "repo_id": "flutter-intellij", "token_count": 99 }
475
Contributing to Flutter Plugin for IntelliJ ======================= <!-- TOC --> * [Contributing to Flutter Plugin for IntelliJ](#contributing-to-flutter-plugin-for-intellij) * [Contributing code](#contributing-code) * [Getting started](#getting-started) * [Setting environments](#setting-environments) * [Han...
flutter-intellij/CONTRIBUTING.md/0
{ "file_path": "flutter-intellij/CONTRIBUTING.md", "repo_id": "flutter-intellij", "token_count": 4819 }
476
# 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. app.reload.action.text=Flutter Hot Reload app.reload.action.description=Hot reload changes into the running Flutter app app.reload.all.action.text=Flutter Ho...
flutter-intellij/flutter-idea/src/io/flutter/FlutterBundle.properties/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/FlutterBundle.properties", "repo_id": "flutter-intellij", "token_count": 4809 }
477
/* * 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.actions; import com.intellij.execution.process.ColoredProcessHandler; import com.intellij.execution.process.ProcessAdapter; impo...
flutter-intellij/flutter-idea/src/io/flutter/actions/FlutterBuildActionGroup.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/actions/FlutterBuildActionGroup.java", "repo_id": "flutter-intellij", "token_count": 2136 }
478
/* * 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/OpenInXcodeAction.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/actions/OpenInXcodeAction.java", "repo_id": "flutter-intellij", "token_count": 2299 }
479
package io.flutter.analytics; import com.intellij.openapi.project.Project; import com.intellij.openapi.project.ProjectManager; import com.intellij.util.IncorrectOperationException; import com.jetbrains.lang.dart.ide.completion.DartCompletionTimerExtension; import org.jetbrains.annotations.NotNull; import org.jetbrain...
flutter-intellij/flutter-idea/src/io/flutter/analytics/DartCompletionTimerListener.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/analytics/DartCompletionTimerListener.java", "repo_id": "flutter-intellij", "token_count": 650 }
480
/* * 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.console; import com.google.common.annotations.VisibleForTesting; import com.intellij.execution.ExecutionException; import com.in...
flutter-intellij/flutter-idea/src/io/flutter/console/FlutterConsoleFilter.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/console/FlutterConsoleFilter.java", "repo_id": "flutter-intellij", "token_count": 3821 }
481
/* * 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.editor.EditorFactory; import com.intellij.openapi.ed...
flutter-intellij/flutter-idea/src/io/flutter/editor/EditorMouseEventService.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/editor/EditorMouseEventService.java", "repo_id": "flutter-intellij", "token_count": 979 }
482
/* * 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.editor.Document; import com.intellij.openapi.editor....
flutter-intellij/flutter-idea/src/io/flutter/editor/InlinePreviewViewController.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/editor/InlinePreviewViewController.java", "repo_id": "flutter-intellij", "token_count": 5654 }
483
/* * 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.editor; import com.intellij.codeHighlighting.*; import com.intellij.openapi.project.DumbAware; import com.intellij.openapi.proj...
flutter-intellij/flutter-idea/src/io/flutter/editor/WidgetIndentsHighlightingPassFactoryRegistrar.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/editor/WidgetIndentsHighlightingPassFactoryRegistrar.java", "repo_id": "flutter-intellij", "token_count": 306 }
484
/* * 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.inspector; import com.intellij.openapi.Disposable; import com.intellij.openapi.util.Disposer; import com.intellij.ui.components....
flutter-intellij/flutter-idea/src/io/flutter/inspector/HeapDisplay.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/inspector/HeapDisplay.java", "repo_id": "flutter-intellij", "token_count": 1649 }
485