text
stringlengths
6
13.6M
id
stringlengths
13
176
metadata
dict
__index_level_0__
int64
0
1.69k
// 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:flutter/foundation.dart'; import 'package:logging/logging.dart'; import 'globals.dart'; final _log = Logger('lib/src/shared/features_fla...
devtools/packages/devtools_app/lib/src/shared/feature_flags.dart/0
{ "file_path": "devtools/packages/devtools_app/lib/src/shared/feature_flags.dart", "repo_id": "devtools", "token_count": 890 }
112
// 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:flutter/material.dart'; import 'package:vm_service/vm_service.dart'; import '../primitives/simple_items.dart'; import '../ui/icons.dart';...
devtools/packages/devtools_app/lib/src/shared/memory/class_name.dart/0
{ "file_path": "devtools/packages/devtools_app/lib/src/shared/memory/class_name.dart", "repo_id": "devtools", "token_count": 3967 }
113
// Copyright 2024 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:math'; String? prettyPrintBytes( num? bytes, { int kbFractionDigits = 1, int mbFractionDigits = 1, int gbFractionDigits = 1, bool ...
devtools/packages/devtools_app/lib/src/shared/primitives/byte_utils.dart/0
{ "file_path": "devtools/packages/devtools_app/lib/src/shared/primitives/byte_utils.dart", "repo_id": "devtools", "token_count": 1143 }
114
// 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 'dart:collection'; import 'dart:math'; /// Non-UI specific tree code should live in this file. /// /// This file does not have direct dependencies...
devtools/packages/devtools_app/lib/src/shared/primitives/trees.dart/0
{ "file_path": "devtools/packages/devtools_app/lib/src/shared/primitives/trees.dart", "repo_id": "devtools", "token_count": 4406 }
115
// 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 'dart:async'; import 'dart:math'; import 'package:devtools_app_shared/ui.dart'; import 'package:devtools_app_shared/utils.dart'; import 'package:f...
devtools/packages/devtools_app/lib/src/shared/side_panel.dart/0
{ "file_path": "devtools/packages/devtools_app/lib/src/shared/side_panel.dart", "repo_id": "devtools", "token_count": 2334 }
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 'dart:async'; import 'dart:math' as math; import 'package:devtools_app_shared/service.dart'; import 'package:devtools_app_shared/ui.dart'; import ...
devtools/packages/devtools_app/lib/src/shared/ui/hover.dart/0
{ "file_path": "devtools/packages/devtools_app/lib/src/shared/ui/hover.dart", "repo_id": "devtools", "token_count": 6694 }
117
This is draft for future release notes, that are going to land on [the Flutter website](https://docs.flutter.dev/tools/devtools/release-notes). # DevTools <number> release notes The <number> release of the Dart and Flutter DevTools includes the following changes among other general improvements. To learn more about D...
devtools/packages/devtools_app/release_notes/helpers/release_notes_template.md/0
{ "file_path": "devtools/packages/devtools_app/release_notes/helpers/release_notes_template.md", "repo_id": "devtools", "token_count": 410 }
118
// 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 'package:devtools_app/devtools_app.dart'; import 'package:devtools_app/src/screens/debugger/codeview.dart'; import 'package:devtools_app/src/screen...
devtools/packages/devtools_app/test/debugger/debugger_codeview_test.dart/0
{ "file_path": "devtools/packages/devtools_app/test/debugger/debugger_codeview_test.dart", "repo_id": "devtools", "token_count": 2650 }
119
// 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/devtools_app.dart'; import 'package:devtools_app/src/screens/debugger/file_search.dart'; import 'package:devtools_app_shared/...
devtools/packages/devtools_app/test/debugger/file_search_test.dart/0
{ "file_path": "devtools/packages/devtools_app/test/debugger/file_search_test.dart", "repo_id": "devtools", "token_count": 7237 }
120
// 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/devtools_app.dart'; import 'package:devtools_app/src/screens/inspector/inspector_breadcrumbs.dart'; import 'package:devtools_...
devtools/packages/devtools_app/test/inspector/inspector_tree_test.dart/0
{ "file_path": "devtools/packages/devtools_app/test/inspector/inspector_tree_test.dart", "repo_id": "devtools", "token_count": 2340 }
121
// 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_shared/devtools_test_utils.dart'; import 'package:flutter_test/flutter_test.dart'; import 'integration.dart'; void appTests() {...
devtools/packages/devtools_app/test/legacy_integration_tests/app.dart/0
{ "file_path": "devtools/packages/devtools_app/test/legacy_integration_tests/app.dart", "repo_id": "devtools", "token_count": 720 }
122
// 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/devtools_app.dart'; import 'package:devtools_app/src/screens/memory/panes/chart/chart_control_pane.dart'; import 'package:dev...
devtools/packages/devtools_app/test/memory/memory_screen_test.dart/0
{ "file_path": "devtools/packages/devtools_app/test/memory/memory_screen_test.dart", "repo_id": "devtools", "token_count": 1468 }
123
// 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 'package:vm_service/vm_service.dart'; import '../../test_infra/test_data/network.dart'; SocketProfile loadSocketProfile() { return SocketProfil...
devtools/packages/devtools_app/test/network/utils/network_test_utils.dart/0
{ "file_path": "devtools/packages/devtools_app/test/network/utils/network_test_utils.dart", "repo_id": "devtools", "token_count": 338 }
124
// 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/raster_stats/raster_stats.dart'; import 'packa...
devtools/packages/devtools_app/test/performance/raster_stats/raster_stats_test.dart/0
{ "file_path": "devtools/packages/devtools_app/test/performance/raster_stats/raster_stats_test.dart", "repo_id": "devtools", "token_count": 1633 }
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/src/shared/console/primitives/assignment.dart'; import 'package:flutter_test/flutter_test.dart'; class _AssignmentParsingTes...
devtools/packages/devtools_app/test/shared/console/assignment_test.dart/0
{ "file_path": "devtools/packages/devtools_app/test/shared/console/assignment_test.dart", "repo_id": "devtools", "token_count": 563 }
126
// 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/devtools_app.dart'; import 'package:devtools_app/src/shared/ui/vm_flag_widgets.dart'; import 'package:devtools_app_shared/ui....
devtools/packages/devtools_app/test/shared/home_screen_test.dart/0
{ "file_path": "devtools/packages/devtools_app/test/shared/home_screen_test.dart", "repo_id": "devtools", "token_count": 1893 }
127
// 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:convert'; import 'package:devtools_app/src/service/service_manager.dart'; import 'package:devtools_app/src/shared/charts/treemap.dart'; impo...
devtools/packages/devtools_app/test/shared/treemap_test.dart/0
{ "file_path": "devtools/packages/devtools_app/test/shared/treemap_test.dart", "repo_id": "devtools", "token_count": 3857 }
128
>// 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/comments.dart.golden/0
{ "file_path": "devtools/packages/devtools_app/test/test_infra/goldens/syntax_highlighting/comments.dart.golden", "repo_id": "devtools", "token_count": 1228 }
129
// 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. const oldV8 = r''' {"snapshot":{"meta":{"node_fields":["type","name","id","self_size","edge_count"],"node_types":[["Unknown" ,"ArtificialRoot" ,"N...
devtools/packages/devtools_app/test/test_infra/test_data/app_size/old_v8.dart/0
{ "file_path": "devtools/packages/devtools_app/test/test_infra/test_data/app_size/old_v8.dart", "repo_id": "devtools", "token_count": 6692535 }
130
// 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/devtools_app.dart'; import 'package:devtools_app/src/screens/vm_developer/object_inspector/vm_ic_data_display.dart'; import '...
devtools/packages/devtools_app/test/vm_developer/object_inspector/vm_ic_data_display_test.dart/0
{ "file_path": "devtools/packages/devtools_app/test/vm_developer/object_inspector/vm_ic_data_display_test.dart", "repo_id": "devtools", "token_count": 1280 }
131
# Shared DevTools Components This package contains UI, utility, and service components from [Dart & Flutter DevTools](https://docs.flutter.dev/tools/devtools/overview) that can be shared between DevTools, DevTools extensions, and other tooling surfaces that need the same logic or styling. ## Usage Add a dependency t...
devtools/packages/devtools_app_shared/README.md/0
{ "file_path": "devtools/packages/devtools_app_shared/README.md", "repo_id": "devtools", "token_count": 1429 }
132
// 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 'dart:async'; import 'dart:core'; import 'package:flutter/foundation.dart'; import 'package:logging/logging.dart'; import 'package:vm_service/vm_s...
devtools/packages/devtools_app_shared/lib/src/service/service_extension_manager.dart/0
{ "file_path": "devtools/packages/devtools_app_shared/lib/src/service/service_extension_manager.dart", "repo_id": "devtools", "token_count": 7497 }
133
// 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. Map<String, String> loadQueryParams() => {}; /// Gets the URL from the browser. /// /// Returns null for non-web platforms. String? getWebUrl() => null; ...
devtools/packages/devtools_app_shared/lib/src/utils/url/_url_stub.dart/0
{ "file_path": "devtools/packages/devtools_app_shared/lib/src/utils/url/_url_stub.dart", "repo_id": "devtools", "token_count": 153 }
134
// 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_test/flutter_test.dart'; void main() { group('ListValueNotifier', () { lat...
devtools/packages/devtools_app_shared/test/utils/list_test.dart/0
{ "file_path": "devtools/packages/devtools_app_shared/test/utils/list_test.dart", "repo_id": "devtools", "token_count": 2795 }
135
{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "name": "app_that_uses_foo", "reque...
devtools/packages/devtools_extensions/example/app_that_uses_foo/.vscode/launch.json/0
{ "file_path": "devtools/packages/devtools_extensions/example/app_that_uses_foo/.vscode/launch.json", "repo_id": "devtools", "token_count": 370 }
136
// Copyright 2024 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_extensions/devtools_extensions.dart'; import 'package:flutter/material.dart'; void main() { runApp(const DartFooDevToolsExtens...
devtools/packages/devtools_extensions/example/packages_with_extensions/dart_foo/packages/dart_foo_devtools_extension/lib/main.dart/0
{ "file_path": "devtools/packages/devtools_extensions/example/packages_with_extensions/dart_foo/packages/dart_foo_devtools_extension/lib/main.dart", "repo_id": "devtools", "token_count": 271 }
137
// 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/ui.dart'; import 'package:devtools_extensions/devtools_extensions.dart'; import 'package:flutter/material.dart'; impo...
devtools/packages/devtools_extensions/example/packages_with_extensions/foo/packages/foo_devtools_extension/lib/src/foo_devtools_extension.dart/0
{ "file_path": "devtools/packages/devtools_extensions/example/packages_with_extensions/foo/packages/foo_devtools_extension/lib/src/foo_devtools_extension.dart", "repo_id": "devtools", "token_count": 679 }
138
// 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 'model.dart'; /// Supported events that can be sent and received over 'postMessage' between /// DevTools and a DevTools extension running in an em...
devtools/packages/devtools_extensions/lib/src/api/api.dart/0
{ "file_path": "devtools/packages/devtools_extensions/lib/src/api/api.dart", "repo_id": "devtools", "token_count": 1360 }
139
// 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:convert'; /// The Xcode build options of a iOS build of a Flutter project. extension type const XcodeBuildOptions._(Map<String, Object?> _js...
devtools/packages/devtools_shared/lib/src/deeplink/xcode_build_options.dart/0
{ "file_path": "devtools/packages/devtools_shared/lib/src/deeplink/xcode_build_options.dart", "repo_id": "devtools", "token_count": 296 }
140
// Copyright 2024 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 part of '../server_api.dart'; @visibleForTesting abstract class Handler { /// Stores the ca...
devtools/packages/devtools_shared/lib/src/server/handlers/_general.dart/0
{ "file_path": "devtools/packages/devtools_shared/lib/src/server/handlers/_general.dart", "repo_id": "devtools", "token_count": 2890 }
141
name: devtools_shared description: Package of shared Dart structures between devtools_app, dds, and other tools. version: 8.0.1 repository: https://github.com/flutter/devtools/tree/master/packages/devtools_shared environment: sdk: ">=3.3.0-91.0.dev <4.0.0" dependencies: args: ^2.4.2 collection: ^1.15.0 dtd:...
devtools/packages/devtools_shared/pubspec.yaml/0
{ "file_path": "devtools/packages/devtools_shared/pubspec.yaml", "repo_id": "devtools", "token_count": 324 }
142
include: ../analysis_options.yaml
devtools/packages/devtools_test/analysis_options.yaml/0
{ "file_path": "devtools/packages/devtools_test/analysis_options.yaml", "repo_id": "devtools", "token_count": 11 }
143
// 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 'dart:async'; import 'package:collection/collection.dart' show IterableExtension; import 'package:devtools_app/devtools_app.dart'; import 'package...
devtools/packages/devtools_test/lib/src/mocks/fake_vm_service_wrapper.dart/0
{ "file_path": "devtools/packages/devtools_test/lib/src/mocks/fake_vm_service_wrapper.dart", "repo_id": "devtools", "token_count": 5736 }
144
# ansi_up.js __ansi_up__ is an easy to use library that transforms text containing [ANSI color escape codes](http://en.wikipedia.org/wiki/ANSI_escape_code#Colors) into HTML. This module is a single Javascript file with no dependencies. It is "isomorphic" javascript. This is just another way of saying that the ansi_up...
devtools/third_party/packages/ansi_up/README.md/0
{ "file_path": "devtools/third_party/packages/ansi_up/README.md", "repo_id": "devtools", "token_count": 2443 }
145
/** 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 "devtools_shared.css"; :root { /* Perfetto CSS variable overrides. */ /* Matches [lightColorScheme.surface] color from DevTools. */ --...
devtools/third_party/packages/perfetto_ui_compiled/lib/dist/devtools/devtools_light.css/0
{ "file_path": "devtools/third_party/packages/perfetto_ui_compiled/lib/dist/devtools/devtools_light.css", "repo_id": "devtools", "token_count": 330 }
146
// 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:flutter/material.dart'; import 'package:widget_icons/widget_icons.dart'; void main() { runApp(const MaterialApp(home: HomePage())); } ...
devtools/third_party/packages/widget_icons/example/lib/main.dart/0
{ "file_path": "devtools/third_party/packages/widget_icons/example/lib/main.dart", "repo_id": "devtools", "token_count": 3040 }
147
// 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:path/path.dart' as path; import '../model.dart'; class ListCommand exte...
devtools/tool/lib/commands/list.dart/0
{ "file_path": "devtools/tool/lib/commands/list.dart", "repo_id": "devtools", "token_count": 253 }
148
name: devtools_tool description: A repo management tool for DevTools. publish_to: none environment: sdk: ^3.2.0 executables: devtools_tool: devtools_tool dependencies: args: ^2.4.2 cli_util: ^0.4.1 io: ^1.0.4 path: ^1.9.0 yaml: ^3.1.2 dependency_overrides: devtools_shared: path: ../packages/devt...
devtools/tool/pubspec.yaml/0
{ "file_path": "devtools/tool/pubspec.yaml", "repo_id": "devtools", "token_count": 157 }
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. #define BYTEORDER 1234 #define HAVE_INTTYPES_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define ST...
engine/build/secondary/flutter/third_party/expat/expat_config/expat_config.h/0
{ "file_path": "engine/build/secondary/flutter/third_party/expat/expat_config/expat_config.h", "repo_id": "engine", "token_count": 141 }
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. config("wuffs_public") { include_dirs = [ "release/c" ] cflags = [] if (is_clang) { cflags += [ "-Wno-unused-function", "-Wno-c++11-na...
engine/build/secondary/flutter/third_party/wuffs/BUILD.gn/0
{ "file_path": "engine/build/secondary/flutter/third_party/wuffs/BUILD.gn", "repo_id": "engine", "token_count": 677 }
151
# THIS FILE IS GENERATED FROM BUILD.input.gn BY gen.py # EDIT BUILD.input.gn FIRST AND THEN RUN gen.py # # # 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: # #...
engine/build/secondary/third_party/protobuf/BUILD.gn/0
{ "file_path": "engine/build/secondary/third_party/protobuf/BUILD.gn", "repo_id": "engine", "token_count": 15532 }
152
# Copyright 2019 The Flutter Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. # The engine build uses some Chromium-sourced versions of third-party # dependencies (e.g, ANGLE, abseil) to use their GN build files, but we don't # want the...
engine/build_overrides/build.gni/0
{ "file_path": "engine/build_overrides/build.gni", "repo_id": "engine", "token_count": 188 }
153
{ "builds": [ { "archives": [ { "name": "android_profile", "type": "gcs", "base_path": "out/android_profile/zip_archives/", "include_paths": [ "out/android_profile/zip_archives...
engine/ci/builders/linux_android_aot_engine.json/0
{ "file_path": "engine/ci/builders/linux_android_aot_engine.json", "repo_id": "engine", "token_count": 7194 }
154
{ "builds": [ { "archives": [ { "base_path": "out/host_debug/zip_archives/", "type": "gcs", "include_paths": [ "out/host_debug/zip_archives/darwin-x64/artifacts.zip", "out/...
engine/ci/builders/mac_host_engine.json/0
{ "file_path": "engine/ci/builders/mac_host_engine.json", "repo_id": "engine", "token_count": 11313 }
155
Flutter Common ============== The bottom of the dependency graph for Flutter. Useful for static constants. Please don't put too much in here.
engine/common/README.md/0
{ "file_path": "engine/common/README.md", "repo_id": "engine", "token_count": 34 }
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 "flutter/common/settings.h" #include <sstream> namespace flutter { constexpr FrameTiming::Phase FrameTiming::kPhases[FrameTiming::kCount]; Set...
engine/common/settings.cc/0
{ "file_path": "engine/common/settings.cc", "repo_id": "engine", "token_count": 135 }
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 "flutter/benchmarking/benchmarking.h" #include "flutter/display_list/geometry/dl_region.h" #include "flutter/fml/logging.h" #include "third_party...
engine/display_list/benchmarking/dl_region_benchmarks.cc/0
{ "file_path": "engine/display_list/benchmarking/dl_region_benchmarks.cc", "repo_id": "engine", "token_count": 12190 }
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. #ifndef FLUTTER_DISPLAY_LIST_EFFECTS_DL_COLOR_SOURCE_H_ #define FLUTTER_DISPLAY_LIST_EFFECTS_DL_COLOR_SOURCE_H_ #include <memory> #include <utility> #incl...
engine/display_list/effects/dl_color_source.h/0
{ "file_path": "engine/display_list/effects/dl_color_source.h", "repo_id": "engine", "token_count": 9993 }
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. #include "flutter/display_list/geometry/dl_rtree.h" #include "flutter/display_list/geometry/dl_region.h" #include "flutter/fml/logging.h" namespace flutt...
engine/display_list/geometry/dl_rtree.cc/0
{ "file_path": "engine/display_list/geometry/dl_rtree.cc", "repo_id": "engine", "token_count": 2836 }
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. #include "display_list/effects/dl_color_source.h" #include "flutter/display_list/skia/dl_sk_paint_dispatcher.h" #include "flutter/display_list/skia/dl_sk_...
engine/display_list/skia/dl_sk_paint_dispatcher_unittests.cc/0
{ "file_path": "engine/display_list/skia/dl_sk_paint_dispatcher_unittests.cc", "repo_id": "engine", "token_count": 1780 }
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. #ifndef FLUTTER_DISPLAY_LIST_UTILS_DL_BOUNDS_ACCUMULATOR_H_ #define FLUTTER_DISPLAY_LIST_UTILS_DL_BOUNDS_ACCUMULATOR_H_ #include <functional> #include "f...
engine/display_list/utils/dl_bounds_accumulator.h/0
{ "file_path": "engine/display_list/utils/dl_bounds_accumulator.h", "repo_id": "engine", "token_count": 1755 }
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. import("//flutter/examples/examples.gni") if (build_embedder_examples) { executable("glfw") { output_name = "embedder_example" sources = [ "Flutte...
engine/examples/glfw/BUILD.gn/0
{ "file_path": "engine/examples/glfw/BUILD.gn", "repo_id": "engine", "token_count": 171 }
163
#!/bin/bash set -xe ################################################################# # Make the host C++ project. ################################################################# cmake -Bdebug -DCMAKE_BUILD_TYPE=Debug pushd debug > /dev/null make ################################################################# # M...
engine/examples/vulkan_glfw/run.sh/0
{ "file_path": "engine/examples/vulkan_glfw/run.sh", "repo_id": "engine", "token_count": 258 }
164
// 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_FRAME_TIMINGS_H_ #define FLUTTER_FLOW_FRAME_TIMINGS_H_ #include <mutex> #include "flutter/common/settings.h" #include "flutter/flow/...
engine/flow/frame_timings.h/0
{ "file_path": "engine/flow/frame_timings.h", "repo_id": "engine", "token_count": 1940 }
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 "flutter/flow/layers/clip_rect_layer.h" #include "flutter/flow/layers/layer_tree.h" #include "flutter/flow/layers/opacity_layer.h" #include "flut...
engine/flow/layers/clip_rect_layer_unittests.cc/0
{ "file_path": "engine/flow/layers/clip_rect_layer_unittests.cc", "repo_id": "engine", "token_count": 8534 }
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. #include "flutter/flow/layers/image_filter_layer.h" #include "flutter/display_list/utils/dl_comparable.h" #include "flutter/flow/layers/layer.h" #include ...
engine/flow/layers/image_filter_layer.cc/0
{ "file_path": "engine/flow/layers/image_filter_layer.cc", "repo_id": "engine", "token_count": 1763 }
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. #include "flutter/flow/layers/opacity_layer.h" #include "flutter/flow/layers/cacheable_layer.h" #include "flutter/flow/raster_cache_util.h" #include "thir...
engine/flow/layers/opacity_layer.cc/0
{ "file_path": "engine/flow/layers/opacity_layer.cc", "repo_id": "engine", "token_count": 1151 }
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. #ifndef FLUTTER_FLOW_LAYERS_TRANSFORM_LAYER_H_ #define FLUTTER_FLOW_LAYERS_TRANSFORM_LAYER_H_ #include "flutter/flow/layers/container_layer.h" namespace ...
engine/flow/layers/transform_layer.h/0
{ "file_path": "engine/flow/layers/transform_layer.h", "repo_id": "engine", "token_count": 323 }
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/flow/skia_gpu_object.h" #include <future> #include <utility> #include "flutter/fml/message_loop.h" #include "flutter/fml/synchronizatio...
engine/flow/skia_gpu_object_unittests.cc/0
{ "file_path": "engine/flow/skia_gpu_object_unittests.cc", "repo_id": "engine", "token_count": 2377 }
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 "gl_context_switch_test.h" namespace flutter { namespace testing { static thread_local std::unique_ptr<int> current_context; TestSwitchableGLCo...
engine/flow/testing/gl_context_switch_test.cc/0
{ "file_path": "engine/flow/testing/gl_context_switch_test.cc", "repo_id": "engine", "token_count": 281 }
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. name: flutter_frontend_server publish_to: none version: 0.1.1-dev description: Communication pipe to Dart Frontend homepage: https://flutter.dev # Do not add...
engine/flutter_frontend_server/pubspec.yaml/0
{ "file_path": "engine/flutter_frontend_server/pubspec.yaml", "repo_id": "engine", "token_count": 408 }
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. #ifndef FLUTTER_FML_BACKTRACE_H_ #define FLUTTER_FML_BACKTRACE_H_ #include <string> #include "flutter/fml/macros.h" namespace fml { // Retrieve the bac...
engine/fml/backtrace.h/0
{ "file_path": "engine/fml/backtrace.h", "repo_id": "engine", "token_count": 192 }
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. #ifndef FLUTTER_FML_CONTAINER_H_ #define FLUTTER_FML_CONTAINER_H_ #include <functional> #include <map> namespace fml { template < class Collection =...
engine/fml/container.h/0
{ "file_path": "engine/fml/container.h", "repo_id": "engine", "token_count": 270 }
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. #include "flutter/fml/base32.h" #include <cstdint> // uint8_t #include <string> namespace fml { static constexpr char kEncoding[] = "0123456789abcdef";...
engine/fml/hex_codec.cc/0
{ "file_path": "engine/fml/hex_codec.cc", "repo_id": "engine", "token_count": 229 }
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/mapping.h" #include "flutter/testing/testing.h" namespace fml { TEST(MallocMapping, EmptyContructor) { MallocMapping mapping; A...
engine/fml/mapping_unittests.cc/0
{ "file_path": "engine/fml/mapping_unittests.cc", "repo_id": "engine", "token_count": 878 }
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. #define FML_USED_ON_EMBEDDER #include "flutter/fml/memory/weak_ptr.h" #include <thread> #include <utility> #include "flutter/fml/message_loop.h" #includ...
engine/fml/memory/weak_ptr_unittest.cc/0
{ "file_path": "engine/fml/memory/weak_ptr_unittest.cc", "repo_id": "engine", "token_count": 2634 }
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_PLATFORM_ANDROID_CPU_AFFINITY_H_ #define FLUTTER_FML_PLATFORM_ANDROID_CPU_AFFINITY_H_ #include "flutter/fml/cpu_affinity.h" namespace...
engine/fml/platform/android/cpu_affinity.h/0
{ "file_path": "engine/fml/platform/android/cpu_affinity.h", "repo_id": "engine", "token_count": 213 }
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 "flutter/fml/platform/darwin/message_loop_darwin.h" #include <CoreFoundation/CFRunLoop.h> #include <Foundation/Foundation.h> #include "flutter/f...
engine/fml/platform/darwin/message_loop_darwin.mm/0
{ "file_path": "engine/fml/platform/darwin/message_loop_darwin.mm", "repo_id": "engine", "token_count": 1133 }
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 <Foundation/Foundation.h> #include "flutter/fml/platform/darwin/string_range_sanitization.h" #include "gtest/gtest.h" TEST(StringRangeSanitizati...
engine/fml/platform/darwin/string_range_sanitization_unittests.mm/0
{ "file_path": "engine/fml/platform/darwin/string_range_sanitization_unittests.mm", "repo_id": "engine", "token_count": 559 }
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_FML_PLATFORM_LINUX_MESSAGE_LOOP_LINUX_H_ #define FLUTTER_FML_PLATFORM_LINUX_MESSAGE_LOOP_LINUX_H_ #include <atomic> #include "flutter/fml...
engine/fml/platform/linux/message_loop_linux.h/0
{ "file_path": "engine/fml/platform/linux/message_loop_linux.h", "repo_id": "engine", "token_count": 415 }
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. #include "flutter/fml/file.h" #include <Fileapi.h> #include <Shlwapi.h> #include <fcntl.h> #include <limits.h> #include <sys/stat.h> #include <string> #i...
engine/fml/platform/win/file_win.cc/0
{ "file_path": "engine/fml/platform/win/file_win.cc", "repo_id": "engine", "token_count": 5778 }
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. #define FML_USED_ON_EMBEDDER #include "flutter/fml/raster_thread_merger.h" #include <thread> #include "flutter/fml/memory/ref_ptr.h" #include "flutter/f...
engine/fml/raster_thread_merger_unittests.cc/0
{ "file_path": "engine/fml/raster_thread_merger_unittests.cc", "repo_id": "engine", "token_count": 9331 }
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_FML_SYNCHRONIZATION_SHARED_MUTEX_H_ #define FLUTTER_FML_SYNCHRONIZATION_SHARED_MUTEX_H_ namespace fml { // Interface for a reader/writer ...
engine/fml/synchronization/shared_mutex.h/0
{ "file_path": "engine/fml/synchronization/shared_mutex.h", "repo_id": "engine", "token_count": 428 }
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. #define FML_USED_ON_EMBEDDER #include "flutter/fml/thread.h" #include <memory> #include <string> #include <utility> #include "flutter/fml/build_config.h...
engine/fml/thread.cc/0
{ "file_path": "engine/fml/thread.cc", "repo_id": "engine", "token_count": 1822 }
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_FML_UNIQUE_OBJECT_H_ #define FLUTTER_FML_UNIQUE_OBJECT_H_ #include <utility> #include "flutter/fml/compiler_specific.h" #include "flutter...
engine/fml/unique_object.h/0
{ "file_path": "engine/fml/unique_object.h", "repo_id": "engine", "token_count": 1414 }
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. #include "flutter/impeller/aiks/aiks_unittests.h" #include <algorithm> #include <array> #include <cmath> #include <cstdlib> #include <memory> #include <tu...
engine/impeller/aiks/aiks_unittests.cc/0
{ "file_path": "engine/impeller/aiks/aiks_unittests.cc", "repo_id": "engine", "token_count": 50280 }
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. #ifndef FLUTTER_IMPELLER_AIKS_IMAGE_FILTER_H_ #define FLUTTER_IMPELLER_AIKS_IMAGE_FILTER_H_ #include "impeller/aiks/color_filter.h" #include "impeller/cor...
engine/impeller/aiks/image_filter.h/0
{ "file_path": "engine/impeller/aiks/image_filter.h", "repo_id": "engine", "token_count": 2477 }
188
# The Impeller Base Library Contains a number of utilities that should probably go in the base library in the buildroot but whose use is not extensive enough to warrant a move yet.
engine/impeller/base/README.md/0
{ "file_path": "engine/impeller/base/README.md", "repo_id": "engine", "token_count": 42 }
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_BASE_THREAD_SAFETY_H_ #define FLUTTER_IMPELLER_BASE_THREAD_SAFETY_H_ #if defined(__clang__) #define IPLR_THREAD_ANNOTATION_ATTRIB...
engine/impeller/base/thread_safety.h/0
{ "file_path": "engine/impeller/base/thread_safety.h", "repo_id": "engine", "token_count": 1087 }
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/compiler/constants.h" namespace impeller { namespace compiler { // } // namespace compiler } // namespace impeller
engine/impeller/compiler/constants.cc/0
{ "file_path": "engine/impeller/compiler/constants.cc", "repo_id": "engine", "token_count": 87 }
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. // These values must correspond to the order of the items in the // 'Entity::TileMode' enum class. const float kTileModeClamp = 0; const float kTileModeRep...
engine/impeller/compiler/shader_lib/impeller/tile_mode.glsl/0
{ "file_path": "engine/impeller/compiler/shader_lib/impeller/tile_mode.glsl", "repo_id": "engine", "token_count": 110 }
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 "impeller/compiler/utilities.h" #include <algorithm> #include <cctype> #include <filesystem> #include <iostream> #include <sstream> namespace im...
engine/impeller/compiler/utilities.cc/0
{ "file_path": "engine/impeller/compiler/utilities.cc", "repo_id": "engine", "token_count": 982 }
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. #include "impeller/core/host_buffer.h" #include <cstring> #include <tuple> #include "impeller/core/allocator.h" #include "impeller/core/buffer_view.h" #i...
engine/impeller/core/host_buffer.cc/0
{ "file_path": "engine/impeller/core/host_buffer.cc", "repo_id": "engine", "token_count": 2212 }
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/core/texture.h" #include "impeller/base/validation.h" namespace impeller { Texture::Texture(TextureDescriptor desc) : desc_(desc) {} ...
engine/impeller/core/texture.cc/0
{ "file_path": "engine/impeller/core/texture.cc", "repo_id": "engine", "token_count": 851 }
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. #include <vector> #include "impeller/display_list/nine_patch_converter.h" namespace impeller { NinePatchConverter::NinePatchConverter() = default; Nine...
engine/impeller/display_list/nine_patch_converter.cc/0
{ "file_path": "engine/impeller/display_list/nine_patch_converter.cc", "repo_id": "engine", "token_count": 1644 }
196
# Setup Xcode for GPU Frame Capture Xcode needs to be able to attach to a process to be able to instrument and profile it. As you are working on Impeller, it is easiest to set up an Xcode project just to bring Impeller artifacts up-to-date, launch the required test binary, enable Metal validation layer, and either ca...
engine/impeller/docs/xcode_frame_capture.md/0
{ "file_path": "engine/impeller/docs/xcode_frame_capture.md", "repo_id": "engine", "token_count": 1354 }
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. #ifndef FLUTTER_IMPELLER_ENTITY_CONTENTS_CONTENT_CONTEXT_H_ #define FLUTTER_IMPELLER_ENTITY_CONTENTS_CONTENT_CONTEXT_H_ #include <initializer_list> #inclu...
engine/impeller/entity/contents/content_context.h/0
{ "file_path": "engine/impeller/entity/contents/content_context.h", "repo_id": "engine", "token_count": 17084 }
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. #include "flutter/testing/testing.h" #include "fml/status_or.h" #include "gmock/gmock.h" #include "impeller/entity/contents/filters/gaussian_blur_filter_co...
engine/impeller/entity/contents/filters/gaussian_blur_filter_contents_unittests.cc/0
{ "file_path": "engine/impeller/entity/contents/filters/gaussian_blur_filter_contents_unittests.cc", "repo_id": "engine", "token_count": 9911 }
199
// 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/matrix_filter_contents.h" namespace impeller { MatrixFilterContents::MatrixFilterContents() = default; Matrix...
engine/impeller/entity/contents/filters/matrix_filter_contents.cc/0
{ "file_path": "engine/impeller/entity/contents/filters/matrix_filter_contents.cc", "repo_id": "engine", "token_count": 1344 }
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. #ifndef FLUTTER_IMPELLER_ENTITY_CONTENTS_RADIAL_GRADIENT_CONTENTS_H_ #define FLUTTER_IMPELLER_ENTITY_CONTENTS_RADIAL_GRADIENT_CONTENTS_H_ #include <vector...
engine/impeller/entity/contents/radial_gradient_contents.h/0
{ "file_path": "engine/impeller/entity/contents/radial_gradient_contents.h", "repo_id": "engine", "token_count": 717 }
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_ENTITY_CONTENTS_TEXT_CONTENTS_H_ #define FLUTTER_IMPELLER_ENTITY_CONTENTS_TEXT_CONTENTS_H_ #include <memory> #include "impeller/...
engine/impeller/entity/contents/text_contents.h/0
{ "file_path": "engine/impeller/entity/contents/text_contents.h", "repo_id": "engine", "token_count": 678 }
202
// 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_ENTITY_PASS_TARGET_H_ #define FLUTTER_IMPELLER_ENTITY_ENTITY_PASS_TARGET_H_ #include "fml/macros.h" #include "impeller/ren...
engine/impeller/entity/entity_pass_target.h/0
{ "file_path": "engine/impeller/entity/entity_pass_target.h", "repo_id": "engine", "token_count": 522 }
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/entity/geometry/line_geometry.h" namespace impeller { LineGeometry::LineGeometry(Point p0, Point p1, Scalar width, Cap cap) : p0_(...
engine/impeller/entity/geometry/line_geometry.cc/0
{ "file_path": "engine/impeller/entity/geometry/line_geometry.cc", "repo_id": "engine", "token_count": 2764 }
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 <memory> #include "flutter/testing/testing.h" #include "impeller/base/validation.h" #include "impeller/core/allocator.h" #include "impeller/core/...
engine/impeller/entity/render_target_cache_unittests.cc/0
{ "file_path": "engine/impeller/entity/render_target_cache_unittests.cc", "repo_id": "engine", "token_count": 1258 }
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. precision mediump float; #include <impeller/color.glsl> #include <impeller/gradient.glsl> #include <impeller/texture.glsl> #include <impeller/types.glsl> ...
engine/impeller/entity/shaders/conical_gradient_fill.frag/0
{ "file_path": "engine/impeller/entity/shaders/conical_gradient_fill.frag", "repo_id": "engine", "token_count": 716 }
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/transform.glsl> #include <impeller/types.glsl> uniform FrameInfo { mat4 mvp; float depth; mat4 matrix; } frame_info; in vec2 pos...
engine/impeller/entity/shaders/gradient_fill.vert/0
{ "file_path": "engine/impeller/entity/shaders/gradient_fill.vert", "repo_id": "engine", "token_count": 199 }
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. out vec4 frag_color; struct TestStruct { float a; float b; float c; }; void main() { TestStruct ts = TestStruct(1.0, 0.5, 0.25); frag_color = v...
engine/impeller/fixtures/struct_internal.frag/0
{ "file_path": "engine/impeller/fixtures/struct_internal.frag", "repo_id": "engine", "token_count": 127 }
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. import("//flutter/impeller/tools/impeller.gni") impeller_component("geometry") { sources = [ "color.cc", "color.h", "constants.cc", "consta...
engine/impeller/geometry/BUILD.gn/0
{ "file_path": "engine/impeller/geometry/BUILD.gn", "repo_id": "engine", "token_count": 817 }
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. #include "gtest/gtest.h" #include "flutter/impeller/geometry/matrix.h" #include "flutter/impeller/geometry/geometry_asserts.h" namespace impeller { name...
engine/impeller/geometry/matrix_unittests.cc/0
{ "file_path": "engine/impeller/geometry/matrix_unittests.cc", "repo_id": "engine", "token_count": 477 }
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 "gtest/gtest.h" #include "impeller/geometry/saturated_math.h" namespace impeller { namespace testing { TEST(SaturatedMath, ExplicitAddOfSignedI...
engine/impeller/geometry/saturated_math_unittests.cc/0
{ "file_path": "engine/impeller/geometry/saturated_math_unittests.cc", "repo_id": "engine", "token_count": 20627 }
211