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 "tonic/dart_class_library.h"
#include "tonic/common/macros.h"
#include "tonic/dart_wrapper_info.h"
namespace tonic {
DartClassLibrary::DartClas... | engine/third_party/tonic/dart_class_library.cc/0 | {
"file_path": "engine/third_party/tonic/dart_class_library.cc",
"repo_id": "engine",
"token_count": 620
} | 412 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "tonic/dart_weak_persistent_value.h"
#include "tonic/dart_state.h"
#include "tonic/scopes/dart_isolate_scope.h"
namespace tonic {
DartWeakPersi... | engine/third_party/tonic/dart_weak_persistent_value.cc/0 | {
"file_path": "engine/third_party/tonic/dart_weak_persistent_value.cc",
"repo_id": "engine",
"token_count": 840
} | 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.
#ifndef FILESYSTEM_PATH_H_
#define FILESYSTEM_PATH_H_
#include <string>
namespace filesystem {
// Resolves ".." and "." components of the path syntactic... | engine/third_party/tonic/filesystem/filesystem/path.h/0 | {
"file_path": "engine/third_party/tonic/filesystem/filesystem/path.h",
"repo_id": "engine",
"token_count": 290
} | 414 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef LIB_TONIC_PARSERS_PACKAGES_MAP_H_
#define LIB_TONIC_PARSERS_PACKAGES_MAP_H_
#include <string>
#include <unordered_map>
namespace tonic {
class P... | engine/third_party/tonic/parsers/packages_map.h/0 | {
"file_path": "engine/third_party/tonic/parsers/packages_map.h",
"repo_id": "engine",
"token_count": 222
} | 415 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef LIB_TONIC_TYPED_DATA_TYPED_LIST_H_
#define LIB_TONIC_TYPED_DATA_TYPED_LIST_H_
#include "third_party/dart/runtime/include/dart_api.h"
#include "ton... | engine/third_party/tonic/typed_data/typed_list.h/0 | {
"file_path": "engine/third_party/tonic/typed_data/typed_list.h",
"repo_id": "engine",
"token_count": 1413
} | 416 |
/*
* Copyright 2018 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | engine/third_party/txt/src/txt/font_asset_provider.h/0 | {
"file_path": "engine/third_party/txt/src/txt/font_asset_provider.h",
"repo_id": "engine",
"token_count": 358
} | 417 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef TXT_PLATFORM_H_
#define TXT_PLATFORM_H_
#include <string>
#include <vector>
#include "flutter/fml/macros.h"
#include "third_party/skia/include/co... | engine/third_party/txt/src/txt/platform.h/0 | {
"file_path": "engine/third_party/txt/src/txt/platform.h",
"repo_id": "engine",
"token_count": 194
} | 418 |
/*
* 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/text_style.h/0 | {
"file_path": "engine/third_party/txt/src/txt/text_style.h",
"repo_id": "engine",
"token_count": 776
} | 419 |
package: flutter/android/embedding_bundle
description: Dependencies used by the Android embedding.
data:
- dir: lib
| engine/tools/cipd/android_embedding_bundle/cipd.yaml/0 | {
"file_path": "engine/tools/cipd/android_embedding_bundle/cipd.yaml",
"repo_id": "engine",
"token_count": 34
} | 420 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'dart:io' show exitCode;
import 'package:compare_goldens/compare_goldens.dart' as compare_goldens;
void main(List<String> args) {
exitCode = comp... | engine/tools/compare_goldens/bin/compare_goldens.dart/0 | {
"file_path": "engine/tools/compare_goldens/bin/compare_goldens.dart",
"repo_id": "engine",
"token_count": 108
} | 421 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'target.dart';
void main() {
Targets.used1.hit();
Targets.used2.hit();
final Target nonConstUsed3 = helper(Target.new);
nonConstUsed3.hit()... | engine/tools/const_finder/test/fixtures/lib/static_icon_provider.dart/0 | {
"file_path": "engine/tools/const_finder/test/fixtures/lib/static_icon_provider.dart",
"repo_id": "engine",
"token_count": 261
} | 422 |
#!/bin/bash
if [[ $1 == '' ]]; then
echo 'Usage: engine_roll_pr_desc.sh <from git hash>..<to git hash>'
exit 1
fi
git log --oneline --no-merges --no-color $1 | sed 's/^/flutter\/engine@/g' | sed -e 's/(\(#[0-9]*)\)/\(flutter\/engine\1/g'
| engine/tools/engine_roll_pr_desc.sh/0 | {
"file_path": "engine/tools/engine_roll_pr_desc.sh",
"repo_id": "engine",
"token_count": 112
} | 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.
import 'dart:ffi' as ffi show Abi;
import 'package:engine_repo_tools/engine_repo_tools.dart';
import 'package:platform/platform.dart';
import 'package:pro... | engine/tools/engine_tool/lib/src/environment.dart/0 | {
"file_path": "engine/tools/engine_tool/lib/src/environment.dart",
"repo_id": "engine",
"token_count": 353
} | 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:convert' as convert;
import 'dart:ffi' as ffi show Abi;
import 'dart:io' as io;
import 'package:engine_build_configs/engine_build_configs.dar... | engine/tools/engine_tool/test/run_command_test.dart/0 | {
"file_path": "engine/tools/engine_tool/test/run_command_test.dart",
"repo_id": "engine",
"token_count": 2177
} | 425 |
#!/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.
'''
Tests for font-subset
'''
import argparse
import filecmp
import os
import subprocess
import sys
from zipfile import ZipFile
SCR... | engine/tools/font_subset/test.py/0 | {
"file_path": "engine/tools/font_subset/test.py",
"repo_id": "engine",
"token_count": 3349
} | 426 |
#!/usr/bin/env python3
# Copyright 2013 The Flutter Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import argparse
import os
import stat
import string
import sys
def main():
parser = argparse.ArgumentParser(description='Generate a... | engine/tools/fuchsia/dart/gen_app_invocation.py/0 | {
"file_path": "engine/tools/fuchsia/dart/gen_app_invocation.py",
"repo_id": "engine",
"token_count": 419
} | 427 |
#!/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.
### Runs the Fuchsia unit tests in the debug configuration.
###
### Arguments:
### --package-filter: Only runs tests in packages that match the ... | engine/tools/fuchsia/devshell/run_unit_tests.sh/0 | {
"file_path": "engine/tools/fuchsia/devshell/run_unit_tests.sh",
"repo_id": "engine",
"token_count": 1563
} | 428 |
#!/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.
''' Interpolates build environment information into a file.
'''
from argparse import ArgumentParser
from datetime import datetime
fr... | engine/tools/fuchsia/make_build_info.py/0 | {
"file_path": "engine/tools/fuchsia/make_build_info.py",
"repo_id": "engine",
"token_count": 992
} | 429 |
//---------------------------------------------------------------------------------------------
// Copyright (c) 2022 Google LLC
// Licensed under the MIT License. See License.txt in the project root for license information.
//-------------------------------------------------------------------------------------------... | engine/tools/gen_web_locale_keymap/data/test_cases.dart.tmpl/0 | {
"file_path": "engine/tools/gen_web_locale_keymap/data/test_cases.dart.tmpl",
"repo_id": "engine",
"token_count": 323
} | 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 'dart:collection';
import 'dart:convert';
import 'dart:io' as io;
import 'package:archive/archive.dart' as a;
import 'package:path/path.dart' as pa... | engine/tools/licenses/lib/filesystem.dart/0 | {
"file_path": "engine/tools/licenses/lib/filesystem.dart",
"repo_id": "engine",
"token_count": 9849
} | 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.
#include "path_ops.h"
namespace flutter {
SkPath* CreatePath(SkPathFillType fill_type) {
auto* path = new SkPath();
path->setFillType(fill_type);
re... | engine/tools/path_ops/path_ops.cc/0 | {
"file_path": "engine/tools/path_ops/path_ops.cc",
"repo_id": "engine",
"token_count": 658
} | 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.
const String buildConfigJson = '''
{
"builds": [
{
"archives": [
{
"name": "build_name",
"base_path": "base/path",
... | engine/tools/pkg/engine_build_configs/test/fixtures.dart/0 | {
"file_path": "engine/tools/pkg/engine_build_configs/test/fixtures.dart",
"repo_id": "engine",
"token_count": 1091
} | 433 |
@ECHO off
REM Copyright 2013 The Flutter Authors. All rights reserved.
REM Use of this source code is governed by a BSD-style license that can be
REM found in the LICENSE file.
REM ---------------------------------- NOTE ----------------------------------
REM
REM Please keep the logic in this file consistent with the ... | engine/tools/yapf.bat/0 | {
"file_path": "engine/tools/yapf.bat",
"repo_id": "engine",
"token_count": 172
} | 434 |
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "vulkan_command_buffer.h"
#include "flutter/vulkan/procs/vulkan_proc_table.h"
namespace vulkan {
VulkanCommandBuffer::VulkanCommandBuffer(
... | engine/vulkan/vulkan_command_buffer.cc/0 | {
"file_path": "engine/vulkan/vulkan_command_buffer.cc",
"repo_id": "engine",
"token_count": 1099
} | 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.
#include "vulkan_surface.h"
#include "vulkan_application.h"
#include "vulkan_native_surface.h"
namespace vulkan {
VulkanSurface::VulkanSurface(
Vulk... | engine/vulkan/vulkan_surface.cc/0 | {
"file_path": "engine/vulkan/vulkan_surface.cc",
"repo_id": "engine",
"token_count": 565
} | 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.
// ignore_for_file: avoid_print
// Checks that JavaScript API is accessed properly.
//
// JavaScript access needs to be audited to make sure it follows se... | engine/web_sdk/test/js_access_test.dart/0 | {
"file_path": "engine/web_sdk/test/js_access_test.dart",
"repo_id": "engine",
"token_count": 2570
} | 437 |
<component name="ProjectCodeStyleConfiguration">
<state>
<option name="USE_PER_PROJECT_SETTINGS" value="true" />
</state>
</component> | flutter-intellij/.idea/codeStyles/codeStyleConfig.xml/0 | {
"file_path": "flutter-intellij/.idea/codeStyles/codeStyleConfig.xml",
"repo_id": "flutter-intellij",
"token_count": 47
} | 438 |
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="flutter-intellij [test]" type="GradleRunConfiguration" factoryName="Gradle">
<ExternalSystemSettings>
<option name="executionName" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="e... | flutter-intellij/.idea/runConfigurations/flutter_intellij__test_.xml/0 | {
"file_path": "flutter-intellij/.idea/runConfigurations/flutter_intellij__test_.xml",
"repo_id": "flutter-intellij",
"token_count": 362
} | 439 |
# Plugin Smoke Testing
Manual tests to execute before plugin releases.
## Setup
Pre-reqs: Run through the [flutter setup](https://flutter.dev/docs/get-started/install) and
[flutter getting started](https://flutter.dev/docs/development/tools/ide) guides.
* Run `flutter upgrade` in a terminal to get the latest versio... | flutter-intellij/docs/testing.md/0 | {
"file_path": "flutter-intellij/docs/testing.md",
"repo_id": "flutter-intellij",
"token_count": 3209
} | 440 |
/*
* Copyright 2019 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
package io.flutter.tests.gui.fixtures
import com.intellij.openapi.project.Project
import com.intellij.openapi.util.Ref
import com.intellij.testGui... | flutter-intellij/flutter-gui-tests/testSrc/io/flutter/tests/gui/fixtures/FlutterPerfFixture.kt/0 | {
"file_path": "flutter-intellij/flutter-gui-tests/testSrc/io/flutter/tests/gui/fixtures/FlutterPerfFixture.kt",
"repo_id": "flutter-intellij",
"token_count": 1666
} | 441 |
/*
* 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.AnActionEvent;
import com.intellij.openapi.actionSystem.DataContext;
import co... | flutter-intellij/flutter-idea/src/io/flutter/actions/FlutterSdkAction.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/actions/FlutterSdkAction.java",
"repo_id": "flutter-intellij",
"token_count": 1353
} | 442 |
/*
* 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.notification.Notification;
import com.intellij.notification.NotificationType;
import com.intellij.n... | flutter-intellij/flutter-idea/src/io/flutter/actions/RestartFlutterApp.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/actions/RestartFlutterApp.java",
"repo_id": "flutter-intellij",
"token_count": 873
} | 443 |
/*
* 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.openapi.application.ApplicationManager;
import com.intellij.openapi.diagnostic.Logger;
import com.i... | flutter-intellij/flutter-idea/src/io/flutter/android/IntelliJAndroidSdk.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/android/IntelliJAndroidSdk.java",
"repo_id": "flutter-intellij",
"token_count": 1593
} | 444 |
/*
* Copyright 2023 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
package io.flutter.devtools;
/**
* This identifies from what feature DevTools is started. See https://github.com/flutter/flutter-intellij/issues/7... | flutter-intellij/flutter-idea/src/io/flutter/devtools/DevToolsIdeFeature.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/devtools/DevToolsIdeFeature.java",
"repo_id": "flutter-intellij",
"token_count": 192
} | 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.
*/
package io.flutter.editor;
import com.intellij.ui.Gray;
import com.intellij.ui.JBColor;
import java.awt.*;
public class FlutterEditorColors {
/... | flutter-intellij/flutter-idea/src/io/flutter/editor/FlutterEditorColors.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/editor/FlutterEditorColors.java",
"repo_id": "flutter-intellij",
"token_count": 430
} | 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.editor;
import com.intellij.openapi.Disposable;
import com.intellij.openapi.editor.Editor;
import com.intellij.openapi.editor.ex... | flutter-intellij/flutter-idea/src/io/flutter/editor/PreviewsForEditor.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/editor/PreviewsForEditor.java",
"repo_id": "flutter-intellij",
"token_count": 1981
} | 447 |
/*
* 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.inspections;
import com.intellij.openapi.diagnostic.Logger;
import com.intellij.openapi.fileEditor.FileEditor;
import com.intell... | flutter-intellij/flutter-idea/src/io/flutter/inspections/SdkConfigurationNotificationProvider.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/inspections/SdkConfigurationNotificationProvider.java",
"repo_id": "flutter-intellij",
"token_count": 1339
} | 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.inspector;
import com.intellij.openapi.actionSystem.AnAction;
import com.intellij.openapi.actionSystem.AnActionEvent;
import com... | flutter-intellij/flutter-idea/src/io/flutter/inspector/InspectorTreeActionBase.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/inspector/InspectorTreeActionBase.java",
"repo_id": "flutter-intellij",
"token_count": 689
} | 449 |
/*
* 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.logging;
import com.google.common.annotations.VisibleForTesting;
import com.google.gson.GsonBuilder;
import com.google.gson.Jso... | flutter-intellij/flutter-idea/src/io/flutter/logging/FlutterConsoleLogManager.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/logging/FlutterConsoleLogManager.java",
"repo_id": "flutter-intellij",
"token_count": 7802
} | 450 |
/*
* Copyright 2017 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
package io.flutter.module.settings;
import com.intellij.ide.browsers.BrowserLauncher;
import com.intellij.openapi.components.ServiceManager;
import... | flutter-intellij/flutter-idea/src/io/flutter/module/settings/SettingsHelpForm.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/module/settings/SettingsHelpForm.java",
"repo_id": "flutter-intellij",
"token_count": 1175
} | 451 |
/*
* 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 java.util.List;
/**
* A performance tip describing a suggestion to optimize a Flutter application.
*/
public cla... | flutter-intellij/flutter-idea/src/io/flutter/perf/PerfTip.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/perf/PerfTip.java",
"repo_id": "flutter-intellij",
"token_count": 322
} | 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.performance;
import com.intellij.openapi.Disposable;
import com.intellij.openapi.diagnostic.Logger;
import com.intellij.ui.Scrol... | flutter-intellij/flutter-idea/src/io/flutter/performance/PerfWidgetRebuildsPanel.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/performance/PerfWidgetRebuildsPanel.java",
"repo_id": "flutter-intellij",
"token_count": 2477
} | 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.pub;
import com.intellij.openapi.actionSystem.AnActionEvent;
import com.intellij.openapi.application.ApplicationManager;
import ... | flutter-intellij/flutter-idea/src/io/flutter/pub/PubRoot.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/pub/PubRoot.java",
"repo_id": "flutter-intellij",
"token_count": 4273
} | 454 |
/*
* 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.ide.BrowserUtil;
import com.intellij.ide.util.PropertiesComponent;
import com.intellij.notification.*;
... | flutter-intellij/flutter-idea/src/io/flutter/run/FlutterRunNotifications.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/run/FlutterRunNotifications.java",
"repo_id": "flutter-intellij",
"token_count": 961
} | 455 |
/*
* 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.run.bazel;
import com.google.common.annotations.VisibleForTesting;
import com.intellij.execution.ExecutionBundle;
import com.int... | flutter-intellij/flutter-idea/src/io/flutter/run/bazel/FlutterBazelRunConfigurationType.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/run/bazel/FlutterBazelRunConfigurationType.java",
"repo_id": "flutter-intellij",
"token_count": 1314
} | 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.
*/
package io.flutter.run.common;
import com.intellij.execution.TestStateStorage;
import com.intellij.execution.lineMarker.ExecutorAction;
import com.... | flutter-intellij/flutter-idea/src/io/flutter/run/common/TestLineMarkerContributor.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/run/common/TestLineMarkerContributor.java",
"repo_id": "flutter-intellij",
"token_count": 2556
} | 457 |
/*
* 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.daemon;
import com.google.common.collect.ImmutableList;
import com.google.common.collect.ImmutableSet;
import com.intellij.c... | flutter-intellij/flutter-idea/src/io/flutter/run/daemon/DeviceService.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/run/daemon/DeviceService.java",
"repo_id": "flutter-intellij",
"token_count": 3152
} | 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.run.test;
import com.intellij.execution.ExecutionException;
import com.intellij.execution.Executor;
import com.intellij.executio... | flutter-intellij/flutter-idea/src/io/flutter/run/test/TestLaunchState.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/run/test/TestLaunchState.java",
"repo_id": "flutter-intellij",
"token_count": 1876
} | 459 |
/*
* Copyright 2016 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
package io.flutter.sdk;
import com.intellij.concurrency.JobScheduler;
import com.intellij.openapi.project.Project;
import com.intellij.openapi.proj... | flutter-intellij/flutter-idea/src/io/flutter/sdk/FlutterSdkManager.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/sdk/FlutterSdkManager.java",
"repo_id": "flutter-intellij",
"token_count": 1585
} | 460 |
/*
* 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.lang.java.JavaParserDefinition;
import com.intellij.lexer.Lexer;
import com.intellij.openapi.project.... | flutter-intellij/flutter-idea/src/io/flutter/utils/AndroidUtils.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/utils/AndroidUtils.java",
"repo_id": "flutter-intellij",
"token_count": 1697
} | 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.
*/
package io.flutter.utils;
import com.intellij.openapi.util.SystemInfo;
import io.flutter.settings.FlutterSettings;
import org.jetbrains.annotations... | flutter-intellij/flutter-idea/src/io/flutter/utils/JxBrowserUtils.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/utils/JxBrowserUtils.java",
"repo_id": "flutter-intellij",
"token_count": 1168
} | 462 |
/*
* 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 curve that is the reversed inversion of its given curve.
* <p>
* This curve evaluates the given curv... | flutter-intellij/flutter-idea/src/io/flutter/utils/animation/FlippedCurve.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/utils/animation/FlippedCurve.java",
"repo_id": "flutter-intellij",
"token_count": 330
} | 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.view;
import com.intellij.openapi.actionSystem.AnActionEvent;
import com.intellij.openapi.project.DumbAwareAction;
import io.flu... | flutter-intellij/flutter-idea/src/io/flutter/view/FlutterViewAction.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/view/FlutterViewAction.java",
"repo_id": "flutter-intellij",
"token_count": 419
} | 464 |
/*
* 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.view;
import com.intellij.icons.AllIcons;
import com.intellij.openapi.actionSystem.AnActionEvent;
import io.flutter.run.daemon.F... | flutter-intellij/flutter-idea/src/io/flutter/view/TimeDilationAction.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/view/TimeDilationAction.java",
"repo_id": "flutter-intellij",
"token_count": 405
} | 465 |
package io.flutter.vmService;
import org.dartlang.vm.service.consumer.*;
import org.dartlang.vm.service.element.*;
import java.util.List;
public class VmServiceConsumers {
public static final SuccessConsumer EMPTY_SUCCESS_CONSUMER = new SuccessConsumer() {
@Override
public void received(Success response) ... | flutter-intellij/flutter-idea/src/io/flutter/vmService/VmServiceConsumers.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/io/flutter/vmService/VmServiceConsumers.java",
"repo_id": "flutter-intellij",
"token_count": 536
} | 466 |
/*
* 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/FlutterWidgetProperty.java/0 | {
"file_path": "flutter-intellij/flutter-idea/src/org/dartlang/analysis/server/protocol/FlutterWidgetProperty.java",
"repo_id": "flutter-intellij",
"token_count": 3395
} | 467 |
/*
* 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.bazel;
import com.intellij.mock.MockVirtualFileSystem;
import com.intellij.openapi.util.Pair;
import org.jetbrains.annotations.N... | flutter-intellij/flutter-idea/testSrc/unit/io/flutter/bazel/FakeWorkspaceFactory.java/0 | {
"file_path": "flutter-intellij/flutter-idea/testSrc/unit/io/flutter/bazel/FakeWorkspaceFactory.java",
"repo_id": "flutter-intellij",
"token_count": 1362
} | 468 |
/*
* 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.intellij.openapi.project.Project;
import io.flutter.analytics.Analytics;
import io.flutter.utils.FileUtils... | flutter-intellij/flutter-idea/testSrc/unit/io/flutter/jxbrowser/JxBrowserManagerTest.java/0 | {
"file_path": "flutter-intellij/flutter-idea/testSrc/unit/io/flutter/jxbrowser/JxBrowserManagerTest.java",
"repo_id": "flutter-intellij",
"token_count": 1936
} | 469 |
/*
* 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.bazel;
import com.intellij.execution.ExecutionException;
import com.intellij.execution.configurations.GeneralCommandLine;
im... | flutter-intellij/flutter-idea/testSrc/unit/io/flutter/run/bazel/LaunchCommandsTest.java/0 | {
"file_path": "flutter-intellij/flutter-idea/testSrc/unit/io/flutter/run/bazel/LaunchCommandsTest.java",
"repo_id": "flutter-intellij",
"token_count": 5808
} | 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.testing;
import com.intellij.testFramework.fixtures.IdeaProjectTestFixture;
public class IdeaProjectFixture extends ProjectFixt... | flutter-intellij/flutter-idea/testSrc/unit/io/flutter/testing/IdeaProjectFixture.java/0 | {
"file_path": "flutter-intellij/flutter-idea/testSrc/unit/io/flutter/testing/IdeaProjectFixture.java",
"repo_id": "flutter-intellij",
"token_count": 142
} | 471 |
/*
* 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.view;
import com.intellij.openapi.project.Project;
import com.intellij.openapi.wm.ToolWindow;
import com.intellij.util.messages.... | flutter-intellij/flutter-idea/testSrc/unit/io/flutter/view/FlutterViewTest.java/0 | {
"file_path": "flutter-intellij/flutter-idea/testSrc/unit/io/flutter/view/FlutterViewTest.java",
"repo_id": "flutter-intellij",
"token_count": 3277
} | 472 |
/*
* 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/ExceptionPauseMode.java/0 | {
"file_path": "flutter-intellij/flutter-idea/third_party/vmServiceDrivers/org/dartlang/vm/service/element/ExceptionPauseMode.java",
"repo_id": "flutter-intellij",
"token_count": 292
} | 473 |
/*
* 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/Isolate.java/0 | {
"file_path": "flutter-intellij/flutter-idea/third_party/vmServiceDrivers/org/dartlang/vm/service/element/Isolate.java",
"repo_id": "flutter-intellij",
"token_count": 1905
} | 474 |
/*
* 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/ObjRef.java/0 | {
"file_path": "flutter-intellij/flutter-idea/third_party/vmServiceDrivers/org/dartlang/vm/service/element/ObjRef.java",
"repo_id": "flutter-intellij",
"token_count": 436
} | 475 |
/*
* Copyright 2019 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
package io.flutter.android;
import static com.google.wireless.android.sdk.stats.GradleSyncStats.Trigger.TRIGGER_PROJECT_MODIFIED;
import com.andro... | flutter-intellij/flutter-studio/src/io/flutter/android/AndroidStudioGradleSyncProvider.java/0 | {
"file_path": "flutter-intellij/flutter-studio/src/io/flutter/android/AndroidStudioGradleSyncProvider.java",
"repo_id": "flutter-intellij",
"token_count": 234
} | 476 |
/*
* 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 com.android.tools.idea.tests.gui.framework.fixture;
import com.android.tools.idea.tests.gui.framework.GuiTests;
import com.android.tools.id... | flutter-intellij/flutter-studio/testSrc/com/android/tools/idea/tests/gui/framework/fixture/FlutterWelcomeFrameFixture.java/0 | {
"file_path": "flutter-intellij/flutter-studio/testSrc/com/android/tools/idea/tests/gui/framework/fixture/FlutterWelcomeFrameFixture.java",
"repo_id": "flutter-intellij",
"token_count": 696
} | 477 |
# Location of the bash script.
build_file: "flutter-intellij-kokoro/kokoro/macos_external/kokoro_build.sh"
before_action {
fetch_keystore {
keystore_resource {
keystore_config_id: 74840
keyname: "flutter-intellij-plugin-jxbrowser-license-key"
}
}
}
| flutter-intellij/kokoro/macos_external/continuous.cfg/0 | {
"file_path": "flutter-intellij/kokoro/macos_external/continuous.cfg",
"repo_id": "flutter-intellij",
"token_count": 114
} | 478 |
<?xml version='1.0'?>
<!--
~ 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.
-->
<list>
<!--<option name="TEMPLATE_CONFIG_NAME">-->
<!--<value>-->
<!--<option name="FOREGROUND" value="008000"/>... | flutter-intellij/resources/colorSchemes/FlutterLogColorSchemeDefault.xml/0 | {
"file_path": "flutter-intellij/resources/colorSchemes/FlutterLogColorSchemeDefault.xml",
"repo_id": "flutter-intellij",
"token_count": 657
} | 479 |
## How this works
`flutter_miscellaneous.xml` contains the Flutter related live templates that this plugin
supports. In order to make authoring the templates, and reviewing changes to them, easier,
the actual text content of the templates are split out into separate files, one for each
template. A build step (below) w... | flutter-intellij/resources/liveTemplates/readme.md/0 | {
"file_path": "flutter-intellij/resources/liveTemplates/readme.md",
"repo_id": "flutter-intellij",
"token_count": 245
} | 480 |
#!/bin/bash
# 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.
# Fast fail the script on failures.
set -e
export JAVA_HOME=$JAVA_HOME_17_X64
# Clone and configure Flutter to the latest stable release
git c... | flutter-intellij/tool/github.sh/0 | {
"file_path": "flutter-intellij/tool/github.sh",
"repo_id": "flutter-intellij",
"token_count": 781
} | 481 |
// 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.
import 'dart:async';
import 'dart:convert';
import 'dart:io';
import 'package:args/args.dart';
import 'package:args/command_runner.dart';
import 'package:gi... | flutter-intellij/tool/plugin/lib/plugin.dart/0 | {
"file_path": "flutter-intellij/tool/plugin/lib/plugin.dart",
"repo_id": "flutter-intellij",
"token_count": 10434
} | 482 |
uINhDrQ3fkTE08_henrSmgKkDo6bisZh4acJCffrRiMC
| flutter/bin/internal/fuchsia-linux.version/0 | {
"file_path": "flutter/bin/internal/fuchsia-linux.version",
"repo_id": "flutter",
"token_count": 31
} | 483 |
# This file tracks properties of this Flutter project.
# Used by Flutter tool to assess capabilities and perform upgrades etc.
#
# This file should be version controlled and should not be manually edited.
version:
revision: "b9c3f1f74c075a1766fd74418b5d79f528cf8c74"
channel: "master"
project_type: app
# Tracks m... | flutter/dev/a11y_assessments/.metadata/0 | {
"file_path": "flutter/dev/a11y_assessments/.metadata",
"repo_id": "flutter",
"token_count": 798
} | 484 |
// 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 'package:a11y_assessments/use_cases/badge.dart';
import 'package:flutter_test/flutter_test.dart';
import 'test_utils.dart';
void main() {
testWi... | flutter/dev/a11y_assessments/test/badge_test.dart/0 | {
"file_path": "flutter/dev/a11y_assessments/test/badge_test.dart",
"repo_id": "flutter",
"token_count": 183
} | 485 |
#include "../../Flutter/Flutter-Release.xcconfig"
#include "Warnings.xcconfig"
| flutter/dev/benchmarks/complex_layout/macos/Runner/Configs/Release.xcconfig/0 | {
"file_path": "flutter/dev/benchmarks/complex_layout/macos/Runner/Configs/Release.xcconfig",
"repo_id": "flutter",
"token_count": 32
} | 486 |
// 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 'package:flutter/material.dart';
class AnimationWithMicrotasks extends StatefulWidget {
const AnimationWithMicrotasks({super.key});
@override
... | flutter/dev/benchmarks/macrobenchmarks/lib/src/animation_with_microtasks.dart/0 | {
"file_path": "flutter/dev/benchmarks/macrobenchmarks/lib/src/animation_with_microtasks.dart",
"repo_id": "flutter",
"token_count": 626
} | 487 |
// 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:typed_data';
import 'package:flutter/material.dart';
class LargeImagesPage extends StatelessWidget {
const LargeImagesPage({super.key});
... | flutter/dev/benchmarks/macrobenchmarks/lib/src/large_images.dart/0 | {
"file_path": "flutter/dev/benchmarks/macrobenchmarks/lib/src/large_images.dart",
"repo_id": "flutter",
"token_count": 532
} | 488 |
// 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:math' as math;
import 'dart:typed_data';
import 'package:flutter/widgets.dart';
import 'recorder.dart';
const List<int> kTransparentImage =... | flutter/dev/benchmarks/macrobenchmarks/lib/src/web/bench_build_image.dart/0 | {
"file_path": "flutter/dev/benchmarks/macrobenchmarks/lib/src/web/bench_build_image.dart",
"repo_id": "flutter",
"token_count": 1716
} | 489 |
// 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 'bench_paths_recording.dart' as recording;
import 'recorder.dart';
/// Measure the performance of path construction.
///
/// This benchmarks was ge... | flutter/dev/benchmarks/macrobenchmarks/lib/src/web/bench_paths.dart/0 | {
"file_path": "flutter/dev/benchmarks/macrobenchmarks/lib/src/web/bench_paths.dart",
"repo_id": "flutter",
"token_count": 243
} | 490 |
// 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:async';
import 'package:flutter/material.dart';
import 'package:flutter_driver/driver_extension.dart';
import 'package:macrobenchmarks/src/a... | flutter/dev/benchmarks/macrobenchmarks/test_driver/animated_image.dart/0 | {
"file_path": "flutter/dev/benchmarks/macrobenchmarks/test_driver/animated_image.dart",
"repo_id": "flutter",
"token_count": 355
} | 491 |
#include "Generated.xcconfig"
| flutter/dev/benchmarks/microbenchmarks/ios/Flutter/Debug.xcconfig/0 | {
"file_path": "flutter/dev/benchmarks/microbenchmarks/ios/Flutter/Debug.xcconfig",
"repo_id": "flutter",
"token_count": 12
} | 492 |
// 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 'package:flutter/foundation.dart';
import '../common.dart';
const int _kNumIterations = 65536;
const int _kNumWarmUp = 100;
const int _kScale = 10... | flutter/dev/benchmarks/microbenchmarks/lib/foundation/change_notifier_bench.dart/0 | {
"file_path": "flutter/dev/benchmarks/microbenchmarks/lib/foundation/change_notifier_bench.dart",
"repo_id": "flutter",
"token_count": 2402
} | 493 |
// 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 'package:flutter/widgets.dart';
import '../common.dart';
const int _kNumIterations = 1000;
const int _kNumWarmUp = 100;
void main() {
final Lis... | flutter/dev/benchmarks/microbenchmarks/lib/language/sync_star_semantics_bench.dart/0 | {
"file_path": "flutter/dev/benchmarks/microbenchmarks/lib/language/sync_star_semantics_bench.dart",
"repo_id": "flutter",
"token_count": 1313
} | 494 |
// 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.
package com.example.platform_channels_benchmarks
import io.flutter.embedding.android.FlutterActivity
import io.flutter.embedding.engine.FlutterEngine
impo... | flutter/dev/benchmarks/platform_channels_benchmarks/android/app/src/main/kotlin/com/example/platform_channels_benchmarks/MainActivity.kt/0 | {
"file_path": "flutter/dev/benchmarks/platform_channels_benchmarks/android/app/src/main/kotlin/com/example/platform_channels_benchmarks/MainActivity.kt",
"repo_id": "flutter",
"token_count": 900
} | 495 |
{
"title": "Stocks",
"market": "MARKET",
"portfolio": "PORTFOLIO"
}
| flutter/dev/benchmarks/test_apps/stocks/lib/i18n/stocks_en_US.arb/0 | {
"file_path": "flutter/dev/benchmarks/test_apps/stocks/lib/i18n/stocks_en_US.arb",
"repo_id": "flutter",
"token_count": 35
} | 496 |
// 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:async';
import 'package:flutter_driver/flutter_driver.dart';
import 'package:test/test.dart' hide TypeMatcher, isInstanceOf;
void main() {
... | flutter/dev/benchmarks/test_apps/stocks/test_driver/scroll_perf_test.dart/0 | {
"file_path": "flutter/dev/benchmarks/test_apps/stocks/test_driver/scroll_perf_test.dart",
"repo_id": "flutter",
"token_count": 544
} | 497 |
#!/usr/bin/env bash
# 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.
set -e
function script_location() {
local script_location="${BASH_SOURCE[0]}"
# Resolve symlinks
while [[ -h "$script_location" ]];... | flutter/dev/bots/docs.sh/0 | {
"file_path": "flutter/dev/bots/docs.sh",
"repo_id": "flutter",
"token_count": 2068
} | 498 |
This directory is excluded from analysis because its whole point is to
test the analysis (so it has issues).
We have to have the actual test file system in a subdirectory (root)
because otherwise the .dartignore file in that directory would cause
the test itself to ignore the directory. | flutter/dev/bots/test/analyze-test-input/.dartignore/0 | {
"file_path": "flutter/dev/bots/test/analyze-test-input/.dartignore",
"repo_id": "flutter",
"token_count": 63
} | 499 |
// 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.
// External Library that creates Stopwatches. This file will not be analyzed but
// its symbols will be imported by tests.
class MyStopwatch implements St... | flutter/dev/bots/test/analyze-test-input/root/packages/foo/stopwatch_external_lib.dart/0 | {
"file_path": "flutter/dev/bots/test/analyze-test-input/root/packages/foo/stopwatch_external_lib.dart",
"repo_id": "flutter",
"token_count": 290
} | 500 |
## Flutter Conductor Protocol Buffers
This directory contains [conductor_state.proto](./conductor_state.proto), which
defines the persistent state file the conductor creates. After changes to this
file, you must run the [compile_proto.sh](./compile_proto.sh) script in this
directory, which will re-generate the rest of... | flutter/dev/conductor/core/lib/src/proto/README.md/0 | {
"file_path": "flutter/dev/conductor/core/lib/src/proto/README.md",
"repo_id": "flutter",
"token_count": 121
} | 501 |
// 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 'package:args/command_runner.dart';
import 'package:conductor_core/src/clean.dart';
import 'package:conductor_core/src/repository.dart';
import 'pac... | flutter/dev/conductor/core/test/clean_test.dart/0 | {
"file_path": "flutter/dev/conductor/core/test/clean_test.dart",
"repo_id": "flutter",
"token_count": 1102
} | 502 |
// 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:io';
import 'package:customer_testing/customer_test.dart';
import 'package:file/file.dart';
import 'package:file/memory.dart';
import 'commo... | flutter/dev/customer_testing/test/customer_test_test.dart/0 | {
"file_path": "flutter/dev/customer_testing/test/customer_test_test.dart",
"repo_id": "flutter",
"token_count": 1432
} | 503 |
// 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:io';
import 'package:flutter_devicelab/framework/apk_utils.dart';
import 'package:flutter_devicelab/framework/framework.dart';
import 'packag... | flutter/dev/devicelab/bin/tasks/gradle_plugin_light_apk_test.dart/0 | {
"file_path": "flutter/dev/devicelab/bin/tasks/gradle_plugin_light_apk_test.dart",
"repo_id": "flutter",
"token_count": 5221
} | 504 |
// 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 'dart:typed_data';
import 'package:archive/archive.dart';
import 'package:flutter_devicelab/framework/apk_... | flutter/dev/devicelab/bin/tasks/module_test.dart/0 | {
"file_path": "flutter/dev/devicelab/bin/tasks/module_test.dart",
"repo_id": "flutter",
"token_count": 5998
} | 505 |
// 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:io';
import 'package:path/path.dart' as path;
import 'task_result.dart';
import 'utils.dart';
final String platformLineSep = Platform.isWin... | flutter/dev/devicelab/lib/framework/apk_utils.dart/0 | {
"file_path": "flutter/dev/devicelab/lib/framework/apk_utils.dart",
"repo_id": "flutter",
"token_count": 5243
} | 506 |
// 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:async';
import 'dart:convert';
import 'dart:io';
import 'package:path/path.dart' as path;
import '../framework/devices.dart';
import '../fra... | flutter/dev/devicelab/lib/tasks/android_lifecycles_test.dart/0 | {
"file_path": "flutter/dev/devicelab/lib/tasks/android_lifecycles_test.dart",
"repo_id": "flutter",
"token_count": 2436
} | 507 |
// 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:async';
import 'dart:convert';
import 'dart:ffi';
import 'dart:io';
import '../framework/devices.dart';
import '../framework/framework.dart';... | flutter/dev/devicelab/lib/tasks/run_tests.dart/0 | {
"file_path": "flutter/dev/devicelab/lib/tasks/run_tests.dart",
"repo_id": "flutter",
"token_count": 4172
} | 508 |
// 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 'package:flutter_devicelab/framework/task_result.dart';
import 'common.dart';
void main() {
group('TaskResult fromJson', () {
test('succeede... | flutter/dev/devicelab/test/task_result_test.dart/0 | {
"file_path": "flutter/dev/devicelab/test/task_result_test.dart",
"repo_id": "flutter",
"token_count": 601
} | 509 |
{
"rules": "firebase_rules.json",
"hosting": {
"public": "doc",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"headers": [
{
"source": "snippets/**.dart",
"headers": [
{
"key": "Access-Control-Allow-Origin",
"v... | flutter/dev/docs/firebase.json/0 | {
"file_path": "flutter/dev/docs/firebase.json",
"repo_id": "flutter",
"token_count": 219
} | 510 |
// 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:args/args.dart';
import 'package:file/file.dart';
import 'package:file/local.dart';
import 'packa... | flutter/dev/forbidden_from_release_tests/bin/main.dart/0 | {
"file_path": "flutter/dev/forbidden_from_release_tests/bin/main.dart",
"repo_id": "flutter",
"token_count": 1828
} | 511 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.