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. #ifndef FLUTTER_SHELL_PLATFORM_WINDOWS_EVENT_WATCHER_H_ #define FLUTTER_SHELL_PLATFORM_WINDOWS_EVENT_WATCHER_H_ #include <Windows.h> #include <functional...
engine/shell/platform/windows/event_watcher.h/0
{ "file_path": "engine/shell/platform/windows/event_watcher.h", "repo_id": "engine", "token_count": 325 }
379
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "flutter/fml/macros.h" #include "flutter/shell/platform/windows/flutter_window.h" #include "flutter/shell/platform/windows/testing/flutter_windows...
engine/shell/platform/windows/flutter_window_unittests.cc/0
{ "file_path": "engine/shell/platform/windows/flutter_window_unittests.cc", "repo_id": "engine", "token_count": 6532 }
380
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_WINDOWS_KEYBOARD_KEY_CHANNEL_HANDLER_H_ #define FLUTTER_SHELL_PLATFORM_WINDOWS_KEYBOARD_KEY_CHANNEL_HANDLER_H_ #include <de...
engine/shell/platform/windows/keyboard_key_channel_handler.h/0
{ "file_path": "engine/shell/platform/windows/keyboard_key_channel_handler.h", "repo_id": "engine", "token_count": 689 }
381
// Copyright 2013 The Flutter 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/platform_handler.h" #include <memory> #include "flutter/fml/macros.h" #include "flutter/shell/platform/common/js...
engine/shell/platform/windows/platform_handler_unittests.cc/0
{ "file_path": "engine/shell/platform/windows/platform_handler_unittests.cc", "repo_id": "engine", "token_count": 6845 }
382
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_WINDOWS_TASK_RUNNER_H_ #define FLUTTER_SHELL_PLATFORM_WINDOWS_TASK_RUNNER_H_ #include <chrono> #include <deque> #include <f...
engine/shell/platform/windows/task_runner.h/0
{ "file_path": "engine/shell/platform/windows/task_runner.h", "repo_id": "engine", "token_count": 1143 }
383
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_WINDOWS_TESTING_MOCK_WINDOW_H_ #define FLUTTER_SHELL_PLATFORM_WINDOWS_TESTING_MOCK_WINDOW_H_ #include "flutter/fml/macros.h...
engine/shell/platform/windows/testing/mock_window.h/0
{ "file_path": "engine/shell/platform/windows/testing/mock_window.h", "repo_id": "engine", "token_count": 1630 }
384
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "flutter/shell/platform/windows/testing/wm_builders.h" namespace flutter { namespace testing { Win32Message WmKeyDownInfo::Build(LRESULT expecte...
engine/shell/platform/windows/testing/wm_builders.cc/0
{ "file_path": "engine/shell/platform/windows/testing/wm_builders.cc", "repo_id": "engine", "token_count": 1114 }
385
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "flutter/shell/platform/windows/windows_lifecycle_manager.h" #include "flutter/shell/platform/windows/testing/windows_test.h" #include "gtest/gte...
engine/shell/platform/windows/windows_lifecycle_manager_unittests.cc/0
{ "file_path": "engine/shell/platform/windows/windows_lifecycle_manager_unittests.cc", "repo_id": "engine", "token_count": 790 }
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. import("//flutter/build/dart/dart.gni") declare_args() { engine_version = "" skia_version = "" dart_version = "" } _flutter_root = "//flutter" asse...
engine/shell/version/version.gni/0
{ "file_path": "engine/shell/version/version.gni", "repo_id": "engine", "token_count": 166 }
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. import("//flutter/build/dart/rules.gni") import("//flutter/lib/ui/dart_ui.gni") import("//flutter/web_sdk/web_sdk.gni") import("$dart_src/sdk/lib/_http/http_s...
engine/sky/packages/sky_engine/BUILD.gn/0
{ "file_path": "engine/sky/packages/sky_engine/BUILD.gn", "repo_id": "engine", "token_count": 5004 }
388
python_version: "2.7" # Used by: # auth.py # gerrit_util.py # git_cl.py # my_activity.py # TODO(crbug.com/1002153): Add ninjalog_uploader.py wheel: < name: "infra/python/wheels/httplib2-py2_py3" version: "version:0.10.3" > # Used by: # my_activity.py wheel: < name: "infra/python/wheels/python-dateut...
engine/testing/.vpython/0
{ "file_path": "engine/testing/.vpython", "repo_id": "engine", "token_count": 577 }
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_TESTING_ASSERTIONS_H_ #define FLUTTER_TESTING_ASSERTIONS_H_ #include <type_traits> namespace flutter { namespace testing { inline bool N...
engine/testing/assertions.h/0
{ "file_path": "engine/testing/assertions.h", "repo_id": "engine", "token_count": 188 }
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. import("//flutter/build/dart/rules.gni") tests = [ "assets_test.dart", "canvas_test.dart", "channel_buffers_test.dart", "codec_test.dart", "color_f...
engine/testing/dart/BUILD.gn/0
{ "file_path": "engine/testing/dart/BUILD.gn", "repo_id": "engine", "token_count": 957 }
391
// Copyright 2021 The Flutter 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'; import 'package:litetest/litetest.dart'; import 'http_disallow_http_connections_test.dart'; void main() { test(...
engine/testing/dart/http_allow_http_connections_test.dart/0
{ "file_path": "engine/testing/dart/http_allow_http_connections_test.dart", "repo_id": "engine", "token_count": 314 }
392
Tests in this folder need to be run with the observatory enabled, e.g. to make VM service method calls. The `run_tests.py` script disables the observatory for other tests in the parent directory.
engine/testing/dart/observatory/README.md/0
{ "file_path": "engine/testing/dart/observatory/README.md", "repo_id": "engine", "token_count": 52 }
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. import 'dart:ui'; import 'package:litetest/litetest.dart'; // The body of this file is the same as ../../lib/web_ui/test/engine/semantics/semantics_api_t...
engine/testing/dart/semantics_test.dart/0
{ "file_path": "engine/testing/dart/semantics_test.dart", "repo_id": "engine", "token_count": 588 }
394
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_TESTING_DISPLAY_LIST_TESTING_H_ #define FLUTTER_TESTING_DISPLAY_LIST_TESTING_H_ #include <ostream> #include "flutter/display_list/display...
engine/testing/display_list_testing.h/0
{ "file_path": "engine/testing/display_list_testing.h", "repo_id": "engine", "token_count": 3346 }
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_TESTING_MOCK_CANVAS_H_ #define FLUTTER_TESTING_MOCK_CANVAS_H_ #include <ostream> #include <variant> #include <vector> #include "flutter/d...
engine/testing/mock_canvas.h/0
{ "file_path": "engine/testing/mock_canvas.h", "repo_id": "engine", "token_count": 6255 }
396
#!/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. """ Invokes //gradle for building the Android apps from GN/Ninja. """ import os import sys import subprocess import platform SCRIPT...
engine/testing/rules/run_gradle.py/0
{ "file_path": "engine/testing/rules/run_gradle.py", "repo_id": "engine", "token_count": 585 }
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. package dev.flutter; import android.os.Bundle; import androidx.annotation.Nullable; import androidx.test.runner.AndroidJUnitRunner; import dev.flutter.sce...
engine/testing/scenario_app/android/app/src/androidTest/java/dev/flutter/TestRunner.java/0
{ "file_path": "engine/testing/scenario_app/android/app/src/androidTest/java/dev/flutter/TestRunner.java", "repo_id": "engine", "token_count": 584 }
398
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" package="dev.flutter.scenarios"> <uses-permission android:name="android.permission.INTERNET" /> <application android:name="io.flutter.app.Flu...
engine/testing/scenario_app/android/app/src/main/AndroidManifest.xml/0
{ "file_path": "engine/testing/scenario_app/android/app/src/main/AndroidManifest.xml", "repo_id": "engine", "token_count": 2065 }
399
<!-- Exclude all files from backup --> <full-backup-content> <exclude domain="root" path="."/> <exclude domain="file" path="."/> <exclude domain="database" path="."/> <exclude domain="sharedpref" path="."/> <exclude domain="external" path="."/> </full-backup-content>
engine/testing/scenario_app/android/app/src/main/res/xml/extraction_config_11_and_below.xml/0
{ "file_path": "engine/testing/scenario_app/android/app/src/main/res/xml/extraction_config_11_and_below.xml", "repo_id": "engine", "token_count": 104 }
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. import("//flutter/build/dart/dart.gni") import("//flutter/testing/rules/runtime_mode.gni") import("$dart_src/build/dart/copy_tree.gni") _app_framework_dir =...
engine/testing/scenario_app/ios/BUILD.gn/0
{ "file_path": "engine/testing/scenario_app/ios/BUILD.gn", "repo_id": "engine", "token_count": 689 }
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. #import "ShareViewController.h" @interface ShareViewController () @end @implementation ShareViewController - (instancetype)init { FlutterEngine* engi...
engine/testing/scenario_app/ios/Scenarios/ScenariosShare/ShareViewController.m/0
{ "file_path": "engine/testing/scenario_app/ios/Scenarios/ScenariosShare/ShareViewController.m", "repo_id": "engine", "token_count": 421 }
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. import 'dart:async'; import 'dart:convert'; import 'dart:io'; import 'dart:typed_data'; import 'dart:ui'; import 'package:vector_math/vector_math_64.dart';...
engine/testing/scenario_app/lib/src/platform_view.dart/0
{ "file_path": "engine/testing/scenario_app/lib/src/platform_view.dart", "repo_id": "engine", "token_count": 19187 }
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. import 'dart:async'; import 'dart:convert'; import 'dart:io' as io; import 'dart:typed_data'; import 'package:litetest/litetest.dart'; import 'package:pat...
engine/testing/skia_gold_client/test/skia_gold_client_test.dart/0
{ "file_path": "engine/testing/skia_gold_client/test/skia_gold_client_test.dart", "repo_id": "engine", "token_count": 8972 }
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. #ifndef FLUTTER_TESTING_TEST_VULKAN_CONTEXT_H_ #define FLUTTER_TESTING_TEST_VULKAN_CONTEXT_H_ #include "flutter/fml/macros.h" #include "flutter/fml/memory...
engine/testing/test_vulkan_context.h/0
{ "file_path": "engine/testing/test_vulkan_context.h", "repo_id": "engine", "token_count": 541 }
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. import("//flutter/common/config.gni") import("//flutter/testing/testing.gni") config("accessibility_config") { visibility = [ "//flutter/shell/platform...
engine/third_party/accessibility/BUILD.gn/0
{ "file_path": "engine/third_party/accessibility/BUILD.gn", "repo_id": "engine", "token_count": 1761 }
406
// 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. #include "ax_enum_util.h" namespace ui { const char* ToString(ax::mojom::Event event) { switch (event) { case ax::mojom::Event::kNone: retur...
engine/third_party/accessibility/ax/ax_enum_util.cc/0
{ "file_path": "engine/third_party/accessibility/ax/ax_enum_util.cc", "repo_id": "engine", "token_count": 44020 }
407
// Copyright 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_ACCESSIBILITY_AX_NODE_DATA_H_ #define UI_ACCESSIBILITY_AX_NODE_DATA_H_ #include <cstdint> #include <map> #include <memory> #include <string> #...
engine/third_party/accessibility/ax/ax_node_data.h/0
{ "file_path": "engine/third_party/accessibility/ax/ax_node_data.h", "repo_id": "engine", "token_count": 3825 }
408
// 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. #include "ax_table_info.h" #include <cstddef> #include "ax_constants.h" #include "ax_enums.h" #include "ax_node.h" #include "ax_role_properties.h" #incl...
engine/third_party/accessibility/ax/ax_table_info.cc/0
{ "file_path": "engine/third_party/accessibility/ax/ax_table_info.cc", "repo_id": "engine", "token_count": 8192 }
409
// 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. #include "ax_tree.h" #include <cstddef> #include <cstdint> #include <memory> #include "ax_enum_util.h" #include "ax_node.h" #include "ax_node_position.h...
engine/third_party/accessibility/ax/ax_tree_unittest.cc/0
{ "file_path": "engine/third_party/accessibility/ax/ax_tree_unittest.cc", "repo_id": "engine", "token_count": 75133 }
410
// 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_PLATFORM_AX_PLATFORM_NODE_MAC_H_ #define UI_ACCESSIBILITY_PLATFORM_AX_PLATFORM_NODE_MAC_H_ #import <Cocoa/Cocoa.h> #include "ba...
engine/third_party/accessibility/ax/platform/ax_platform_node_mac.h/0
{ "file_path": "engine/third_party/accessibility/ax/platform/ax_platform_node_mac.h", "repo_id": "engine", "token_count": 764 }
411
// 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 "ui/accessibility/platform/ax_platform_relation_win.h" #include <wrl/client.h> #include <algorithm> #include <vector> #include "base/lazy_inst...
engine/third_party/accessibility/ax/platform/ax_platform_relation_win.cc/0
{ "file_path": "engine/third_party/accessibility/ax/platform/ax_platform_relation_win.cc", "repo_id": "engine", "token_count": 4334 }
412
// 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_CHECKED_MATH_IMPL_H_ #define BASE_NUMERICS_CHECKED_MATH_IMPL_H_ #include <climits> #include <cmath> #include <cstddef> #include <cs...
engine/third_party/accessibility/base/numerics/checked_math_impl.h/0
{ "file_path": "engine/third_party/accessibility/base/numerics/checked_math_impl.h", "repo_id": "engine", "token_count": 10020 }
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 "string_utils.h" #include <array> #include <cctype> #include <codecvt> #include <locale> #include <regex> #include <sstream> #include "flutter/f...
engine/third_party/accessibility/base/string_utils.cc/0
{ "file_path": "engine/third_party/accessibility/base/string_utils.cc", "repo_id": "engine", "token_count": 1986 }
414
// Copyright (c) 2010 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/scoped_bstr.h" #include <cstddef> #include "gtest/gtest.h" namespace base { namespace win { namespace { constexpr wchar_t kTes...
engine/third_party/accessibility/base/win/scoped_bstr_unittest.cc/0
{ "file_path": "engine/third_party/accessibility/base/win/scoped_bstr_unittest.cc", "repo_id": "engine", "token_count": 1029 }
415
// Copyright (c) 2009 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 "insets.h" #include "gtest/gtest.h" #include "insets_f.h" #include "rect.h" #include "size.h" #include "vector2d.h" TEST(InsetsTest, Insets...
engine/third_party/accessibility/gfx/geometry/insets_unittest.cc/0
{ "file_path": "engine/third_party/accessibility/gfx/geometry/insets_unittest.cc", "repo_id": "engine", "token_count": 3766 }
416
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_GFX_GEOMETRY_SIZE_H_ #define UI_GFX_GEOMETRY_SIZE_H_ #include <algorithm> #include <iosfwd> #include <string> #include "ax_build/build_co...
engine/third_party/accessibility/gfx/geometry/size.h/0
{ "file_path": "engine/third_party/accessibility/gfx/geometry/size.h", "repo_id": "engine", "token_count": 1081 }
417
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef ACCESSIBILITY_GFX_NATIVE_WIDGET_TYPES_H_ #define ACCESSIBILITY_GFX_NATIVE_WIDGET_TYPES_H_ #include <cstdint> #include "ax_build/build_config...
engine/third_party/accessibility/gfx/native_widget_types.h/0
{ "file_path": "engine/third_party/accessibility/gfx/native_widget_types.h", "repo_id": "engine", "token_count": 2711 }
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. #include <cmath> #import "flutter/third_party/spring_animation/spring_animation.h" #include "gtest/gtest.h" TEST(SpringAnimationTest, CanInitializeCorrect...
engine/third_party/spring_animation/SpringAnimationTest.mm/0
{ "file_path": "engine/third_party/spring_animation/SpringAnimationTest.mm", "repo_id": "engine", "token_count": 1619 }
419
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef LIB_CONVERTER_TONIC_DART_CONVERTER_H_ #define LIB_CONVERTER_TONIC_DART_CONVERTER_H_ #include <string> #include <type_traits> #include <vector> #i...
engine/third_party/tonic/converter/dart_converter.h/0
{ "file_path": "engine/third_party/tonic/converter/dart_converter.h", "repo_id": "engine", "token_count": 7443 }
420
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef LIB_TONIC_DART_PERSISTENT_VALUE_H_ #define LIB_TONIC_DART_PERSISTENT_VALUE_H_ #include <memory> #include "third_party/dart/runtime/include/dart_a...
engine/third_party/tonic/dart_persistent_value.h/0
{ "file_path": "engine/third_party/tonic/dart_persistent_value.h", "repo_id": "engine", "token_count": 448 }
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. #ifndef FILESYSTEM_EINTR_WRAPPER_H_ #define FILESYSTEM_EINTR_WRAPPER_H_ #include <cerrno> #include "tonic/common/build_config.h" #if defined(OS_WIN) //...
engine/third_party/tonic/filesystem/filesystem/eintr_wrapper.h/0
{ "file_path": "engine/third_party/tonic/filesystem/filesystem/eintr_wrapper.h", "repo_id": "engine", "token_count": 1430 }
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. #include "tonic/logging/dart_invoke.h" #include "tonic/common/macros.h" #include "tonic/logging/dart_error.h" namespace tonic { Dart_Handle DartInvokeFi...
engine/third_party/tonic/logging/dart_invoke.cc/0
{ "file_path": "engine/third_party/tonic/logging/dart_invoke.cc", "repo_id": "engine", "token_count": 449 }
423
// Copyright 2013 The Flutter 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_TYPED_DATA_FLOAT64_LIST_H_ #define LIB_TONIC_TYPED_DATA_FLOAT64_LIST_H_ #warning float64_list.h is deprecated; use typed_list.h instead....
engine/third_party/tonic/typed_data/float64_list.h/0
{ "file_path": "engine/third_party/tonic/typed_data/float64_list.h", "repo_id": "engine", "token_count": 157 }
424
/* * 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/asset_font_manager.cc/0
{ "file_path": "engine/third_party/txt/src/txt/asset_font_manager.cc", "repo_id": "engine", "token_count": 1091 }
425
/* * Copyright 2018 Google, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
engine/third_party/txt/src/txt/text_shadow.cc/0
{ "file_path": "engine/third_party/txt/src/txt/text_shadow.cc", "repo_id": "engine", "token_count": 422 }
426
<?xml version="1.0" encoding="UTF-8"?> <lint> <issue id="NewApi"> <!-- The NewApi lint also catches the usage of Java 8 APIs. The engine relies on being built with backwards support for Java 8 APIs enabled. BE CAREFUL ADDING TO THIS LIST. Not all Java 8 APIs are backwards compatible ...
engine/tools/android_lint/lint.xml/0
{ "file_path": "engine/tools/android_lint/lint.xml", "repo_id": "engine", "token_count": 342 }
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:io'; import 'package:engine_repo_tools/engine_repo_tools.dart'; import 'package:litetest/litetest.dart'; import 'package:path/path.dart' as p...
engine/tools/clang_tidy/test/header_filter_regex_test.dart/0
{ "file_path": "engine/tools/clang_tidy/test/header_filter_regex_test.dart", "repo_id": "engine", "token_count": 923 }
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. // If canonicalization uses deep structural hashing without memoizing, this // will exhibit superlinear time. // Compare with Dart version of this test at...
engine/tools/const_finder/test/fixtures/lib/box.dart/0
{ "file_path": "engine/tools/const_finder/test/fixtures/lib/box.dart", "repo_id": "engine", "token_count": 4278 }
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:io' show ProcessStartMode; import 'package:engine_build_configs/engine_build_configs.dart'; import 'package:process_runner/process_runner.dar...
engine/tools/engine_tool/lib/src/commands/run_command.dart/0
{ "file_path": "engine/tools/engine_tool/lib/src/commands/run_command.dart", "repo_id": "engine", "token_count": 2172 }
430
// Copyright 2013 The Flutter 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_tool/src/logger.dart'; import 'package:litetest/litetest.dart'; import 'package:logging/logging.dart' as log; void main() { List<...
engine/tools/engine_tool/test/logger_test.dart/0
{ "file_path": "engine/tools/engine_tool/test/logger_test.dart", "repo_id": "engine", "token_count": 1860 }
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. import("//flutter/tools/fuchsia/dart/dart.gni") import("//flutter/tools/fuchsia/dart/dart_package_config.gni") import("//flutter/tools/fuchsia/dart/toolchain....
engine/tools/fuchsia/dart/dart_library.gni/0
{ "file_path": "engine/tools/fuchsia/dart/dart_library.gni", "repo_id": "engine", "token_count": 4972 }
432
#!/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. # ### Checks out the version of Flutter engine in your Fuchsia source tree. ### This is necessary to avoid skew between the version of the Dart VM ...
engine/tools/fuchsia/devshell/checkout_fuchsia_revision.sh/0
{ "file_path": "engine/tools/fuchsia/devshell/checkout_fuchsia_revision.sh", "repo_id": "engine", "token_count": 501 }
433
#!/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. """ Generate a Fuchsia FAR Archive from an asset manifest. """ import argparse import collections import json import os import subpr...
engine/tools/fuchsia/gen_package.py/0
{ "file_path": "engine/tools/fuchsia/gen_package.py", "repo_id": "engine", "token_count": 1544 }
434
# Web Locale Keymap Generator This script generates mapping data for `web_locale_keymap`. ## Usage 1. `cd` to this folder, and run `dart pub get`. 2. [Create a Github access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token), then store it to envir...
engine/tools/gen_web_locale_keymap/README.md/0
{ "file_path": "engine/tools/gen_web_locale_keymap/README.md", "repo_id": "engine", "token_count": 844 }
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 'dart:io' as io; import 'package:args/command_runner.dart'; import 'package:clang_tidy/clang_tidy.dart'; import 'package:path/path.dart' as path; ...
engine/tools/githooks/lib/src/pre_push_command.dart/0
{ "file_path": "engine/tools/githooks/lib/src/pre_push_command.dart", "repo_id": "engine", "token_count": 1671 }
436
// Copyright 2013 The Flutter 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:args/args.dart'; import 'package:golden_tests_harvester/golden_tests_harvester.dart'; import 'package:skia_gold_cl...
engine/tools/golden_tests_harvester/bin/golden_tests_harvester.dart/0
{ "file_path": "engine/tools/golden_tests_harvester/bin/golden_tests_harvester.dart", "repo_id": "engine", "token_count": 777 }
437
# Update License Files ## Apply patch generated by CI If you're not working on a Linux box then you can't auto-generate license files. A workaround is provided via CI. Your build will fail one or more CI checks if your license files are not correct. Open the failing CI check. In the CI output you will find a patch di...
engine/tools/licenses/README.md/0
{ "file_path": "engine/tools/licenses/README.md", "repo_id": "engine", "token_count": 932 }
438
Unicode® Copyright and Terms of Use For the general privacy policy governing access to this site, see the Unicode Privacy Policy. A. Unicode Copyright 1. Copyright © 1991-2022 Unicode, Inc. All rights reserved. B. Definitions Unicode Data Files ("DATA FILES") include all data files under the directories: https://www....
engine/tools/licenses/data/unicode/0
{ "file_path": "engine/tools/licenses/data/unicode", "repo_id": "engine", "token_count": 2146 }
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. // ignore_for_file: camel_case_types, non_constant_identifier_names import 'dart:ffi' as ffi; import 'dart:io'; import 'dart:typed_data'; /// Determines ...
engine/tools/path_ops/dart/lib/path_ops.dart/0
{ "file_path": "engine/tools/path_ops/dart/lib/path_ops.dart", "repo_id": "engine", "token_count": 4189 }
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. import 'dart:convert' as convert; import 'dart:ffi' as ffi; import 'dart:io' as io; import 'package:engine_build_configs/src/build_config.dart'; import 'p...
engine/tools/pkg/engine_build_configs/test/build_config_runner_test.dart/0
{ "file_path": "engine/tools/pkg/engine_build_configs/test/build_config_runner_test.dart", "repo_id": "engine", "token_count": 8769 }
441
// Copyright 2013 The Flutter 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_APPLICATION_H_ #define FLUTTER_VULKAN_VULKAN_APPLICATION_H_ #include <memory> #include <string> #include <vector> #include ...
engine/vulkan/vulkan_application.h/0
{ "file_path": "engine/vulkan/vulkan_application.h", "repo_id": "engine", "token_count": 731 }
442
// Copyright 2013 The Flutter 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_PROVIDER_H_ #define FLUTTER_VULKAN_VULKAN_PROVIDER_H_ #include "flutter/vulkan/procs/vulkan_handle.h" #include "flutter/vulk...
engine/vulkan/vulkan_provider.h/0
{ "file_path": "engine/vulkan/vulkan_provider.h", "repo_id": "engine", "token_count": 609 }
443
name: web_sdk_tests # Keep the SDK version range in sync with lib/web_ui/pubspec.yaml environment: sdk: '>=3.2.0-0 <4.0.0' dependencies: args: 2.3.1 path: any # see dependency_overrides dev_dependencies: # Using the bundled analyzer (see dependency_overrides) to always be # up-to-date instead of a version ...
engine/web_sdk/pubspec.yaml/0
{ "file_path": "engine/web_sdk/pubspec.yaml", "repo_id": "engine", "token_count": 733 }
444
<component name="ProjectRunConfigurationManager"> <configuration default="false" name="flutter-idea [runIde]" type="GradleRunConfiguration" factoryName="Gradle"> <ExternalSystemSettings> <option name="executionName" /> <option name="externalProjectPath" value="$PROJECT_DIR$/flutter-idea" /> <opt...
flutter-intellij/.idea/runConfigurations/flutter_idea__runIde_.xml/0
{ "file_path": "flutter-intellij/.idea/runConfigurations/flutter_idea__runIde_.xml", "repo_id": "flutter-intellij", "token_count": 332 }
445
/* * 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. */ buildscript { repositories { mavenCentral() maven { url=uri("https://www.jetbrains.com/intellij-repository/snapshots/") } m...
flutter-intellij/build.gradle.kts/0
{ "file_path": "flutter-intellij/build.gradle.kts", "repo_id": "flutter-intellij", "token_count": 1199 }
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. */ package io.flutter.tests.gui import com.intellij.testGuiFramework.fixtures.ActionButtonFixture import com.intellij.testGuiFramework.fixtures.Execu...
flutter-intellij/flutter-gui-tests/testSrc/io/flutter/tests/gui/Utils.kt/0
{ "file_path": "flutter-intellij/flutter-gui-tests/testSrc/io/flutter/tests/gui/Utils.kt", "repo_id": "flutter-intellij", "token_count": 430 }
447
/* * 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; import org.jetbrains.annotations.Nullable; import java.util.HashSet; import java.util.Set; // TODO(kenz): it would be nice to...
flutter-intellij/flutter-idea/src/io/flutter/NotificationManager.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/NotificationManager.java", "repo_id": "flutter-intellij", "token_count": 525 }
448
/* * 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.android; import com.intellij.execution.ExecutionException; import com.intellij.execution.configurations.GeneralCommandLine; impo...
flutter-intellij/flutter-idea/src/io/flutter/android/AndroidEmulator.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/android/AndroidEmulator.java", "repo_id": "flutter-intellij", "token_count": 2127 }
449
/* * 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.dart; import com.google.common.annotations.VisibleForTesting; import com.google.common.collect.Lists; import com.google.common.u...
flutter-intellij/flutter-idea/src/io/flutter/dart/FlutterDartAnalysisServer.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/dart/FlutterDartAnalysisServer.java", "repo_id": "flutter-intellij", "token_count": 3756 }
450
/* * 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.editor; import com.intellij.codeInsight.lookup.LookupElementBuilder; import com.intellij.openapi.project.Project; import com.int...
flutter-intellij/flutter-idea/src/io/flutter/editor/FlutterCompletionContributor.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/editor/FlutterCompletionContributor.java", "repo_id": "flutter-intellij", "token_count": 1185 }
451
/* * 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.editor.Document; import com.intellij.openapi.editor.RangeMarker; import com.intellij.openapi...
flutter-intellij/flutter-idea/src/io/flutter/editor/OutlineLocation.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/editor/OutlineLocation.java", "repo_id": "flutter-intellij", "token_count": 2841 }
452
/* * 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.hotui; import com.google.common.collect.ImmutableList; import com.intellij.openapi.Disposable; import com.intellij.openapi.appli...
flutter-intellij/flutter-idea/src/io/flutter/hotui/StableWidgetTracker.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/hotui/StableWidgetTracker.java", "repo_id": "flutter-intellij", "token_count": 2064 }
453
/* * 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.inspector; import com.google.common.base.Joiner; import com.google.gson.Gson; import com.google.gson.JsonArray; import com.googl...
flutter-intellij/flutter-idea/src/io/flutter/inspector/InspectorService.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/inspector/InspectorService.java", "repo_id": "flutter-intellij", "token_count": 23704 }
454
/* * 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.jxbrowser; import com.google.common.annotations.VisibleForTesting; import com.intellij.openapi.application.ApplicationInfo; impo...
flutter-intellij/flutter-idea/src/io/flutter/jxbrowser/JxBrowserManager.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/jxbrowser/JxBrowserManager.java", "repo_id": "flutter-intellij", "token_count": 5858 }
455
<?xml version="1.0" encoding="UTF-8"?> <form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="io.flutter.module.settings.RadiosForm"> <grid id="27dc6" binding="radiosPanel" layout-manager="GridLayoutManager" row-count="2" column-count="3" same-size-horizontally="false" same-size-vertically=...
flutter-intellij/flutter-idea/src/io/flutter/module/settings/RadiosForm.form/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/module/settings/RadiosForm.form", "repo_id": "flutter-intellij", "token_count": 853 }
456
/* * 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; /** * Base class for all view models displaying performance stats */ public interface PerfModel { void markAppIdle(); ...
flutter-intellij/flutter-idea/src/io/flutter/perf/PerfModel.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/perf/PerfModel.java", "repo_id": "flutter-intellij", "token_count": 106 }
457
/* * 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.performance; import com.intellij.openapi.Disposable; import com.intellij.openapi.util.Disposer; import com.intellij.ui.JBColor; ...
flutter-intellij/flutter-idea/src/io/flutter/performance/FrameRenderingDisplay.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/performance/FrameRenderingDisplay.java", "repo_id": "flutter-intellij", "token_count": 4153 }
458
/* * 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.project; import com.intellij.openapi.application.ApplicationInfo; import com.intellij.openapi.diagnostic.Logger; import com.inte...
flutter-intellij/flutter-idea/src/io/flutter/project/FlutterProjectOpenProcessor.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/project/FlutterProjectOpenProcessor.java", "repo_id": "flutter-intellij", "token_count": 1126 }
459
/* * 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.run; import com.intellij.AppTopics; import com.intellij.codeInsight.hint.HintManager; import com.intellij.codeInsight.hint.HintM...
flutter-intellij/flutter-idea/src/io/flutter/run/FlutterReloadManager.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/run/FlutterReloadManager.java", "repo_id": "flutter-intellij", "token_count": 6721 }
460
/* * 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.run.bazel; import io.flutter.run.LaunchState; import org.jetbrains.annotations.NotNull; public class BazelRunner extends Launch...
flutter-intellij/flutter-idea/src/io/flutter/run/bazel/BazelRunner.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/run/bazel/BazelRunner.java", "repo_id": "flutter-intellij", "token_count": 162 }
461
/* * 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.common; import static org.dartlang.analysis.server.protocol.ElementKind.UNIT_TEST_GROUP; import static org.dartlang.analysis...
flutter-intellij/flutter-idea/src/io/flutter/run/common/CommonTestConfigUtils.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/run/common/CommonTestConfigUtils.java", "repo_id": "flutter-intellij", "token_count": 3782 }
462
/* * 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.run.daemon; import com.google.common.collect.ImmutableList; import com.google.gson.JsonElement; import com.google.gson.JsonObjec...
flutter-intellij/flutter-idea/src/io/flutter/run/daemon/DevToolsService.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/run/daemon/DevToolsService.java", "repo_id": "flutter-intellij", "token_count": 5393 }
463
/* * 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.run.test; import com.google.common.annotations.VisibleForTesting; import com.intellij.execution.ExecutionException; import com.i...
flutter-intellij/flutter-idea/src/io/flutter/run/test/TestFields.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/run/test/TestFields.java", "repo_id": "flutter-intellij", "token_count": 3916 }
464
/* * 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.sdk; import com.intellij.ProjectTopics; import com.intellij.openapi.application.ApplicationManager; import com.intellij.openapi....
flutter-intellij/flutter-idea/src/io/flutter/sdk/FlutterPluginsLibraryManager.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/sdk/FlutterPluginsLibraryManager.java", "repo_id": "flutter-intellij", "token_count": 1696 }
465
/* * 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.template; import com.intellij.codeInsight.template.impl.DefaultLiveTemplatesProvider; import org.jetbrains.annotations.NonNls; ...
flutter-intellij/flutter-idea/src/io/flutter/template/FlutterLiveTemplatesProvider.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/template/FlutterLiveTemplatesProvider.java", "repo_id": "flutter-intellij", "token_count": 204 }
466
/* * 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; public class HtmlBuilder { public static String span(String style, String contents) { return "<span style = \"" + ...
flutter-intellij/flutter-idea/src/io/flutter/utils/HtmlBuilder.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/utils/HtmlBuilder.java", "repo_id": "flutter-intellij", "token_count": 441 }
467
/* * 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.animation; /// A cubic polynomial mapping of the unit interval. /// /// The Curves class contains some commonly used cubic...
flutter-intellij/flutter-idea/src/io/flutter/utils/animation/Cubic.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/utils/animation/Cubic.java", "repo_id": "flutter-intellij", "token_count": 980 }
468
/* * 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.view; import com.intellij.openapi.components.ServiceManager; import com.intellij.openapi.diagnostic.Logger; import com.intellij....
flutter-intellij/flutter-idea/src/io/flutter/view/EmbeddedJcefBrowser.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/view/EmbeddedJcefBrowser.java", "repo_id": "flutter-intellij", "token_count": 520 }
469
/* * 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.actionSystem.AnActionEvent; import com.intellij.openapi.project.DumbAwareAction; import com.in...
flutter-intellij/flutter-idea/src/io/flutter/view/OpenFlutterViewAction.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/view/OpenFlutterViewAction.java", "repo_id": "flutter-intellij", "token_count": 577 }
470
/* * 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.vmService; import java.util.Arrays; import java.util.List; import java.util.Map; import java.util.stream.Collectors; // Each se...
flutter-intellij/flutter-idea/src/io/flutter/vmService/ServiceExtensions.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/io/flutter/vmService/ServiceExtensions.java", "repo_id": "flutter-intellij", "token_count": 2147 }
471
/* * 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/FlutterOutlineAttribute.java/0
{ "file_path": "flutter-intellij/flutter-idea/src/org/dartlang/analysis/server/protocol/FlutterOutlineAttribute.java", "repo_id": "flutter-intellij", "token_count": 2787 }
472
/* * 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.analytics; import com.intellij.codeInsight.completion.PrefixMatcher; import com.intellij.codeInsight.lookup.*; import com.intell...
flutter-intellij/flutter-idea/testSrc/unit/io/flutter/analytics/FlutterAnalysisServerListenerTest.java/0
{ "file_path": "flutter-intellij/flutter-idea/testSrc/unit/io/flutter/analytics/FlutterAnalysisServerListenerTest.java", "repo_id": "flutter-intellij", "token_count": 4390 }
473
/* * 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.ide; import com.intellij.openapi.Disposable; import com.intellij.openapi.application.ApplicationManager; import com.intellij.ope...
flutter-intellij/flutter-idea/testSrc/unit/io/flutter/ide/DartTestUtils.java/0
{ "file_path": "flutter-intellij/flutter-idea/testSrc/unit/io/flutter/ide/DartTestUtils.java", "repo_id": "flutter-intellij", "token_count": 2235 }
474
/* * 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.run; import com.intellij.util.xmlb.SkipDefaultValuesSerializationFilters; import com.intellij.util.xmlb.XmlSerializer; import or...
flutter-intellij/flutter-idea/testSrc/unit/io/flutter/run/SdkFieldsTest.java/0
{ "file_path": "flutter-intellij/flutter-idea/testSrc/unit/io/flutter/run/SdkFieldsTest.java", "repo_id": "flutter-intellij", "token_count": 1163 }
475
/* * 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.testing; import com.intellij.testFramework.fixtures.IdeaTestFixture; import org.jetbrains.annotations.NotNull; import org.junit....
flutter-intellij/flutter-idea/testSrc/unit/io/flutter/testing/AdaptedFixture.java/0
{ "file_path": "flutter-intellij/flutter-idea/testSrc/unit/io/flutter/testing/AdaptedFixture.java", "repo_id": "flutter-intellij", "token_count": 805 }
476
/* * 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.utils; import org.junit.Test; import static io.flutter.utils.TypedDataList.*; import static org.junit.Assert.assertEquals; // ...
flutter-intellij/flutter-idea/testSrc/unit/io/flutter/utils/TypedDataListTest.java/0
{ "file_path": "flutter-intellij/flutter-idea/testSrc/unit/io/flutter/utils/TypedDataListTest.java", "repo_id": "flutter-intellij", "token_count": 1460 }
477
/* * Copyright (c) 2015, the Dart project authors. * * Licensed under the Eclipse Public License v1.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.eclipse.org/legal/epl-v10.html * * Unless required by applicable law or...
flutter-intellij/flutter-idea/third_party/vmServiceDrivers/org/dartlang/vm/service/element/ErrorRef.java/0
{ "file_path": "flutter-intellij/flutter-idea/third_party/vmServiceDrivers/org/dartlang/vm/service/element/ErrorRef.java", "repo_id": "flutter-intellij", "token_count": 452 }
478