text
stringlengths
6
13.6M
id
stringlengths
13
176
metadata
dict
__index_level_0__
int64
0
1.69k
// 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 'package:devtools_app/src/screens/inspector/layout_explorer/ui/arrow.dart'; import 'package:flutter/foundation.dart'; import 'package:flutter/mater...
devtools/packages/devtools_app/test/inspector/layout_explorer/flex/arrow_test.dart/0
{ "file_path": "devtools/packages/devtools_app/test/inspector/layout_explorer/flex/arrow_test.dart", "repo_id": "devtools", "token_count": 2034 }
112
// 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. @TestOn('vm') import 'dart:async'; import 'package:devtools_app/src/screens/memory/framework/connected/memory_controller.dart'; import 'package:devtools_...
devtools/packages/devtools_app/test/memory/memory_service_test.dart/0
{ "file_path": "devtools/packages/devtools_app/test/memory/memory_service_test.dart", "repo_id": "devtools", "token_count": 1216 }
113
// Copyright 2022 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:devtools_app/devtools_app.dart'; import 'package:devtools_app/src/screens/performance/panes/controls/enhance_tracing/enhance_tracing.dart'...
devtools/packages/devtools_app/test/performance/controls/enhance_tracing_test.dart/0
{ "file_path": "devtools/packages/devtools_app/test/performance/controls/enhance_tracing_test.dart", "repo_id": "devtools", "token_count": 6409 }
114
// Copyright 2022 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:devtools_app/devtools_app.dart'; import 'package:devtools_app/src/screens/performance/panes/frame_analysis/frame_analysis.dart'; import 'p...
devtools/packages/devtools_app/test/performance/tabbed_performance_view_test.dart/0
{ "file_path": "devtools/packages/devtools_app/test/performance/tabbed_performance_view_test.dart", "repo_id": "devtools", "token_count": 3315 }
115
// 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. import 'package:flutter_test/flutter_test.dart'; import '../test_infra/utils/variable_utils.dart'; void main() { setUp(() { resetRef(); resetR...
devtools/packages/devtools_app/test/shared/dart_object_node_test.dart/0
{ "file_path": "devtools/packages/devtools_app/test/shared/dart_object_node_test.dart", "repo_id": "devtools", "token_count": 1174 }
116
// 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. import 'package:devtools_app/src/shared/ui/hover.dart'; import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; const _te...
devtools/packages/devtools_app/test/shared/hover_test.dart/0
{ "file_path": "devtools/packages/devtools_app/test/shared/hover_test.dart", "repo_id": "devtools", "token_count": 547 }
117
// Copyright 2022 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // TODO(bkonyi): add integration tests for navigation state. // See https://github.com/flutter/devtools/issues/4902. import 'package:devtools_app/devtool...
devtools/packages/devtools_app/test/shared/routing_test.dart/0
{ "file_path": "devtools/packages/devtools_app/test/shared/routing_test.dart", "repo_id": "devtools", "token_count": 2029 }
118
// 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 'package:devtools_app/src/shared/primitives/trees.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { group('TreeNode', () { ...
devtools/packages/devtools_app/test/shared/trees_test.dart/0
{ "file_path": "devtools/packages/devtools_app/test/shared/trees_test.dart", "repo_id": "devtools", "token_count": 7149 }
119
>// Copyright 2022 The Chromium Authors. All rights reserved. #^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.line.double-slash.dart >// Use of this source code is governed by a BSD-style license that can be #^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.line.do...
devtools/packages/devtools_app/test/test_infra/goldens/syntax_highlighting/functions.dart.golden/0
{ "file_path": "devtools/packages/devtools_app/test/test_infra/goldens/syntax_highlighting/functions.dart.golden", "repo_id": "devtools", "token_count": 901 }
120
// 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. // ignore_for_file: avoid_print import 'dart:io' as io; import 'package:devtools_app/src/shared/diagnostics/diagnostics_node.dart'; import 'package:flut...
devtools/packages/devtools_app/test/test_infra/matchers/matchers.dart/0
{ "file_path": "devtools/packages/devtools_app/test/test_infra/matchers/matchers.dart", "repo_id": "devtools", "token_count": 1519 }
121
// Copyright 2022 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be found // in the LICENSE file. final precompilerTrace = { 'trace': [ 'R', 'S', 0, 'S', 1, 0, 1, 2, 4, 5, 6, 7, 1, 8, 5, ...
devtools/packages/devtools_app/test/test_infra/test_data/app_size/precompiler_trace.dart/0
{ "file_path": "devtools/packages/devtools_app/test/test_infra/test_data/app_size/precompiler_trace.dart", "repo_id": "devtools", "token_count": 877717 }
122
// Copyright 2022 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:devtools_app/devtools_app.dart'; import 'package:devtools_app/src/screens/vm_developer/object_inspector/vm_library_display.dart'; import '...
devtools/packages/devtools_app/test/vm_developer/object_inspector/vm_library_display_test.dart/0
{ "file_path": "devtools/packages/devtools_app/test/vm_developer/object_inspector/vm_library_display_test.dart", "repo_id": "devtools", "token_count": 2540 }
123
include: ../analysis_options.yaml analyzer: exclude: - bin/** - example/**
devtools/packages/devtools_app_shared/analysis_options.yaml/0
{ "file_path": "devtools/packages/devtools_app_shared/analysis_options.yaml", "repo_id": "devtools", "token_count": 34 }
124
// 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. import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter/schedul...
devtools/packages/devtools_app_shared/lib/src/service/service_extensions.dart/0
{ "file_path": "devtools/packages/devtools_app_shared/lib/src/service/service_extensions.dart", "repo_id": "devtools", "token_count": 2856 }
125
// 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. import 'package:devtools_app_shared/utils.dart'; import 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart'; void main() { ...
devtools/packages/devtools_app_shared/test/utils/utils_test.dart/0
{ "file_path": "devtools/packages/devtools_app_shared/test/utils/utils_test.dart", "repo_id": "devtools", "token_count": 1565 }
126
# app_that_uses_foo This is an example application that uses a package, `package:foo`, that includes a DevTools extension.
devtools/packages/devtools_extensions/example/app_that_uses_foo/README.md/0
{ "file_path": "devtools/packages/devtools_extensions/example/app_that_uses_foo/README.md", "repo_id": "devtools", "token_count": 34 }
127
!build
devtools/packages/devtools_extensions/example/packages_with_extensions/dart_foo/packages/dart_foo/extension/.pubignore/0
{ "file_path": "devtools/packages/devtools_extensions/example/packages_with_extensions/dart_foo/packages/dart_foo/extension/.pubignore", "repo_id": "devtools", "token_count": 3 }
128
// 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. // ignore_for_file: avoid_print import 'dart:async'; import 'package:devtools_app_shared/ui.dart'; import 'package:devtools_extensions/devtools_extensio...
devtools/packages/devtools_extensions/example/packages_with_extensions/foo/packages/foo_devtools_extension/lib/src/service_extension_example.dart/0
{ "file_path": "devtools/packages/devtools_extensions/example/packages_with_extensions/foo/packages/foo_devtools_extension/lib/src/service_extension_example.dart", "repo_id": "devtools", "token_count": 3414 }
129
// 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. import 'api.dart'; /// Data model for a devtools extension event that will be sent and received /// over 'postMessage' between DevTools and an embedded e...
devtools/packages/devtools_extensions/lib/src/api/model.dart/0
{ "file_path": "devtools/packages/devtools_extensions/lib/src/api/model.dart", "repo_id": "devtools", "token_count": 1787 }
130
# 8.0.1 * **Breaking change:** rename `ServerApi.getCompleted` to `ServerApi.success` and make the `value` parameter optional. * **Breaking change:** remove the `String? dtdUri` parameter from `ServerApi.handle` and replace it with a parameter `DTDConnectionInfo? dtd`. * Introduce a new typedef `DTDConnectionInfo`. * A...
devtools/packages/devtools_shared/CHANGELOG.md/0
{ "file_path": "devtools/packages/devtools_shared/CHANGELOG.md", "repo_id": "devtools", "token_count": 1298 }
131
// 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. /// All server APIs prefix: const apiPrefix = 'api/'; /// Key used for any request or response to specify a value argument. const apiParameterValueKey = ...
devtools/packages/devtools_shared/lib/src/devtools_api.dart/0
{ "file_path": "devtools/packages/devtools_shared/lib/src/devtools_api.dart", "repo_id": "devtools", "token_count": 1848 }
132
// 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. // ignore_for_file: avoid_classes_with_only_static_members, avoid_print import 'dart:async'; import 'dart:convert'; import 'dart:io'; import 'package:co...
devtools/packages/devtools_shared/lib/src/server/server_api.dart/0
{ "file_path": "devtools/packages/devtools_shared/lib/src/server/server_api.dart", "repo_id": "devtools", "token_count": 5377 }
133
// 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. import 'dart:io'; import 'package:collection/collection.dart'; import 'package:devtools_shared/src/deeplink/deeplink_manager.dart'; import 'package:test/...
devtools/packages/devtools_shared/test/deeplink/deeplink_manager_test.dart/0
{ "file_path": "devtools/packages/devtools_shared/test/deeplink/deeplink_manager_test.dart", "repo_id": "devtools", "token_count": 3270 }
134
targets: $default: builders: mockito|mockBuilder: generate_for: - lib/src/mocks/generated.dart
devtools/packages/devtools_test/build.yaml/0
{ "file_path": "devtools/packages/devtools_test/build.yaml", "repo_id": "devtools", "token_count": 63 }
135
// Copyright 2022 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:devtools_app/devtools_app.dart'; import 'package:devtools_app_shared/service.dart'; import 'package:mockito/annotations.dart'; import 'pac...
devtools/packages/devtools_test/lib/src/mocks/generated.dart/0
{ "file_path": "devtools/packages/devtools_test/lib/src/mocks/generated.dart", "repo_id": "devtools", "token_count": 607 }
136
include: package:lints/recommended.yaml
devtools/third_party/packages/ansi_up/analysis_options.yaml/0
{ "file_path": "devtools/third_party/packages/ansi_up/analysis_options.yaml", "repo_id": "devtools", "token_count": 13 }
137
/** Copyright 2022 The Chromium Authors. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. **/ :root { /* Perfetto CSS variable overrides. */ --details-content-height: 180px! important; --selection-fill-color: #13b9fd4d !important; --...
devtools/third_party/packages/perfetto_ui_compiled/lib/dist/devtools/devtools_shared.css/0
{ "file_path": "devtools/third_party/packages/perfetto_ui_compiled/lib/dist/devtools/devtools_shared.css", "repo_id": "devtools", "token_count": 686 }
138
name: widget_icons_example description: Example usage of widget_icons. publish_to: none version: 0.0.2 environment: sdk: ^3.0.0 dependencies: flutter: sdk: flutter widget_icons: path: ../ dev_dependencies: flutter_test: sdk: flutter flutter_lints: ^3.0.1 flutter: uses-material-design: true
devtools/third_party/packages/widget_icons/example/pubspec.yaml/0
{ "file_path": "devtools/third_party/packages/widget_icons/example/pubspec.yaml", "repo_id": "devtools", "token_count": 132 }
139
#!/bin/bash # 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. # Fast fail the script on failures. set -ex source ./tool/ci/setup.sh # Change the CI to the packages/devtools_app directory. pushd $DEVTOOLS_...
devtools/tool/ci/bots.sh/0
{ "file_path": "devtools/tool/ci/bots.sh", "repo_id": "devtools", "token_count": 1385 }
140
// 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 'dart:async'; import 'package:args/command_runner.dart'; import 'package:cli_util/cli_logging.dart'; import 'package:io/io.dart'; import 'package:...
devtools/tool/lib/commands/pub_get.dart/0
{ "file_path": "devtools/tool/lib/commands/pub_get.dart", "repo_id": "devtools", "token_count": 889 }
141
#!/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. """Copies and renames android artifacts.""" import argparse import os import shutil import sys def cp_files(args): """Copies fil...
engine/build/android_artifacts.py/0
{ "file_path": "engine/build/android_artifacts.py", "repo_id": "engine", "token_count": 293 }
142
# 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. _src_root = "//flutter/third_party/flatbuffers" config("flatbuffers_public_configs") { include_dirs = [ "$_src_root/include" ] cflags = [ "-Wno-newline-...
engine/build/secondary/flutter/third_party/flatbuffers/BUILD.gn/0
{ "file_path": "engine/build/secondary/flutter/third_party/flatbuffers/BUILD.gn", "repo_id": "engine", "token_count": 1791 }
143
# 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. config("gmock_config") { # Gmock headers need to be able to find themselves. include_dirs = [ "include" ] } static_library("gmock") { # TODO http://cr...
engine/build/secondary/testing/gmock/BUILD.gn/0
{ "file_path": "engine/build/secondary/testing/gmock/BUILD.gn", "repo_id": "engine", "token_count": 626 }
144
# Copyright 2017 The Fuchsia Authors. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are # met: # # * Redistributions of source code must retain the above copyright # notice, this list of conditions and ...
engine/build/secondary/third_party/protobuf/BUILD.input.gn/0
{ "file_path": "engine/build/secondary/third_party/protobuf/BUILD.input.gn", "repo_id": "engine", "token_count": 3432 }
145
{ "builds": [ { "archives": [ { "name": "android_jit_release_x86", "type": "gcs", "base_path": "out/android_jit_release_x86/zip_archives/", "include_paths": [ "out/android_jit_...
engine/ci/builders/linux_android_debug_engine.json/0
{ "file_path": "engine/ci/builders/linux_android_debug_engine.json", "repo_id": "engine", "token_count": 5519 }
146
{ "builds": [ { "name": "impeller-cmake-example", "archives": [], "drone_dimensions": [ "device_type=none", "os=Mac-13", "cpu=arm64" ], "gclient_variables": { "download_android_deps": ...
engine/ci/builders/mac_impeller_cmake_example.json/0
{ "file_path": "engine/ci/builders/mac_impeller_cmake_example.json", "repo_id": "engine", "token_count": 443 }
147
#!/usr/bin/env vpython3 # Copyright 2013 The Flutter Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. import argparse import os import subprocess import sys # When passed the --setup flag, this script fetches git submodules and other #...
engine/ci/impeller_cmake_build_test.py/0
{ "file_path": "engine/ci/impeller_cmake_build_test.py", "repo_id": "engine", "token_count": 1788 }
148
# Copyright 2013 The Flutter Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. if (is_android) { import("//build/config/android/config.gni") } if (target_cpu == "arm" || target_cpu == "arm64") { import("//build/config/arm.gni") } d...
engine/common/config.gni/0
{ "file_path": "engine/common/config.gni", "repo_id": "engine", "token_count": 1810 }
149
// 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_COMMON_SETTINGS_H_ #define FLUTTER_COMMON_SETTINGS_H_ #include <fcntl.h> #include <chrono> #include <cstdint> #include <memory> #include ...
engine/common/settings.h/0
{ "file_path": "engine/common/settings.h", "repo_id": "engine", "token_count": 4287 }
150
// 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 <functional> #include "flutter/benchmarking/benchmarking.h" #include "flutter/impeller/geometry/matrix.h" #include "flutter/impeller/geometry/re...
engine/display_list/benchmarking/dl_transform_benchmarks.cc/0
{ "file_path": "engine/display_list/benchmarking/dl_transform_benchmarks.cc", "repo_id": "engine", "token_count": 9312 }
151
// 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_DISPLAY_LIST_DL_OP_RECEIVER_H_ #define FLUTTER_DISPLAY_LIST_DL_OP_RECEIVER_H_ #include "flutter/display_list/display_list.h" #include "flu...
engine/display_list/dl_op_receiver.h/0
{ "file_path": "engine/display_list/dl_op_receiver.h", "repo_id": "engine", "token_count": 5849 }
152
// 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 "display_list/dl_color.h" #include "flutter/display_list/dl_sampling_options.h" #include "flutter/display_lis...
engine/display_list/effects/dl_color_source_unittests.cc/0
{ "file_path": "engine/display_list/effects/dl_color_source_unittests.cc", "repo_id": "engine", "token_count": 13676 }
153
// 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_DISPLAY_LIST_GEOMETRY_DL_RTREE_H_ #define FLUTTER_DISPLAY_LIST_GEOMETRY_DL_RTREE_H_ #include <list> #include <optional> #include <vector> ...
engine/display_list/geometry/dl_rtree.h/0
{ "file_path": "engine/display_list/geometry/dl_rtree.h", "repo_id": "engine", "token_count": 1805 }
154
// 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_DISPLAY_LIST_SKIA_DL_SK_TYPES_H_ #define FLUTTER_DISPLAY_LIST_SKIA_DL_SK_TYPES_H_ #include "flutter/fml/macros.h" #include "third_party/sk...
engine/display_list/skia/dl_sk_types.h/0
{ "file_path": "engine/display_list/skia/dl_sk_types.h", "repo_id": "engine", "token_count": 708 }
155
// 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_DISPLAY_LIST_UTILS_DL_COMPARABLE_H_ #define FLUTTER_DISPLAY_LIST_UTILS_DL_COMPARABLE_H_ #include <memory> namespace flutter { // These t...
engine/display_list/utils/dl_comparable.h/0
{ "file_path": "engine/display_list/utils/dl_comparable.h", "repo_id": "engine", "token_count": 1078 }
156
// 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 <chrono> #include <cstdlib> #include <iostream> #include <optional> #include <tuple> #include <vector> // Use vulkan.hpp's convenient proc table ...
engine/examples/vulkan_glfw/src/main.cc/0
{ "file_path": "engine/examples/vulkan_glfw/src/main.cc", "repo_id": "engine", "token_count": 12134 }
157
// 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 <thread> #include "flutter/flow/frame_timings.h" #include "flutter/flow/testing/layer_test.h" #include "flutter/flow/testing/mock_layer.h" #includ...
engine/flow/frame_timings_recorder_unittests.cc/0
{ "file_path": "engine/flow/frame_timings_recorder_unittests.cc", "repo_id": "engine", "token_count": 4207 }
158
// 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/flow/layers/clip_rrect_layer.h" namespace flutter { ClipRRectLayer::ClipRRectLayer(const SkRRect& clip_rrect, Clip clip_behavior) :...
engine/flow/layers/clip_rrect_layer.cc/0
{ "file_path": "engine/flow/layers/clip_rrect_layer.cc", "repo_id": "engine", "token_count": 210 }
159
// 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_FLOW_LAYERS_IMAGE_FILTER_LAYER_H_ #define FLUTTER_FLOW_LAYERS_IMAGE_FILTER_LAYER_H_ #include <memory> #include "flutter/flow/layers/cachea...
engine/flow/layers/image_filter_layer.h/0
{ "file_path": "engine/flow/layers/image_filter_layer.h", "repo_id": "engine", "token_count": 362 }
160
// 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_FLOW_LAYERS_OPACITY_LAYER_H_ #define FLUTTER_FLOW_LAYERS_OPACITY_LAYER_H_ #include "flutter/flow/layers/cacheable_layer.h" #include "flutt...
engine/flow/layers/opacity_layer.h/0
{ "file_path": "engine/flow/layers/opacity_layer.h", "repo_id": "engine", "token_count": 698 }
161
// 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/flow/layers/transform_layer.h" #include "flutter/flow/testing/diff_context_test.h" #include "flutter/flow/testing/layer_test.h" #include...
engine/flow/layers/transform_layer_unittests.cc/0
{ "file_path": "engine/flow/layers/transform_layer_unittests.cc", "repo_id": "engine", "token_count": 8848 }
162
// 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/flow/stopwatch.h" namespace flutter { static const size_t kMaxSamples = 120; Stopwatch::Stopwatch(const RefreshRateUpdater& updater) ...
engine/flow/stopwatch.cc/0
{ "file_path": "engine/flow/stopwatch.cc", "repo_id": "engine", "token_count": 958 }
163
// 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_FLOW_TESTING_GL_CONTEXT_SWITCH_TEST_H_ #define FLUTTER_FLOW_TESTING_GL_CONTEXT_SWITCH_TEST_H_ #include "flutter/common/graphics/gl_context...
engine/flow/testing/gl_context_switch_test.h/0
{ "file_path": "engine/flow/testing/gl_context_switch_test.h", "repo_id": "engine", "token_count": 348 }
164
{ "configVersion": 2, "packages": [ { "name": "flutter_frontend_fixtures", "rootUri": "../", "packageUri": "lib", "languageVersion": "2.12" } ] }
engine/flutter_frontend_server/test/fixtures/.dart_tool/package_config.json/0
{ "file_path": "engine/flutter_frontend_server/test/fixtures/.dart_tool/package_config.json", "repo_id": "engine", "token_count": 133 }
165
// 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 <unordered_map> #include "flutter/fml/container.h" #include "gtest/gtest.h" namespace fml { namespace { TEST(ContainerTest, MapEraseIf) { st...
engine/fml/container_unittests.cc/0
{ "file_path": "engine/fml/container_unittests.cc", "repo_id": "engine", "token_count": 233 }
166
// 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_FML_HEX_CODEC_H_ #define FLUTTER_FML_HEX_CODEC_H_ #include <string_view> namespace fml { std::string HexEncode(std::string_view input); ...
engine/fml/hex_codec.h/0
{ "file_path": "engine/fml/hex_codec.h", "repo_id": "engine", "token_count": 141 }
167
// 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_FML_MATH_H_ #define FLUTTER_FML_MATH_H_ namespace flutter { namespace math { // e constexpr float kE = 2.7182818284590452354; // log_2 e...
engine/fml/math.h/0
{ "file_path": "engine/fml/math.h", "repo_id": "engine", "token_count": 470 }
168
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "flutter/fml/message_loop.h" #include <memory> #include <utility> #include "flutter/fml/memory/ref_counted.h" #include "flutter/fml/memory/ref_p...
engine/fml/message_loop.cc/0
{ "file_path": "engine/fml/message_loop.cc", "repo_id": "engine", "token_count": 742 }
169
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "flutter/fml/platform/android/jni_util.h" #include <sys/prctl.h> #include <memory> #include <string> #include "flutter/fml/logging.h" #include ...
engine/fml/platform/android/jni_util.cc/0
{ "file_path": "engine/fml/platform/android/jni_util.cc", "repo_id": "engine", "token_count": 3165 }
170
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "flutter/fml/paths.h" #include <Foundation/Foundation.h> #include "flutter/fml/file.h" namespace fml { namespace paths { std::pair<bool, std::...
engine/fml/platform/darwin/paths_darwin.mm/0
{ "file_path": "engine/fml/platform/darwin/paths_darwin.mm", "repo_id": "engine", "token_count": 333 }
171
// 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_FML_PLATFORM_DARWIN_WEAK_NSOBJECT_H_ #define FLUTTER_FML_PLATFORM_DARWIN_WEAK_NSOBJECT_H_ #import <Foundation/Foundation.h> #import <objc/...
engine/fml/platform/darwin/weak_nsobject.h/0
{ "file_path": "engine/fml/platform/darwin/weak_nsobject.h", "repo_id": "engine", "token_count": 2882 }
172
// 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 <unistd.h> #include "flutter/fml/paths.h" namespace fml { namespace paths { std::pair<bool, std::string> GetExecutablePath() { const int path...
engine/fml/platform/linux/paths_linux.cc/0
{ "file_path": "engine/fml/platform/linux/paths_linux.cc", "repo_id": "engine", "token_count": 239 }
173
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "flutter/fml/file.h" #include <Fileapi.h> #include "flutter/fml/platform/win/wstring_conversion.h" #include "gtest/gtest.h" namespace fml { nam...
engine/fml/platform/win/file_win_unittests.cc/0
{ "file_path": "engine/fml/platform/win/file_win_unittests.cc", "repo_id": "engine", "token_count": 414 }
174
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #define FML_USED_ON_EMBEDDER #include "flutter/fml/shared_thread_merger.h" #include <algorithm> #include <set> namespace fml { SharedThreadMerger::Shar...
engine/fml/shared_thread_merger.cc/0
{ "file_path": "engine/fml/shared_thread_merger.cc", "repo_id": "engine", "token_count": 1348 }
175
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "flutter/fml/synchronization/shared_mutex_std.h" namespace fml { SharedMutex* SharedMutex::Create() { return new SharedMutexStd(); } void Sha...
engine/fml/synchronization/shared_mutex_std.cc/0
{ "file_path": "engine/fml/synchronization/shared_mutex_std.cc", "repo_id": "engine", "token_count": 201 }
176
// 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_FML_THREAD_H_ #define FLUTTER_FML_THREAD_H_ #include <atomic> #include <functional> #include <memory> #include <string> #include "flutter...
engine/fml/thread.h/0
{ "file_path": "engine/fml/thread.h", "repo_id": "engine", "token_count": 616 }
177
// 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_FML_WAKEABLE_H_ #define FLUTTER_FML_WAKEABLE_H_ #include "flutter/fml/time/time_point.h" namespace fml { /// Interface over the ability ...
engine/fml/wakeable.h/0
{ "file_path": "engine/fml/wakeable.h", "repo_id": "engine", "token_count": 196 }
178
// 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 "impeller/aiks/paint.h" #include <memory> #include "impeller/entity/contents/color_source_contents.h" #include "impeller/entity/contents/filters...
engine/impeller/aiks/paint.cc/0
{ "file_path": "engine/impeller/aiks/paint.cc", "repo_id": "engine", "token_count": 3004 }
179
// 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 "impeller/base/allocation.h" #include <algorithm> #include <cstring> #include "impeller/base/validation.h" namespace impeller { Allocation::Al...
engine/impeller/base/allocation.cc/0
{ "file_path": "engine/impeller/base/allocation.cc", "repo_id": "engine", "token_count": 1098 }
180
// 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_IMPELLER_BASE_TIMING_H_ #define FLUTTER_IMPELLER_BASE_TIMING_H_ #include <chrono> namespace impeller { using MillisecondsF = std::chrono...
engine/impeller/base/timing.h/0
{ "file_path": "engine/impeller/base/timing.h", "repo_id": "engine", "token_count": 212 }
181
// 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 TRANSFORM_GLSL_ #define TRANSFORM_GLSL_ /// Returns the Cartesian coordinates of `position` in `transform` space. vec2 IPVec2TransformPosition(mat...
engine/impeller/compiler/shader_lib/impeller/transform.glsl/0
{ "file_path": "engine/impeller/compiler/shader_lib/impeller/transform.glsl", "repo_id": "engine", "token_count": 917 }
182
// 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_IMPELLER_COMPILER_UTILITIES_H_ #define FLUTTER_IMPELLER_COMPILER_UTILITIES_H_ #include <filesystem> #include <string> #include <string_vie...
engine/impeller/compiler/utilities.h/0
{ "file_path": "engine/impeller/compiler/utilities.h", "repo_id": "engine", "token_count": 475 }
183
// 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_IMPELLER_CORE_HOST_BUFFER_H_ #define FLUTTER_IMPELLER_CORE_HOST_BUFFER_H_ #include <algorithm> #include <array> #include <functional> #inc...
engine/impeller/core/host_buffer.h/0
{ "file_path": "engine/impeller/core/host_buffer.h", "repo_id": "engine", "token_count": 2191 }
184
// 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_IMPELLER_CORE_TEXTURE_H_ #define FLUTTER_IMPELLER_CORE_TEXTURE_H_ #include <string_view> #include "flutter/fml/mapping.h" #include "impel...
engine/impeller/core/texture.h/0
{ "file_path": "engine/impeller/core/texture.h", "repo_id": "engine", "token_count": 922 }
185
// 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_IMPELLER_DISPLAY_LIST_NINE_PATCH_CONVERTER_H_ #define FLUTTER_IMPELLER_DISPLAY_LIST_NINE_PATCH_CONVERTER_H_ #include <memory> #include "i...
engine/impeller/display_list/nine_patch_converter.h/0
{ "file_path": "engine/impeller/display_list/nine_patch_converter.h", "repo_id": "engine", "token_count": 741 }
186
# Copyright 2013 The Flutter Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. import("//flutter/impeller/tools/impeller.gni") impeller_shaders("entity_shaders") { name = "entity" if (impeller_enable_vulkan) { vulkan_language_v...
engine/impeller/entity/BUILD.gn/0
{ "file_path": "engine/impeller/entity/BUILD.gn", "repo_id": "engine", "token_count": 4081 }
187
// 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 <cstdint> #include <future> #include <memory> #include <utility> #include <vector> #include "fml/logging.h" #include "gtest/gtest.h" #include "i...
engine/impeller/entity/contents/content_context_unittests.cc/0
{ "file_path": "engine/impeller/entity/contents/content_context_unittests.cc", "repo_id": "engine", "token_count": 4653 }
188
// 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 "impeller/entity/contents/filters/inputs/contents_filter_input.h" #include <optional> #include <utility> #include "impeller/base/strings.h" nam...
engine/impeller/entity/contents/filters/inputs/contents_filter_input.cc/0
{ "file_path": "engine/impeller/entity/contents/filters/inputs/contents_filter_input.cc", "repo_id": "engine", "token_count": 674 }
189
// 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_IMPELLER_ENTITY_CONTENTS_FILTERS_MATRIX_FILTER_CONTENTS_H_ #define FLUTTER_IMPELLER_ENTITY_CONTENTS_FILTERS_MATRIX_FILTER_CONTENTS_H_ #inc...
engine/impeller/entity/contents/filters/matrix_filter_contents.h/0
{ "file_path": "engine/impeller/entity/contents/filters/matrix_filter_contents.h", "repo_id": "engine", "token_count": 613 }
190
// 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 "impeller/entity/contents/runtime_effect_contents.h" #include <future> #include <memory> #include "flutter/fml/logging.h" #include "flutter/fml/...
engine/impeller/entity/contents/runtime_effect_contents.cc/0
{ "file_path": "engine/impeller/entity/contents/runtime_effect_contents.cc", "repo_id": "engine", "token_count": 5070 }
191
// 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 "impeller/entity/contents/texture_contents.h" #include <memory> #include <optional> #include <utility> #include "impeller/core/formats.h" #inclu...
engine/impeller/entity/contents/texture_contents.cc/0
{ "file_path": "engine/impeller/entity/contents/texture_contents.cc", "repo_id": "engine", "token_count": 2990 }
192
// 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 "flutter/testing/testing.h" #include "gtest/gtest.h" #include "impeller/core/formats.h" #include "impeller/entity/entity_pass_t...
engine/impeller/entity/entity_pass_target_unittests.cc/0
{ "file_path": "engine/impeller/entity/entity_pass_target_unittests.cc", "repo_id": "engine", "token_count": 1440 }
193
// 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_IMPELLER_ENTITY_GEOMETRY_LINE_GEOMETRY_H_ #define FLUTTER_IMPELLER_ENTITY_GEOMETRY_LINE_GEOMETRY_H_ #include <type_traits> #include "impel...
engine/impeller/entity/geometry/line_geometry.h/0
{ "file_path": "engine/impeller/entity/geometry/line_geometry.h", "repo_id": "engine", "token_count": 1031 }
194
// 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 <impeller/blending.glsl> #include <impeller/color.glsl> #include <impeller/texture.glsl> #include <impeller/types.glsl> #include "blend_select.gls...
engine/impeller/entity/shaders/blending/advanced_blend.frag/0
{ "file_path": "engine/impeller/entity/shaders/blending/advanced_blend.frag", "repo_id": "engine", "token_count": 808 }
195
// 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. precision mediump float; #include <impeller/color.glsl> #include <impeller/constants.glsl> #include <impeller/texture.glsl> #include <impeller/types.glsl>...
engine/impeller/entity/shaders/sweep_gradient_fill.frag/0
{ "file_path": "engine/impeller/entity/shaders/sweep_gradient_fill.frag", "repo_id": "engine", "token_count": 654 }
196
// 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_IMPELLER_FIXTURES_GOLDEN_PATHS_H_ #define FLUTTER_IMPELLER_FIXTURES_GOLDEN_PATHS_H_ #include <vector> #include "impeller/geometry/path_co...
engine/impeller/fixtures/golden_paths.h/0
{ "file_path": "engine/impeller/fixtures/golden_paths.h", "repo_id": "engine", "token_count": 2015 }
197
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Declare samplers in different order than usage. uniform sampler2D textureA; uniform sampler2D textureB; out vec4 frag_color; void main() { vec4 samp...
engine/impeller/fixtures/ordering/shader_with_samplers.frag/0
{ "file_path": "engine/impeller/fixtures/ordering/shader_with_samplers.frag", "repo_id": "engine", "token_count": 146 }
198
// 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. out vec4 frag_color; layout(input_attachment_index = 0) uniform subpassInputMS subpass_input; void main() { frag_color = subpassLoad(subpass_input, 0)....
engine/impeller/fixtures/swizzle.frag/0
{ "file_path": "engine/impeller/fixtures/swizzle.frag", "repo_id": "engine", "token_count": 101 }
199
# The Impeller Geometry Library Set of utilities used by most graphics operations. While the utilities themselves are rendering backend agnostic, the layout and packing of the various POD structs is arranged such that these can be copied into device memory directly. The supported operations also mimic GLSL to some ext...
engine/impeller/geometry/README.md/0
{ "file_path": "engine/impeller/geometry/README.md", "repo_id": "engine", "token_count": 93 }
200
// 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 "impeller/geometry/path.h" #include <optional> #include <variant> #include "flutter/fml/logging.h" #include "impeller/geometry/path_component.h"...
engine/impeller/geometry/path.cc/0
{ "file_path": "engine/impeller/geometry/path.cc", "repo_id": "engine", "token_count": 4804 }
201
// 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_IMPELLER_GEOMETRY_SCALAR_H_ #define FLUTTER_IMPELLER_GEOMETRY_SCALAR_H_ #include <cfloat> #include <type_traits> #include <valarray> #inc...
engine/impeller/geometry/scalar.h/0
{ "file_path": "engine/impeller/geometry/scalar.h", "repo_id": "engine", "token_count": 619 }
202
# Impeller Golden Tests This is the executable that will generate the golden image results that can then be sent to Skia Gold vial the [golden_tests_harvester]("../../tools/golden_tests_harvester"). Running these tests should happen from [//flutter/testing/run_tests.py](../../testing/run_tests.py). That will do all t...
engine/impeller/golden_tests/README.md/0
{ "file_path": "engine/impeller/golden_tests/README.md", "repo_id": "engine", "token_count": 411 }
203
// 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 "impeller/golden_tests/working_directory.h" #include "flutter/fml/paths.h" namespace impeller { namespace testing { WorkingDirectory* WorkingDi...
engine/impeller/golden_tests/working_directory.cc/0
{ "file_path": "engine/impeller/golden_tests/working_directory.cc", "repo_id": "engine", "token_count": 259 }
204
// 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 "impeller/playground/image/backends/skia/compressed_image_skia.h" #include <memory> #include "impeller/base/validation.h" #include "third_party/...
engine/impeller/playground/image/backends/skia/compressed_image_skia.cc/0
{ "file_path": "engine/impeller/playground/image/backends/skia/compressed_image_skia.cc", "repo_id": "engine", "token_count": 1050 }
205
// 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_IMPELLER_PLAYGROUND_PLAYGROUND_TEST_H_ #define FLUTTER_IMPELLER_PLAYGROUND_PLAYGROUND_TEST_H_ #include <memory> #include "flutter/fml/mac...
engine/impeller/playground/playground_test.h/0
{ "file_path": "engine/impeller/playground/playground_test.h", "repo_id": "engine", "token_count": 2007 }
206
// 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 "impeller/renderer/backend/gles/capabilities_gles.h" #include "impeller/core/formats.h" #include "impeller/renderer/backend/gles/proc_table_gles....
engine/impeller/renderer/backend/gles/capabilities_gles.cc/0
{ "file_path": "engine/impeller/renderer/backend/gles/capabilities_gles.cc", "repo_id": "engine", "token_count": 2039 }
207
// 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_IMPELLER_RENDERER_BACKEND_GLES_HANDLE_GLES_H_ #define FLUTTER_IMPELLER_RENDERER_BACKEND_GLES_HANDLE_GLES_H_ #include <optional> #include <...
engine/impeller/renderer/backend/gles/handle_gles.h/0
{ "file_path": "engine/impeller/renderer/backend/gles/handle_gles.h", "repo_id": "engine", "token_count": 888 }
208
// 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_IMPELLER_RENDERER_BACKEND_GLES_SHADER_FUNCTION_GLES_H_ #define FLUTTER_IMPELLER_RENDERER_BACKEND_GLES_SHADER_FUNCTION_GLES_H_ #include <st...
engine/impeller/renderer/backend/gles/shader_function_gles.h/0
{ "file_path": "engine/impeller/renderer/backend/gles/shader_function_gles.h", "repo_id": "engine", "token_count": 511 }
209
# 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("../../../tools/impeller.gni") impeller_component("metal") { sources = [ "allocator_mtl.h", "allocator_mtl.mm", "blit_command_mtl.h", ...
engine/impeller/renderer/backend/metal/BUILD.gn/0
{ "file_path": "engine/impeller/renderer/backend/metal/BUILD.gn", "repo_id": "engine", "token_count": 928 }
210
// 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 "impeller/renderer/backend/metal/context_mtl.h" #include <memory> #include "flutter/fml/concurrent_message_loop.h" #include "flutter/fml/file.h"...
engine/impeller/renderer/backend/metal/context_mtl.mm/0
{ "file_path": "engine/impeller/renderer/backend/metal/context_mtl.mm", "repo_id": "engine", "token_count": 4987 }
211