text stringlengths 6 13.6M | id stringlengths 13 176 | metadata dict | __index_level_0__ int64 0 1.69k |
|---|---|---|---|
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "include/flutter/flutter_engine.h"
#include <algorithm>
#include <iostream>
#include "binary_messenger_impl.h"
namespace flutter {
FlutterEngi... | engine/shell/platform/windows/client_wrapper/flutter_engine.cc/0 | {
"file_path": "engine/shell/platform/windows/client_wrapper/flutter_engine.cc",
"repo_id": "engine",
"token_count": 1321
} | 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 <memory>
#include <vector>
#include "flutter/impeller/renderer/backend/gles/gles.h"
#include "flutter/shell/platform/windows/compositor_opengl.h"... | engine/shell/platform/windows/compositor_opengl_unittests.cc/0 | {
"file_path": "engine/shell/platform/windows/compositor_opengl_unittests.cc",
"repo_id": "engine",
"token_count": 2967
} | 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 FLUTTER_SHELL_PLATFORM_WINDOWS_EGL_EGL_H_
#define FLUTTER_SHELL_PLATFORM_WINDOWS_EGL_EGL_H_
#include <string_view>
namespace flutter {
namespace ... | engine/shell/platform/windows/egl/egl.h/0 | {
"file_path": "engine/shell/platform/windows/egl/egl.h",
"repo_id": "engine",
"token_count": 241
} | 424 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'dart:async';
import 'dart:io' as io;
import 'dart:typed_data' show ByteData, Endian, Uint8List;
import 'dart:ui' as ui;
import 'dart:convert';
// ... | engine/shell/platform/windows/fixtures/main.dart/0 | {
"file_path": "engine/shell/platform/windows/fixtures/main.dart",
"repo_id": "engine",
"token_count": 3460
} | 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.
#include "flutter/shell/platform/windows/flutter_windows_texture_registrar.h"
#include <mutex>
#include "flutter/fml/logging.h"
#include "flutter/shell/p... | engine/shell/platform/windows/flutter_windows_texture_registrar.cc/0 | {
"file_path": "engine/shell/platform/windows/flutter_windows_texture_registrar.cc",
"repo_id": "engine",
"token_count": 1570
} | 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.
#ifndef FLUTTER_SHELL_PLATFORM_WINDOWS_KEYBOARD_KEY_HANDLER_H_
#define FLUTTER_SHELL_PLATFORM_WINDOWS_KEYBOARD_KEY_HANDLER_H_
#include <windows.h>
#includ... | engine/shell/platform/windows/keyboard_key_handler.h/0 | {
"file_path": "engine/shell/platform/windows/keyboard_key_handler.h",
"repo_id": "engine",
"token_count": 1969
} | 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.
#include "flutter/shell/platform/windows/sequential_id_generator.h"
namespace flutter {
namespace {
// Removes |key| from |first|, and |first[key]| from... | engine/shell/platform/windows/sequential_id_generator.cc/0 | {
"file_path": "engine/shell/platform/windows/sequential_id_generator.cc",
"repo_id": "engine",
"token_count": 800
} | 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_SHELL_PLATFORM_WINDOWS_TESTING_EGL_MOCK_PROC_TABLE_H_
#define FLUTTER_SHELL_PLATFORM_WINDOWS_TESTING_EGL_MOCK_PROC_TABLE_H_
#include "flut... | engine/shell/platform/windows/testing/egl/mock_proc_table.h/0 | {
"file_path": "engine/shell/platform/windows/testing/egl/mock_proc_table.h",
"repo_id": "engine",
"token_count": 821
} | 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.
#include "flutter/shell/platform/windows/testing/test_keyboard.h"
#include <rapidjson/document.h>
#include "flutter/fml/logging.h"
#include "flutter/shel... | engine/shell/platform/windows/testing/test_keyboard.cc/0 | {
"file_path": "engine/shell/platform/windows/testing/test_keyboard.cc",
"repo_id": "engine",
"token_count": 3925
} | 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.
#include "flutter/shell/platform/windows/text_input_plugin.h"
#include <rapidjson/document.h>
#include <windows.h>
#include <memory>
#include "flutter/fml... | engine/shell/platform/windows/text_input_plugin_unittest.cc/0 | {
"file_path": "engine/shell/platform/windows/text_input_plugin_unittest.cc",
"repo_id": "engine",
"token_count": 8578
} | 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_SHELL_PROFILING_SAMPLING_PROFILER_H_
#define FLUTTER_SHELL_PROFILING_SAMPLING_PROFILER_H_
#include <functional>
#include <memory>
#include... | engine/shell/profiling/sampling_profiler.h/0 | {
"file_path": "engine/shell/profiling/sampling_profiler.h",
"repo_id": "engine",
"token_count": 1363
} | 432 |
# Copyright 2013 The Flutter Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
flutter_defines = [
# Flutter always wants this https://github.com/flutter/flutter/issues/11402
"SK_ENABLE_DUMP_GPU",
# Remove software rasterizers to ... | engine/skia/flutter_defines.gni/0 | {
"file_path": "engine/skia/flutter_defines.gni",
"repo_id": "engine",
"token_count": 457
} | 433 |
name: sky_engine
version: 0.0.99
author: Flutter Authors <flutter-dev@googlegroups.com>
description: Dart SDK extensions for dart:ui
homepage: http://flutter.io
# sky_engine requires sdk_ext support in the analyzer which was added in 1.11.x
environment:
sdk: '>=3.2.0-0 <4.0.0'
| engine/sky/packages/sky_engine/pubspec.yaml/0 | {
"file_path": "engine/sky/packages/sky_engine/pubspec.yaml",
"repo_id": "engine",
"token_count": 102
} | 434 |
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="dev.flutter.testing.{{apk-library-name}}"
android:versionCode="1"
android:versionName="1.0"
>
<uses-sdk android:minSdkVersion="23"/>
<application android:hasCode="false">
<activit... | engine/testing/android/native_activity/AndroidManifest.xml.template/0 | {
"file_path": "engine/testing/android/native_activity/AndroidManifest.xml.template",
"repo_id": "engine",
"token_count": 325
} | 435 |
apply plugin: 'com.android.application'
android {
namespace 'dev.flutter.android_background_image'
lintOptions {
abortOnError true
checkAllWarnings true
showAll true
warningsAsErrors true
checkTestSources true
htmlReport false
xmlReport true
xmlOu... | engine/testing/android_background_image/android/app/build.gradle/0 | {
"file_path": "engine/testing/android_background_image/android/app/build.gradle",
"repo_id": "engine",
"token_count": 812
} | 436 |
# Running and Processing DisplayList Benchmarks
The DisplayList benchmarks for Flutter are used to determine the relative
cost of operations in order to assign scores to each op for the raster
cache’s cache admission algorithm.
Due to the nature of benchmarking, these need to be run on actual devices in
order to get... | engine/testing/benchmark/README_displaylist.md/0 | {
"file_path": "engine/testing/benchmark/README_displaylist.md",
"repo_id": "engine",
"token_count": 773
} | 437 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'dart:ui';
import 'package:litetest/litetest.dart';
class NotAColor extends Color {
const NotAColor(super.value);
}
void main() {
test('color... | engine/testing/dart/color_test.dart/0 | {
"file_path": "engine/testing/dart/color_test.dart",
"repo_id": "engine",
"token_count": 1775
} | 438 |
// Copyright 2013 The Flutter 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 'dart:typed_data';
import 'dart:ui';
import 'package:litetest/litetest.dart';
import 'package:path/path.dart... | engine/testing/dart/image_resize_test.dart/0 | {
"file_path": "engine/testing/dart/image_resize_test.dart",
"repo_id": "engine",
"token_count": 2467
} | 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.
import 'dart:ui';
import 'package:litetest/litetest.dart';
void main() {
test('Should be able to build and layout a paragraph', () {
final Paragrap... | engine/testing/dart/paragraph_builder_test.dart/0 | {
"file_path": "engine/testing/dart/paragraph_builder_test.dart",
"repo_id": "engine",
"token_count": 825
} | 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:async';
import 'package:litetest/litetest.dart';
void main() {
test('Message loop flushes microtasks between iterations', () async {
f... | engine/testing/dart/task_order_test.dart/0 | {
"file_path": "engine/testing/dart/task_order_test.dart",
"repo_id": "engine",
"token_count": 400
} | 441 |
#!/usr/bin/env vpython3
# [VPYTHON:BEGIN]
# python_version: "3.8"
# wheel <
# name: "infra/python/wheels/pyyaml/${platform}_${py_python}_${py_abi}"
# version: "version:5.4.1.chromium.1"
# >
# [VPYTHON:END]
# Copyright (c) 2013, the Flutter project authors. All rights reserved.
# Use of this source code is governe... | engine/testing/fuchsia/run_tests.py/0 | {
"file_path": "engine/testing/fuchsia/run_tests.py",
"repo_id": "engine",
"token_count": 1910
} | 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.
import 'src/test_suite.dart';
export 'package:async_helper/async_minitest.dart' hide test;
export 'package:expect/expect.dart';
export 'src/matchers.dart'... | engine/testing/litetest/lib/litetest.dart/0 | {
"file_path": "engine/testing/litetest/lib/litetest.dart",
"repo_id": "engine",
"token_count": 224
} | 443 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package dev.flutter.scenariosui;
import android.app.Instrumentation;
import android.content.Intent;
import android.content.pm.ActivityInfo;
import android... | engine/testing/scenario_app/android/app/src/androidTest/java/dev/flutter/scenariosui/PlatformTextureUiTests.java/0 | {
"file_path": "engine/testing/scenario_app/android/app/src/androidTest/java/dev/flutter/scenariosui/PlatformTextureUiTests.java",
"repo_id": "engine",
"token_count": 1507
} | 444 |
# Scenario App Android Test Runner
This directory contains code specific to running Android integration tests.
The tests are uploaded and run on the device using `adb`, and screenshots are
captured and compared using Skia Gold (if available, for example on CI).
See [running the tests](../android/README.md#running-th... | engine/testing/scenario_app/bin/README.md/0 | {
"file_path": "engine/testing/scenario_app/bin/README.md",
"repo_id": "engine",
"token_count": 84
} | 445 |
<?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/scenario_app/ios/Scenarios/Scenarios/Info.plist/0 | {
"file_path": "engine/testing/scenario_app/ios/Scenarios/Scenarios/Info.plist",
"repo_id": "engine",
"token_count": 591
} | 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.
#import <XCTest/XCTest.h>
@interface ScenariosTests : XCTestCase
@end
@implementation ScenariosTests
- (void)setUp {
// Put setup code here. This me... | engine/testing/scenario_app/ios/Scenarios/ScenariosTests/ScenariosTests.m/0 | {
"file_path": "engine/testing/scenario_app/ios/Scenarios/ScenariosTests/ScenariosTests.m",
"repo_id": "engine",
"token_count": 265
} | 447 |
// Copyright 2020 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#import "GoldenPlatformViewTests.h"
@interface SpawnEngineTest : XCTestCase
@end
@implementation SpawnEngineTest
- (void)testSpawnEngineWorks {
self.c... | engine/testing/scenario_app/ios/Scenarios/ScenariosUITests/SpawnEngineTest.m/0 | {
"file_path": "engine/testing/scenario_app/ios/Scenarios/ScenariosUITests/SpawnEngineTest.m",
"repo_id": "engine",
"token_count": 250
} | 448 |
// This is a stub file used to create App.framework for JIT mode.
__attribute__((unused)) static const int kMoo = 88;
| engine/testing/scenario_app/ios/app_stub.c/0 | {
"file_path": "engine/testing/scenario_app/ios/app_stub.c",
"repo_id": "engine",
"token_count": 35
} | 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.
import 'dart:ui';
import 'channel_util.dart';
import 'scenario.dart';
/// A scenario that sends back messages when touches are received.
class TouchesSce... | engine/testing/scenario_app/lib/src/touches_scenario.dart/0 | {
"file_path": "engine/testing/scenario_app/lib/src/touches_scenario.dart",
"repo_id": "engine",
"token_count": 452
} | 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.
#ifndef FLUTTER_TESTING_TEST_METAL_CONTEXT_H_
#define FLUTTER_TESTING_TEST_METAL_CONTEXT_H_
#include <map>
#include <mutex>
#include "third_party/skia/in... | engine/testing/test_metal_context.h/0 | {
"file_path": "engine/testing/test_metal_context.h",
"repo_id": "engine",
"token_count": 451
} | 451 |
# Copyright 2013 The Flutter Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/compiled_action.gni")
import("//flutter/build/dart/rules.gni")
import("//flutter/common/config.gni")
is_aot_test =
flutter_runtime_mode =... | engine/testing/testing.gni/0 | {
"file_path": "engine/testing/testing.gni",
"repo_id": "engine",
"token_count": 3482
} | 452 |
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "ax_event_generator.h"
#include "base/logging.h"
#include "gtest/gtest.h"
#include "ax_enums.h"
#include "ax_node.h"
namespace ui {
namespace... | engine/third_party/accessibility/ax/ax_event_generator_unittest.cc/0 | {
"file_path": "engine/third_party/accessibility/ax/ax_event_generator_unittest.cc",
"repo_id": "engine",
"token_count": 35148
} | 453 |
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef UI_ACCESSIBILITY_AX_NODE_TEXT_STYLES_H_
#define UI_ACCESSIBILITY_AX_NODE_TEXT_STYLES_H_
#include <string>
#include "ax_base_export.h"
namespace... | engine/third_party/accessibility/ax/ax_node_text_styles.h/0 | {
"file_path": "engine/third_party/accessibility/ax/ax_node_text_styles.h",
"repo_id": "engine",
"token_count": 494
} | 454 |
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef UI_ACCESSIBILITY_AX_TREE_DATA_H_
#define UI_ACCESSIBILITY_AX_TREE_DATA_H_
#include <cstdint>
#include <map>
#include <string>
#include <vector>
... | engine/third_party/accessibility/ax/ax_tree_data.h/0 | {
"file_path": "engine/third_party/accessibility/ax/ax_tree_data.h",
"repo_id": "engine",
"token_count": 888
} | 455 |
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "ax_platform_node.h"
#include "ax/ax_node_data.h"
#include "ax_build/build_config.h"
#include "ax_platform_node_delegate.h"
namespace ui {
std... | engine/third_party/accessibility/ax/platform/ax_platform_node.cc/0 | {
"file_path": "engine/third_party/accessibility/ax/platform/ax_platform_node.cc",
"repo_id": "engine",
"token_count": 971
} | 456 |
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "ax/platform/ax_platform_node_win_unittest.h"
#include <UIAutomationClient.h>
#include <UIAutomationCoreApi.h>
#include <vector>
#include "ax/... | engine/third_party/accessibility/ax/platform/ax_platform_node_textprovider_win_unittest.cc/0 | {
"file_path": "engine/third_party/accessibility/ax/platform/ax_platform_node_textprovider_win_unittest.cc",
"repo_id": "engine",
"token_count": 13169
} | 457 |
// 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 "compute_attributes.h"
#include <cstddef>
#include "ax/ax_enums.h"
#include "ax/ax_node_data.h"
#include "ax_platform_node_delegate.h"
namespa... | engine/third_party/accessibility/ax/platform/compute_attributes.cc/0 | {
"file_path": "engine/third_party/accessibility/ax/platform/compute_attributes.cc",
"repo_id": "engine",
"token_count": 1379
} | 458 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef ACCESSIBILITY_BASE_COMPILER_SPECIFIC_H_
#define ACCESSIBILITY_BASE_COMPILER_SPECIFIC_H_
#if !defined(__GNUC__) && !defined(__clang__) && !defined(... | engine/third_party/accessibility/base/compiler_specific.h/0 | {
"file_path": "engine/third_party/accessibility/base/compiler_specific.h",
"repo_id": "engine",
"token_count": 645
} | 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.
#ifndef BASE_NUMERICS_SAFE_CONVERSIONS_ARM_IMPL_H_
#define BASE_NUMERICS_SAFE_CONVERSIONS_ARM_IMPL_H_
#include <cassert>
#include <limits>
#include <type... | engine/third_party/accessibility/base/numerics/safe_conversions_arm_impl.h/0 | {
"file_path": "engine/third_party/accessibility/base/numerics/safe_conversions_arm_impl.h",
"repo_id": "engine",
"token_count": 886
} | 460 |
// 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 "base/win/dispatch_stub.h"
namespace base {
namespace win {
namespace test {
IFACEMETHODIMP DispatchStub::GetTypeInfoCount(UINT*) {
return E_... | engine/third_party/accessibility/base/win/dispatch_stub.cc/0 | {
"file_path": "engine/third_party/accessibility/base/win/dispatch_stub.cc",
"repo_id": "engine",
"token_count": 694
} | 461 |
// Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef BASE_WIN_VARIANT_UTIL_H_
#define BASE_WIN_VARIANT_UTIL_H_
#include "base/logging.h"
namespace base {
namespace win {
namespace internal {
// Re... | engine/third_party/accessibility/base/win/variant_util.h/0 | {
"file_path": "engine/third_party/accessibility/base/win/variant_util.h",
"repo_id": "engine",
"token_count": 1616
} | 462 |
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef UI_GFX_GEOMETRY_POINT_F_H_
#define UI_GFX_GEOMETRY_POINT_F_H_
#include <iosfwd>
#include <string>
#include <tuple>
#include "gfx/gfx_export.... | engine/third_party/accessibility/gfx/geometry/point_f.h/0 | {
"file_path": "engine/third_party/accessibility/gfx/geometry/point_f.h",
"repo_id": "engine",
"token_count": 1232
} | 463 |
// 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.h"
#include <cmath>
#include "base/numerics/clamped_math.h"
#include "base/string_utils.h"
namespace gfx {
bool Vector2d::IsZer... | engine/third_party/accessibility/gfx/geometry/vector2d.cc/0 | {
"file_path": "engine/third_party/accessibility/gfx/geometry/vector2d.cc",
"repo_id": "engine",
"token_count": 381
} | 464 |
// 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_GFX_TEST_GFX_UTIL_H_
#define UI_GFX_TEST_GFX_UTIL_H_
#include <iosfwd>
#include <string>
#include "gtest/gtest.h"
namespace gfx {
class Axi... | engine/third_party/accessibility/gfx/test/gfx_util.h/0 | {
"file_path": "engine/third_party/accessibility/gfx/test/gfx_util.h",
"repo_id": "engine",
"token_count": 1247
} | 465 |
# This is the list of Fuchsia Authors.
# Names should be added to this file as one of
# Organization's name
# Individual's name <submission email address>
# Individual's name <submission email address> <email2> <emailN>
Google Inc.
The Chromium Authors
| engine/third_party/tonic/AUTHORS/0 | {
"file_path": "engine/third_party/tonic/AUTHORS",
"repo_id": "engine",
"token_count": 82
} | 466 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef LIB_TONIC_DART_CLASS_PROVIDER_H_
#define LIB_TONIC_DART_CLASS_PROVIDER_H_
#include "third_party/dart/runtime/include/dart_api.h"
#include "tonic/d... | engine/third_party/tonic/dart_class_provider.h/0 | {
"file_path": "engine/third_party/tonic/dart_class_provider.h",
"repo_id": "engine",
"token_count": 255
} | 467 |
// Copyright 2013 The Flutter 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_WRAPPABLE_H_
#define LIB_TONIC_DART_WRAPPABLE_H_
#include "third_party/dart/runtime/include/dart_api.h"
#include "tonic/common/macr... | engine/third_party/tonic/dart_wrappable.h/0 | {
"file_path": "engine/third_party/tonic/dart_wrappable.h",
"repo_id": "engine",
"token_count": 3363
} | 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.
#ifndef FILESYSTEM_PORTABLE_UNISTD_H_
#define FILESYSTEM_PORTABLE_UNISTD_H_
#include "tonic/common/build_config.h"
#if defined(OS_WIN)
#include <direct.h... | engine/third_party/tonic/filesystem/filesystem/portable_unistd.h/0 | {
"file_path": "engine/third_party/tonic/filesystem/filesystem/portable_unistd.h",
"repo_id": "engine",
"token_count": 271
} | 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.
#ifndef LIB_TONIC_SCOPES_DART_ISOLATE_SCOPE_H_
#define LIB_TONIC_SCOPES_DART_ISOLATE_SCOPE_H_
#include "third_party/dart/runtime/include/dart_api.h"
#incl... | engine/third_party/tonic/scopes/dart_isolate_scope.h/0 | {
"file_path": "engine/third_party/tonic/scopes/dart_isolate_scope.h",
"repo_id": "engine",
"token_count": 272
} | 470 |
/*
* Copyright 2019 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/font_features.cc/0 | {
"file_path": "engine/third_party/txt/src/txt/font_features.cc",
"repo_id": "engine",
"token_count": 439
} | 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.
#include "txt/platform.h"
#if defined(SK_FONTMGR_FONTCONFIG_AVAILABLE)
#include "third_party/skia/include/ports/SkFontMgr_fontconfig.h"
#endif
#if define... | engine/third_party/txt/src/txt/platform_linux.cc/0 | {
"file_path": "engine/third_party/txt/src/txt/platform_linux.cc",
"repo_id": "engine",
"token_count": 509
} | 472 |
# Web Locale Keymap
This package maps Web's KeyboardEvent to Flutter's logical keys. It only
includes "locale sensitive" keys, which are all the letters, regular digits, and
symbols. It works for all layouts shown in [Microsoft/VSCode](https://github.com/microsoft/vscode) repo.
The mapping data and test cases are gen... | engine/third_party/web_locale_keymap/README.md/0 | {
"file_path": "engine/third_party/web_locale_keymap/README.md",
"repo_id": "engine",
"token_count": 409
} | 473 |
#!/usr/bin/env python3
#
# Copyright 2019 The Flutter 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 datetime
import os
import sys
import json
THIS_DIR = os.path.abspath(os.path.dirname(__file__))
# The templa... | engine/tools/androidx/generate_pom_file.py/0 | {
"file_path": "engine/tools/androidx/generate_pom_file.py",
"repo_id": "engine",
"token_count": 1525
} | 474 |
package: flutter_internal/tools/arm-tools
description: Tools for analyzing shaders
install_mode: copy
data:
- dir: arm-tools
| engine/tools/cipd/malioc/cipd.yaml/0 | {
"file_path": "engine/tools/cipd/malioc/cipd.yaml",
"repo_id": "engine",
"token_count": 38
} | 475 |
#!/usr/bin/env python3
#
# 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.
"""
This script is based on chromium/chromium/main/tools/clang/scripts/update.py.
It is used on Windows platforms to copy the c... | engine/tools/dia_dll.py/0 | {
"file_path": "engine/tools/dia_dll.py",
"repo_id": "engine",
"token_count": 920
} | 476 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'dart:ffi' as ffi show Abi;
import 'dart:io' as io show Directory, Platform, exitCode, stderr;
import 'package:engine_build_configs/engine_build_co... | engine/tools/engine_tool/lib/main.dart/0 | {
"file_path": "engine/tools/engine_tool/lib/main.dart",
"repo_id": "engine",
"token_count": 780
} | 477 |
// Copyright 2013 The Flutter 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 'package:path/path.dart' as p;
import 'package:process_runner/process_runner.dart';
... | engine/tools/engine_tool/lib/src/proc_utils.dart/0 | {
"file_path": "engine/tools/engine_tool/lib/src/proc_utils.dart",
"repo_id": "engine",
"token_count": 1255
} | 478 |
#!/usr/bin/env vpython3
import unittest
import build_fuchsia_artifacts
class BuildFuchsiaArtifactsTest(unittest.TestCase):
def test_read_fuchsia_target_api_level(self):
# It's expected to update this test each time the fuchsia_target_api_level
# in //flutter/build/config/fuchsia/gn_configs.gni is changed... | engine/tools/fuchsia/build_fuchsia_artifacts_test.py/0 | {
"file_path": "engine/tools/fuchsia/build_fuchsia_artifacts_test.py",
"repo_id": "engine",
"token_count": 182
} | 479 |
#!/usr/bin/env python3
# Copyright 2013 The Flutter Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
'''Reads the contents of a kernel manifest generated by the build and
converts it to a format suitable for distribution_entries
'''
... | engine/tools/fuchsia/dart/kernel/convert_manifest_to_json.py/0 | {
"file_path": "engine/tools/fuchsia/dart/kernel/convert_manifest_to_json.py",
"repo_id": "engine",
"token_count": 536
} | 480 |
# Copyright 2013 The Flutter 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/flutter/flutter_build_config.gni")
declare_args() {
if (flutter_runtime_mode == "release") {
# Product AOT
flutter_... | engine/tools/fuchsia/flutter/config.gni/0 | {
"file_path": "engine/tools/fuchsia/flutter/config.gni",
"repo_id": "engine",
"token_count": 264
} | 481 |
# Copyright 2013 The Flutter Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//flutter/tools/fuchsia/dart/dart_library.gni")
import("//flutter/tools/fuchsia/gn-sdk/src/fidl_library.gni")
template("_fuchsia_dart_library") {
a... | engine/tools/fuchsia/sdk/sdk_targets.gni/0 | {
"file_path": "engine/tools/fuchsia/sdk/sdk_targets.gni",
"repo_id": "engine",
"token_count": 1255
} | 482 |
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'dart:convert';
import 'dart:io';
import 'package:http/http.dart' as http;
import 'package:meta/meta.dart' show immutable;
import 'package:path/path... | engine/tools/gen_web_locale_keymap/lib/github.dart/0 | {
"file_path": "engine/tools/gen_web_locale_keymap/lib/github.dart",
"repo_id": "engine",
"token_count": 3874
} | 483 |
# header_guard_check
A tool to check that C++ header guards are used consistently in the engine.
```shell
# Assuming you are in the `flutter` root of the engine repo.
dart ./tools/header_guard_check/bin/main.dart
```
The tool checks _all_ header files for the following pattern:
```h
// path/to/file.h
#ifndef PATH_... | engine/tools/header_guard_check/README.md/0 | {
"file_path": "engine/tools/header_guard_check/README.md",
"repo_id": "engine",
"token_count": 352
} | 484 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Only look for copyrights and licenses at the top of the file.
// This can be increased as necessary, but the larger the value, the slower the
// script ... | engine/tools/licenses/lib/limits.dart/0 | {
"file_path": "engine/tools/licenses/lib/limits.dart",
"repo_id": "engine",
"token_count": 173
} | 485 |
include: ../../../analysis_options.yaml
linter:
rules:
public_member_api_docs: false
| engine/tools/pkg/engine_build_configs/analysis_options.yaml/0 | {
"file_path": "engine/tools/pkg/engine_build_configs/analysis_options.yaml",
"repo_id": "engine",
"token_count": 35
} | 486 |
// Copyright 2013 The Flutter 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_DEBUG_REPORT_H_
#define FLUTTER_VULKAN_VULKAN_DEBUG_REPORT_H_
#include "flutter/fml/macros.h"
#include "flutter/vulkan/procs... | engine/vulkan/vulkan_debug_report.h/0 | {
"file_path": "engine/vulkan/vulkan_debug_report.h",
"repo_id": "engine",
"token_count": 368
} | 487 |
// Copyright 2013 The Flutter 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_SWAPCHAIN_H_
#define FLUTTER_VULKAN_VULKAN_SWAPCHAIN_H_
#include <memory>
#include <utility>
#include <vector>
#include "fl... | engine/vulkan/vulkan_swapchain.h/0 | {
"file_path": "engine/vulkan/vulkan_swapchain.h",
"repo_id": "engine",
"token_count": 1373
} | 488 |
This directory contains code for the web page that hosts Web Engine tests.
| engine/web_sdk/web_engine_tester/lib/static/README.md/0 | {
"file_path": "engine/web_sdk/web_engine_tester/lib/static/README.md",
"repo_id": "engine",
"token_count": 15
} | 489 |
<component name="CopyrightManager">
<settings default="chromium">
<module2copyright>
<element module="Project Files" copyright="chromium" />
</module2copyright>
<LanguageOptions name="JAVA">
<option name="fileTypeOverride" value="3" />
<option name="addBlankAfter" value="false" />
</... | flutter-intellij/.idea/copyright/profiles_settings.xml/0 | {
"file_path": "flutter-intellij/.idea/copyright/profiles_settings.xml",
"repo_id": "flutter-intellij",
"token_count": 124
} | 490 |
# Below is a list of people and organizations that have contributed
# to the Flutter project. Names should be added to the list like so:
#
# Name/Organization <email address>
Google Inc.
Brandon Donnelson <branflake2267@gmail.com>
Brian Egan <brian@brianegan.com>
Alexander Doroshko <alexander.doroshko@gmail.com>
Ale... | flutter-intellij/AUTHORS/0 | {
"file_path": "flutter-intellij/AUTHORS",
"repo_id": "flutter-intellij",
"token_count": 377
} | 491 |
#!/usr/bin/env bash
../third_party/gradlew $@
| flutter-intellij/flutter-gui-tests/gradlew/0 | {
"file_path": "flutter-intellij/flutter-gui-tests/gradlew",
"repo_id": "flutter-intellij",
"token_count": 20
} | 492 |
/*
* 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.
*/
import org.gradle.api.tasks.testing.logging.TestExceptionFormat
repositories {
mavenLocal()
maven {
url=uri("https://www.jetbrains.com/inte... | flutter-intellij/flutter-idea/build.gradle.kts/0 | {
"file_path": "flutter-intellij/flutter-idea/build.gradle.kts",
"repo_id": "flutter-intellij",
"token_count": 2168
} | 493 |
/*
* Copyright 2016 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
package io.flutter.actions;
import com.intellij.openapi.actionSystem.DataContext;
import com.intellij.openapi.project.Project;
import io.flutter.pu... | flutter-intellij/flutter-idea/src/io/flutter/actions/FlutterUpgradeAction.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/actions/FlutterUpgradeAction.java",
"repo_id": "flutter-intellij",
"token_count": 221
} | 494 |
/*
* Copyright 2017 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
package io.flutter.actions;
import com.google.common.base.Joiner;
import com.intellij.execution.Executor;
import com.intellij.execution.ProgramRunn... | flutter-intellij/flutter-idea/src/io/flutter/actions/RunFlutterAction.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/actions/RunFlutterAction.java",
"repo_id": "flutter-intellij",
"token_count": 1886
} | 495 |
/*
* 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.bazel;
import com.google.common.annotations.VisibleForTesting;
import com.google.common.base.Joiner;
import com.google.common.ba... | flutter-intellij/flutter-idea/src/io/flutter/bazel/Workspace.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/bazel/Workspace.java",
"repo_id": "flutter-intellij",
"token_count": 4584
} | 496 |
/*
* Copyright 2019 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
package io.flutter.editor;
import com.google.common.collect.Lists;
import com.intellij.openapi.Disposable;
import com.intellij.openapi.editor.Edito... | flutter-intellij/flutter-idea/src/io/flutter/editor/ActiveEditorsOutlineService.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/editor/ActiveEditorsOutlineService.java",
"repo_id": "flutter-intellij",
"token_count": 3395
} | 497 |
/*
* Copyright 2018 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
package io.flutter.editor;
import com.intellij.openapi.diagnostic.Logger;
import com.intellij.openapi.util.IconLoader;
import io.flutter.FlutterUti... | flutter-intellij/flutter-idea/src/io/flutter/editor/FlutterMaterialIcons.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/editor/FlutterMaterialIcons.java",
"repo_id": "flutter-intellij",
"token_count": 452
} | 498 |
/*
* Copyright 2019 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
package io.flutter.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/WidgetIndentGuideDescriptor.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/editor/WidgetIndentGuideDescriptor.java",
"repo_id": "flutter-intellij",
"token_count": 2236
} | 499 |
/*
* 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.gson.JsonArray;
import com.google.gson.JsonElement;
import com.google.gson.JsonObject;
import java... | flutter-intellij/flutter-idea/src/io/flutter/inspector/DiagnosticsPathNode.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/inspector/DiagnosticsPathNode.java",
"repo_id": "flutter-intellij",
"token_count": 592
} | 500 |
/*
* 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.intellij.xdebugger.XSourcePosition;
import com.intellij.xdebugger.frame.XNavigatable;
import com.intellij.... | flutter-intellij/flutter-idea/src/io/flutter/inspector/JumpToTypeSourceAction.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/inspector/JumpToTypeSourceAction.java",
"repo_id": "flutter-intellij",
"token_count": 227
} | 501 |
/*
* 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.module;
import com.intellij.icons.AllIcons;
import com.intellij.ide.util.projectWizard.WizardContext;
import com.intellij.openap... | flutter-intellij/flutter-idea/src/io/flutter/module/FlutterGeneratorPeer.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/module/FlutterGeneratorPeer.java",
"repo_id": "flutter-intellij",
"token_count": 1806
} | 502 |
/*
* Copyright 2018 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
package io.flutter.perf;
import com.intellij.openapi.Disposable;
import com.intellij.openapi.fileEditor.TextEditor;
import io.flutter.run.daemon.Fl... | flutter-intellij/flutter-idea/src/io/flutter/perf/EditorPerfModel.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/perf/EditorPerfModel.java",
"repo_id": "flutter-intellij",
"token_count": 271
} | 503 |
/*
* 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;
/**
* Class for accumulating sliding window performance stats optimized for fast
* performance and stable memory usage.
... | flutter-intellij/flutter-idea/src/io/flutter/perf/SlidingWindowStats.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/perf/SlidingWindowStats.java",
"repo_id": "flutter-intellij",
"token_count": 1341
} | 504 |
/*
* 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.preview;
import com.intellij.openapi.util.text.StringUtil;
import com.intellij.ui.LayeredIcon;
import com.intellij.ui.SimpleText... | flutter-intellij/flutter-idea/src/io/flutter/preview/DartElementPresentationUtil.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/preview/DartElementPresentationUtil.java",
"repo_id": "flutter-intellij",
"token_count": 1869
} | 505 |
/*
* Copyright 2018 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
package io.flutter.refactoring;
import com.intellij.openapi.project.Project;
import com.intellij.openapi.vfs.VirtualFile;
import com.jetbrains.lang... | flutter-intellij/flutter-idea/src/io/flutter/refactoring/ExtractWidgetRefactoring.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/refactoring/ExtractWidgetRefactoring.java",
"repo_id": "flutter-intellij",
"token_count": 536
} | 506 |
/*
* 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.openapi.application.ApplicationManager;
import com.intellij.openapi.project.Project;
import com.intelli... | flutter-intellij/flutter-idea/src/io/flutter/run/MainFile.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/run/MainFile.java",
"repo_id": "flutter-intellij",
"token_count": 2271
} | 507 |
/*
* Copyright 2018 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
package io.flutter.run.bazelTest;
import com.google.common.annotations.VisibleForTesting;
import com.intellij.psi.PsiElement;
import com.jetbrains.... | flutter-intellij/flutter-idea/src/io/flutter/run/bazelTest/BazelTestConfigUtils.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/run/bazelTest/BazelTestConfigUtils.java",
"repo_id": "flutter-intellij",
"token_count": 422
} | 508 |
/*
* Copyright 2021 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
package io.flutter.run.coverage;
import com.intellij.coverage.CoverageDataManager;
import com.intellij.coverage.CoverageRunner;
import com.intellij... | flutter-intellij/flutter-idea/src/io/flutter/run/coverage/FlutterCoverageEnabledConfiguration.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/run/coverage/FlutterCoverageEnabledConfiguration.java",
"repo_id": "flutter-intellij",
"token_count": 744
} | 509 |
/*
* 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.intellij.execution.actions.ConfigurationContext;
import com.intellij.execution.actions.ConfigurationFromCon... | flutter-intellij/flutter-idea/src/io/flutter/run/test/FlutterTestConfigProducer.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/run/test/FlutterTestConfigProducer.java",
"repo_id": "flutter-intellij",
"token_count": 1742
} | 510 |
/*
* 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.samples;
import com.intellij.ide.BrowserUtil;
import com.intellij.openapi.editor.colors.EditorColors;
import com.intellij.ui.Edi... | flutter-intellij/flutter-idea/src/io/flutter/samples/FlutterSampleActionsPanel.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/samples/FlutterSampleActionsPanel.java",
"repo_id": "flutter-intellij",
"token_count": 422
} | 511 |
/*
* Copyright 2018 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
package io.flutter.sdk;
import com.intellij.ide.ui.search.SearchableOptionContributor;
import com.intellij.ide.ui.search.SearchableOptionProcessor;... | flutter-intellij/flutter-idea/src/io/flutter/sdk/FlutterSearchableOptionContributor.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/sdk/FlutterSearchableOptionContributor.java",
"repo_id": "flutter-intellij",
"token_count": 1047
} | 512 |
/*
* Copyright 2018 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
package io.flutter.utils;
import com.intellij.openapi.application.Application;
import com.intellij.openapi.application.ApplicationManager;
import c... | flutter-intellij/flutter-idea/src/io/flutter/utils/AsyncUtils.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/utils/AsyncUtils.java",
"repo_id": "flutter-intellij",
"token_count": 802
} | 513 |
/*
* Copyright 2017 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
package io.flutter.utils;
import com.google.common.base.Objects;
import com.google.common.collect.ImmutableSet;
import com.intellij.openapi.Disposa... | flutter-intellij/flutter-idea/src/io/flutter/utils/Refreshable.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/utils/Refreshable.java",
"repo_id": "flutter-intellij",
"token_count": 5950
} | 514 |
/*
* Copyright 2019 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
package io.flutter.utils.math;
/**
* Defines a [Quaternion] (a four-dimensional vector) for efficient rotation
* calculations.
* <p>
* This cod... | flutter-intellij/flutter-idea/src/io/flutter/utils/math/Quaternion.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/utils/math/Quaternion.java",
"repo_id": "flutter-intellij",
"token_count": 5619
} | 515 |
/*
* 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.project.Project;
import com.intellij.openapi.util.Disposer;
import com.intellij.util.messages.... | flutter-intellij/flutter-idea/src/io/flutter/view/FlutterViewMessages.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/view/FlutterViewMessages.java",
"repo_id": "flutter-intellij",
"token_count": 656
} | 516 |
package io.flutter.vmService;
import com.intellij.openapi.project.Project;
import com.intellij.xdebugger.XDebugSession;
import com.intellij.xdebugger.XDebuggerManager;
import com.intellij.xdebugger.breakpoints.XBreakpoint;
import com.intellij.xdebugger.breakpoints.XBreakpointHandler;
import com.intellij.xdebugger.brea... | flutter-intellij/flutter-idea/src/io/flutter/vmService/DartExceptionBreakpointHandler.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/vmService/DartExceptionBreakpointHandler.java",
"repo_id": "flutter-intellij",
"token_count": 945
} | 517 |
package io.flutter.vmService.frame;
import com.google.gson.JsonElement;
import com.intellij.icons.AllIcons;
import com.intellij.util.SmartList;
import com.intellij.xdebugger.frame.*;
import io.flutter.vmService.DartVmServiceDebugProcess;
import org.dartlang.vm.service.consumer.GetObjectConsumer;
import org.dartlang.vm... | flutter-intellij/flutter-idea/src/io/flutter/vmService/frame/DartStaticFieldsGroup.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/vmService/frame/DartStaticFieldsGroup.java",
"repo_id": "flutter-intellij",
"token_count": 1503
} | 518 |
/*
* 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/FlutterWidgetPropertyValue.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/org/dartlang/analysis/server/protocol/FlutterWidgetPropertyValue.java",
"repo_id": "flutter-intellij",
"token_count": 2254
} | 519 |
/*
* 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.bazel;
import com.intellij.openapi.roots.ModuleRootModificationUtil;
import com.intellij.openapi.vfs.VirtualFile;
import io.flut... | flutter-intellij/flutter-idea/testSrc/unit/io/flutter/bazel/WorkspaceTest.java/0 | {
"file_path": "flutter-intellij/flutter-idea/testSrc/unit/io/flutter/bazel/WorkspaceTest.java",
"repo_id": "flutter-intellij",
"token_count": 1178
} | 520 |
{
"type": "Event",
"kind": "Logging",
"isolate": {
"type": "@Isolate",
"id": "isolates/1562506484553303",
"name": "main",
"number": "1562506484553303"
},
"timestamp": 1562616987335,
"logRecord": {
"type": "LogRecord",
"sequenceNumber": 3,
"time": 1562616987335,
"level": 0,
... | flutter-intellij/flutter-idea/testSrc/unit/io/flutter/logging/console_log_1.json/0 | {
"file_path": "flutter-intellij/flutter-idea/testSrc/unit/io/flutter/logging/console_log_1.json",
"repo_id": "flutter-intellij",
"token_count": 989
} | 521 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.